From ce57428e2b4c3a63b3f9c47e7ca84493e59a20ee Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Tue, 17 May 2022 14:01:25 +0000 Subject: [PATCH] deploy: 14ecb9d9483f3f114dd9654e0e6aec7f6bcce206 --- .../build-behaviour.html | 2 +- .../index.html | 2 +- .../-telegram-media-file/index.html | 4 +- .../-telegram-a-p-i-urls-keeper/index.html | 17 +++++ .../web-app-data-secret-key-hash.html | 64 +++++++++++++++++++ .../-hmac-s-h-a256.html | 64 ------------------- docs/dev.inmo.tgbotapi.webapps/hex.html | 64 ------------------- docs/dev.inmo.tgbotapi.webapps/index.html | 34 ---------- docs/package-list | 3 +- navigation.html | 44 ++++++------- scripts/pages.json | 2 +- 11 files changed, 106 insertions(+), 194 deletions(-) create mode 100644 docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html delete mode 100644 docs/dev.inmo.tgbotapi.webapps/-hmac-s-h-a256.html delete mode 100644 docs/dev.inmo.tgbotapi.webapps/hex.html diff --git a/docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html b/docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html index 7840ff3eca..aa75bbc848 100644 --- a/docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html +++ b/docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html @@ -52,7 +52,7 @@ if(savedDarkMode === true){
-
suspend fun TelegramBot.buildBehaviour(    flowUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(),     scope: CoroutineScope = defaultCoroutineScopeProvider(),     defaultExceptionsHandler: ExceptionHandler<Unit>? = null,     block: BehaviourContextReceiver<Unit>)

Use this method in case you wish to make some additional actions with flowUpdatesFilter.

WARNING This method WILL NOT launch any listening of updates. Use something like startGettingOfUpdatesByLongPolling or tools for work with webhooks

See also

+
suspend fun TelegramBot.buildBehaviour(    flowUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(),     scope: CoroutineScope = defaultCoroutineScopeProvider(),     defaultExceptionsHandler: ExceptionHandler<Unit>? = null,     block: BehaviourContextReceiver<Unit>): BehaviourContext

Use this method in case you wish to make some additional actions with flowUpdatesFilter.

WARNING This method WILL NOT launch any listening of updates. Use something like startGettingOfUpdatesByLongPolling or tools for work with webhooks

See also

diff --git a/docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html b/docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html index 3bb4208271..a7ef58f88f 100644 --- a/docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html +++ b/docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html @@ -321,7 +321,7 @@ if(savedDarkMode === true){
- +
Link copied to clipboard
@@ -329,7 +329,7 @@ if(savedDarkMode === true){
-
inline fun TelegramMediaFile.asDocumentFile(): DocumentFile
inline fun TelegramMediaFile.asDocumentFile(): DocumentFile?
+
inline fun TelegramMediaFile.asDocumentFile(): DocumentFile?
inline fun TelegramMediaFile.asDocumentFile(): DocumentFile
diff --git a/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html b/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html index 691e577d2a..75dbcb99ee 100644 --- a/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html +++ b/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html @@ -180,6 +180,23 @@ if(savedDarkMode === true){ + +
+
+
+ + +
Link copied to clipboard
+
+
+
+
+
+
val webAppDataSecretKeyHash: Hash
+
+
+
+

Extensions

diff --git a/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html b/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html new file mode 100644 index 0000000000..2dfbd35118 --- /dev/null +++ b/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html @@ -0,0 +1,64 @@ + + + + + webAppDataSecretKeyHash + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+ +
+

webAppDataSecretKeyHash

+
+
+
+
val webAppDataSecretKeyHash: Hash
+
+ +
+
+ + diff --git a/docs/dev.inmo.tgbotapi.webapps/-hmac-s-h-a256.html b/docs/dev.inmo.tgbotapi.webapps/-hmac-s-h-a256.html deleted file mode 100644 index 37e2cf4d90..0000000000 --- a/docs/dev.inmo.tgbotapi.webapps/-hmac-s-h-a256.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - HmacSHA256 - - - - - - - - - - - - - - - - - -
-
-
-
-
-
- -
-

HmacSHA256

-
-
-
-
fun CryptoJs.HmacSHA256(text: String, key: String): String
-
- -
-
- - diff --git a/docs/dev.inmo.tgbotapi.webapps/hex.html b/docs/dev.inmo.tgbotapi.webapps/hex.html deleted file mode 100644 index 702f921e98..0000000000 --- a/docs/dev.inmo.tgbotapi.webapps/hex.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - hex - - - - - - - - - - - - - - - - - -
-
-
-
-
-
- -
-

hex

-
-
-
-
fun CryptoJs.hex(text: String): String
-
- -
-
- - diff --git a/docs/dev.inmo.tgbotapi.webapps/index.html b/docs/dev.inmo.tgbotapi.webapps/index.html index 0114e39745..82c63ed941 100644 --- a/docs/dev.inmo.tgbotapi.webapps/index.html +++ b/docs/dev.inmo.tgbotapi.webapps/index.html @@ -311,40 +311,6 @@ if(savedDarkMode === true){
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
-
-
fun CryptoJs.hex(text: String): String
-
-
-
-
- -
-
-
- - -
Link copied to clipboard
-
-
-
-
-
-
fun CryptoJs.HmacSHA256(text: String, key: String): String
-
-
-
-
diff --git a/docs/package-list b/docs/package-list index a4a436de59..a3c95c947f 100644 --- a/docs/package-list +++ b/docs/package-list @@ -7462,14 +7462,13 @@ $dokka.location:dev.inmo.tgbotapi.utils/TelegramAPIUrlsKeeper/commonAPIUrl/#/Poi $dokka.location:dev.inmo.tgbotapi.utils/TelegramAPIUrlsKeeper/createFileLinkUrl/#kotlin.String/PointingToDeclaration/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/create-file-link-url.html $dokka.location:dev.inmo.tgbotapi.utils/TelegramAPIUrlsKeeper/fileBaseUrl/#/PointingToDeclaration/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/file-base-url.html $dokka.location:dev.inmo.tgbotapi.utils/TelegramAPIUrlsKeeper/webAppDataSecretKey/#/PointingToDeclaration/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key.html +$dokka.location:dev.inmo.tgbotapi.utils/TelegramAPIUrlsKeeper/webAppDataSecretKeyHash/#/PointingToDeclaration/docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html $dokka.location:dev.inmo.tgbotapi.webapps////PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/index.html -$dokka.location:dev.inmo.tgbotapi.webapps//HmacSHA256/dev.inmo.micro_utils.crypto.CryptoJs#kotlin.String#kotlin.String/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/-hmac-s-h-a256.html $dokka.location:dev.inmo.tgbotapi.webapps//Telegram/org.w3c.dom.Window#/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/-telegram.html $dokka.location:dev.inmo.tgbotapi.webapps//answerWebAppQuery/dev.inmo.tgbotapi.bot.RequestsExecutor#dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/answer-web-app-query.html $dokka.location:dev.inmo.tgbotapi.webapps//asUser/dev.inmo.tgbotapi.webapps.WebAppUser#/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/as-user.html $dokka.location:dev.inmo.tgbotapi.webapps//colorScheme/dev.inmo.tgbotapi.webapps.WebApp#/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/color-scheme.html $dokka.location:dev.inmo.tgbotapi.webapps//handleResult/#kotlin.Function0[kotlin.String?]#kotlin.Function1[kotlin.String,kotlin.Unit]/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/handle-result.html -$dokka.location:dev.inmo.tgbotapi.webapps//hex/dev.inmo.micro_utils.crypto.CryptoJs#kotlin.String/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/hex.html $dokka.location:dev.inmo.tgbotapi.webapps//isInitDataSafe/dev.inmo.tgbotapi.webapps.WebApp#kotlin.String/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/is-init-data-safe.html $dokka.location:dev.inmo.tgbotapi.webapps//onClick/dev.inmo.tgbotapi.webapps.MainButton#kotlin.Function1[dev.inmo.tgbotapi.webapps.WebApp,kotlin.Unit]/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/on-click.html $dokka.location:dev.inmo.tgbotapi.webapps//onEvent/dev.inmo.tgbotapi.webapps.WebApp#dev.inmo.tgbotapi.webapps.EventType#kotlin.Function1[dev.inmo.tgbotapi.webapps.WebApp,kotlin.Unit]/PointingToDeclaration/docs/dev.inmo.tgbotapi.webapps/on-event.html diff --git a/navigation.html b/navigation.html index 2c7778266b..b522518e80 100644 --- a/navigation.html +++ b/navigation.html @@ -10352,67 +10352,61 @@ -
- -
- -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ -
+ - diff --git a/scripts/pages.json b/scripts/pages.json index b29411e7f7..392fa0062a 100644 --- a/scripts/pages.json +++ b/scripts/pages.json @@ -1 +1 @@ -[{"name":"BAR(\"[bar]\", 0)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BAR","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-a-r/index.html","searchKeys":["BAR","BAR(\"[bar]\", 0)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BAR"]},{"name":"BERRIES(\"\", 1)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BERRIES","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-e-r-r-i-e-s/index.html","searchKeys":["BERRIES","BERRIES(\"\", 1)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BERRIES"]},{"name":"DARK()","description":"dev.inmo.tgbotapi.webapps.ColorScheme.DARK","location":"docs/dev.inmo.tgbotapi.webapps/-color-scheme/-d-a-r-k/index.html","searchKeys":["DARK","DARK()","dev.inmo.tgbotapi.webapps.ColorScheme.DARK"]},{"name":"LEMON(\"\", 2)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.LEMON","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-l-e-m-o-n/index.html","searchKeys":["LEMON","LEMON(\"\", 2)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.LEMON"]},{"name":"LIGHT()","description":"dev.inmo.tgbotapi.webapps.ColorScheme.LIGHT","location":"docs/dev.inmo.tgbotapi.webapps/-color-scheme/-l-i-g-h-t/index.html","searchKeys":["LIGHT","LIGHT()","dev.inmo.tgbotapi.webapps.ColorScheme.LIGHT"]},{"name":"SEVEN(\"7\", 3)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.SEVEN","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-s-e-v-e-n/index.html","searchKeys":["SEVEN","SEVEN(\"7\", 3)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.SEVEN"]},{"name":"abstract class AbstractFlowsUpdatesFilter : FlowsUpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/index.html","searchKeys":["AbstractFlowsUpdatesFilter","abstract class AbstractFlowsUpdatesFilter : FlowsUpdatesFilter","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter"]},{"name":"abstract class AbstractRequestCallFactory : KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/index.html","searchKeys":["AbstractRequestCallFactory","abstract class AbstractRequestCallFactory : KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory"]},{"name":"abstract class BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper) : RequestsExecutor","description":"dev.inmo.tgbotapi.bot.BaseRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html","searchKeys":["BaseRequestsExecutor","abstract class BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper) : RequestsExecutor","dev.inmo.tgbotapi.bot.BaseRequestsExecutor"]},{"name":"abstract fun add(kClass: KClass, strict: Boolean = false, handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.add","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add.html","searchKeys":["add","abstract fun add(kClass: KClass, strict: Boolean = false, handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.add"]},{"name":"abstract fun asTelegramMedia(): TelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.MediaContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-content/as-telegram-media.html","searchKeys":["asTelegramMedia","abstract fun asTelegramMedia(): TelegramMedia","dev.inmo.tgbotapi.types.message.content.MediaContent.asTelegramMedia"]},{"name":"abstract fun copy(bot: TelegramBot = this.bot, scope: CoroutineScope = this.scope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null): BehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/copy.html","searchKeys":["copy","abstract fun copy(bot: TelegramBot = this.bot, scope: CoroutineScope = this.scope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null): BehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.copy"]},{"name":"abstract fun createResend(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request","description":"dev.inmo.tgbotapi.types.message.content.ResendableContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-resendable-content/create-resend.html","searchKeys":["createResend","abstract fun createResend(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request","dev.inmo.tgbotapi.types.message.content.ResendableContent.createResend"]},{"name":"abstract fun decrypt(data: EncryptedData): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.Decryptor.decrypt","location":"docs/dev.inmo.tgbotapi.utils.passport/-decryptor/decrypt.html","searchKeys":["decrypt","abstract fun decrypt(data: EncryptedData): SourceBytes","dev.inmo.tgbotapi.utils.passport.Decryptor.decrypt"]},{"name":"abstract fun method(): String","description":"dev.inmo.tgbotapi.requests.abstracts.Request.method","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-request/method.html","searchKeys":["method","abstract fun method(): String","dev.inmo.tgbotapi.requests.abstracts.Request.method"]},{"name":"abstract fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/serialize.html","searchKeys":["serialize","abstract fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia.serialize"]},{"name":"abstract fun setPhoto(photoUrl: String, photoSize: Long? = null, photoWidth: Int? = null, photoHeight: Int? = null)","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.setPhoto","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/set-photo.html","searchKeys":["setPhoto","abstract fun setPhoto(photoUrl: String, photoSize: Long? = null, photoWidth: Int? = null, photoHeight: Int? = null)","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.setPhoto"]},{"name":"abstract fun toMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.MediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract fun toMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.MediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract fun unsetPhoto()","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.unsetPhoto","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/unset-photo.html","searchKeys":["unsetPhoto","abstract fun unsetPhoto()","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.unsetPhoto"]},{"name":"abstract override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): BehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/copy.html","searchKeys":["copy","abstract override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): BehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.copy"]},{"name":"abstract override fun toMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract override fun toMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract override fun toMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract override fun toMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract override fun toMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-visual-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract override fun toMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract override val chat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/chat.html","searchKeys":["chat","abstract override val chat: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.chat"]},{"name":"abstract override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/chat.html","searchKeys":["chat","abstract override val chat: GroupChat","dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage.chat"]},{"name":"abstract override val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/chat.html","searchKeys":["chat","abstract override val chat: PublicChat","dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage.chat"]},{"name":"abstract override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.abstracts.types.ChatRequest.chatId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-chat-request/chat-id.html","searchKeys":["chatId","abstract override val chatId: ChatIdentifier","dev.inmo.tgbotapi.abstracts.types.ChatRequest.chatId"]},{"name":"abstract override val data: ChatMemberUpdated","description":"dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/data.html","searchKeys":["data","abstract override val data: ChatMemberUpdated","dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate.data"]},{"name":"abstract override val data: CommonMessage<*>","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/data.html","searchKeys":["data","abstract override val data: CommonMessage<*>","dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate.data"]},{"name":"abstract override val data: List>","description":"dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-sent-media-group-update/data.html","searchKeys":["data","abstract override val data: List>","dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.data"]},{"name":"abstract override val data: MediaGroupMessage","description":"dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-media-group-update/data.html","searchKeys":["data","abstract override val data: MediaGroupMessage","dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.data"]},{"name":"abstract override val data: Message","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/data.html","searchKeys":["data","abstract override val data: Message","dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate.data"]},{"name":"abstract override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.PrivateChat.id","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/id.html","searchKeys":["id","abstract override val id: UserId","dev.inmo.tgbotapi.types.chat.PrivateChat.id"]},{"name":"abstract override val media: AudioFile","description":"dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-media-group-content/media.html","searchKeys":["media","abstract override val media: AudioFile","dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.media"]},{"name":"abstract override val media: DocumentFile","description":"dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-media-group-content/media.html","searchKeys":["media","abstract override val media: DocumentFile","dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.media"]},{"name":"abstract override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/reply-markup.html","searchKeys":["replyMarkup","abstract override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage.replyMarkup"]},{"name":"abstract override val text: String","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage.text","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/text.html","searchKeys":["text","abstract override val text: String","dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage.text"]},{"name":"abstract override val textSources: List","description":"dev.inmo.tgbotapi.abstracts.TextedInput.textSources","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-input/text-sources.html","searchKeys":["textSources","abstract override val textSources: List","dev.inmo.tgbotapi.abstracts.TextedInput.textSources"]},{"name":"abstract override val title: String","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.title","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/title.html","searchKeys":["title","abstract override val title: String","dev.inmo.tgbotapi.abstracts.CommonVenueData.title"]},{"name":"abstract override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/title.html","searchKeys":["title","abstract override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult.title"]},{"name":"abstract override val username: Username","description":"dev.inmo.tgbotapi.types.chat.Bot.username","location":"docs/dev.inmo.tgbotapi.types.chat/-bot/username.html","searchKeys":["username","abstract override val username: Username","dev.inmo.tgbotapi.types.chat.Bot.username"]},{"name":"abstract suspend fun execute(request: Request): T","description":"dev.inmo.tgbotapi.bot.RequestsExecutor.execute","location":"docs/dev.inmo.tgbotapi.bot/-requests-executor/execute.html","searchKeys":["execute","abstract suspend fun execute(request: Request): T","dev.inmo.tgbotapi.bot.RequestsExecutor.execute"]},{"name":"abstract suspend fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/make-call.html","searchKeys":["makeCall","abstract suspend fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.KtorCallFactory.makeCall"]},{"name":"abstract suspend fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/limit.html","searchKeys":["limit","abstract suspend fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter.limit"]},{"name":"abstract suspend fun BehaviourContextWithFSM.handleState(state: I): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html","searchKeys":["handleState","abstract suspend fun BehaviourContextWithFSM.handleState(state: I): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState"]},{"name":"abstract suspend operator fun invoke(): ByteReadChannel","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocator.invoke","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/invoke.html","searchKeys":["invoke","abstract suspend operator fun invoke(): ByteReadChannel","dev.inmo.tgbotapi.utils.ByteReadChannelAllocator.invoke"]},{"name":"abstract suspend operator fun invoke(data: T): M","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/invoke.html","searchKeys":["invoke","abstract suspend operator fun invoke(data: T): M","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory.invoke"]},{"name":"abstract suspend operator fun invoke(o: T): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/invoke.html","searchKeys":["invoke","abstract suspend operator fun invoke(o: T): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter.invoke"]},{"name":"abstract val WebApp: WebApp","description":"dev.inmo.tgbotapi.webapps.Telegram.WebApp","location":"docs/dev.inmo.tgbotapi.webapps/-telegram/-web-app.html","searchKeys":["WebApp","abstract val WebApp: WebApp","dev.inmo.tgbotapi.webapps.Telegram.WebApp"]},{"name":"abstract val actionName: String","description":"dev.inmo.tgbotapi.types.actions.BotAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action/action-name.html","searchKeys":["actionName","abstract val actionName: String","dev.inmo.tgbotapi.types.actions.BotAction.actionName"]},{"name":"abstract val address: String","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.address","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/address.html","searchKeys":["address","abstract val address: String","dev.inmo.tgbotapi.abstracts.CommonVenueData.address"]},{"name":"abstract val allUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-flow.html","searchKeys":["allUpdatesFlow","abstract val allUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesFlow"]},{"name":"abstract val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-without-media-groups-grouping-flow.html","searchKeys":["allUpdatesWithoutMediaGroupsGroupingFlow","abstract val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow"]},{"name":"abstract val allowMultipleAnswers: Boolean","description":"dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll.allowMultipleAnswers","location":"docs/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/allow-multiple-answers.html","searchKeys":["allowMultipleAnswers","abstract val allowMultipleAnswers: Boolean","dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll.allowMultipleAnswers"]},{"name":"abstract val allowSendingWithoutReply: Boolean?","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","abstract val allowSendingWithoutReply: Boolean?","dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.allowSendingWithoutReply"]},{"name":"abstract val allowedUpdates: List","description":"dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.allowedUpdates","location":"docs/dev.inmo.tgbotapi.updateshandlers/-updates-filter/allowed-updates.html","searchKeys":["allowedUpdates","abstract val allowedUpdates: List","dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.allowedUpdates"]},{"name":"abstract val amount: Long","description":"dev.inmo.tgbotapi.types.payments.abstracts.Amounted.amount","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/amount.html","searchKeys":["amount","abstract val amount: Long","dev.inmo.tgbotapi.types.payments.abstracts.Amounted.amount"]},{"name":"abstract val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html","searchKeys":["asUpdateReceiver","abstract val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.asUpdateReceiver"]},{"name":"abstract val authDate: MilliSeconds","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.authDate","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/auth-date.html","searchKeys":["authDate","abstract val authDate: MilliSeconds","dev.inmo.tgbotapi.webapps.WebAppInitData.authDate"]},{"name":"abstract val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.abstracts.SignedMessage.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/author-signature.html","searchKeys":["authorSignature","abstract val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.abstracts.SignedMessage.authorSignature"]},{"name":"abstract val backgroundColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.backgroundColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/background-color.html","searchKeys":["backgroundColor","abstract val backgroundColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.backgroundColor"]},{"name":"abstract val bio: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.bio","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/bio.html","searchKeys":["bio","abstract val bio: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.bio"]},{"name":"abstract val buttonColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.buttonColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/button-color.html","searchKeys":["buttonColor","abstract val buttonColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.buttonColor"]},{"name":"abstract val buttonTextColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.buttonTextColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color.html","searchKeys":["buttonTextColor","abstract val buttonTextColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.buttonTextColor"]},{"name":"abstract val callbackQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.callbackQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/callback-queries-flow.html","searchKeys":["callbackQueriesFlow","abstract val callbackQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.callbackQueriesFlow"]},{"name":"abstract val canBeEdited: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canBeEdited","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-be-edited.html","searchKeys":["canBeEdited","abstract val canBeEdited: Boolean","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canBeEdited"]},{"name":"abstract val canChangeInfo: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-change-info.html","searchKeys":["canChangeInfo","abstract val canChangeInfo: Boolean","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canChangeInfo"]},{"name":"abstract val canEditMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-messages.html","searchKeys":["canEditMessages","abstract val canEditMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canEditMessages"]},{"name":"abstract val canInviteUsers: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-invite-users.html","searchKeys":["canInviteUsers","abstract val canInviteUsers: Boolean","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canInviteUsers"]},{"name":"abstract val canManageChat: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-chat.html","searchKeys":["canManageChat","abstract val canManageChat: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageChat"]},{"name":"abstract val canManageVideoChats: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-video-chats.html","searchKeys":["canManageVideoChats","abstract val canManageVideoChats: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageVideoChats"]},{"name":"abstract val canPinMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-pin-messages.html","searchKeys":["canPinMessages","abstract val canPinMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canPinMessages"]},{"name":"abstract val canPostMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-messages.html","searchKeys":["canPostMessages","abstract val canPostMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPostMessages"]},{"name":"abstract val canPromoteMembers: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-promote-members.html","searchKeys":["canPromoteMembers","abstract val canPromoteMembers: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPromoteMembers"]},{"name":"abstract val canRemoveMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-remove-messages.html","searchKeys":["canRemoveMessages","abstract val canRemoveMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRemoveMessages"]},{"name":"abstract val canRestrictMembers: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-restrict-members.html","searchKeys":["canRestrictMembers","abstract val canRestrictMembers: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRestrictMembers"]},{"name":"abstract val canSetStickerSet: Boolean","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.canSetStickerSet","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/can-set-sticker-set.html","searchKeys":["canSetStickerSet","abstract val canSetStickerSet: Boolean","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.canSetStickerSet"]},{"name":"abstract val channel: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.channel","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/channel.html","searchKeys":["channel","abstract val channel: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.channel"]},{"name":"abstract val channelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-post-media-groups-flow.html","searchKeys":["channelPostMediaGroupsFlow","abstract val channelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostMediaGroupsFlow"]},{"name":"abstract val channelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-posts-flow.html","searchKeys":["channelPostsFlow","abstract val channelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostsFlow"]},{"name":"abstract val chat: Chat","description":"dev.inmo.tgbotapi.types.message.abstracts.Message.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/chat.html","searchKeys":["chat","abstract val chat: Chat","dev.inmo.tgbotapi.types.message.abstracts.Message.chat"]},{"name":"abstract val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo.chat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-public-chat-info/chat.html","searchKeys":["chat","abstract val chat: PublicChat","dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo.chat"]},{"name":"abstract val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/chat-event.html","searchKeys":["chatEvent","abstract val chatEvent: T","dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage.chatEvent"]},{"name":"abstract val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest.chatId"]},{"name":"abstract val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.chatId"]},{"name":"abstract val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.ChatBotCommandScope.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.ChatBotCommandScope.chatId"]},{"name":"abstract val chatId: ChatIdentifier?","description":"dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest.chatId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier?","dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest.chatId"]},{"name":"abstract val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-callback-query/chat-instance.html","searchKeys":["chatInstance","abstract val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.chatInstance"]},{"name":"abstract val chatJoinRequestUpdateFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatJoinRequestUpdateFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-join-request-update-flow.html","searchKeys":["chatJoinRequestUpdateFlow","abstract val chatJoinRequestUpdateFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatJoinRequestUpdateFlow"]},{"name":"abstract val chatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-member-updates-flow.html","searchKeys":["chatMemberUpdatesFlow","abstract val chatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatMemberUpdatesFlow"]},{"name":"abstract val chatPhoto: ChatPhoto?","description":"dev.inmo.tgbotapi.types.chat.ExtendedChat.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat/chat-photo.html","searchKeys":["chatPhoto","abstract val chatPhoto: ChatPhoto?","dev.inmo.tgbotapi.types.chat.ExtendedChat.chatPhoto"]},{"name":"abstract val chatType: ChatType?","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.chatType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/chat-type.html","searchKeys":["chatType","abstract val chatType: ChatType?","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.chatType"]},{"name":"abstract val chosenInlineResultsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chosenInlineResultsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chosen-inline-results-flow.html","searchKeys":["chosenInlineResultsFlow","abstract val chosenInlineResultsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chosenInlineResultsFlow"]},{"name":"abstract val closeDateTime: DateTime","description":"dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo.closeDateTime","location":"docs/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/close-date-time.html","searchKeys":["closeDateTime","abstract val closeDateTime: DateTime","dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo.closeDateTime"]},{"name":"abstract val content: T","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/content.html","searchKeys":["content","abstract val content: T","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content"]},{"name":"abstract val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLink.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/creator.html","searchKeys":["creator","abstract val creator: User","dev.inmo.tgbotapi.types.ChatInviteLink.creator"]},{"name":"abstract val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/credentials.html","searchKeys":["credentials","abstract val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue.credentials"]},{"name":"abstract val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.abstracts.Currencied.currency","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/currency.html","searchKeys":["currency","abstract val currency: Currency","dev.inmo.tgbotapi.types.payments.abstracts.Currencied.currency"]},{"name":"abstract val customTitle: String?","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.customTitle","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/custom-title.html","searchKeys":["customTitle","abstract val customTitle: String?","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.customTitle"]},{"name":"abstract val data: Any","description":"dev.inmo.tgbotapi.types.update.abstracts.Update.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update/data.html","searchKeys":["data","abstract val data: Any","dev.inmo.tgbotapi.types.update.abstracts.Update.data"]},{"name":"abstract val data: DataCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/data.html","searchKeys":["data","abstract val data: DataCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData.data"]},{"name":"abstract val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/data.html","searchKeys":["data","abstract val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData.data"]},{"name":"abstract val data: String","description":"dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery.data","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/data.html","searchKeys":["data","abstract val data: String","dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery.data"]},{"name":"abstract val date: DateTime","description":"dev.inmo.tgbotapi.types.message.abstracts.Message.date","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/date.html","searchKeys":["date","abstract val date: DateTime","dev.inmo.tgbotapi.types.message.abstracts.Message.date"]},{"name":"abstract val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ForwardInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-forward-info/date-of-original.html","searchKeys":["dateOfOriginal","abstract val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.ForwardInfo.dateOfOriginal"]},{"name":"abstract val description: String","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.description","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/description.html","searchKeys":["description","abstract val description: String","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.description"]},{"name":"abstract val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/description.html","searchKeys":["description","abstract val description: String","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.description"]},{"name":"abstract val description: String?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/description.html","searchKeys":["description","abstract val description: String?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult.description"]},{"name":"abstract val disableEditMessage: Boolean","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.disableEditMessage","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/disable-edit-message.html","searchKeys":["disableEditMessage","abstract val disableEditMessage: Boolean","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.disableEditMessage"]},{"name":"abstract val disableNotification: Boolean","description":"dev.inmo.tgbotapi.abstracts.types.DisableNotification.disableNotification","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-notification/disable-notification.html","searchKeys":["disableNotification","abstract val disableNotification: Boolean","dev.inmo.tgbotapi.abstracts.types.DisableNotification.disableNotification"]},{"name":"abstract val disableWebPagePreview: Boolean?","description":"dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","abstract val disableWebPagePreview: Boolean?","dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview.disableWebPagePreview"]},{"name":"abstract val disableWebPagePreview: Boolean?","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","abstract val disableWebPagePreview: Boolean?","dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage.disableWebPagePreview"]},{"name":"abstract val duration: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/duration.html","searchKeys":["duration","abstract val duration: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery.duration"]},{"name":"abstract val duration: Long?","description":"dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest.duration","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/duration.html","searchKeys":["duration","abstract val duration: Long?","dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest.duration"]},{"name":"abstract val duration: Long?","description":"dev.inmo.tgbotapi.types.files.PlayableMediaFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-playable-media-file/duration.html","searchKeys":["duration","abstract val duration: Long?","dev.inmo.tgbotapi.types.files.PlayableMediaFile.duration"]},{"name":"abstract val duration: Long?","description":"dev.inmo.tgbotapi.types.media.DuratedTelegramMedia.duration","location":"docs/dev.inmo.tgbotapi.types.media/-durated-telegram-media/duration.html","searchKeys":["duration","abstract val duration: Long?","dev.inmo.tgbotapi.types.media.DuratedTelegramMedia.duration"]},{"name":"abstract val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage.editDate","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/edit-date.html","searchKeys":["editDate","abstract val editDate: DateTime?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage.editDate"]},{"name":"abstract val editedChannelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-post-media-groups-flow.html","searchKeys":["editedChannelPostMediaGroupsFlow","abstract val editedChannelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostMediaGroupsFlow"]},{"name":"abstract val editedChannelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-posts-flow.html","searchKeys":["editedChannelPostsFlow","abstract val editedChannelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostsFlow"]},{"name":"abstract val editedMessageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-message-media-groups-flow.html","searchKeys":["editedMessageMediaGroupsFlow","abstract val editedMessageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessageMediaGroupsFlow"]},{"name":"abstract val editedMessagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-messages-flow.html","searchKeys":["editedMessagesFlow","abstract val editedMessagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessagesFlow"]},{"name":"abstract val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportSingleElementError.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/element-hash.html","searchKeys":["elementHash","abstract val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportSingleElementError.elementHash"]},{"name":"abstract val elementsHashes: List","description":"dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError.elementsHashes","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/elements-hashes.html","searchKeys":["elementsHashes","abstract val elementsHashes: List","dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError.elementsHashes"]},{"name":"abstract val email: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail.email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/email.html","searchKeys":["email","abstract val email: String","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail.email"]},{"name":"abstract val emoji: String","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type/emoji.html","searchKeys":["emoji","abstract val emoji: String","dev.inmo.tgbotapi.types.dice.DiceAnimationType.emoji"]},{"name":"abstract val emoji: String?","description":"dev.inmo.tgbotapi.types.files.Sticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/emoji.html","searchKeys":["emoji","abstract val emoji: String?","dev.inmo.tgbotapi.types.files.Sticker.emoji"]},{"name":"abstract val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/emojis.html","searchKeys":["emojis","abstract val emojis: String","dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.emojis"]},{"name":"abstract val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLink.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/expiration-date-time.html","searchKeys":["expirationDateTime","abstract val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLink.expirationDateTime"]},{"name":"abstract val expirationUnixTimeStamp: TelegramDate?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","abstract val expirationUnixTimeStamp: TelegramDate?","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expirationUnixTimeStamp"]},{"name":"abstract val expirationUnixTimeStamp: TelegramDate?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","abstract val expirationUnixTimeStamp: TelegramDate?","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expirationUnixTimeStamp"]},{"name":"abstract val expireDate: DateTime?","description":"dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.expireDate","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/expire-date.html","searchKeys":["expireDate","abstract val expireDate: DateTime?","dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.expireDate"]},{"name":"abstract val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMedia.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/file.html","searchKeys":["file","abstract val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMedia.file"]},{"name":"abstract val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/file-id.html","searchKeys":["fileId","abstract val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult.fileId"]},{"name":"abstract val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/file-id.html","searchKeys":["fileId","abstract val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult.fileId"]},{"name":"abstract val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-id.html","searchKeys":["fileId","abstract val fileId: FileId","dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileId"]},{"name":"abstract val fileId: String","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.fileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/file-id.html","searchKeys":["fileId","abstract val fileId: String","dev.inmo.tgbotapi.requests.abstracts.InputFile.fileId"]},{"name":"abstract val fileName: String?","description":"dev.inmo.tgbotapi.types.files.CustomNamedMediaFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-custom-named-media-file/file-name.html","searchKeys":["fileName","abstract val fileName: String?","dev.inmo.tgbotapi.types.files.CustomNamedMediaFile.fileName"]},{"name":"abstract val fileSize: Long?","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-size.html","searchKeys":["fileSize","abstract val fileSize: Long?","dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileSize"]},{"name":"abstract val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-unique-id.html","searchKeys":["fileUniqueId","abstract val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileUniqueId"]},{"name":"abstract val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/files.html","searchKeys":["files","abstract val files: List","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles.files"]},{"name":"abstract val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/files.html","searchKeys":["files","abstract val files: List","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection.files"]},{"name":"abstract val firstName: String","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.firstName","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/first-name.html","searchKeys":["firstName","abstract val firstName: String","dev.inmo.tgbotapi.abstracts.CommonContactData.firstName"]},{"name":"abstract val firstName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChat.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/first-name.html","searchKeys":["firstName","abstract val firstName: String","dev.inmo.tgbotapi.types.chat.PrivateChat.firstName"]},{"name":"abstract val firstName: String","description":"dev.inmo.tgbotapi.webapps.WebAppUser.firstName","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/first-name.html","searchKeys":["firstName","abstract val firstName: String","dev.inmo.tgbotapi.webapps.WebAppUser.firstName"]},{"name":"abstract val force: Boolean","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.force","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/force.html","searchKeys":["force","abstract val force: Boolean","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.force"]},{"name":"abstract val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/forward-info.html","searchKeys":["forwardInfo","abstract val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage.forwardInfo"]},{"name":"abstract val foursquareId: FoursquareId?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareId","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-id.html","searchKeys":["foursquareId","abstract val foursquareId: FoursquareId?","dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareId"]},{"name":"abstract val foursquareType: FoursquareType?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareType","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-type.html","searchKeys":["foursquareType","abstract val foursquareType: FoursquareType?","dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareType"]},{"name":"abstract val from: User","description":"dev.inmo.tgbotapi.abstracts.FromUser.from","location":"docs/dev.inmo.tgbotapi.abstracts/-from-user/from.html","searchKeys":["from","abstract val from: User","dev.inmo.tgbotapi.abstracts.FromUser.from"]},{"name":"abstract val frontSide: FileCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/front-side.html","searchKeys":["frontSide","abstract val frontSide: FileCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.frontSide"]},{"name":"abstract val frontSide: PassportFile?","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/front-side.html","searchKeys":["frontSide","abstract val frontSide: PassportFile?","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide.frontSide"]},{"name":"abstract val gameShortName: String","description":"dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery.gameShortName","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/game-short-name.html","searchKeys":["gameShortName","abstract val gameShortName: String","dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery.gameShortName"]},{"name":"abstract val googlePlaceId: GooglePlaceId?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceId","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-id.html","searchKeys":["googlePlaceId","abstract val googlePlaceId: GooglePlaceId?","dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceId"]},{"name":"abstract val googlePlaceType: GooglePlaceType?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceType","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-type.html","searchKeys":["googlePlaceType","abstract val googlePlaceType: GooglePlaceType?","dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceType"]},{"name":"abstract val hasPrivateForwards: Boolean","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.hasPrivateForwards","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-private-forwards.html","searchKeys":["hasPrivateForwards","abstract val hasPrivateForwards: Boolean","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.hasPrivateForwards"]},{"name":"abstract val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html","searchKeys":["hasProtectedContent","abstract val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.hasProtectedContent"]},{"name":"abstract val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/hash.html","searchKeys":["hash","abstract val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement.hash"]},{"name":"abstract val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/hash.html","searchKeys":["hash","abstract val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.hash"]},{"name":"abstract val hash: String","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.hash","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/hash.html","searchKeys":["hash","abstract val hash: String","dev.inmo.tgbotapi.webapps.WebAppInitData.hash"]},{"name":"abstract val heading: Degrees?","description":"dev.inmo.tgbotapi.abstracts.Headed.heading","location":"docs/dev.inmo.tgbotapi.abstracts/-headed/heading.html","searchKeys":["heading","abstract val heading: Degrees?","dev.inmo.tgbotapi.abstracts.Headed.heading"]},{"name":"abstract val height: Int","description":"dev.inmo.tgbotapi.types.files.SizedMediaFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-sized-media-file/height.html","searchKeys":["height","abstract val height: Int","dev.inmo.tgbotapi.types.files.SizedMediaFile.height"]},{"name":"abstract val height: Int?","description":"dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.height","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/height.html","searchKeys":["height","abstract val height: Int?","dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.height"]},{"name":"abstract val height: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/height.html","searchKeys":["height","abstract val height: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.height"]},{"name":"abstract val height: Int?","description":"dev.inmo.tgbotapi.types.media.SizedTelegramMedia.height","location":"docs/dev.inmo.tgbotapi.types.media/-sized-telegram-media/height.html","searchKeys":["height","abstract val height: Int?","dev.inmo.tgbotapi.types.media.SizedTelegramMedia.height"]},{"name":"abstract val hintColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.hintColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/hint-color.html","searchKeys":["hintColor","abstract val hintColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.hintColor"]},{"name":"abstract val horizontalAccuracy: Meters?","description":"dev.inmo.tgbotapi.abstracts.HorizontallyAccured.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.abstracts/-horizontally-accured/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","abstract val horizontalAccuracy: Meters?","dev.inmo.tgbotapi.abstracts.HorizontallyAccured.horizontalAccuracy"]},{"name":"abstract val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/html.html","searchKeys":["html","abstract val html: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.html"]},{"name":"abstract val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-callback-query/id.html","searchKeys":["id","abstract val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.id"]},{"name":"abstract val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.Chat.id","location":"docs/dev.inmo.tgbotapi.types.chat/-chat/id.html","searchKeys":["id","abstract val id: ChatId","dev.inmo.tgbotapi.types.chat.Chat.id"]},{"name":"abstract val id: Identifier","description":"dev.inmo.tgbotapi.webapps.WebAppUser.id","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/id.html","searchKeys":["id","abstract val id: Identifier","dev.inmo.tgbotapi.webapps.WebAppUser.id"]},{"name":"abstract val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/id.html","searchKeys":["id","abstract val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.id"]},{"name":"abstract val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/id.html","searchKeys":["id","abstract val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.id"]},{"name":"abstract val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.Poll.id","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/id.html","searchKeys":["id","abstract val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.Poll.id"]},{"name":"abstract val ietfLanguageCode: IetfLanguageCode?","description":"dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/ietf-language-code.html","searchKeys":["ietfLanguageCode","abstract val ietfLanguageCode: IetfLanguageCode?","dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.ietfLanguageCode"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.abstracts.types.InlineMessageAction.inlineMessageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.abstracts.types.InlineMessageAction.inlineMessageId"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.inlineMessageId"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery.inlineMessageId"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier?","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.inlineMessageId"]},{"name":"abstract val inlineQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.inlineQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/inline-queries-flow.html","searchKeys":["inlineQueriesFlow","abstract val inlineQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.inlineQueriesFlow"]},{"name":"abstract val inputMessageContent: InputMessageContent?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/input-message-content.html","searchKeys":["inputMessageContent","abstract val inputMessageContent: InputMessageContent?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult.inputMessageContent"]},{"name":"abstract val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/invite-link.html","searchKeys":["inviteLink","abstract val inviteLink: String","dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest.inviteLink"]},{"name":"abstract val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLink.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/invite-link.html","searchKeys":["inviteLink","abstract val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLink.inviteLink"]},{"name":"abstract val inviteLink: String?","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/invite-link.html","searchKeys":["inviteLink","abstract val inviteLink: String?","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.inviteLink"]},{"name":"abstract val isAnonymous: Boolean","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-anonymous.html","searchKeys":["isAnonymous","abstract val isAnonymous: Boolean","dev.inmo.tgbotapi.requests.send.polls.SendPoll.isAnonymous"]},{"name":"abstract val isAnonymous: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/is-anonymous.html","searchKeys":["isAnonymous","abstract val isAnonymous: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.isAnonymous"]},{"name":"abstract val isAnonymous: Boolean","description":"dev.inmo.tgbotapi.types.polls.Poll.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/is-anonymous.html","searchKeys":["isAnonymous","abstract val isAnonymous: Boolean","dev.inmo.tgbotapi.types.polls.Poll.isAnonymous"]},{"name":"abstract val isBot: Boolean?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.isBot","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/is-bot.html","searchKeys":["isBot","abstract val isBot: Boolean?","dev.inmo.tgbotapi.webapps.WebAppUser.isBot"]},{"name":"abstract val isClosed: Boolean","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.isClosed","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-closed.html","searchKeys":["isClosed","abstract val isClosed: Boolean","dev.inmo.tgbotapi.requests.send.polls.SendPoll.isClosed"]},{"name":"abstract val isClosed: Boolean","description":"dev.inmo.tgbotapi.types.polls.Poll.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/is-closed.html","searchKeys":["isClosed","abstract val isClosed: Boolean","dev.inmo.tgbotapi.types.polls.Poll.isClosed"]},{"name":"abstract val isOk: Boolean","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/is-ok.html","searchKeys":["isOk","abstract val isOk: Boolean","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.isOk"]},{"name":"abstract val isOk: Boolean","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/is-ok.html","searchKeys":["isOk","abstract val isOk: Boolean","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.isOk"]},{"name":"abstract val isRevoked: Boolean","description":"dev.inmo.tgbotapi.types.ChatInviteLink.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/is-revoked.html","searchKeys":["isRevoked","abstract val isRevoked: Boolean","dev.inmo.tgbotapi.types.ChatInviteLink.isRevoked"]},{"name":"abstract val isStateStable: Boolean","description":"dev.inmo.tgbotapi.webapps.ViewportChangedData.isStateStable","location":"docs/dev.inmo.tgbotapi.webapps/-viewport-changed-data/is-state-stable.html","searchKeys":["isStateStable","abstract val isStateStable: Boolean","dev.inmo.tgbotapi.webapps.ViewportChangedData.isStateStable"]},{"name":"abstract val languageCode: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.languageCode","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/language-code.html","searchKeys":["languageCode","abstract val languageCode: String?","dev.inmo.tgbotapi.webapps.WebAppUser.languageCode"]},{"name":"abstract val lastName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChat.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/last-name.html","searchKeys":["lastName","abstract val lastName: String","dev.inmo.tgbotapi.types.chat.PrivateChat.lastName"]},{"name":"abstract val lastName: String?","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.lastName","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/last-name.html","searchKeys":["lastName","abstract val lastName: String?","dev.inmo.tgbotapi.abstracts.CommonContactData.lastName"]},{"name":"abstract val lastName: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.lastName","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/last-name.html","searchKeys":["lastName","abstract val lastName: String?","dev.inmo.tgbotapi.webapps.WebAppUser.lastName"]},{"name":"abstract val latitude: Double","description":"dev.inmo.tgbotapi.abstracts.Locationed.latitude","location":"docs/dev.inmo.tgbotapi.abstracts/-locationed/latitude.html","searchKeys":["latitude","abstract val latitude: Double","dev.inmo.tgbotapi.abstracts.Locationed.latitude"]},{"name":"abstract val linkColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.linkColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/link-color.html","searchKeys":["linkColor","abstract val linkColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.linkColor"]},{"name":"abstract val linkedChannelChatId: ChatId?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.linkedChannelChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/linked-channel-chat-id.html","searchKeys":["linkedChannelChatId","abstract val linkedChannelChatId: ChatId?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.linkedChannelChatId"]},{"name":"abstract val linkedGroupChatId: ChatId?","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChat.linkedGroupChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/linked-group-chat-id.html","searchKeys":["linkedGroupChatId","abstract val linkedGroupChatId: ChatId?","dev.inmo.tgbotapi.types.chat.ExtendedChannelChat.linkedGroupChatId"]},{"name":"abstract val livePeriod: Seconds?","description":"dev.inmo.tgbotapi.abstracts.Livable.livePeriod","location":"docs/dev.inmo.tgbotapi.abstracts/-livable/live-period.html","searchKeys":["livePeriod","abstract val livePeriod: Seconds?","dev.inmo.tgbotapi.abstracts.Livable.livePeriod"]},{"name":"abstract val location: ChatLocation?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.location","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/location.html","searchKeys":["location","abstract val location: ChatLocation?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.location"]},{"name":"abstract val location: Location","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.location","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/location.html","searchKeys":["location","abstract val location: Location","dev.inmo.tgbotapi.types.message.content.LocationContent.location"]},{"name":"abstract val longitude: Double","description":"dev.inmo.tgbotapi.abstracts.Locationed.longitude","location":"docs/dev.inmo.tgbotapi.abstracts/-locationed/longitude.html","searchKeys":["longitude","abstract val longitude: Double","dev.inmo.tgbotapi.abstracts.Locationed.longitude"]},{"name":"abstract val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown.html","searchKeys":["markdown","abstract val markdown: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.markdown"]},{"name":"abstract val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown-v2.html","searchKeys":["markdownV2","abstract val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.markdownV2"]},{"name":"abstract val maskPosition: MaskPosition?","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/mask-position.html","searchKeys":["maskPosition","abstract val maskPosition: MaskPosition?","dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.maskPosition"]},{"name":"abstract val maskPosition: MaskPosition?","description":"dev.inmo.tgbotapi.types.files.Sticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/mask-position.html","searchKeys":["maskPosition","abstract val maskPosition: MaskPosition?","dev.inmo.tgbotapi.types.files.Sticker.maskPosition"]},{"name":"abstract val maxTipAmount: Int?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.maxTipAmount","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/max-tip-amount.html","searchKeys":["maxTipAmount","abstract val maxTipAmount: Int?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.maxTipAmount"]},{"name":"abstract val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMedia.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/media.html","searchKeys":["media","abstract val media: String","dev.inmo.tgbotapi.types.media.TelegramMedia.media"]},{"name":"abstract val media: TelegramMedia","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage.media","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/media.html","searchKeys":["media","abstract val media: TelegramMedia","dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage.media"]},{"name":"abstract val media: TelegramMediaFile","description":"dev.inmo.tgbotapi.types.message.content.MediaContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-content/media.html","searchKeys":["media","abstract val media: TelegramMediaFile","dev.inmo.tgbotapi.types.message.content.MediaContent.media"]},{"name":"abstract val mediaCollection: List","description":"dev.inmo.tgbotapi.types.message.content.MediaCollectionContent.mediaCollection","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-collection-content/media-collection.html","searchKeys":["mediaCollection","abstract val mediaCollection: List","dev.inmo.tgbotapi.types.message.content.MediaCollectionContent.mediaCollection"]},{"name":"abstract val mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage.mediaGroupId","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/media-group-id.html","searchKeys":["mediaGroupId","abstract val mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage.mediaGroupId"]},{"name":"abstract val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/media-map.html","searchKeys":["mediaMap","abstract val mediaMap: Map","dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.mediaMap"]},{"name":"abstract val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.membersLimit","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/members-limit.html","searchKeys":["membersLimit","abstract val membersLimit: MembersLimit","dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.membersLimit"]},{"name":"abstract val message: ContentMessage","description":"dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery.message","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/message.html","searchKeys":["message","abstract val message: ContentMessage","dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery.message"]},{"name":"abstract val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementError.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/message.html","searchKeys":["message","abstract val message: String","dev.inmo.tgbotapi.types.passport.PassportElementError.message"]},{"name":"abstract val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.abstracts.types.MessageAction.messageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-message-action/message-id.html","searchKeys":["messageId","abstract val messageId: MessageIdentifier","dev.inmo.tgbotapi.abstracts.types.MessageAction.messageId"]},{"name":"abstract val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.abstracts.Message.messageId","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/message-id.html","searchKeys":["messageId","abstract val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.abstracts.Message.messageId"]},{"name":"abstract val messageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/message-media-groups-flow.html","searchKeys":["messageMediaGroupsFlow","abstract val messageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messageMediaGroupsFlow"]},{"name":"abstract val messagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/messages-flow.html","searchKeys":["messagesFlow","abstract val messagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messagesFlow"]},{"name":"abstract val mimeType: MimeType?","description":"dev.inmo.tgbotapi.abstracts.MimeTyped.mimeType","location":"docs/dev.inmo.tgbotapi.abstracts/-mime-typed/mime-type.html","searchKeys":["mimeType","abstract val mimeType: MimeType?","dev.inmo.tgbotapi.abstracts.MimeTyped.mimeType"]},{"name":"abstract val myChatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.myChatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/my-chat-member-updates-flow.html","searchKeys":["myChatMemberUpdatesFlow","abstract val myChatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.myChatMemberUpdatesFlow"]},{"name":"abstract val name: String","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.name","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/name.html","searchKeys":["name","abstract val name: String","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.name"]},{"name":"abstract val name: String?","description":"dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.name","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/name.html","searchKeys":["name","abstract val name: String?","dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.name"]},{"name":"abstract val name: String?","description":"dev.inmo.tgbotapi.types.ChatInviteLink.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/name.html","searchKeys":["name","abstract val name: String?","dev.inmo.tgbotapi.types.ChatInviteLink.name"]},{"name":"abstract val offset: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.offset","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/offset.html","searchKeys":["offset","abstract val offset: String","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.offset"]},{"name":"abstract val options: List","description":"dev.inmo.tgbotapi.types.polls.Poll.options","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/options.html","searchKeys":["options","abstract val options: List","dev.inmo.tgbotapi.types.polls.Poll.options"]},{"name":"abstract val options: List","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.options","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/options.html","searchKeys":["options","abstract val options: List","dev.inmo.tgbotapi.requests.send.polls.SendPoll.options"]},{"name":"abstract val origin: BaseMessageUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.origin","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-media-group-update/origin.html","searchKeys":["origin","abstract val origin: BaseMessageUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.origin"]},{"name":"abstract val origins: List","description":"dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.origins","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-sent-media-group-update/origins.html","searchKeys":["origins","abstract val origins: List","dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.origins"]},{"name":"abstract val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/params-json.html","searchKeys":["paramsJson","abstract val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.paramsJson"]},{"name":"abstract val parseMode: ParseMode?","description":"dev.inmo.tgbotapi.abstracts.ParsableOutput.parseMode","location":"docs/dev.inmo.tgbotapi.abstracts/-parsable-output/parse-mode.html","searchKeys":["parseMode","abstract val parseMode: ParseMode?","dev.inmo.tgbotapi.abstracts.ParsableOutput.parseMode"]},{"name":"abstract val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.ParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","abstract val parseModeName: String","dev.inmo.tgbotapi.types.message.ParseMode.parseModeName"]},{"name":"abstract val payload: String","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.payload","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/payload.html","searchKeys":["payload","abstract val payload: String","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.payload"]},{"name":"abstract val paymentInfo: PaymentInfo?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage.paymentInfo","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/payment-info.html","searchKeys":["paymentInfo","abstract val paymentInfo: PaymentInfo?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage.paymentInfo"]},{"name":"abstract val performer: String?","description":"dev.inmo.tgbotapi.abstracts.Performerable.performer","location":"docs/dev.inmo.tgbotapi.abstracts/-performerable/performer.html","searchKeys":["performer","abstract val performer: String?","dev.inmo.tgbotapi.abstracts.Performerable.performer"]},{"name":"abstract val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChat.permissions","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat/permissions.html","searchKeys":["permissions","abstract val permissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.ExtendedGroupChat.permissions"]},{"name":"abstract val phoneNumber: String","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.phoneNumber","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/phone-number.html","searchKeys":["phoneNumber","abstract val phoneNumber: String","dev.inmo.tgbotapi.abstracts.CommonContactData.phoneNumber"]},{"name":"abstract val phoneNumber: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/phone-number.html","searchKeys":["phoneNumber","abstract val phoneNumber: String","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber.phoneNumber"]},{"name":"abstract val photoHeight: Int?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoHeight","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-height.html","searchKeys":["photoHeight","abstract val photoHeight: Int?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoHeight"]},{"name":"abstract val photoSize: Long?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoSize","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-size.html","searchKeys":["photoSize","abstract val photoSize: Long?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoSize"]},{"name":"abstract val photoUrl: String?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoUrl","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-url.html","searchKeys":["photoUrl","abstract val photoUrl: String?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoUrl"]},{"name":"abstract val photoUrl: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.photoUrl","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/photo-url.html","searchKeys":["photoUrl","abstract val photoUrl: String?","dev.inmo.tgbotapi.webapps.WebAppUser.photoUrl"]},{"name":"abstract val photoWidth: Int?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoWidth","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-width.html","searchKeys":["photoWidth","abstract val photoWidth: Int?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoWidth"]},{"name":"abstract val pinnedMessage: Message?","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/pinned-message.html","searchKeys":["pinnedMessage","abstract val pinnedMessage: Message?","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.pinnedMessage"]},{"name":"abstract val pollAnswersFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollAnswersFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/poll-answers-flow.html","searchKeys":["pollAnswersFlow","abstract val pollAnswersFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollAnswersFlow"]},{"name":"abstract val pollsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/polls-flow.html","searchKeys":["pollsFlow","abstract val pollsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollsFlow"]},{"name":"abstract val preCheckoutQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.preCheckoutQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/pre-checkout-queries-flow.html","searchKeys":["preCheckoutQueriesFlow","abstract val preCheckoutQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.preCheckoutQueriesFlow"]},{"name":"abstract val preCheckoutQueryId: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.preCheckoutQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/pre-checkout-query-id.html","searchKeys":["preCheckoutQueryId","abstract val preCheckoutQueryId: PreCheckoutQueryId","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.preCheckoutQueryId"]},{"name":"abstract val priceDependOnShipAddress: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.priceDependOnShipAddress","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/price-depend-on-ship-address.html","searchKeys":["priceDependOnShipAddress","abstract val priceDependOnShipAddress: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.priceDependOnShipAddress"]},{"name":"abstract val prices: List","description":"dev.inmo.tgbotapi.types.payments.abstracts.Priced.prices","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-priced/prices.html","searchKeys":["prices","abstract val prices: List","dev.inmo.tgbotapi.types.payments.abstracts.Priced.prices"]},{"name":"abstract val protectContent: Boolean","description":"dev.inmo.tgbotapi.abstracts.types.ProtectContent.protectContent","location":"docs/dev.inmo.tgbotapi.abstracts.types/-protect-content/protect-content.html","searchKeys":["protectContent","abstract val protectContent: Boolean","dev.inmo.tgbotapi.abstracts.types.ProtectContent.protectContent"]},{"name":"abstract val providerData: String?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-data.html","searchKeys":["providerData","abstract val providerData: String?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerData"]},{"name":"abstract val providerToken: String","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerToken","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-token.html","searchKeys":["providerToken","abstract val providerToken: String","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerToken"]},{"name":"abstract val proximityAlertRadius: Meters?","description":"dev.inmo.tgbotapi.abstracts.ProximityAlertable.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.abstracts/-proximity-alertable/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","abstract val proximityAlertRadius: Meters?","dev.inmo.tgbotapi.abstracts.ProximityAlertable.proximityAlertRadius"]},{"name":"abstract val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/query.html","searchKeys":["query","abstract val query: String","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.query"]},{"name":"abstract val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/query.html","searchKeys":["query","abstract val query: String","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.query"]},{"name":"abstract val queryId: WebAppQueryId?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.queryId","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/query-id.html","searchKeys":["queryId","abstract val queryId: WebAppQueryId?","dev.inmo.tgbotapi.webapps.WebAppInitData.queryId"]},{"name":"abstract val question: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.question","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/question.html","searchKeys":["question","abstract val question: String","dev.inmo.tgbotapi.requests.send.polls.SendPoll.question"]},{"name":"abstract val question: String","description":"dev.inmo.tgbotapi.types.polls.Poll.question","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/question.html","searchKeys":["question","abstract val question: String","dev.inmo.tgbotapi.types.polls.Poll.question"]},{"name":"abstract val receiver: WebAppUser?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.receiver","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/receiver.html","searchKeys":["receiver","abstract val receiver: WebAppUser?","dev.inmo.tgbotapi.webapps.WebAppInitData.receiver"]},{"name":"abstract val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/reply-markup.html","searchKeys":["replyMarkup","abstract val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.replyMarkup"]},{"name":"abstract val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/reply-markup.html","searchKeys":["replyMarkup","abstract val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp.replyMarkup"]},{"name":"abstract val replyMarkup: KeyboardMarkup?","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMarkup.replyMarkup","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-markup/reply-markup.html","searchKeys":["replyMarkup","abstract val replyMarkup: KeyboardMarkup?","dev.inmo.tgbotapi.abstracts.types.ReplyMarkup.replyMarkup"]},{"name":"abstract val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage.replyTo","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/reply-to.html","searchKeys":["replyTo","abstract val replyTo: Message?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage.replyTo"]},{"name":"abstract val replyToMessageId: MessageIdentifier?","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.replyToMessageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/reply-to-message-id.html","searchKeys":["replyToMessageId","abstract val replyToMessageId: MessageIdentifier?","dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.replyToMessageId"]},{"name":"abstract val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.abstracts.SimpleRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-simple-request/request-serializer.html","searchKeys":["requestSerializer","abstract val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.abstracts.SimpleRequest.requestSerializer"]},{"name":"abstract val requireEmail: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireEmail","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-email.html","searchKeys":["requireEmail","abstract val requireEmail: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireEmail"]},{"name":"abstract val requireName: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireName","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-name.html","searchKeys":["requireName","abstract val requireName: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireName"]},{"name":"abstract val requirePhoneNumber: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-phone-number.html","searchKeys":["requirePhoneNumber","abstract val requirePhoneNumber: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requirePhoneNumber"]},{"name":"abstract val requireShippingAddress: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireShippingAddress","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-shipping-address.html","searchKeys":["requireShippingAddress","abstract val requireShippingAddress: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireShippingAddress"]},{"name":"abstract val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.abstracts.Request.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-request/result-deserializer.html","searchKeys":["resultDeserializer","abstract val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.abstracts.Request.resultDeserializer"]},{"name":"abstract val resultId: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.resultId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/result-id.html","searchKeys":["resultId","abstract val resultId: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.resultId"]},{"name":"abstract val reverseSide: FileCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/reverse-side.html","searchKeys":["reverseSide","abstract val reverseSide: FileCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide.reverseSide"]},{"name":"abstract val reverseSide: PassportFile?","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/reverse-side.html","searchKeys":["reverseSide","abstract val reverseSide: PassportFile?","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide.reverseSide"]},{"name":"abstract val scheduledCloseInfo: ScheduledCloseInfo?","description":"dev.inmo.tgbotapi.types.polls.Poll.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","abstract val scheduledCloseInfo: ScheduledCloseInfo?","dev.inmo.tgbotapi.types.polls.Poll.scheduledCloseInfo"]},{"name":"abstract val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.MyCommandsRequest.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-my-commands-request/scope.html","searchKeys":["scope","abstract val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.MyCommandsRequest.scope"]},{"name":"abstract val score: Long","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.score","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/score.html","searchKeys":["score","abstract val score: Long","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.score"]},{"name":"abstract val secret: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/secret.html","searchKeys":["secret","abstract val secret: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.secret"]},{"name":"abstract val selfie: FileCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/selfie.html","searchKeys":["selfie","abstract val selfie: FileCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.selfie"]},{"name":"abstract val selfie: PassportFile?","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/selfie.html","searchKeys":["selfie","abstract val selfie: PassportFile?","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie.selfie"]},{"name":"abstract val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot.senderBot","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/sender-bot.html","searchKeys":["senderBot","abstract val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot.senderBot"]},{"name":"abstract val senderChat: Chat","description":"dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/sender-chat.html","searchKeys":["senderChat","abstract val senderChat: Chat","dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage.senderChat"]},{"name":"abstract val senderChatId: ChatId","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest.senderChatId","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html","searchKeys":["senderChatId","abstract val senderChatId: ChatId","dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest.senderChatId"]},{"name":"abstract val shippingQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.shippingQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/shipping-queries-flow.html","searchKeys":["shippingQueriesFlow","abstract val shippingQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.shippingQueriesFlow"]},{"name":"abstract val shippingQueryId: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.shippingQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/shipping-query-id.html","searchKeys":["shippingQueryId","abstract val shippingQueryId: ShippingQueryIdentifier","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.shippingQueryId"]},{"name":"abstract val shouldSendEmailToProvider: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendEmailToProvider","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-email-to-provider.html","searchKeys":["shouldSendEmailToProvider","abstract val shouldSendEmailToProvider: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendEmailToProvider"]},{"name":"abstract val shouldSendPhoneNumberToProvider: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendPhoneNumberToProvider","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-phone-number-to-provider.html","searchKeys":["shouldSendPhoneNumberToProvider","abstract val shouldSendPhoneNumberToProvider: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendPhoneNumberToProvider"]},{"name":"abstract val slowModeDelay: Long?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.slowModeDelay","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/slow-mode-delay.html","searchKeys":["slowModeDelay","abstract val slowModeDelay: Long?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.slowModeDelay"]},{"name":"abstract val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/source.html","searchKeys":["source","abstract val source: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.source"]},{"name":"abstract val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementError.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/source.html","searchKeys":["source","abstract val source: String","dev.inmo.tgbotapi.types.passport.PassportElementError.source"]},{"name":"abstract val startParam: String?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.startParam","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/start-param.html","searchKeys":["startParam","abstract val startParam: String?","dev.inmo.tgbotapi.webapps.WebAppInitData.startParam"]},{"name":"abstract val stickerSetName: StickerSetName?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/sticker-set-name.html","searchKeys":["stickerSetName","abstract val stickerSetName: StickerSetName?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.stickerSetName"]},{"name":"abstract val stickerSetName: StickerSetName?","description":"dev.inmo.tgbotapi.types.files.Sticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/sticker-set-name.html","searchKeys":["stickerSetName","abstract val stickerSetName: StickerSetName?","dev.inmo.tgbotapi.types.files.Sticker.stickerSetName"]},{"name":"abstract val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/stringified.html","searchKeys":["stringified","abstract val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.stringified"]},{"name":"abstract val subsources: List","description":"dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/subsources.html","searchKeys":["subsources","abstract val subsources: List","dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource.subsources"]},{"name":"abstract val suggestedTipAmounts: List?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.suggestedTipAmounts","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/suggested-tip-amounts.html","searchKeys":["suggestedTipAmounts","abstract val suggestedTipAmounts: List?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.suggestedTipAmounts"]},{"name":"abstract val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/text.html","searchKeys":["text","abstract val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton.text"]},{"name":"abstract val text: String","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button/text.html","searchKeys":["text","abstract val text: String","dev.inmo.tgbotapi.types.buttons.KeyboardButton.text"]},{"name":"abstract val text: String","description":"dev.inmo.tgbotapi.types.polls.PollOption.text","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/text.html","searchKeys":["text","abstract val text: String","dev.inmo.tgbotapi.types.polls.PollOption.text"]},{"name":"abstract val text: String?","description":"dev.inmo.tgbotapi.abstracts.Texted.text","location":"docs/dev.inmo.tgbotapi.abstracts/-texted/text.html","searchKeys":["text","abstract val text: String?","dev.inmo.tgbotapi.abstracts.Texted.text"]},{"name":"abstract val textColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.textColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/text-color.html","searchKeys":["textColor","abstract val textColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.textColor"]},{"name":"abstract val textSources: List?","description":"dev.inmo.tgbotapi.abstracts.TextedWithTextSources.textSources","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/text-sources.html","searchKeys":["textSources","abstract val textSources: List?","dev.inmo.tgbotapi.abstracts.TextedWithTextSources.textSources"]},{"name":"abstract val thumb: InputFile?","description":"dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/thumb.html","searchKeys":["thumb","abstract val thumb: InputFile?","dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia.thumb"]},{"name":"abstract val thumb: PhotoSize?","description":"dev.inmo.tgbotapi.types.files.ThumbedMediaFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-thumbed-media-file/thumb.html","searchKeys":["thumb","abstract val thumb: PhotoSize?","dev.inmo.tgbotapi.types.files.ThumbedMediaFile.thumb"]},{"name":"abstract val thumb: String?","description":"dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/thumb.html","searchKeys":["thumb","abstract val thumb: String?","dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest.thumb"]},{"name":"abstract val thumbHeight: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumb-height.html","searchKeys":["thumbHeight","abstract val thumbHeight: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbHeight"]},{"name":"abstract val thumbMimeType: MimeType?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult.thumbMimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/thumb-mime-type.html","searchKeys":["thumbMimeType","abstract val thumbMimeType: MimeType?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult.thumbMimeType"]},{"name":"abstract val thumbUrl: String?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/thumb-url.html","searchKeys":["thumbUrl","abstract val thumbUrl: String?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult.thumbUrl"]},{"name":"abstract val thumbWidth: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumb-width.html","searchKeys":["thumbWidth","abstract val thumbWidth: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbWidth"]},{"name":"abstract val title: String","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction.title","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/title.html","searchKeys":["title","abstract val title: String","dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction.title"]},{"name":"abstract val title: String","description":"dev.inmo.tgbotapi.types.chat.PublicChat.title","location":"docs/dev.inmo.tgbotapi.types.chat/-public-chat/title.html","searchKeys":["title","abstract val title: String","dev.inmo.tgbotapi.types.chat.PublicChat.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.abstracts.Titled.title","location":"docs/dev.inmo.tgbotapi.abstracts/-titled/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.abstracts.Titled.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest.title","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.types.files.TitledMediaFile.title","location":"docs/dev.inmo.tgbotapi.types.files/-titled-media-file/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.types.files.TitledMediaFile.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.types.media.TitledTelegramMedia.title","location":"docs/dev.inmo.tgbotapi.types.media/-titled-telegram-media/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.types.media.TitledTelegramMedia.title"]},{"name":"abstract val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/translation.html","searchKeys":["translation","abstract val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations.translation"]},{"name":"abstract val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/translations.html","searchKeys":["translations","abstract val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable.translations"]},{"name":"abstract val triggersHolder: TriggersHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.triggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/triggers-holder.html","searchKeys":["triggersHolder","abstract val triggersHolder: TriggersHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.triggersHolder"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.type","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.requests.send.polls.SendPoll.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.MenuButton.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScope.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMedia.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.media.TelegramMedia.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementError.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.passport.PassportElementError.type"]},{"name":"abstract val unknownUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.unknownUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/unknown-updates-flow.html","searchKeys":["unknownUpdatesFlow","abstract val unknownUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.unknownUpdatesFlow"]},{"name":"abstract val untilDate: TelegramDate?","description":"dev.inmo.tgbotapi.abstracts.types.UntilDate.untilDate","location":"docs/dev.inmo.tgbotapi.abstracts.types/-until-date/until-date.html","searchKeys":["untilDate","abstract val untilDate: TelegramDate?","dev.inmo.tgbotapi.abstracts.types.UntilDate.untilDate"]},{"name":"abstract val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.abstracts.Update.updateId","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update/update-id.html","searchKeys":["updateId","abstract val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.abstracts.Update.updateId"]},{"name":"abstract val url: String?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/url.html","searchKeys":["url","abstract val url: String?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult.url"]},{"name":"abstract val user: User","description":"dev.inmo.tgbotapi.abstracts.WithUser.user","location":"docs/dev.inmo.tgbotapi.abstracts/-with-user/user.html","searchKeys":["user","abstract val user: User","dev.inmo.tgbotapi.abstracts.WithUser.user"]},{"name":"abstract val user: WebAppUser?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.user","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/user.html","searchKeys":["user","abstract val user: WebAppUser?","dev.inmo.tgbotapi.webapps.WebAppInitData.user"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.userId","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.userId","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.userId"]},{"name":"abstract val username: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.username","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/username.html","searchKeys":["username","abstract val username: String?","dev.inmo.tgbotapi.webapps.WebAppUser.username"]},{"name":"abstract val username: Username?","description":"dev.inmo.tgbotapi.types.chat.UsernameChat.username","location":"docs/dev.inmo.tgbotapi.types.chat/-username-chat/username.html","searchKeys":["username","abstract val username: Username?","dev.inmo.tgbotapi.types.chat.UsernameChat.username"]},{"name":"abstract val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type/value-limits.html","searchKeys":["valueLimits","abstract val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.DiceAnimationType.valueLimits"]},{"name":"abstract val vcard: String?","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.vcard","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/vcard.html","searchKeys":["vcard","abstract val vcard: String?","dev.inmo.tgbotapi.abstracts.CommonContactData.vcard"]},{"name":"abstract val votes: Int","description":"dev.inmo.tgbotapi.types.polls.PollOption.votes","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/votes.html","searchKeys":["votes","abstract val votes: Int","dev.inmo.tgbotapi.types.polls.PollOption.votes"]},{"name":"abstract val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.Poll.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/votes-count.html","searchKeys":["votesCount","abstract val votesCount: Int","dev.inmo.tgbotapi.types.polls.Poll.votesCount"]},{"name":"abstract val width: Int","description":"dev.inmo.tgbotapi.types.files.SizedMediaFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-sized-media-file/width.html","searchKeys":["width","abstract val width: Int","dev.inmo.tgbotapi.types.files.SizedMediaFile.width"]},{"name":"abstract val width: Int?","description":"dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.width","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/width.html","searchKeys":["width","abstract val width: Int?","dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.width"]},{"name":"abstract val width: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/width.html","searchKeys":["width","abstract val width: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.width"]},{"name":"abstract val width: Int?","description":"dev.inmo.tgbotapi.types.media.SizedTelegramMedia.width","location":"docs/dev.inmo.tgbotapi.types.media/-sized-telegram-media/width.html","searchKeys":["width","abstract val width: Int?","dev.inmo.tgbotapi.types.media.SizedTelegramMedia.width"]},{"name":"annotation class PreviewFeature","description":"dev.inmo.tgbotapi.utils.PreviewFeature","location":"docs/dev.inmo.tgbotapi.utils/-preview-feature/index.html","searchKeys":["PreviewFeature","annotation class PreviewFeature","dev.inmo.tgbotapi.utils.PreviewFeature"]},{"name":"annotation class RiskFeature(val message: String = lowLevelRiskFeatureMessage)","description":"dev.inmo.tgbotapi.utils.RiskFeature","location":"docs/dev.inmo.tgbotapi.utils/-risk-feature/index.html","searchKeys":["RiskFeature","annotation class RiskFeature(val message: String = lowLevelRiskFeatureMessage)","dev.inmo.tgbotapi.utils.RiskFeature"]},{"name":"class AESDecryptor(key: SourceBytes, iv: ByteArray) : Decryptor","description":"dev.inmo.tgbotapi.utils.passport.AESDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/index.html","searchKeys":["AESDecryptor","class AESDecryptor(key: SourceBytes, iv: ByteArray) : Decryptor","dev.inmo.tgbotapi.utils.passport.AESDecryptor"]},{"name":"class BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler) : CheckableHandlerHolder , BehaviourWithFSMStateHandler ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/index.html","searchKeys":["BehaviourWithFSMStateHandlerHolder","class BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler) : CheckableHandlerHolder , BehaviourWithFSMStateHandler ","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder"]},{"name":"class ChannelChatCreated : ChannelEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/index.html","searchKeys":["ChannelChatCreated","class ChannelChatCreated : ChannelEvent","dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated"]},{"name":"class ClearMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/index.html","searchKeys":["ClearMyDefaultAdministratorRights","class ClearMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights"]},{"name":"class CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/index.html","searchKeys":["CommonLimiter","class CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter"]},{"name":"class CommonRequestException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.CommonRequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/index.html","searchKeys":["CommonRequestException","class CommonRequestException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.CommonRequestException"]},{"name":"class CustomBotAction constructor(val actionName: String) : BotAction","description":"dev.inmo.tgbotapi.types.actions.CustomBotAction","location":"docs/dev.inmo.tgbotapi.types.actions/-custom-bot-action/index.html","searchKeys":["CustomBotAction","class CustomBotAction constructor(val actionName: String) : BotAction","dev.inmo.tgbotapi.types.actions.CustomBotAction"]},{"name":"class DefaultBehaviourContext(val bot: TelegramBot, val scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, val triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null) : AbstractFlowsUpdatesFilter, RequestsExecutor, CoroutineScope, BehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/index.html","searchKeys":["DefaultBehaviourContext","class DefaultBehaviourContext(val bot: TelegramBot, val scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, val triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null) : AbstractFlowsUpdatesFilter, RequestsExecutor, CoroutineScope, BehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext"]},{"name":"class DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>) : BehaviourContext, BehaviourContextWithFSM ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/index.html","searchKeys":["DefaultBehaviourContextWithFSM","class DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>) : BehaviourContext, BehaviourContextWithFSM ","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM"]},{"name":"class DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null) : AbstractFlowsUpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/index.html","searchKeys":["DefaultFlowsUpdatesFilter","class DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null) : AbstractFlowsUpdatesFilter","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter"]},{"name":"class DeleteChatPhoto : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/index.html","searchKeys":["DeleteChatPhoto","class DeleteChatPhoto : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto"]},{"name":"class DeleteWebhook : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/index.html","searchKeys":["DeleteWebhook","class DeleteWebhook : SimpleRequest ","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook"]},{"name":"class DownloadFile(val filePath: String) : Request ","description":"dev.inmo.tgbotapi.requests.DownloadFile","location":"docs/dev.inmo.tgbotapi.requests/-download-file/index.html","searchKeys":["DownloadFile","class DownloadFile(val filePath: String) : Request ","dev.inmo.tgbotapi.requests.DownloadFile"]},{"name":"class DownloadFileStream(val filePath: String) : Request ","description":"dev.inmo.tgbotapi.requests.DownloadFileStream","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/index.html","searchKeys":["DownloadFileStream","class DownloadFileStream(val filePath: String) : Request ","dev.inmo.tgbotapi.requests.DownloadFileStream"]},{"name":"class EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/index.html","searchKeys":["EntitiesBuilder","class EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder"]},{"name":"class ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000) : RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/index.html","searchKeys":["ExceptionsOnlyLimiter","class ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000) : RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter"]},{"name":"class GetUpdatesConflict(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html","searchKeys":["GetUpdatesConflict","class GetUpdatesConflict(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict"]},{"name":"class GetWebhookInfo : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/index.html","searchKeys":["GetWebhookInfo","class GetWebhookInfo : SimpleRequest ","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo"]},{"name":"class GroupChatCreated(val migratedTo: ChatId?) : GroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/index.html","searchKeys":["GroupChatCreated","class GroupChatCreated(val migratedTo: ChatId?) : GroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated"]},{"name":"class HandleableCallbackBasedHolder : HandleableTriggersHolder Boolean> ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/index.html","searchKeys":["HandleableCallbackBasedHolder","class HandleableCallbackBasedHolder : HandleableTriggersHolder Boolean> ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder"]},{"name":"class HandleableRegexesHolder : HandleableTriggersHolder ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/index.html","searchKeys":["HandleableRegexesHolder","class HandleableRegexesHolder : HandleableTriggersHolder ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder"]},{"name":"class InlineKeyboardBuilder : MatrixBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/index.html","searchKeys":["InlineKeyboardBuilder","class InlineKeyboardBuilder : MatrixBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder"]},{"name":"class InlineKeyboardRowBuilder : RowBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/index.html","searchKeys":["InlineKeyboardRowBuilder","class InlineKeyboardRowBuilder : RowBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder"]},{"name":"class InlineQueryResultArticle(val id: InlineQueryIdentifier, val title: String, val inputMessageContent: InputMessageContent, val replyMarkup: InlineKeyboardMarkup? = null, val url: String? = null, val hideUrl: Boolean? = null, val description: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null) : InlineQueryResult, ThumbSizedInlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, WithInputMessageContentInlineQueryResult, UrlInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/index.html","searchKeys":["InlineQueryResultArticle","class InlineQueryResultArticle(val id: InlineQueryIdentifier, val title: String, val inputMessageContent: InputMessageContent, val replyMarkup: InlineKeyboardMarkup? = null, val url: String? = null, val hideUrl: Boolean? = null, val description: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null) : InlineQueryResult, ThumbSizedInlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, WithInputMessageContentInlineQueryResult, UrlInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle"]},{"name":"class InlineQueryResultGame(val id: InlineQueryIdentifier, val gameShortName: String, val replyMarkup: InlineKeyboardMarkup? = null) : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/index.html","searchKeys":["InlineQueryResultGame","class InlineQueryResultGame(val id: InlineQueryIdentifier, val gameShortName: String, val replyMarkup: InlineKeyboardMarkup? = null) : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame"]},{"name":"class InputInvoiceMessageContent(val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false) : InputMessageContent, CommonSendInvoiceData","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/index.html","searchKeys":["InputInvoiceMessageContent","class InputInvoiceMessageContent(val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false) : InputMessageContent, CommonSendInvoiceData","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent"]},{"name":"class InvalidPhotoDimensionsException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/index.html","searchKeys":["InvalidPhotoDimensionsException","class InvalidPhotoDimensionsException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException"]},{"name":"class KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder) : BaseRequestsExecutor","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/index.html","searchKeys":["KtorRequestsExecutor","class KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder) : BaseRequestsExecutor","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor"]},{"name":"class KtorRequestsExecutorBuilder(var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html","searchKeys":["KtorRequestsExecutorBuilder","class KtorRequestsExecutorBuilder(var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder"]},{"name":"class LiveLocationProvider : Closeable","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/index.html","searchKeys":["LiveLocationProvider","class LiveLocationProvider : Closeable","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider"]},{"name":"class MessageIsNotModifiedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/index.html","searchKeys":["MessageIsNotModifiedException","class MessageIsNotModifiedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException"]},{"name":"class MessageToEditNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/index.html","searchKeys":["MessageToEditNotFoundException","class MessageToEditNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException"]},{"name":"class MultipartRequestCallFactory : AbstractRequestCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/index.html","searchKeys":["MultipartRequestCallFactory","class MultipartRequestCallFactory : AbstractRequestCallFactory","dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory"]},{"name":"class MultipartRequestImpl, F : Files, R : Any>(val data: D, val files: F) : MultipartRequest ","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/index.html","searchKeys":["MultipartRequestImpl","class MultipartRequestImpl, F : Files, R : Any>(val data: D, val files: F) : MultipartRequest ","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl"]},{"name":"class MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null) : SetWebhookRequest, MultipartRequest ","description":"dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest","location":"docs/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.html","searchKeys":["MultipartSetWebhookRequest","class MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null) : SetWebhookRequest, MultipartRequest ","dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest"]},{"name":"class ReplyKeyboardBuilder : MatrixBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/index.html","searchKeys":["ReplyKeyboardBuilder","class ReplyKeyboardBuilder : MatrixBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder"]},{"name":"class ReplyKeyboardRowBuilder : RowBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/index.html","searchKeys":["ReplyKeyboardRowBuilder","class ReplyKeyboardRowBuilder : RowBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder"]},{"name":"class ReplyMessageNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/index.html","searchKeys":["ReplyMessageNotFoundException","class ReplyMessageNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException"]},{"name":"class SetMyCommands(val commands: List, val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/index.html","searchKeys":["SetMyCommands","class SetMyCommands(val commands: List, val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","dev.inmo.tgbotapi.requests.bot.SetMyCommands"]},{"name":"class SetMyDefaultAdministratorRights(val rights: ChatAdministratorRightsImpl, val forChannels: Boolean? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/index.html","searchKeys":["SetMyDefaultAdministratorRights","class SetMyDefaultAdministratorRights(val rights: ChatAdministratorRightsImpl, val forChannels: Boolean? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights"]},{"name":"class SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }) : RequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/index.html","searchKeys":["SimpleMultiServerRequestsExecutor","class SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }) : RequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor"]},{"name":"class SimpleRequestCallFactory : AbstractRequestCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/index.html","searchKeys":["SimpleRequestCallFactory","class SimpleRequestCallFactory : AbstractRequestCallFactory","dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory"]},{"name":"class SupergroupChatCreated(val migratedFrom: ChatId?) : SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/index.html","searchKeys":["SupergroupChatCreated","class SupergroupChatCreated(val migratedFrom: ChatId?) : SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated"]},{"name":"class TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html","searchKeys":["TelegramAPIUrlsKeeper","class TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper"]},{"name":"class TooMuchRequestsException(val retryAfter: RetryAfterError, val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/index.html","searchKeys":["TooMuchRequestsException","class TooMuchRequestsException(val retryAfter: RetryAfterError, val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException"]},{"name":"class TriggersHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/index.html","searchKeys":["TriggersHolder","class TriggersHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder"]},{"name":"class UnauthorizedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/index.html","searchKeys":["UnauthorizedException","class UnauthorizedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException"]},{"name":"class UnknownChatType(val stringified: String) : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/index.html","searchKeys":["UnknownChatType","class UnknownChatType(val stringified: String) : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType"]},{"name":"class UnknownKeyboardButtonPollType : KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/index.html","searchKeys":["UnknownKeyboardButtonPollType","class UnknownKeyboardButtonPollType : KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType"]},{"name":"class WrongFileIdentifierException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/index.html","searchKeys":["WrongFileIdentifierException","class WrongFileIdentifierException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException"]},{"name":"const val CHAT_JOIN_REQUEST: String","description":"dev.inmo.tgbotapi.types.CHAT_JOIN_REQUEST","location":"docs/dev.inmo.tgbotapi.types/-c-h-a-t_-j-o-i-n_-r-e-q-u-e-s-t.html","searchKeys":["CHAT_JOIN_REQUEST","const val CHAT_JOIN_REQUEST: String","dev.inmo.tgbotapi.types.CHAT_JOIN_REQUEST"]},{"name":"const val CHAT_MEMBER: String","description":"dev.inmo.tgbotapi.types.CHAT_MEMBER","location":"docs/dev.inmo.tgbotapi.types/-c-h-a-t_-m-e-m-b-e-r.html","searchKeys":["CHAT_MEMBER","const val CHAT_MEMBER: String","dev.inmo.tgbotapi.types.CHAT_MEMBER"]},{"name":"const val DirectInvocationOfTextSourceConstructor: String","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.DirectInvocationOfTextSourceConstructor","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/-direct-invocation-of-text-source-constructor.html","searchKeys":["DirectInvocationOfTextSourceConstructor","const val DirectInvocationOfTextSourceConstructor: String","dev.inmo.tgbotapi.types.MessageEntity.textsources.DirectInvocationOfTextSourceConstructor"]},{"name":"const val DirectInvocationOfTextSourceConstructor: String","description":"dev.inmo.tgbotapi.types.message.textsources.DirectInvocationOfTextSourceConstructor","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-direct-invocation-of-text-source-constructor.html","searchKeys":["DirectInvocationOfTextSourceConstructor","const val DirectInvocationOfTextSourceConstructor: String","dev.inmo.tgbotapi.types.message.textsources.DirectInvocationOfTextSourceConstructor"]},{"name":"const val MY_CHAT_MEMBER: String","description":"dev.inmo.tgbotapi.types.MY_CHAT_MEMBER","location":"docs/dev.inmo.tgbotapi.types/-m-y_-c-h-a-t_-m-e-m-b-e-r.html","searchKeys":["MY_CHAT_MEMBER","const val MY_CHAT_MEMBER: String","dev.inmo.tgbotapi.types.MY_CHAT_MEMBER"]},{"name":"const val UPDATE_CALLBACK_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_CALLBACK_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-a-l-l-b-a-c-k_-q-u-e-r-y.html","searchKeys":["UPDATE_CALLBACK_QUERY","const val UPDATE_CALLBACK_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_CALLBACK_QUERY"]},{"name":"const val UPDATE_CHANNEL_POST: String","description":"dev.inmo.tgbotapi.types.UPDATE_CHANNEL_POST","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-n-n-e-l_-p-o-s-t.html","searchKeys":["UPDATE_CHANNEL_POST","const val UPDATE_CHANNEL_POST: String","dev.inmo.tgbotapi.types.UPDATE_CHANNEL_POST"]},{"name":"const val UPDATE_CHOSEN_INLINE_RESULT: String","description":"dev.inmo.tgbotapi.types.UPDATE_CHOSEN_INLINE_RESULT","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-o-s-e-n_-i-n-l-i-n-e_-r-e-s-u-l-t.html","searchKeys":["UPDATE_CHOSEN_INLINE_RESULT","const val UPDATE_CHOSEN_INLINE_RESULT: String","dev.inmo.tgbotapi.types.UPDATE_CHOSEN_INLINE_RESULT"]},{"name":"const val UPDATE_EDITED_CHANNEL_POST: String","description":"dev.inmo.tgbotapi.types.UPDATE_EDITED_CHANNEL_POST","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-c-h-a-n-n-e-l_-p-o-s-t.html","searchKeys":["UPDATE_EDITED_CHANNEL_POST","const val UPDATE_EDITED_CHANNEL_POST: String","dev.inmo.tgbotapi.types.UPDATE_EDITED_CHANNEL_POST"]},{"name":"const val UPDATE_EDITED_MESSAGE: String","description":"dev.inmo.tgbotapi.types.UPDATE_EDITED_MESSAGE","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-m-e-s-s-a-g-e.html","searchKeys":["UPDATE_EDITED_MESSAGE","const val UPDATE_EDITED_MESSAGE: String","dev.inmo.tgbotapi.types.UPDATE_EDITED_MESSAGE"]},{"name":"const val UPDATE_INLINE_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_INLINE_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-i-n-l-i-n-e_-q-u-e-r-y.html","searchKeys":["UPDATE_INLINE_QUERY","const val UPDATE_INLINE_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_INLINE_QUERY"]},{"name":"const val UPDATE_MESSAGE: String","description":"dev.inmo.tgbotapi.types.UPDATE_MESSAGE","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-e-s-s-a-g-e.html","searchKeys":["UPDATE_MESSAGE","const val UPDATE_MESSAGE: String","dev.inmo.tgbotapi.types.UPDATE_MESSAGE"]},{"name":"const val UPDATE_POLL: String","description":"dev.inmo.tgbotapi.types.UPDATE_POLL","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l.html","searchKeys":["UPDATE_POLL","const val UPDATE_POLL: String","dev.inmo.tgbotapi.types.UPDATE_POLL"]},{"name":"const val UPDATE_POLL_ANSWER: String","description":"dev.inmo.tgbotapi.types.UPDATE_POLL_ANSWER","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l_-a-n-s-w-e-r.html","searchKeys":["UPDATE_POLL_ANSWER","const val UPDATE_POLL_ANSWER: String","dev.inmo.tgbotapi.types.UPDATE_POLL_ANSWER"]},{"name":"const val UPDATE_PRE_CHECKOUT_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_PRE_CHECKOUT_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-r-e_-c-h-e-c-k-o-u-t_-q-u-e-r-y.html","searchKeys":["UPDATE_PRE_CHECKOUT_QUERY","const val UPDATE_PRE_CHECKOUT_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_PRE_CHECKOUT_QUERY"]},{"name":"const val UPDATE_SHIPPING_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_SHIPPING_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-s-h-i-p-p-i-n-g_-q-u-e-r-y.html","searchKeys":["UPDATE_SHIPPING_QUERY","const val UPDATE_SHIPPING_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_SHIPPING_QUERY"]},{"name":"const val actionField: String","description":"dev.inmo.tgbotapi.types.actionField","location":"docs/dev.inmo.tgbotapi.types/action-field.html","searchKeys":["actionField","const val actionField: String","dev.inmo.tgbotapi.types.actionField"]},{"name":"const val addressField: String","description":"dev.inmo.tgbotapi.types.addressField","location":"docs/dev.inmo.tgbotapi.types/address-field.html","searchKeys":["addressField","const val addressField: String","dev.inmo.tgbotapi.types.addressField"]},{"name":"const val allowSendingWithoutReplyField: String","description":"dev.inmo.tgbotapi.types.allowSendingWithoutReplyField","location":"docs/dev.inmo.tgbotapi.types/allow-sending-without-reply-field.html","searchKeys":["allowSendingWithoutReplyField","const val allowSendingWithoutReplyField: String","dev.inmo.tgbotapi.types.allowSendingWithoutReplyField"]},{"name":"const val allowedUpdatesField: String","description":"dev.inmo.tgbotapi.types.allowedUpdatesField","location":"docs/dev.inmo.tgbotapi.types/allowed-updates-field.html","searchKeys":["allowedUpdatesField","const val allowedUpdatesField: String","dev.inmo.tgbotapi.types.allowedUpdatesField"]},{"name":"const val allowsMultipleAnswersField: String","description":"dev.inmo.tgbotapi.types.allowsMultipleAnswersField","location":"docs/dev.inmo.tgbotapi.types/allows-multiple-answers-field.html","searchKeys":["allowsMultipleAnswersField","const val allowsMultipleAnswersField: String","dev.inmo.tgbotapi.types.allowsMultipleAnswersField"]},{"name":"const val amountField: String","description":"dev.inmo.tgbotapi.types.amountField","location":"docs/dev.inmo.tgbotapi.types/amount-field.html","searchKeys":["amountField","const val amountField: String","dev.inmo.tgbotapi.types.amountField"]},{"name":"const val animationField: String","description":"dev.inmo.tgbotapi.types.animationField","location":"docs/dev.inmo.tgbotapi.types/animation-field.html","searchKeys":["animationField","const val animationField: String","dev.inmo.tgbotapi.types.animationField"]},{"name":"const val audioDurationField: String","description":"dev.inmo.tgbotapi.types.audioDurationField","location":"docs/dev.inmo.tgbotapi.types/audio-duration-field.html","searchKeys":["audioDurationField","const val audioDurationField: String","dev.inmo.tgbotapi.types.audioDurationField"]},{"name":"const val audioField: String","description":"dev.inmo.tgbotapi.types.audioField","location":"docs/dev.inmo.tgbotapi.types/audio-field.html","searchKeys":["audioField","const val audioField: String","dev.inmo.tgbotapi.types.audioField"]},{"name":"const val audioFileIdField: String","description":"dev.inmo.tgbotapi.types.audioFileIdField","location":"docs/dev.inmo.tgbotapi.types/audio-file-id-field.html","searchKeys":["audioFileIdField","const val audioFileIdField: String","dev.inmo.tgbotapi.types.audioFileIdField"]},{"name":"const val audioUrlField: String","description":"dev.inmo.tgbotapi.types.audioUrlField","location":"docs/dev.inmo.tgbotapi.types/audio-url-field.html","searchKeys":["audioUrlField","const val audioUrlField: String","dev.inmo.tgbotapi.types.audioUrlField"]},{"name":"const val bankStatementField: String","description":"dev.inmo.tgbotapi.types.bankStatementField","location":"docs/dev.inmo.tgbotapi.types/bank-statement-field.html","searchKeys":["bankStatementField","const val bankStatementField: String","dev.inmo.tgbotapi.types.bankStatementField"]},{"name":"const val bigFileIdField: String","description":"dev.inmo.tgbotapi.types.bigFileIdField","location":"docs/dev.inmo.tgbotapi.types/big-file-id-field.html","searchKeys":["bigFileIdField","const val bigFileIdField: String","dev.inmo.tgbotapi.types.bigFileIdField"]},{"name":"const val bigFileUniqueIdField: String","description":"dev.inmo.tgbotapi.types.bigFileUniqueIdField","location":"docs/dev.inmo.tgbotapi.types/big-file-unique-id-field.html","searchKeys":["bigFileUniqueIdField","const val bigFileUniqueIdField: String","dev.inmo.tgbotapi.types.bigFileUniqueIdField"]},{"name":"const val bioField: String","description":"dev.inmo.tgbotapi.types.bioField","location":"docs/dev.inmo.tgbotapi.types/bio-field.html","searchKeys":["bioField","const val bioField: String","dev.inmo.tgbotapi.types.bioField"]},{"name":"const val botActionActualityTime: Seconds = 5","description":"dev.inmo.tgbotapi.types.botActionActualityTime","location":"docs/dev.inmo.tgbotapi.types/bot-action-actuality-time.html","searchKeys":["botActionActualityTime","const val botActionActualityTime: Seconds = 5","dev.inmo.tgbotapi.types.botActionActualityTime"]},{"name":"const val botCommandField: String","description":"dev.inmo.tgbotapi.types.botCommandField","location":"docs/dev.inmo.tgbotapi.types/bot-command-field.html","searchKeys":["botCommandField","const val botCommandField: String","dev.inmo.tgbotapi.types.botCommandField"]},{"name":"const val botCommandsField: String","description":"dev.inmo.tgbotapi.types.botCommandsField","location":"docs/dev.inmo.tgbotapi.types/bot-commands-field.html","searchKeys":["botCommandsField","const val botCommandsField: String","dev.inmo.tgbotapi.types.botCommandsField"]},{"name":"const val botUsernameField: String","description":"dev.inmo.tgbotapi.types.botUsernameField","location":"docs/dev.inmo.tgbotapi.types/bot-username-field.html","searchKeys":["botUsernameField","const val botUsernameField: String","dev.inmo.tgbotapi.types.botUsernameField"]},{"name":"const val buttonTextField: String","description":"dev.inmo.tgbotapi.types.buttonTextField","location":"docs/dev.inmo.tgbotapi.types/button-text-field.html","searchKeys":["buttonTextField","const val buttonTextField: String","dev.inmo.tgbotapi.types.buttonTextField"]},{"name":"const val cacheTimeField: String","description":"dev.inmo.tgbotapi.types.cacheTimeField","location":"docs/dev.inmo.tgbotapi.types/cache-time-field.html","searchKeys":["cacheTimeField","const val cacheTimeField: String","dev.inmo.tgbotapi.types.cacheTimeField"]},{"name":"const val callbackDataField: String","description":"dev.inmo.tgbotapi.types.callbackDataField","location":"docs/dev.inmo.tgbotapi.types/callback-data-field.html","searchKeys":["callbackDataField","const val callbackDataField: String","dev.inmo.tgbotapi.types.callbackDataField"]},{"name":"const val callbackGameField: String","description":"dev.inmo.tgbotapi.types.callbackGameField","location":"docs/dev.inmo.tgbotapi.types/callback-game-field.html","searchKeys":["callbackGameField","const val callbackGameField: String","dev.inmo.tgbotapi.types.callbackGameField"]},{"name":"const val callbackQueryIdField: String","description":"dev.inmo.tgbotapi.types.callbackQueryIdField","location":"docs/dev.inmo.tgbotapi.types/callback-query-id-field.html","searchKeys":["callbackQueryIdField","const val callbackQueryIdField: String","dev.inmo.tgbotapi.types.callbackQueryIdField"]},{"name":"const val canAddWebPagePreviewsField: String","description":"dev.inmo.tgbotapi.types.canAddWebPagePreviewsField","location":"docs/dev.inmo.tgbotapi.types/can-add-web-page-previews-field.html","searchKeys":["canAddWebPagePreviewsField","const val canAddWebPagePreviewsField: String","dev.inmo.tgbotapi.types.canAddWebPagePreviewsField"]},{"name":"const val canBeEditedField: String","description":"dev.inmo.tgbotapi.types.canBeEditedField","location":"docs/dev.inmo.tgbotapi.types/can-be-edited-field.html","searchKeys":["canBeEditedField","const val canBeEditedField: String","dev.inmo.tgbotapi.types.canBeEditedField"]},{"name":"const val canChangeInfoField: String","description":"dev.inmo.tgbotapi.types.canChangeInfoField","location":"docs/dev.inmo.tgbotapi.types/can-change-info-field.html","searchKeys":["canChangeInfoField","const val canChangeInfoField: String","dev.inmo.tgbotapi.types.canChangeInfoField"]},{"name":"const val canDeleteMessagesField: String","description":"dev.inmo.tgbotapi.types.canDeleteMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-delete-messages-field.html","searchKeys":["canDeleteMessagesField","const val canDeleteMessagesField: String","dev.inmo.tgbotapi.types.canDeleteMessagesField"]},{"name":"const val canEditMessagesField: String","description":"dev.inmo.tgbotapi.types.canEditMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-edit-messages-field.html","searchKeys":["canEditMessagesField","const val canEditMessagesField: String","dev.inmo.tgbotapi.types.canEditMessagesField"]},{"name":"const val canInviteUsersField: String","description":"dev.inmo.tgbotapi.types.canInviteUsersField","location":"docs/dev.inmo.tgbotapi.types/can-invite-users-field.html","searchKeys":["canInviteUsersField","const val canInviteUsersField: String","dev.inmo.tgbotapi.types.canInviteUsersField"]},{"name":"const val canJoinGroupsField: String","description":"dev.inmo.tgbotapi.types.canJoinGroupsField","location":"docs/dev.inmo.tgbotapi.types/can-join-groups-field.html","searchKeys":["canJoinGroupsField","const val canJoinGroupsField: String","dev.inmo.tgbotapi.types.canJoinGroupsField"]},{"name":"const val canManageChatField: String","description":"dev.inmo.tgbotapi.types.canManageChatField","location":"docs/dev.inmo.tgbotapi.types/can-manage-chat-field.html","searchKeys":["canManageChatField","const val canManageChatField: String","dev.inmo.tgbotapi.types.canManageChatField"]},{"name":"const val canManageVideoChatsField: String","description":"dev.inmo.tgbotapi.types.canManageVideoChatsField","location":"docs/dev.inmo.tgbotapi.types/can-manage-video-chats-field.html","searchKeys":["canManageVideoChatsField","const val canManageVideoChatsField: String","dev.inmo.tgbotapi.types.canManageVideoChatsField"]},{"name":"const val canManageVoiceChatsField: String","description":"dev.inmo.tgbotapi.types.canManageVoiceChatsField","location":"docs/dev.inmo.tgbotapi.types/can-manage-voice-chats-field.html","searchKeys":["canManageVoiceChatsField","const val canManageVoiceChatsField: String","dev.inmo.tgbotapi.types.canManageVoiceChatsField"]},{"name":"const val canPinMessagesField: String","description":"dev.inmo.tgbotapi.types.canPinMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-pin-messages-field.html","searchKeys":["canPinMessagesField","const val canPinMessagesField: String","dev.inmo.tgbotapi.types.canPinMessagesField"]},{"name":"const val canPostMessagesField: String","description":"dev.inmo.tgbotapi.types.canPostMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-post-messages-field.html","searchKeys":["canPostMessagesField","const val canPostMessagesField: String","dev.inmo.tgbotapi.types.canPostMessagesField"]},{"name":"const val canPromoteMembersField: String","description":"dev.inmo.tgbotapi.types.canPromoteMembersField","location":"docs/dev.inmo.tgbotapi.types/can-promote-members-field.html","searchKeys":["canPromoteMembersField","const val canPromoteMembersField: String","dev.inmo.tgbotapi.types.canPromoteMembersField"]},{"name":"const val canReadAllGroupMessagesField: String","description":"dev.inmo.tgbotapi.types.canReadAllGroupMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-read-all-group-messages-field.html","searchKeys":["canReadAllGroupMessagesField","const val canReadAllGroupMessagesField: String","dev.inmo.tgbotapi.types.canReadAllGroupMessagesField"]},{"name":"const val canRestrictMembersField: String","description":"dev.inmo.tgbotapi.types.canRestrictMembersField","location":"docs/dev.inmo.tgbotapi.types/can-restrict-members-field.html","searchKeys":["canRestrictMembersField","const val canRestrictMembersField: String","dev.inmo.tgbotapi.types.canRestrictMembersField"]},{"name":"const val canSendMediaMessagesField: String","description":"dev.inmo.tgbotapi.types.canSendMediaMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-send-media-messages-field.html","searchKeys":["canSendMediaMessagesField","const val canSendMediaMessagesField: String","dev.inmo.tgbotapi.types.canSendMediaMessagesField"]},{"name":"const val canSendMessagesField: String","description":"dev.inmo.tgbotapi.types.canSendMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-send-messages-field.html","searchKeys":["canSendMessagesField","const val canSendMessagesField: String","dev.inmo.tgbotapi.types.canSendMessagesField"]},{"name":"const val canSendOtherMessagesField: String","description":"dev.inmo.tgbotapi.types.canSendOtherMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-send-other-messages-field.html","searchKeys":["canSendOtherMessagesField","const val canSendOtherMessagesField: String","dev.inmo.tgbotapi.types.canSendOtherMessagesField"]},{"name":"const val canSendPollsField: String","description":"dev.inmo.tgbotapi.types.canSendPollsField","location":"docs/dev.inmo.tgbotapi.types/can-send-polls-field.html","searchKeys":["canSendPollsField","const val canSendPollsField: String","dev.inmo.tgbotapi.types.canSendPollsField"]},{"name":"const val canSetStickerSetField: String","description":"dev.inmo.tgbotapi.types.canSetStickerSetField","location":"docs/dev.inmo.tgbotapi.types/can-set-sticker-set-field.html","searchKeys":["canSetStickerSetField","const val canSetStickerSetField: String","dev.inmo.tgbotapi.types.canSetStickerSetField"]},{"name":"const val captionEntitiesField: String","description":"dev.inmo.tgbotapi.types.captionEntitiesField","location":"docs/dev.inmo.tgbotapi.types/caption-entities-field.html","searchKeys":["captionEntitiesField","const val captionEntitiesField: String","dev.inmo.tgbotapi.types.captionEntitiesField"]},{"name":"const val captionField: String","description":"dev.inmo.tgbotapi.types.captionField","location":"docs/dev.inmo.tgbotapi.types/caption-field.html","searchKeys":["captionField","const val captionField: String","dev.inmo.tgbotapi.types.captionField"]},{"name":"const val certificateField: String","description":"dev.inmo.tgbotapi.types.certificateField","location":"docs/dev.inmo.tgbotapi.types/certificate-field.html","searchKeys":["certificateField","const val certificateField: String","dev.inmo.tgbotapi.types.certificateField"]},{"name":"const val chatField: String","description":"dev.inmo.tgbotapi.types.chatField","location":"docs/dev.inmo.tgbotapi.types/chat-field.html","searchKeys":["chatField","const val chatField: String","dev.inmo.tgbotapi.types.chatField"]},{"name":"const val chatIdField: String","description":"dev.inmo.tgbotapi.types.chatIdField","location":"docs/dev.inmo.tgbotapi.types/chat-id-field.html","searchKeys":["chatIdField","const val chatIdField: String","dev.inmo.tgbotapi.types.chatIdField"]},{"name":"const val chatTypeField: String","description":"dev.inmo.tgbotapi.types.chatTypeField","location":"docs/dev.inmo.tgbotapi.types/chat-type-field.html","searchKeys":["chatTypeField","const val chatTypeField: String","dev.inmo.tgbotapi.types.chatTypeField"]},{"name":"const val cityField: String","description":"dev.inmo.tgbotapi.types.cityField","location":"docs/dev.inmo.tgbotapi.types/city-field.html","searchKeys":["cityField","const val cityField: String","dev.inmo.tgbotapi.types.cityField"]},{"name":"const val closeDateField: String","description":"dev.inmo.tgbotapi.types.closeDateField","location":"docs/dev.inmo.tgbotapi.types/close-date-field.html","searchKeys":["closeDateField","const val closeDateField: String","dev.inmo.tgbotapi.types.closeDateField"]},{"name":"const val containsMasksField: String","description":"dev.inmo.tgbotapi.types.containsMasksField","location":"docs/dev.inmo.tgbotapi.types/contains-masks-field.html","searchKeys":["containsMasksField","const val containsMasksField: String","dev.inmo.tgbotapi.types.containsMasksField"]},{"name":"const val correctOptionIdField: String","description":"dev.inmo.tgbotapi.types.correctOptionIdField","location":"docs/dev.inmo.tgbotapi.types/correct-option-id-field.html","searchKeys":["correctOptionIdField","const val correctOptionIdField: String","dev.inmo.tgbotapi.types.correctOptionIdField"]},{"name":"const val countryCodeField: String","description":"dev.inmo.tgbotapi.types.countryCodeField","location":"docs/dev.inmo.tgbotapi.types/country-code-field.html","searchKeys":["countryCodeField","const val countryCodeField: String","dev.inmo.tgbotapi.types.countryCodeField"]},{"name":"const val createsJoinRequestField: String","description":"dev.inmo.tgbotapi.types.createsJoinRequestField","location":"docs/dev.inmo.tgbotapi.types/creates-join-request-field.html","searchKeys":["createsJoinRequestField","const val createsJoinRequestField: String","dev.inmo.tgbotapi.types.createsJoinRequestField"]},{"name":"const val creatorField: String","description":"dev.inmo.tgbotapi.types.creatorField","location":"docs/dev.inmo.tgbotapi.types/creator-field.html","searchKeys":["creatorField","const val creatorField: String","dev.inmo.tgbotapi.types.creatorField"]},{"name":"const val credentialsField: String","description":"dev.inmo.tgbotapi.types.credentialsField","location":"docs/dev.inmo.tgbotapi.types/credentials-field.html","searchKeys":["credentialsField","const val credentialsField: String","dev.inmo.tgbotapi.types.credentialsField"]},{"name":"const val currencyField: String","description":"dev.inmo.tgbotapi.types.currencyField","location":"docs/dev.inmo.tgbotapi.types/currency-field.html","searchKeys":["currencyField","const val currencyField: String","dev.inmo.tgbotapi.types.currencyField"]},{"name":"const val customTitleField: String","description":"dev.inmo.tgbotapi.types.customTitleField","location":"docs/dev.inmo.tgbotapi.types/custom-title-field.html","searchKeys":["customTitleField","const val customTitleField: String","dev.inmo.tgbotapi.types.customTitleField"]},{"name":"const val dataField: String","description":"dev.inmo.tgbotapi.types.dataField","location":"docs/dev.inmo.tgbotapi.types/data-field.html","searchKeys":["dataField","const val dataField: String","dev.inmo.tgbotapi.types.dataField"]},{"name":"const val dataHashField: String","description":"dev.inmo.tgbotapi.types.dataHashField","location":"docs/dev.inmo.tgbotapi.types/data-hash-field.html","searchKeys":["dataHashField","const val dataHashField: String","dev.inmo.tgbotapi.types.dataHashField"]},{"name":"const val dateField: String","description":"dev.inmo.tgbotapi.types.dateField","location":"docs/dev.inmo.tgbotapi.types/date-field.html","searchKeys":["dateField","const val dateField: String","dev.inmo.tgbotapi.types.dateField"]},{"name":"const val descriptionField: String","description":"dev.inmo.tgbotapi.types.descriptionField","location":"docs/dev.inmo.tgbotapi.types/description-field.html","searchKeys":["descriptionField","const val descriptionField: String","dev.inmo.tgbotapi.types.descriptionField"]},{"name":"const val disableContentTypeDetectionField: String","description":"dev.inmo.tgbotapi.types.disableContentTypeDetectionField","location":"docs/dev.inmo.tgbotapi.types/disable-content-type-detection-field.html","searchKeys":["disableContentTypeDetectionField","const val disableContentTypeDetectionField: String","dev.inmo.tgbotapi.types.disableContentTypeDetectionField"]},{"name":"const val disableEditMessageField: String","description":"dev.inmo.tgbotapi.types.disableEditMessageField","location":"docs/dev.inmo.tgbotapi.types/disable-edit-message-field.html","searchKeys":["disableEditMessageField","const val disableEditMessageField: String","dev.inmo.tgbotapi.types.disableEditMessageField"]},{"name":"const val disableNotificationField: String","description":"dev.inmo.tgbotapi.types.disableNotificationField","location":"docs/dev.inmo.tgbotapi.types/disable-notification-field.html","searchKeys":["disableNotificationField","const val disableNotificationField: String","dev.inmo.tgbotapi.types.disableNotificationField"]},{"name":"const val disableWebPagePreviewField: String","description":"dev.inmo.tgbotapi.types.disableWebPagePreviewField","location":"docs/dev.inmo.tgbotapi.types/disable-web-page-preview-field.html","searchKeys":["disableWebPagePreviewField","const val disableWebPagePreviewField: String","dev.inmo.tgbotapi.types.disableWebPagePreviewField"]},{"name":"const val documentField: String","description":"dev.inmo.tgbotapi.types.documentField","location":"docs/dev.inmo.tgbotapi.types/document-field.html","searchKeys":["documentField","const val documentField: String","dev.inmo.tgbotapi.types.documentField"]},{"name":"const val documentFileIdField: String","description":"dev.inmo.tgbotapi.types.documentFileIdField","location":"docs/dev.inmo.tgbotapi.types/document-file-id-field.html","searchKeys":["documentFileIdField","const val documentFileIdField: String","dev.inmo.tgbotapi.types.documentFileIdField"]},{"name":"const val documentUrlField: String","description":"dev.inmo.tgbotapi.types.documentUrlField","location":"docs/dev.inmo.tgbotapi.types/document-url-field.html","searchKeys":["documentUrlField","const val documentUrlField: String","dev.inmo.tgbotapi.types.documentUrlField"]},{"name":"const val driverLicenseField: String","description":"dev.inmo.tgbotapi.types.driverLicenseField","location":"docs/dev.inmo.tgbotapi.types/driver-license-field.html","searchKeys":["driverLicenseField","const val driverLicenseField: String","dev.inmo.tgbotapi.types.driverLicenseField"]},{"name":"const val dropPendingUpdatesField: String","description":"dev.inmo.tgbotapi.types.dropPendingUpdatesField","location":"docs/dev.inmo.tgbotapi.types/drop-pending-updates-field.html","searchKeys":["dropPendingUpdatesField","const val dropPendingUpdatesField: String","dev.inmo.tgbotapi.types.dropPendingUpdatesField"]},{"name":"const val durationField: String","description":"dev.inmo.tgbotapi.types.durationField","location":"docs/dev.inmo.tgbotapi.types/duration-field.html","searchKeys":["durationField","const val durationField: String","dev.inmo.tgbotapi.types.durationField"]},{"name":"const val editMessageCaptionMethod: String","description":"dev.inmo.tgbotapi.requests.edit.caption.editMessageCaptionMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/edit-message-caption-method.html","searchKeys":["editMessageCaptionMethod","const val editMessageCaptionMethod: String","dev.inmo.tgbotapi.requests.edit.caption.editMessageCaptionMethod"]},{"name":"const val editMessageLiveLocationMethod: String","description":"dev.inmo.tgbotapi.requests.edit.location.live.editMessageLiveLocationMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/edit-message-live-location-method.html","searchKeys":["editMessageLiveLocationMethod","const val editMessageLiveLocationMethod: String","dev.inmo.tgbotapi.requests.edit.location.live.editMessageLiveLocationMethod"]},{"name":"const val editMessageMediaMethod: String","description":"dev.inmo.tgbotapi.requests.edit.media.editMessageMediaMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.media/edit-message-media-method.html","searchKeys":["editMessageMediaMethod","const val editMessageMediaMethod: String","dev.inmo.tgbotapi.requests.edit.media.editMessageMediaMethod"]},{"name":"const val editMessageReplyMarkupMethod: String","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.editMessageReplyMarkupMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/edit-message-reply-markup-method.html","searchKeys":["editMessageReplyMarkupMethod","const val editMessageReplyMarkupMethod: String","dev.inmo.tgbotapi.requests.edit.reply_markup.editMessageReplyMarkupMethod"]},{"name":"const val editMessageTextMethod: String","description":"dev.inmo.tgbotapi.requests.edit.text.editMessageTextMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.text/edit-message-text-method.html","searchKeys":["editMessageTextMethod","const val editMessageTextMethod: String","dev.inmo.tgbotapi.requests.edit.text.editMessageTextMethod"]},{"name":"const val emailField: String","description":"dev.inmo.tgbotapi.types.emailField","location":"docs/dev.inmo.tgbotapi.types/email-field.html","searchKeys":["emailField","const val emailField: String","dev.inmo.tgbotapi.types.emailField"]},{"name":"const val emojiField: String","description":"dev.inmo.tgbotapi.types.emojiField","location":"docs/dev.inmo.tgbotapi.types/emoji-field.html","searchKeys":["emojiField","const val emojiField: String","dev.inmo.tgbotapi.types.emojiField"]},{"name":"const val emojisField: String","description":"dev.inmo.tgbotapi.types.emojisField","location":"docs/dev.inmo.tgbotapi.types/emojis-field.html","searchKeys":["emojisField","const val emojisField: String","dev.inmo.tgbotapi.types.emojisField"]},{"name":"const val entitiesField: String","description":"dev.inmo.tgbotapi.types.entitiesField","location":"docs/dev.inmo.tgbotapi.types/entities-field.html","searchKeys":["entitiesField","const val entitiesField: String","dev.inmo.tgbotapi.types.entitiesField"]},{"name":"const val errorMessageField: String","description":"dev.inmo.tgbotapi.types.errorMessageField","location":"docs/dev.inmo.tgbotapi.types/error-message-field.html","searchKeys":["errorMessageField","const val errorMessageField: String","dev.inmo.tgbotapi.types.errorMessageField"]},{"name":"const val errorsField: String","description":"dev.inmo.tgbotapi.types.errorsField","location":"docs/dev.inmo.tgbotapi.types/errors-field.html","searchKeys":["errorsField","const val errorsField: String","dev.inmo.tgbotapi.types.errorsField"]},{"name":"const val expireDateField: String","description":"dev.inmo.tgbotapi.types.expireDateField","location":"docs/dev.inmo.tgbotapi.types/expire-date-field.html","searchKeys":["expireDateField","const val expireDateField: String","dev.inmo.tgbotapi.types.expireDateField"]},{"name":"const val explanationEntitiesField: String","description":"dev.inmo.tgbotapi.types.explanationEntitiesField","location":"docs/dev.inmo.tgbotapi.types/explanation-entities-field.html","searchKeys":["explanationEntitiesField","const val explanationEntitiesField: String","dev.inmo.tgbotapi.types.explanationEntitiesField"]},{"name":"const val explanationField: String","description":"dev.inmo.tgbotapi.types.explanationField","location":"docs/dev.inmo.tgbotapi.types/explanation-field.html","searchKeys":["explanationField","const val explanationField: String","dev.inmo.tgbotapi.types.explanationField"]},{"name":"const val explanationParseModeField: String","description":"dev.inmo.tgbotapi.types.explanationParseModeField","location":"docs/dev.inmo.tgbotapi.types/explanation-parse-mode-field.html","searchKeys":["explanationParseModeField","const val explanationParseModeField: String","dev.inmo.tgbotapi.types.explanationParseModeField"]},{"name":"const val fieldNameField: String","description":"dev.inmo.tgbotapi.types.fieldNameField","location":"docs/dev.inmo.tgbotapi.types/field-name-field.html","searchKeys":["fieldNameField","const val fieldNameField: String","dev.inmo.tgbotapi.types.fieldNameField"]},{"name":"const val fileDateField: String","description":"dev.inmo.tgbotapi.types.fileDateField","location":"docs/dev.inmo.tgbotapi.types/file-date-field.html","searchKeys":["fileDateField","const val fileDateField: String","dev.inmo.tgbotapi.types.fileDateField"]},{"name":"const val fileField: String","description":"dev.inmo.tgbotapi.types.fileField","location":"docs/dev.inmo.tgbotapi.types/file-field.html","searchKeys":["fileField","const val fileField: String","dev.inmo.tgbotapi.types.fileField"]},{"name":"const val fileHashField: String","description":"dev.inmo.tgbotapi.types.fileHashField","location":"docs/dev.inmo.tgbotapi.types/file-hash-field.html","searchKeys":["fileHashField","const val fileHashField: String","dev.inmo.tgbotapi.types.fileHashField"]},{"name":"const val fileHashesField: String","description":"dev.inmo.tgbotapi.types.fileHashesField","location":"docs/dev.inmo.tgbotapi.types/file-hashes-field.html","searchKeys":["fileHashesField","const val fileHashesField: String","dev.inmo.tgbotapi.types.fileHashesField"]},{"name":"const val fileIdField: String","description":"dev.inmo.tgbotapi.types.fileIdField","location":"docs/dev.inmo.tgbotapi.types/file-id-field.html","searchKeys":["fileIdField","const val fileIdField: String","dev.inmo.tgbotapi.types.fileIdField"]},{"name":"const val fileNameField: String","description":"dev.inmo.tgbotapi.types.fileNameField","location":"docs/dev.inmo.tgbotapi.types/file-name-field.html","searchKeys":["fileNameField","const val fileNameField: String","dev.inmo.tgbotapi.types.fileNameField"]},{"name":"const val filePathField: String","description":"dev.inmo.tgbotapi.types.filePathField","location":"docs/dev.inmo.tgbotapi.types/file-path-field.html","searchKeys":["filePathField","const val filePathField: String","dev.inmo.tgbotapi.types.filePathField"]},{"name":"const val fileSizeField: String","description":"dev.inmo.tgbotapi.types.fileSizeField","location":"docs/dev.inmo.tgbotapi.types/file-size-field.html","searchKeys":["fileSizeField","const val fileSizeField: String","dev.inmo.tgbotapi.types.fileSizeField"]},{"name":"const val fileUniqueIdField: String","description":"dev.inmo.tgbotapi.types.fileUniqueIdField","location":"docs/dev.inmo.tgbotapi.types/file-unique-id-field.html","searchKeys":["fileUniqueIdField","const val fileUniqueIdField: String","dev.inmo.tgbotapi.types.fileUniqueIdField"]},{"name":"const val filesField: String","description":"dev.inmo.tgbotapi.types.filesField","location":"docs/dev.inmo.tgbotapi.types/files-field.html","searchKeys":["filesField","const val filesField: String","dev.inmo.tgbotapi.types.filesField"]},{"name":"const val firstNameField: String","description":"dev.inmo.tgbotapi.types.firstNameField","location":"docs/dev.inmo.tgbotapi.types/first-name-field.html","searchKeys":["firstNameField","const val firstNameField: String","dev.inmo.tgbotapi.types.firstNameField"]},{"name":"const val firstStreetLineField: String","description":"dev.inmo.tgbotapi.types.firstStreetLineField","location":"docs/dev.inmo.tgbotapi.types/first-street-line-field.html","searchKeys":["firstStreetLineField","const val firstStreetLineField: String","dev.inmo.tgbotapi.types.firstStreetLineField"]},{"name":"const val forChannelsField: String","description":"dev.inmo.tgbotapi.types.forChannelsField","location":"docs/dev.inmo.tgbotapi.types/for-channels-field.html","searchKeys":["forChannelsField","const val forChannelsField: String","dev.inmo.tgbotapi.types.forChannelsField"]},{"name":"const val forceField: String","description":"dev.inmo.tgbotapi.types.forceField","location":"docs/dev.inmo.tgbotapi.types/force-field.html","searchKeys":["forceField","const val forceField: String","dev.inmo.tgbotapi.types.forceField"]},{"name":"const val forwardTextField: String","description":"dev.inmo.tgbotapi.types.forwardTextField","location":"docs/dev.inmo.tgbotapi.types/forward-text-field.html","searchKeys":["forwardTextField","const val forwardTextField: String","dev.inmo.tgbotapi.types.forwardTextField"]},{"name":"const val foursquareIdField: String","description":"dev.inmo.tgbotapi.types.foursquareIdField","location":"docs/dev.inmo.tgbotapi.types/foursquare-id-field.html","searchKeys":["foursquareIdField","const val foursquareIdField: String","dev.inmo.tgbotapi.types.foursquareIdField"]},{"name":"const val foursquareTypeField: String","description":"dev.inmo.tgbotapi.types.foursquareTypeField","location":"docs/dev.inmo.tgbotapi.types/foursquare-type-field.html","searchKeys":["foursquareTypeField","const val foursquareTypeField: String","dev.inmo.tgbotapi.types.foursquareTypeField"]},{"name":"const val fromChatIdField: String","description":"dev.inmo.tgbotapi.types.fromChatIdField","location":"docs/dev.inmo.tgbotapi.types/from-chat-id-field.html","searchKeys":["fromChatIdField","const val fromChatIdField: String","dev.inmo.tgbotapi.types.fromChatIdField"]},{"name":"const val fromField: String","description":"dev.inmo.tgbotapi.types.fromField","location":"docs/dev.inmo.tgbotapi.types/from-field.html","searchKeys":["fromField","const val fromField: String","dev.inmo.tgbotapi.types.fromField"]},{"name":"const val frontSideField: String","description":"dev.inmo.tgbotapi.types.frontSideField","location":"docs/dev.inmo.tgbotapi.types/front-side-field.html","searchKeys":["frontSideField","const val frontSideField: String","dev.inmo.tgbotapi.types.frontSideField"]},{"name":"const val gameShortNameField: String","description":"dev.inmo.tgbotapi.types.gameShortNameField","location":"docs/dev.inmo.tgbotapi.types/game-short-name-field.html","searchKeys":["gameShortNameField","const val gameShortNameField: String","dev.inmo.tgbotapi.types.gameShortNameField"]},{"name":"const val gifDurationField: String","description":"dev.inmo.tgbotapi.types.gifDurationField","location":"docs/dev.inmo.tgbotapi.types/gif-duration-field.html","searchKeys":["gifDurationField","const val gifDurationField: String","dev.inmo.tgbotapi.types.gifDurationField"]},{"name":"const val gifFileIdField: String","description":"dev.inmo.tgbotapi.types.gifFileIdField","location":"docs/dev.inmo.tgbotapi.types/gif-file-id-field.html","searchKeys":["gifFileIdField","const val gifFileIdField: String","dev.inmo.tgbotapi.types.gifFileIdField"]},{"name":"const val gifHeightField: String","description":"dev.inmo.tgbotapi.types.gifHeightField","location":"docs/dev.inmo.tgbotapi.types/gif-height-field.html","searchKeys":["gifHeightField","const val gifHeightField: String","dev.inmo.tgbotapi.types.gifHeightField"]},{"name":"const val gifUrlField: String","description":"dev.inmo.tgbotapi.types.gifUrlField","location":"docs/dev.inmo.tgbotapi.types/gif-url-field.html","searchKeys":["gifUrlField","const val gifUrlField: String","dev.inmo.tgbotapi.types.gifUrlField"]},{"name":"const val gifWidthField: String","description":"dev.inmo.tgbotapi.types.gifWidthField","location":"docs/dev.inmo.tgbotapi.types/gif-width-field.html","searchKeys":["gifWidthField","const val gifWidthField: String","dev.inmo.tgbotapi.types.gifWidthField"]},{"name":"const val googlePlaceIdField: String","description":"dev.inmo.tgbotapi.types.googlePlaceIdField","location":"docs/dev.inmo.tgbotapi.types/google-place-id-field.html","searchKeys":["googlePlaceIdField","const val googlePlaceIdField: String","dev.inmo.tgbotapi.types.googlePlaceIdField"]},{"name":"const val googlePlaceTypeField: String","description":"dev.inmo.tgbotapi.types.googlePlaceTypeField","location":"docs/dev.inmo.tgbotapi.types/google-place-type-field.html","searchKeys":["googlePlaceTypeField","const val googlePlaceTypeField: String","dev.inmo.tgbotapi.types.googlePlaceTypeField"]},{"name":"const val hasCustomCertificateField: String","description":"dev.inmo.tgbotapi.types.hasCustomCertificateField","location":"docs/dev.inmo.tgbotapi.types/has-custom-certificate-field.html","searchKeys":["hasCustomCertificateField","const val hasCustomCertificateField: String","dev.inmo.tgbotapi.types.hasCustomCertificateField"]},{"name":"const val hasPrivateForwardsField: String","description":"dev.inmo.tgbotapi.types.hasPrivateForwardsField","location":"docs/dev.inmo.tgbotapi.types/has-private-forwards-field.html","searchKeys":["hasPrivateForwardsField","const val hasPrivateForwardsField: String","dev.inmo.tgbotapi.types.hasPrivateForwardsField"]},{"name":"const val hashField: String","description":"dev.inmo.tgbotapi.types.hashField","location":"docs/dev.inmo.tgbotapi.types/hash-field.html","searchKeys":["hashField","const val hashField: String","dev.inmo.tgbotapi.types.hashField"]},{"name":"const val headingField: String","description":"dev.inmo.tgbotapi.types.headingField","location":"docs/dev.inmo.tgbotapi.types/heading-field.html","searchKeys":["headingField","const val headingField: String","dev.inmo.tgbotapi.types.headingField"]},{"name":"const val heightField: String","description":"dev.inmo.tgbotapi.types.heightField","location":"docs/dev.inmo.tgbotapi.types/height-field.html","searchKeys":["heightField","const val heightField: String","dev.inmo.tgbotapi.types.heightField"]},{"name":"const val hideUrlField: String","description":"dev.inmo.tgbotapi.types.hideUrlField","location":"docs/dev.inmo.tgbotapi.types/hide-url-field.html","searchKeys":["hideUrlField","const val hideUrlField: String","dev.inmo.tgbotapi.types.hideUrlField"]},{"name":"const val horizontalAccuracyField: String","description":"dev.inmo.tgbotapi.types.horizontalAccuracyField","location":"docs/dev.inmo.tgbotapi.types/horizontal-accuracy-field.html","searchKeys":["horizontalAccuracyField","const val horizontalAccuracyField: String","dev.inmo.tgbotapi.types.horizontalAccuracyField"]},{"name":"const val htmlBoldControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlBoldControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-bold-control.html","searchKeys":["htmlBoldControl","const val htmlBoldControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlBoldControl"]},{"name":"const val htmlBoldControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlBoldControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-bold-control.html","searchKeys":["htmlBoldControl","const val htmlBoldControl: String","dev.inmo.tgbotapi.utils.internal.htmlBoldControl"]},{"name":"const val htmlCodeControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlCodeControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-code-control.html","searchKeys":["htmlCodeControl","const val htmlCodeControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlCodeControl"]},{"name":"const val htmlCodeControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlCodeControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-code-control.html","searchKeys":["htmlCodeControl","const val htmlCodeControl: String","dev.inmo.tgbotapi.utils.internal.htmlCodeControl"]},{"name":"const val htmlItalicControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlItalicControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-italic-control.html","searchKeys":["htmlItalicControl","const val htmlItalicControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlItalicControl"]},{"name":"const val htmlItalicControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlItalicControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-italic-control.html","searchKeys":["htmlItalicControl","const val htmlItalicControl: String","dev.inmo.tgbotapi.utils.internal.htmlItalicControl"]},{"name":"const val htmlPreControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlPreControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-pre-control.html","searchKeys":["htmlPreControl","const val htmlPreControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlPreControl"]},{"name":"const val htmlPreControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlPreControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-pre-control.html","searchKeys":["htmlPreControl","const val htmlPreControl: String","dev.inmo.tgbotapi.utils.internal.htmlPreControl"]},{"name":"const val htmlSpoilerClosingControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlSpoilerClosingControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-spoiler-closing-control.html","searchKeys":["htmlSpoilerClosingControl","const val htmlSpoilerClosingControl: String","dev.inmo.tgbotapi.utils.internal.htmlSpoilerClosingControl"]},{"name":"const val htmlSpoilerControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlSpoilerControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-spoiler-control.html","searchKeys":["htmlSpoilerControl","const val htmlSpoilerControl: String","dev.inmo.tgbotapi.utils.internal.htmlSpoilerControl"]},{"name":"const val htmlStrikethroughControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlStrikethroughControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-strikethrough-control.html","searchKeys":["htmlStrikethroughControl","const val htmlStrikethroughControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlStrikethroughControl"]},{"name":"const val htmlStrikethroughControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlStrikethroughControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-strikethrough-control.html","searchKeys":["htmlStrikethroughControl","const val htmlStrikethroughControl: String","dev.inmo.tgbotapi.utils.internal.htmlStrikethroughControl"]},{"name":"const val htmlUnderlineControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlUnderlineControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-underline-control.html","searchKeys":["htmlUnderlineControl","const val htmlUnderlineControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlUnderlineControl"]},{"name":"const val htmlUnderlineControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlUnderlineControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-underline-control.html","searchKeys":["htmlUnderlineControl","const val htmlUnderlineControl: String","dev.inmo.tgbotapi.utils.internal.htmlUnderlineControl"]},{"name":"const val idField: String","description":"dev.inmo.tgbotapi.types.idField","location":"docs/dev.inmo.tgbotapi.types/id-field.html","searchKeys":["idField","const val idField: String","dev.inmo.tgbotapi.types.idField"]},{"name":"const val identityCardField: String","description":"dev.inmo.tgbotapi.types.identityCardField","location":"docs/dev.inmo.tgbotapi.types/identity-card-field.html","searchKeys":["identityCardField","const val identityCardField: String","dev.inmo.tgbotapi.types.identityCardField"]},{"name":"const val inlineKeyboardField: String","description":"dev.inmo.tgbotapi.types.inlineKeyboardField","location":"docs/dev.inmo.tgbotapi.types/inline-keyboard-field.html","searchKeys":["inlineKeyboardField","const val inlineKeyboardField: String","dev.inmo.tgbotapi.types.inlineKeyboardField"]},{"name":"const val inlineMessageIdField: String","description":"dev.inmo.tgbotapi.types.inlineMessageIdField","location":"docs/dev.inmo.tgbotapi.types/inline-message-id-field.html","searchKeys":["inlineMessageIdField","const val inlineMessageIdField: String","dev.inmo.tgbotapi.types.inlineMessageIdField"]},{"name":"const val inlineQueryIdField: String","description":"dev.inmo.tgbotapi.types.inlineQueryIdField","location":"docs/dev.inmo.tgbotapi.types/inline-query-id-field.html","searchKeys":["inlineQueryIdField","const val inlineQueryIdField: String","dev.inmo.tgbotapi.types.inlineQueryIdField"]},{"name":"const val inlineQueryResultAudioType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.inlineQueryResultAudioType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/inline-query-result-audio-type.html","searchKeys":["inlineQueryResultAudioType","const val inlineQueryResultAudioType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.inlineQueryResultAudioType"]},{"name":"const val inlineQueryResultDocumentType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.inlineQueryResultDocumentType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/inline-query-result-document-type.html","searchKeys":["inlineQueryResultDocumentType","const val inlineQueryResultDocumentType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.inlineQueryResultDocumentType"]},{"name":"const val inlineQueryResultGifType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.inlineQueryResultGifType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/inline-query-result-gif-type.html","searchKeys":["inlineQueryResultGifType","const val inlineQueryResultGifType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.inlineQueryResultGifType"]},{"name":"const val inlineQueryResultMpeg4GifType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.inlineQueryResultMpeg4GifType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/inline-query-result-mpeg4-gif-type.html","searchKeys":["inlineQueryResultMpeg4GifType","const val inlineQueryResultMpeg4GifType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.inlineQueryResultMpeg4GifType"]},{"name":"const val inlineQueryResultPhotoType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.inlineQueryResultPhotoType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/inline-query-result-photo-type.html","searchKeys":["inlineQueryResultPhotoType","const val inlineQueryResultPhotoType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.inlineQueryResultPhotoType"]},{"name":"const val inlineQueryResultVideoType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.inlineQueryResultVideoType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/inline-query-result-video-type.html","searchKeys":["inlineQueryResultVideoType","const val inlineQueryResultVideoType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.inlineQueryResultVideoType"]},{"name":"const val inlineQueryResultVoiceType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.inlineQueryResultVoiceType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/inline-query-result-voice-type.html","searchKeys":["inlineQueryResultVoiceType","const val inlineQueryResultVoiceType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.inlineQueryResultVoiceType"]},{"name":"const val inputFieldPlaceholderField: String","description":"dev.inmo.tgbotapi.types.inputFieldPlaceholderField","location":"docs/dev.inmo.tgbotapi.types/input-field-placeholder-field.html","searchKeys":["inputFieldPlaceholderField","const val inputFieldPlaceholderField: String","dev.inmo.tgbotapi.types.inputFieldPlaceholderField"]},{"name":"const val inputMessageContentField: String","description":"dev.inmo.tgbotapi.types.inputMessageContentField","location":"docs/dev.inmo.tgbotapi.types/input-message-content-field.html","searchKeys":["inputMessageContentField","const val inputMessageContentField: String","dev.inmo.tgbotapi.types.inputMessageContentField"]},{"name":"const val internalPassportField: String","description":"dev.inmo.tgbotapi.types.internalPassportField","location":"docs/dev.inmo.tgbotapi.types/internal-passport-field.html","searchKeys":["internalPassportField","const val internalPassportField: String","dev.inmo.tgbotapi.types.internalPassportField"]},{"name":"const val inviteLinkField: String","description":"dev.inmo.tgbotapi.types.inviteLinkField","location":"docs/dev.inmo.tgbotapi.types/invite-link-field.html","searchKeys":["inviteLinkField","const val inviteLinkField: String","dev.inmo.tgbotapi.types.inviteLinkField"]},{"name":"const val invoicePayloadField: String","description":"dev.inmo.tgbotapi.types.invoicePayloadField","location":"docs/dev.inmo.tgbotapi.types/invoice-payload-field.html","searchKeys":["invoicePayloadField","const val invoicePayloadField: String","dev.inmo.tgbotapi.types.invoicePayloadField"]},{"name":"const val ipAddressField: String","description":"dev.inmo.tgbotapi.types.ipAddressField","location":"docs/dev.inmo.tgbotapi.types/ip-address-field.html","searchKeys":["ipAddressField","const val ipAddressField: String","dev.inmo.tgbotapi.types.ipAddressField"]},{"name":"const val isAnimatedField: String","description":"dev.inmo.tgbotapi.types.isAnimatedField","location":"docs/dev.inmo.tgbotapi.types/is-animated-field.html","searchKeys":["isAnimatedField","const val isAnimatedField: String","dev.inmo.tgbotapi.types.isAnimatedField"]},{"name":"const val isAnonymousField: String","description":"dev.inmo.tgbotapi.types.isAnonymousField","location":"docs/dev.inmo.tgbotapi.types/is-anonymous-field.html","searchKeys":["isAnonymousField","const val isAnonymousField: String","dev.inmo.tgbotapi.types.isAnonymousField"]},{"name":"const val isBotField: String","description":"dev.inmo.tgbotapi.types.isBotField","location":"docs/dev.inmo.tgbotapi.types/is-bot-field.html","searchKeys":["isBotField","const val isBotField: String","dev.inmo.tgbotapi.types.isBotField"]},{"name":"const val isClosedField: String","description":"dev.inmo.tgbotapi.types.isClosedField","location":"docs/dev.inmo.tgbotapi.types/is-closed-field.html","searchKeys":["isClosedField","const val isClosedField: String","dev.inmo.tgbotapi.types.isClosedField"]},{"name":"const val isMemberField: String","description":"dev.inmo.tgbotapi.types.isMemberField","location":"docs/dev.inmo.tgbotapi.types/is-member-field.html","searchKeys":["isMemberField","const val isMemberField: String","dev.inmo.tgbotapi.types.isMemberField"]},{"name":"const val isPersonalField: String","description":"dev.inmo.tgbotapi.types.isPersonalField","location":"docs/dev.inmo.tgbotapi.types/is-personal-field.html","searchKeys":["isPersonalField","const val isPersonalField: String","dev.inmo.tgbotapi.types.isPersonalField"]},{"name":"const val isPrimaryField: String","description":"dev.inmo.tgbotapi.types.isPrimaryField","location":"docs/dev.inmo.tgbotapi.types/is-primary-field.html","searchKeys":["isPrimaryField","const val isPrimaryField: String","dev.inmo.tgbotapi.types.isPrimaryField"]},{"name":"const val isRevokedField: String","description":"dev.inmo.tgbotapi.types.isRevokedField","location":"docs/dev.inmo.tgbotapi.types/is-revoked-field.html","searchKeys":["isRevokedField","const val isRevokedField: String","dev.inmo.tgbotapi.types.isRevokedField"]},{"name":"const val isVideoField: String","description":"dev.inmo.tgbotapi.types.isVideoField","location":"docs/dev.inmo.tgbotapi.types/is-video-field.html","searchKeys":["isVideoField","const val isVideoField: String","dev.inmo.tgbotapi.types.isVideoField"]},{"name":"const val labelField: String","description":"dev.inmo.tgbotapi.types.labelField","location":"docs/dev.inmo.tgbotapi.types/label-field.html","searchKeys":["labelField","const val labelField: String","dev.inmo.tgbotapi.types.labelField"]},{"name":"const val languageCodeField: String","description":"dev.inmo.tgbotapi.types.languageCodeField","location":"docs/dev.inmo.tgbotapi.types/language-code-field.html","searchKeys":["languageCodeField","const val languageCodeField: String","dev.inmo.tgbotapi.types.languageCodeField"]},{"name":"const val lastErrorDateField: String","description":"dev.inmo.tgbotapi.types.lastErrorDateField","location":"docs/dev.inmo.tgbotapi.types/last-error-date-field.html","searchKeys":["lastErrorDateField","const val lastErrorDateField: String","dev.inmo.tgbotapi.types.lastErrorDateField"]},{"name":"const val lastErrorMessageField: String","description":"dev.inmo.tgbotapi.types.lastErrorMessageField","location":"docs/dev.inmo.tgbotapi.types/last-error-message-field.html","searchKeys":["lastErrorMessageField","const val lastErrorMessageField: String","dev.inmo.tgbotapi.types.lastErrorMessageField"]},{"name":"const val lastNameField: String","description":"dev.inmo.tgbotapi.types.lastNameField","location":"docs/dev.inmo.tgbotapi.types/last-name-field.html","searchKeys":["lastNameField","const val lastNameField: String","dev.inmo.tgbotapi.types.lastNameField"]},{"name":"const val lastSynchronizationErrorDateField: String","description":"dev.inmo.tgbotapi.types.lastSynchronizationErrorDateField","location":"docs/dev.inmo.tgbotapi.types/last-synchronization-error-date-field.html","searchKeys":["lastSynchronizationErrorDateField","const val lastSynchronizationErrorDateField: String","dev.inmo.tgbotapi.types.lastSynchronizationErrorDateField"]},{"name":"const val latitudeField: String","description":"dev.inmo.tgbotapi.types.latitudeField","location":"docs/dev.inmo.tgbotapi.types/latitude-field.html","searchKeys":["latitudeField","const val latitudeField: String","dev.inmo.tgbotapi.types.latitudeField"]},{"name":"const val lengthField: String","description":"dev.inmo.tgbotapi.types.lengthField","location":"docs/dev.inmo.tgbotapi.types/length-field.html","searchKeys":["lengthField","const val lengthField: String","dev.inmo.tgbotapi.types.lengthField"]},{"name":"const val limitField: String","description":"dev.inmo.tgbotapi.types.limitField","location":"docs/dev.inmo.tgbotapi.types/limit-field.html","searchKeys":["limitField","const val limitField: String","dev.inmo.tgbotapi.types.limitField"]},{"name":"const val linkedChatIdField: String","description":"dev.inmo.tgbotapi.types.linkedChatIdField","location":"docs/dev.inmo.tgbotapi.types/linked-chat-id-field.html","searchKeys":["linkedChatIdField","const val linkedChatIdField: String","dev.inmo.tgbotapi.types.linkedChatIdField"]},{"name":"const val livePeriodField: String","description":"dev.inmo.tgbotapi.types.livePeriodField","location":"docs/dev.inmo.tgbotapi.types/live-period-field.html","searchKeys":["livePeriodField","const val livePeriodField: String","dev.inmo.tgbotapi.types.livePeriodField"]},{"name":"const val locationField: String","description":"dev.inmo.tgbotapi.types.locationField","location":"docs/dev.inmo.tgbotapi.types/location-field.html","searchKeys":["locationField","const val locationField: String","dev.inmo.tgbotapi.types.locationField"]},{"name":"const val loginUrlField: String","description":"dev.inmo.tgbotapi.types.loginUrlField","location":"docs/dev.inmo.tgbotapi.types/login-url-field.html","searchKeys":["loginUrlField","const val loginUrlField: String","dev.inmo.tgbotapi.types.loginUrlField"]},{"name":"const val longitudeField: String","description":"dev.inmo.tgbotapi.types.longitudeField","location":"docs/dev.inmo.tgbotapi.types/longitude-field.html","searchKeys":["longitudeField","const val longitudeField: String","dev.inmo.tgbotapi.types.longitudeField"]},{"name":"const val lowLevelRiskFeatureMessage: String","description":"dev.inmo.tgbotapi.utils.lowLevelRiskFeatureMessage","location":"docs/dev.inmo.tgbotapi.utils/low-level-risk-feature-message.html","searchKeys":["lowLevelRiskFeatureMessage","const val lowLevelRiskFeatureMessage: String","dev.inmo.tgbotapi.utils.lowLevelRiskFeatureMessage"]},{"name":"const val markdownBoldControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownBoldControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-bold-control.html","searchKeys":["markdownBoldControl","const val markdownBoldControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownBoldControl"]},{"name":"const val markdownBoldControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownBoldControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-bold-control.html","searchKeys":["markdownBoldControl","const val markdownBoldControl: String","dev.inmo.tgbotapi.utils.internal.markdownBoldControl"]},{"name":"const val markdownCodeControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownCodeControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-code-control.html","searchKeys":["markdownCodeControl","const val markdownCodeControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownCodeControl"]},{"name":"const val markdownCodeControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownCodeControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-code-control.html","searchKeys":["markdownCodeControl","const val markdownCodeControl: String","dev.inmo.tgbotapi.utils.internal.markdownCodeControl"]},{"name":"const val markdownItalicControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownItalicControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-italic-control.html","searchKeys":["markdownItalicControl","const val markdownItalicControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownItalicControl"]},{"name":"const val markdownItalicControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownItalicControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-italic-control.html","searchKeys":["markdownItalicControl","const val markdownItalicControl: String","dev.inmo.tgbotapi.utils.internal.markdownItalicControl"]},{"name":"const val markdownPreControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownPreControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-pre-control.html","searchKeys":["markdownPreControl","const val markdownPreControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownPreControl"]},{"name":"const val markdownPreControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownPreControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-pre-control.html","searchKeys":["markdownPreControl","const val markdownPreControl: String","dev.inmo.tgbotapi.utils.internal.markdownPreControl"]},{"name":"const val markdownSpoilerControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownSpoilerControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-spoiler-control.html","searchKeys":["markdownSpoilerControl","const val markdownSpoilerControl: String","dev.inmo.tgbotapi.utils.internal.markdownSpoilerControl"]},{"name":"const val markdownV2ItalicEndControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicEndControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-end-control.html","searchKeys":["markdownV2ItalicEndControl","const val markdownV2ItalicEndControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicEndControl"]},{"name":"const val markdownV2ItalicEndControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2ItalicEndControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-end-control.html","searchKeys":["markdownV2ItalicEndControl","const val markdownV2ItalicEndControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2ItalicEndControl"]},{"name":"const val markdownV2ItalicUnderlineDelimiter: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicUnderlineDelimiter","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-underline-delimiter.html","searchKeys":["markdownV2ItalicUnderlineDelimiter","const val markdownV2ItalicUnderlineDelimiter: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicUnderlineDelimiter"]},{"name":"const val markdownV2ItalicUnderlineDelimiter: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2ItalicUnderlineDelimiter","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-underline-delimiter.html","searchKeys":["markdownV2ItalicUnderlineDelimiter","const val markdownV2ItalicUnderlineDelimiter: String","dev.inmo.tgbotapi.utils.internal.markdownV2ItalicUnderlineDelimiter"]},{"name":"const val markdownV2StrikethroughControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2StrikethroughControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-strikethrough-control.html","searchKeys":["markdownV2StrikethroughControl","const val markdownV2StrikethroughControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2StrikethroughControl"]},{"name":"const val markdownV2StrikethroughControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2StrikethroughControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-strikethrough-control.html","searchKeys":["markdownV2StrikethroughControl","const val markdownV2StrikethroughControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2StrikethroughControl"]},{"name":"const val markdownV2UnderlineControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-control.html","searchKeys":["markdownV2UnderlineControl","const val markdownV2UnderlineControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineControl"]},{"name":"const val markdownV2UnderlineControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-control.html","searchKeys":["markdownV2UnderlineControl","const val markdownV2UnderlineControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineControl"]},{"name":"const val markdownV2UnderlineEndControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineEndControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-end-control.html","searchKeys":["markdownV2UnderlineEndControl","const val markdownV2UnderlineEndControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineEndControl"]},{"name":"const val markdownV2UnderlineEndControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineEndControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-end-control.html","searchKeys":["markdownV2UnderlineEndControl","const val markdownV2UnderlineEndControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineEndControl"]},{"name":"const val maskPositionField: String","description":"dev.inmo.tgbotapi.types.maskPositionField","location":"docs/dev.inmo.tgbotapi.types/mask-position-field.html","searchKeys":["maskPositionField","const val maskPositionField: String","dev.inmo.tgbotapi.types.maskPositionField"]},{"name":"const val maxAllowedConnectionsField: String","description":"dev.inmo.tgbotapi.types.maxAllowedConnectionsField","location":"docs/dev.inmo.tgbotapi.types/max-allowed-connections-field.html","searchKeys":["maxAllowedConnectionsField","const val maxAllowedConnectionsField: String","dev.inmo.tgbotapi.types.maxAllowedConnectionsField"]},{"name":"const val maxTipAmountField: String","description":"dev.inmo.tgbotapi.types.maxTipAmountField","location":"docs/dev.inmo.tgbotapi.types/max-tip-amount-field.html","searchKeys":["maxTipAmountField","const val maxTipAmountField: String","dev.inmo.tgbotapi.types.maxTipAmountField"]},{"name":"const val mediaField: String","description":"dev.inmo.tgbotapi.types.mediaField","location":"docs/dev.inmo.tgbotapi.types/media-field.html","searchKeys":["mediaField","const val mediaField: String","dev.inmo.tgbotapi.types.mediaField"]},{"name":"const val memberLimitField: String","description":"dev.inmo.tgbotapi.types.memberLimitField","location":"docs/dev.inmo.tgbotapi.types/member-limit-field.html","searchKeys":["memberLimitField","const val memberLimitField: String","dev.inmo.tgbotapi.types.memberLimitField"]},{"name":"const val menuButtonField: String","description":"dev.inmo.tgbotapi.types.menuButtonField","location":"docs/dev.inmo.tgbotapi.types/menu-button-field.html","searchKeys":["menuButtonField","const val menuButtonField: String","dev.inmo.tgbotapi.types.menuButtonField"]},{"name":"const val messageAutoDeleteTimeField: String","description":"dev.inmo.tgbotapi.types.messageAutoDeleteTimeField","location":"docs/dev.inmo.tgbotapi.types/message-auto-delete-time-field.html","searchKeys":["messageAutoDeleteTimeField","const val messageAutoDeleteTimeField: String","dev.inmo.tgbotapi.types.messageAutoDeleteTimeField"]},{"name":"const val messageField: String","description":"dev.inmo.tgbotapi.types.messageField","location":"docs/dev.inmo.tgbotapi.types/message-field.html","searchKeys":["messageField","const val messageField: String","dev.inmo.tgbotapi.types.messageField"]},{"name":"const val messageIdField: String","description":"dev.inmo.tgbotapi.types.messageIdField","location":"docs/dev.inmo.tgbotapi.types/message-id-field.html","searchKeys":["messageIdField","const val messageIdField: String","dev.inmo.tgbotapi.types.messageIdField"]},{"name":"const val messageTextField: String","description":"dev.inmo.tgbotapi.types.messageTextField","location":"docs/dev.inmo.tgbotapi.types/message-text-field.html","searchKeys":["messageTextField","const val messageTextField: String","dev.inmo.tgbotapi.types.messageTextField"]},{"name":"const val mimeTypeField: String","description":"dev.inmo.tgbotapi.types.mimeTypeField","location":"docs/dev.inmo.tgbotapi.types/mime-type-field.html","searchKeys":["mimeTypeField","const val mimeTypeField: String","dev.inmo.tgbotapi.types.mimeTypeField"]},{"name":"const val mpeg4GifDurationField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifDurationField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-duration-field.html","searchKeys":["mpeg4GifDurationField","const val mpeg4GifDurationField: String","dev.inmo.tgbotapi.types.mpeg4GifDurationField"]},{"name":"const val mpeg4GifFileIdField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifFileIdField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-file-id-field.html","searchKeys":["mpeg4GifFileIdField","const val mpeg4GifFileIdField: String","dev.inmo.tgbotapi.types.mpeg4GifFileIdField"]},{"name":"const val mpeg4GifHeightField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifHeightField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-height-field.html","searchKeys":["mpeg4GifHeightField","const val mpeg4GifHeightField: String","dev.inmo.tgbotapi.types.mpeg4GifHeightField"]},{"name":"const val mpeg4GifUrlField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifUrlField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-url-field.html","searchKeys":["mpeg4GifUrlField","const val mpeg4GifUrlField: String","dev.inmo.tgbotapi.types.mpeg4GifUrlField"]},{"name":"const val mpeg4GifWidthField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifWidthField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-width-field.html","searchKeys":["mpeg4GifWidthField","const val mpeg4GifWidthField: String","dev.inmo.tgbotapi.types.mpeg4GifWidthField"]},{"name":"const val nameField: String","description":"dev.inmo.tgbotapi.types.nameField","location":"docs/dev.inmo.tgbotapi.types/name-field.html","searchKeys":["nameField","const val nameField: String","dev.inmo.tgbotapi.types.nameField"]},{"name":"const val newChatMemberField: String","description":"dev.inmo.tgbotapi.types.newChatMemberField","location":"docs/dev.inmo.tgbotapi.types/new-chat-member-field.html","searchKeys":["newChatMemberField","const val newChatMemberField: String","dev.inmo.tgbotapi.types.newChatMemberField"]},{"name":"const val nextOffsetField: String","description":"dev.inmo.tgbotapi.types.nextOffsetField","location":"docs/dev.inmo.tgbotapi.types/next-offset-field.html","searchKeys":["nextOffsetField","const val nextOffsetField: String","dev.inmo.tgbotapi.types.nextOffsetField"]},{"name":"const val nonceField: String","description":"dev.inmo.tgbotapi.types.nonceField","location":"docs/dev.inmo.tgbotapi.types/nonce-field.html","searchKeys":["nonceField","const val nonceField: String","dev.inmo.tgbotapi.types.nonceField"]},{"name":"const val offsetField: String","description":"dev.inmo.tgbotapi.types.offsetField","location":"docs/dev.inmo.tgbotapi.types/offset-field.html","searchKeys":["offsetField","const val offsetField: String","dev.inmo.tgbotapi.types.offsetField"]},{"name":"const val okField: String","description":"dev.inmo.tgbotapi.types.okField","location":"docs/dev.inmo.tgbotapi.types/ok-field.html","searchKeys":["okField","const val okField: String","dev.inmo.tgbotapi.types.okField"]},{"name":"const val oldChatMemberField: String","description":"dev.inmo.tgbotapi.types.oldChatMemberField","location":"docs/dev.inmo.tgbotapi.types/old-chat-member-field.html","searchKeys":["oldChatMemberField","const val oldChatMemberField: String","dev.inmo.tgbotapi.types.oldChatMemberField"]},{"name":"const val oneTimeKeyboardField: String","description":"dev.inmo.tgbotapi.types.oneTimeKeyboardField","location":"docs/dev.inmo.tgbotapi.types/one-time-keyboard-field.html","searchKeys":["oneTimeKeyboardField","const val oneTimeKeyboardField: String","dev.inmo.tgbotapi.types.oneTimeKeyboardField"]},{"name":"const val onlyIfBannedField: String","description":"dev.inmo.tgbotapi.types.onlyIfBannedField","location":"docs/dev.inmo.tgbotapi.types/only-if-banned-field.html","searchKeys":["onlyIfBannedField","const val onlyIfBannedField: String","dev.inmo.tgbotapi.types.onlyIfBannedField"]},{"name":"const val openPeriodField: String","description":"dev.inmo.tgbotapi.types.openPeriodField","location":"docs/dev.inmo.tgbotapi.types/open-period-field.html","searchKeys":["openPeriodField","const val openPeriodField: String","dev.inmo.tgbotapi.types.openPeriodField"]},{"name":"const val optionIdsField: String","description":"dev.inmo.tgbotapi.types.optionIdsField","location":"docs/dev.inmo.tgbotapi.types/option-ids-field.html","searchKeys":["optionIdsField","const val optionIdsField: String","dev.inmo.tgbotapi.types.optionIdsField"]},{"name":"const val optionsField: String","description":"dev.inmo.tgbotapi.types.optionsField","location":"docs/dev.inmo.tgbotapi.types/options-field.html","searchKeys":["optionsField","const val optionsField: String","dev.inmo.tgbotapi.types.optionsField"]},{"name":"const val orderInfoField: String","description":"dev.inmo.tgbotapi.types.orderInfoField","location":"docs/dev.inmo.tgbotapi.types/order-info-field.html","searchKeys":["orderInfoField","const val orderInfoField: String","dev.inmo.tgbotapi.types.orderInfoField"]},{"name":"const val passportField: String","description":"dev.inmo.tgbotapi.types.passportField","location":"docs/dev.inmo.tgbotapi.types/passport-field.html","searchKeys":["passportField","const val passportField: String","dev.inmo.tgbotapi.types.passportField"]},{"name":"const val passportRegistrationField: String","description":"dev.inmo.tgbotapi.types.passportRegistrationField","location":"docs/dev.inmo.tgbotapi.types/passport-registration-field.html","searchKeys":["passportRegistrationField","const val passportRegistrationField: String","dev.inmo.tgbotapi.types.passportRegistrationField"]},{"name":"const val payField: String","description":"dev.inmo.tgbotapi.types.payField","location":"docs/dev.inmo.tgbotapi.types/pay-field.html","searchKeys":["payField","const val payField: String","dev.inmo.tgbotapi.types.payField"]},{"name":"const val payloadField: String","description":"dev.inmo.tgbotapi.types.payloadField","location":"docs/dev.inmo.tgbotapi.types/payload-field.html","searchKeys":["payloadField","const val payloadField: String","dev.inmo.tgbotapi.types.payloadField"]},{"name":"const val pendingJoinRequestCountField: String","description":"dev.inmo.tgbotapi.types.pendingJoinRequestCountField","location":"docs/dev.inmo.tgbotapi.types/pending-join-request-count-field.html","searchKeys":["pendingJoinRequestCountField","const val pendingJoinRequestCountField: String","dev.inmo.tgbotapi.types.pendingJoinRequestCountField"]},{"name":"const val pendingUpdateCountField: String","description":"dev.inmo.tgbotapi.types.pendingUpdateCountField","location":"docs/dev.inmo.tgbotapi.types/pending-update-count-field.html","searchKeys":["pendingUpdateCountField","const val pendingUpdateCountField: String","dev.inmo.tgbotapi.types.pendingUpdateCountField"]},{"name":"const val performerField: String","description":"dev.inmo.tgbotapi.types.performerField","location":"docs/dev.inmo.tgbotapi.types/performer-field.html","searchKeys":["performerField","const val performerField: String","dev.inmo.tgbotapi.types.performerField"]},{"name":"const val permissionsField: String","description":"dev.inmo.tgbotapi.types.permissionsField","location":"docs/dev.inmo.tgbotapi.types/permissions-field.html","searchKeys":["permissionsField","const val permissionsField: String","dev.inmo.tgbotapi.types.permissionsField"]},{"name":"const val personalDetailsField: String","description":"dev.inmo.tgbotapi.types.personalDetailsField","location":"docs/dev.inmo.tgbotapi.types/personal-details-field.html","searchKeys":["personalDetailsField","const val personalDetailsField: String","dev.inmo.tgbotapi.types.personalDetailsField"]},{"name":"const val phoneNumberField: String","description":"dev.inmo.tgbotapi.types.phoneNumberField","location":"docs/dev.inmo.tgbotapi.types/phone-number-field.html","searchKeys":["phoneNumberField","const val phoneNumberField: String","dev.inmo.tgbotapi.types.phoneNumberField"]},{"name":"const val photoField: String","description":"dev.inmo.tgbotapi.types.photoField","location":"docs/dev.inmo.tgbotapi.types/photo-field.html","searchKeys":["photoField","const val photoField: String","dev.inmo.tgbotapi.types.photoField"]},{"name":"const val photoFileIdField: String","description":"dev.inmo.tgbotapi.types.photoFileIdField","location":"docs/dev.inmo.tgbotapi.types/photo-file-id-field.html","searchKeys":["photoFileIdField","const val photoFileIdField: String","dev.inmo.tgbotapi.types.photoFileIdField"]},{"name":"const val photoHeightField: String","description":"dev.inmo.tgbotapi.types.photoHeightField","location":"docs/dev.inmo.tgbotapi.types/photo-height-field.html","searchKeys":["photoHeightField","const val photoHeightField: String","dev.inmo.tgbotapi.types.photoHeightField"]},{"name":"const val photoSizeField: String","description":"dev.inmo.tgbotapi.types.photoSizeField","location":"docs/dev.inmo.tgbotapi.types/photo-size-field.html","searchKeys":["photoSizeField","const val photoSizeField: String","dev.inmo.tgbotapi.types.photoSizeField"]},{"name":"const val photoUrlField: String","description":"dev.inmo.tgbotapi.types.photoUrlField","location":"docs/dev.inmo.tgbotapi.types/photo-url-field.html","searchKeys":["photoUrlField","const val photoUrlField: String","dev.inmo.tgbotapi.types.photoUrlField"]},{"name":"const val photoWidthField: String","description":"dev.inmo.tgbotapi.types.photoWidthField","location":"docs/dev.inmo.tgbotapi.types/photo-width-field.html","searchKeys":["photoWidthField","const val photoWidthField: String","dev.inmo.tgbotapi.types.photoWidthField"]},{"name":"const val pinnedMessageField: String","description":"dev.inmo.tgbotapi.types.pinnedMessageField","location":"docs/dev.inmo.tgbotapi.types/pinned-message-field.html","searchKeys":["pinnedMessageField","const val pinnedMessageField: String","dev.inmo.tgbotapi.types.pinnedMessageField"]},{"name":"const val pngStickerField: String","description":"dev.inmo.tgbotapi.types.pngStickerField","location":"docs/dev.inmo.tgbotapi.types/png-sticker-field.html","searchKeys":["pngStickerField","const val pngStickerField: String","dev.inmo.tgbotapi.types.pngStickerField"]},{"name":"const val pointField: String","description":"dev.inmo.tgbotapi.types.pointField","location":"docs/dev.inmo.tgbotapi.types/point-field.html","searchKeys":["pointField","const val pointField: String","dev.inmo.tgbotapi.types.pointField"]},{"name":"const val pollIdField: String","description":"dev.inmo.tgbotapi.types.pollIdField","location":"docs/dev.inmo.tgbotapi.types/poll-id-field.html","searchKeys":["pollIdField","const val pollIdField: String","dev.inmo.tgbotapi.types.pollIdField"]},{"name":"const val positionField: String","description":"dev.inmo.tgbotapi.types.positionField","location":"docs/dev.inmo.tgbotapi.types/position-field.html","searchKeys":["positionField","const val positionField: String","dev.inmo.tgbotapi.types.positionField"]},{"name":"const val postCodeField: String","description":"dev.inmo.tgbotapi.types.postCodeField","location":"docs/dev.inmo.tgbotapi.types/post-code-field.html","searchKeys":["postCodeField","const val postCodeField: String","dev.inmo.tgbotapi.types.postCodeField"]},{"name":"const val preCheckoutQueryIdField: String","description":"dev.inmo.tgbotapi.types.preCheckoutQueryIdField","location":"docs/dev.inmo.tgbotapi.types/pre-checkout-query-id-field.html","searchKeys":["preCheckoutQueryIdField","const val preCheckoutQueryIdField: String","dev.inmo.tgbotapi.types.preCheckoutQueryIdField"]},{"name":"const val priceDependOnShipAddressField: String","description":"dev.inmo.tgbotapi.types.priceDependOnShipAddressField","location":"docs/dev.inmo.tgbotapi.types/price-depend-on-ship-address-field.html","searchKeys":["priceDependOnShipAddressField","const val priceDependOnShipAddressField: String","dev.inmo.tgbotapi.types.priceDependOnShipAddressField"]},{"name":"const val pricesField: String","description":"dev.inmo.tgbotapi.types.pricesField","location":"docs/dev.inmo.tgbotapi.types/prices-field.html","searchKeys":["pricesField","const val pricesField: String","dev.inmo.tgbotapi.types.pricesField"]},{"name":"const val protectContentField: String","description":"dev.inmo.tgbotapi.types.protectContentField","location":"docs/dev.inmo.tgbotapi.types/protect-content-field.html","searchKeys":["protectContentField","const val protectContentField: String","dev.inmo.tgbotapi.types.protectContentField"]},{"name":"const val providerDataField: String","description":"dev.inmo.tgbotapi.types.providerDataField","location":"docs/dev.inmo.tgbotapi.types/provider-data-field.html","searchKeys":["providerDataField","const val providerDataField: String","dev.inmo.tgbotapi.types.providerDataField"]},{"name":"const val providerPaymentChargeIdField: String","description":"dev.inmo.tgbotapi.types.providerPaymentChargeIdField","location":"docs/dev.inmo.tgbotapi.types/provider-payment-charge-id-field.html","searchKeys":["providerPaymentChargeIdField","const val providerPaymentChargeIdField: String","dev.inmo.tgbotapi.types.providerPaymentChargeIdField"]},{"name":"const val providerTokenField: String","description":"dev.inmo.tgbotapi.types.providerTokenField","location":"docs/dev.inmo.tgbotapi.types/provider-token-field.html","searchKeys":["providerTokenField","const val providerTokenField: String","dev.inmo.tgbotapi.types.providerTokenField"]},{"name":"const val proximityAlertRadiusField: String","description":"dev.inmo.tgbotapi.types.proximityAlertRadiusField","location":"docs/dev.inmo.tgbotapi.types/proximity-alert-radius-field.html","searchKeys":["proximityAlertRadiusField","const val proximityAlertRadiusField: String","dev.inmo.tgbotapi.types.proximityAlertRadiusField"]},{"name":"const val queryField: String","description":"dev.inmo.tgbotapi.types.queryField","location":"docs/dev.inmo.tgbotapi.types/query-field.html","searchKeys":["queryField","const val queryField: String","dev.inmo.tgbotapi.types.queryField"]},{"name":"const val questionField: String","description":"dev.inmo.tgbotapi.types.questionField","location":"docs/dev.inmo.tgbotapi.types/question-field.html","searchKeys":["questionField","const val questionField: String","dev.inmo.tgbotapi.types.questionField"]},{"name":"const val quizPollType: String","description":"dev.inmo.tgbotapi.types.quizPollType","location":"docs/dev.inmo.tgbotapi.types/quiz-poll-type.html","searchKeys":["quizPollType","const val quizPollType: String","dev.inmo.tgbotapi.types.quizPollType"]},{"name":"const val rawSendingMediaGroupsWarning: String","description":"dev.inmo.tgbotapi.requests.send.media.rawSendingMediaGroupsWarning","location":"docs/dev.inmo.tgbotapi.requests.send.media/raw-sending-media-groups-warning.html","searchKeys":["rawSendingMediaGroupsWarning","const val rawSendingMediaGroupsWarning: String","dev.inmo.tgbotapi.requests.send.media.rawSendingMediaGroupsWarning"]},{"name":"const val regularPollType: String","description":"dev.inmo.tgbotapi.types.regularPollType","location":"docs/dev.inmo.tgbotapi.types/regular-poll-type.html","searchKeys":["regularPollType","const val regularPollType: String","dev.inmo.tgbotapi.types.regularPollType"]},{"name":"const val rentalAgreementField: String","description":"dev.inmo.tgbotapi.types.rentalAgreementField","location":"docs/dev.inmo.tgbotapi.types/rental-agreement-field.html","searchKeys":["rentalAgreementField","const val rentalAgreementField: String","dev.inmo.tgbotapi.types.rentalAgreementField"]},{"name":"const val replyMarkupField: String","description":"dev.inmo.tgbotapi.types.replyMarkupField","location":"docs/dev.inmo.tgbotapi.types/reply-markup-field.html","searchKeys":["replyMarkupField","const val replyMarkupField: String","dev.inmo.tgbotapi.types.replyMarkupField"]},{"name":"const val replyToMessageIdField: String","description":"dev.inmo.tgbotapi.types.replyToMessageIdField","location":"docs/dev.inmo.tgbotapi.types/reply-to-message-id-field.html","searchKeys":["replyToMessageIdField","const val replyToMessageIdField: String","dev.inmo.tgbotapi.types.replyToMessageIdField"]},{"name":"const val requestContactField: String","description":"dev.inmo.tgbotapi.types.requestContactField","location":"docs/dev.inmo.tgbotapi.types/request-contact-field.html","searchKeys":["requestContactField","const val requestContactField: String","dev.inmo.tgbotapi.types.requestContactField"]},{"name":"const val requestLocationField: String","description":"dev.inmo.tgbotapi.types.requestLocationField","location":"docs/dev.inmo.tgbotapi.types/request-location-field.html","searchKeys":["requestLocationField","const val requestLocationField: String","dev.inmo.tgbotapi.types.requestLocationField"]},{"name":"const val requestPollField: String","description":"dev.inmo.tgbotapi.types.requestPollField","location":"docs/dev.inmo.tgbotapi.types/request-poll-field.html","searchKeys":["requestPollField","const val requestPollField: String","dev.inmo.tgbotapi.types.requestPollField"]},{"name":"const val requestWriteAccessField: String","description":"dev.inmo.tgbotapi.types.requestWriteAccessField","location":"docs/dev.inmo.tgbotapi.types/request-write-access-field.html","searchKeys":["requestWriteAccessField","const val requestWriteAccessField: String","dev.inmo.tgbotapi.types.requestWriteAccessField"]},{"name":"const val requireEmailField: String","description":"dev.inmo.tgbotapi.types.requireEmailField","location":"docs/dev.inmo.tgbotapi.types/require-email-field.html","searchKeys":["requireEmailField","const val requireEmailField: String","dev.inmo.tgbotapi.types.requireEmailField"]},{"name":"const val requireNameField: String","description":"dev.inmo.tgbotapi.types.requireNameField","location":"docs/dev.inmo.tgbotapi.types/require-name-field.html","searchKeys":["requireNameField","const val requireNameField: String","dev.inmo.tgbotapi.types.requireNameField"]},{"name":"const val requirePhoneNumberField: String","description":"dev.inmo.tgbotapi.types.requirePhoneNumberField","location":"docs/dev.inmo.tgbotapi.types/require-phone-number-field.html","searchKeys":["requirePhoneNumberField","const val requirePhoneNumberField: String","dev.inmo.tgbotapi.types.requirePhoneNumberField"]},{"name":"const val requireShippingAddressField: String","description":"dev.inmo.tgbotapi.types.requireShippingAddressField","location":"docs/dev.inmo.tgbotapi.types/require-shipping-address-field.html","searchKeys":["requireShippingAddressField","const val requireShippingAddressField: String","dev.inmo.tgbotapi.types.requireShippingAddressField"]},{"name":"const val resizeKeyboardField: String","description":"dev.inmo.tgbotapi.types.resizeKeyboardField","location":"docs/dev.inmo.tgbotapi.types/resize-keyboard-field.html","searchKeys":["resizeKeyboardField","const val resizeKeyboardField: String","dev.inmo.tgbotapi.types.resizeKeyboardField"]},{"name":"const val resultField: String","description":"dev.inmo.tgbotapi.types.resultField","location":"docs/dev.inmo.tgbotapi.types/result-field.html","searchKeys":["resultField","const val resultField: String","dev.inmo.tgbotapi.types.resultField"]},{"name":"const val resultIdField: String","description":"dev.inmo.tgbotapi.types.resultIdField","location":"docs/dev.inmo.tgbotapi.types/result-id-field.html","searchKeys":["resultIdField","const val resultIdField: String","dev.inmo.tgbotapi.types.resultIdField"]},{"name":"const val resultsField: String","description":"dev.inmo.tgbotapi.types.resultsField","location":"docs/dev.inmo.tgbotapi.types/results-field.html","searchKeys":["resultsField","const val resultsField: String","dev.inmo.tgbotapi.types.resultsField"]},{"name":"const val reverseSideField: String","description":"dev.inmo.tgbotapi.types.reverseSideField","location":"docs/dev.inmo.tgbotapi.types/reverse-side-field.html","searchKeys":["reverseSideField","const val reverseSideField: String","dev.inmo.tgbotapi.types.reverseSideField"]},{"name":"const val revokeMessagesField: String","description":"dev.inmo.tgbotapi.types.revokeMessagesField","location":"docs/dev.inmo.tgbotapi.types/revoke-messages-field.html","searchKeys":["revokeMessagesField","const val revokeMessagesField: String","dev.inmo.tgbotapi.types.revokeMessagesField"]},{"name":"const val rightsField: String","description":"dev.inmo.tgbotapi.types.rightsField","location":"docs/dev.inmo.tgbotapi.types/rights-field.html","searchKeys":["rightsField","const val rightsField: String","dev.inmo.tgbotapi.types.rightsField"]},{"name":"const val scaleField: String","description":"dev.inmo.tgbotapi.types.scaleField","location":"docs/dev.inmo.tgbotapi.types/scale-field.html","searchKeys":["scaleField","const val scaleField: String","dev.inmo.tgbotapi.types.scaleField"]},{"name":"const val scopeField: String","description":"dev.inmo.tgbotapi.types.scopeField","location":"docs/dev.inmo.tgbotapi.types/scope-field.html","searchKeys":["scopeField","const val scopeField: String","dev.inmo.tgbotapi.types.scopeField"]},{"name":"const val scoreField: String","description":"dev.inmo.tgbotapi.types.scoreField","location":"docs/dev.inmo.tgbotapi.types/score-field.html","searchKeys":["scoreField","const val scoreField: String","dev.inmo.tgbotapi.types.scoreField"]},{"name":"const val secondStreetLineField: String","description":"dev.inmo.tgbotapi.types.secondStreetLineField","location":"docs/dev.inmo.tgbotapi.types/second-street-line-field.html","searchKeys":["secondStreetLineField","const val secondStreetLineField: String","dev.inmo.tgbotapi.types.secondStreetLineField"]},{"name":"const val secretField: String","description":"dev.inmo.tgbotapi.types.secretField","location":"docs/dev.inmo.tgbotapi.types/secret-field.html","searchKeys":["secretField","const val secretField: String","dev.inmo.tgbotapi.types.secretField"]},{"name":"const val secureDataField: String","description":"dev.inmo.tgbotapi.types.secureDataField","location":"docs/dev.inmo.tgbotapi.types/secure-data-field.html","searchKeys":["secureDataField","const val secureDataField: String","dev.inmo.tgbotapi.types.secureDataField"]},{"name":"const val selfieField: String","description":"dev.inmo.tgbotapi.types.selfieField","location":"docs/dev.inmo.tgbotapi.types/selfie-field.html","searchKeys":["selfieField","const val selfieField: String","dev.inmo.tgbotapi.types.selfieField"]},{"name":"const val senderChatIdField: String","description":"dev.inmo.tgbotapi.types.senderChatIdField","location":"docs/dev.inmo.tgbotapi.types/sender-chat-id-field.html","searchKeys":["senderChatIdField","const val senderChatIdField: String","dev.inmo.tgbotapi.types.senderChatIdField"]},{"name":"const val shippingAddressField: String","description":"dev.inmo.tgbotapi.types.shippingAddressField","location":"docs/dev.inmo.tgbotapi.types/shipping-address-field.html","searchKeys":["shippingAddressField","const val shippingAddressField: String","dev.inmo.tgbotapi.types.shippingAddressField"]},{"name":"const val shippingOptionIdField: String","description":"dev.inmo.tgbotapi.types.shippingOptionIdField","location":"docs/dev.inmo.tgbotapi.types/shipping-option-id-field.html","searchKeys":["shippingOptionIdField","const val shippingOptionIdField: String","dev.inmo.tgbotapi.types.shippingOptionIdField"]},{"name":"const val shippingOptionsField: String","description":"dev.inmo.tgbotapi.types.shippingOptionsField","location":"docs/dev.inmo.tgbotapi.types/shipping-options-field.html","searchKeys":["shippingOptionsField","const val shippingOptionsField: String","dev.inmo.tgbotapi.types.shippingOptionsField"]},{"name":"const val shippingQueryIdField: String","description":"dev.inmo.tgbotapi.types.shippingQueryIdField","location":"docs/dev.inmo.tgbotapi.types/shipping-query-id-field.html","searchKeys":["shippingQueryIdField","const val shippingQueryIdField: String","dev.inmo.tgbotapi.types.shippingQueryIdField"]},{"name":"const val shouldSendEmailToProviderField: String","description":"dev.inmo.tgbotapi.types.shouldSendEmailToProviderField","location":"docs/dev.inmo.tgbotapi.types/should-send-email-to-provider-field.html","searchKeys":["shouldSendEmailToProviderField","const val shouldSendEmailToProviderField: String","dev.inmo.tgbotapi.types.shouldSendEmailToProviderField"]},{"name":"const val shouldSendPhoneNumberToProviderField: String","description":"dev.inmo.tgbotapi.types.shouldSendPhoneNumberToProviderField","location":"docs/dev.inmo.tgbotapi.types/should-send-phone-number-to-provider-field.html","searchKeys":["shouldSendPhoneNumberToProviderField","const val shouldSendPhoneNumberToProviderField: String","dev.inmo.tgbotapi.types.shouldSendPhoneNumberToProviderField"]},{"name":"const val showAlertField: String","description":"dev.inmo.tgbotapi.types.showAlertField","location":"docs/dev.inmo.tgbotapi.types/show-alert-field.html","searchKeys":["showAlertField","const val showAlertField: String","dev.inmo.tgbotapi.types.showAlertField"]},{"name":"const val slowModeDelayField: String","description":"dev.inmo.tgbotapi.types.slowModeDelayField","location":"docs/dev.inmo.tgbotapi.types/slow-mode-delay-field.html","searchKeys":["slowModeDelayField","const val slowModeDelayField: String","dev.inmo.tgbotapi.types.slowModeDelayField"]},{"name":"const val smallFileIdField: String","description":"dev.inmo.tgbotapi.types.smallFileIdField","location":"docs/dev.inmo.tgbotapi.types/small-file-id-field.html","searchKeys":["smallFileIdField","const val smallFileIdField: String","dev.inmo.tgbotapi.types.smallFileIdField"]},{"name":"const val smallFileUniqueIdField: String","description":"dev.inmo.tgbotapi.types.smallFileUniqueIdField","location":"docs/dev.inmo.tgbotapi.types/small-file-unique-id-field.html","searchKeys":["smallFileUniqueIdField","const val smallFileUniqueIdField: String","dev.inmo.tgbotapi.types.smallFileUniqueIdField"]},{"name":"const val sourceField: String","description":"dev.inmo.tgbotapi.types.sourceField","location":"docs/dev.inmo.tgbotapi.types/source-field.html","searchKeys":["sourceField","const val sourceField: String","dev.inmo.tgbotapi.types.sourceField"]},{"name":"const val startDateField: String","description":"dev.inmo.tgbotapi.types.startDateField","location":"docs/dev.inmo.tgbotapi.types/start-date-field.html","searchKeys":["startDateField","const val startDateField: String","dev.inmo.tgbotapi.types.startDateField"]},{"name":"const val startParameterField: String","description":"dev.inmo.tgbotapi.types.startParameterField","location":"docs/dev.inmo.tgbotapi.types/start-parameter-field.html","searchKeys":["startParameterField","const val startParameterField: String","dev.inmo.tgbotapi.types.startParameterField"]},{"name":"const val stateField: String","description":"dev.inmo.tgbotapi.types.stateField","location":"docs/dev.inmo.tgbotapi.types/state-field.html","searchKeys":["stateField","const val stateField: String","dev.inmo.tgbotapi.types.stateField"]},{"name":"const val statusField: String","description":"dev.inmo.tgbotapi.types.statusField","location":"docs/dev.inmo.tgbotapi.types/status-field.html","searchKeys":["statusField","const val statusField: String","dev.inmo.tgbotapi.types.statusField"]},{"name":"const val stickerField: String","description":"dev.inmo.tgbotapi.types.stickerField","location":"docs/dev.inmo.tgbotapi.types/sticker-field.html","searchKeys":["stickerField","const val stickerField: String","dev.inmo.tgbotapi.types.stickerField"]},{"name":"const val stickerFileIdField: String","description":"dev.inmo.tgbotapi.types.stickerFileIdField","location":"docs/dev.inmo.tgbotapi.types/sticker-file-id-field.html","searchKeys":["stickerFileIdField","const val stickerFileIdField: String","dev.inmo.tgbotapi.types.stickerFileIdField"]},{"name":"const val stickerSetNameField: String","description":"dev.inmo.tgbotapi.types.stickerSetNameField","location":"docs/dev.inmo.tgbotapi.types/sticker-set-name-field.html","searchKeys":["stickerSetNameField","const val stickerSetNameField: String","dev.inmo.tgbotapi.types.stickerSetNameField"]},{"name":"const val stickerSetNameFullField: String","description":"dev.inmo.tgbotapi.types.stickerSetNameFullField","location":"docs/dev.inmo.tgbotapi.types/sticker-set-name-full-field.html","searchKeys":["stickerSetNameFullField","const val stickerSetNameFullField: String","dev.inmo.tgbotapi.types.stickerSetNameFullField"]},{"name":"const val stickersField: String","description":"dev.inmo.tgbotapi.types.stickersField","location":"docs/dev.inmo.tgbotapi.types/stickers-field.html","searchKeys":["stickersField","const val stickersField: String","dev.inmo.tgbotapi.types.stickersField"]},{"name":"const val stopMessageLiveLocationMethod: String","description":"dev.inmo.tgbotapi.requests.edit.location.live.stopMessageLiveLocationMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/stop-message-live-location-method.html","searchKeys":["stopMessageLiveLocationMethod","const val stopMessageLiveLocationMethod: String","dev.inmo.tgbotapi.requests.edit.location.live.stopMessageLiveLocationMethod"]},{"name":"const val suggestedTipAmountsField: String","description":"dev.inmo.tgbotapi.types.suggestedTipAmountsField","location":"docs/dev.inmo.tgbotapi.types/suggested-tip-amounts-field.html","searchKeys":["suggestedTipAmountsField","const val suggestedTipAmountsField: String","dev.inmo.tgbotapi.types.suggestedTipAmountsField"]},{"name":"const val supportInlineQueriesField: String","description":"dev.inmo.tgbotapi.types.supportInlineQueriesField","location":"docs/dev.inmo.tgbotapi.types/support-inline-queries-field.html","searchKeys":["supportInlineQueriesField","const val supportInlineQueriesField: String","dev.inmo.tgbotapi.types.supportInlineQueriesField"]},{"name":"const val supportStreamingField: String","description":"dev.inmo.tgbotapi.types.supportStreamingField","location":"docs/dev.inmo.tgbotapi.types/support-streaming-field.html","searchKeys":["supportStreamingField","const val supportStreamingField: String","dev.inmo.tgbotapi.types.supportStreamingField"]},{"name":"const val switchInlineQueryCurrentChatField: String","description":"dev.inmo.tgbotapi.types.switchInlineQueryCurrentChatField","location":"docs/dev.inmo.tgbotapi.types/switch-inline-query-current-chat-field.html","searchKeys":["switchInlineQueryCurrentChatField","const val switchInlineQueryCurrentChatField: String","dev.inmo.tgbotapi.types.switchInlineQueryCurrentChatField"]},{"name":"const val switchInlineQueryField: String","description":"dev.inmo.tgbotapi.types.switchInlineQueryField","location":"docs/dev.inmo.tgbotapi.types/switch-inline-query-field.html","searchKeys":["switchInlineQueryField","const val switchInlineQueryField: String","dev.inmo.tgbotapi.types.switchInlineQueryField"]},{"name":"const val switchPmParameterField: String","description":"dev.inmo.tgbotapi.types.switchPmParameterField","location":"docs/dev.inmo.tgbotapi.types/switch-pm-parameter-field.html","searchKeys":["switchPmParameterField","const val switchPmParameterField: String","dev.inmo.tgbotapi.types.switchPmParameterField"]},{"name":"const val switchPmTextField: String","description":"dev.inmo.tgbotapi.types.switchPmTextField","location":"docs/dev.inmo.tgbotapi.types/switch-pm-text-field.html","searchKeys":["switchPmTextField","const val switchPmTextField: String","dev.inmo.tgbotapi.types.switchPmTextField"]},{"name":"const val telegramBotAPIDefaultUrl: String","description":"dev.inmo.tgbotapi.utils.telegramBotAPIDefaultUrl","location":"docs/dev.inmo.tgbotapi.utils/telegram-bot-a-p-i-default-url.html","searchKeys":["telegramBotAPIDefaultUrl","const val telegramBotAPIDefaultUrl: String","dev.inmo.tgbotapi.utils.telegramBotAPIDefaultUrl"]},{"name":"const val telegramPaymentChargeIdField: String","description":"dev.inmo.tgbotapi.types.telegramPaymentChargeIdField","location":"docs/dev.inmo.tgbotapi.types/telegram-payment-charge-id-field.html","searchKeys":["telegramPaymentChargeIdField","const val telegramPaymentChargeIdField: String","dev.inmo.tgbotapi.types.telegramPaymentChargeIdField"]},{"name":"const val temporaryRegistrationField: String","description":"dev.inmo.tgbotapi.types.temporaryRegistrationField","location":"docs/dev.inmo.tgbotapi.types/temporary-registration-field.html","searchKeys":["temporaryRegistrationField","const val temporaryRegistrationField: String","dev.inmo.tgbotapi.types.temporaryRegistrationField"]},{"name":"const val textEntitiesField: String","description":"dev.inmo.tgbotapi.types.textEntitiesField","location":"docs/dev.inmo.tgbotapi.types/text-entities-field.html","searchKeys":["textEntitiesField","const val textEntitiesField: String","dev.inmo.tgbotapi.types.textEntitiesField"]},{"name":"const val textField: String","description":"dev.inmo.tgbotapi.types.textField","location":"docs/dev.inmo.tgbotapi.types/text-field.html","searchKeys":["textField","const val textField: String","dev.inmo.tgbotapi.types.textField"]},{"name":"const val tgWebAppStartParamField: String","description":"dev.inmo.tgbotapi.types.tgWebAppStartParamField","location":"docs/dev.inmo.tgbotapi.types/tg-web-app-start-param-field.html","searchKeys":["tgWebAppStartParamField","const val tgWebAppStartParamField: String","dev.inmo.tgbotapi.types.tgWebAppStartParamField"]},{"name":"const val tgsStickerField: String","description":"dev.inmo.tgbotapi.types.tgsStickerField","location":"docs/dev.inmo.tgbotapi.types/tgs-sticker-field.html","searchKeys":["tgsStickerField","const val tgsStickerField: String","dev.inmo.tgbotapi.types.tgsStickerField"]},{"name":"const val thumbField: String","description":"dev.inmo.tgbotapi.types.thumbField","location":"docs/dev.inmo.tgbotapi.types/thumb-field.html","searchKeys":["thumbField","const val thumbField: String","dev.inmo.tgbotapi.types.thumbField"]},{"name":"const val thumbHeightField: String","description":"dev.inmo.tgbotapi.types.thumbHeightField","location":"docs/dev.inmo.tgbotapi.types/thumb-height-field.html","searchKeys":["thumbHeightField","const val thumbHeightField: String","dev.inmo.tgbotapi.types.thumbHeightField"]},{"name":"const val thumbMimeTypeField: String","description":"dev.inmo.tgbotapi.types.thumbMimeTypeField","location":"docs/dev.inmo.tgbotapi.types/thumb-mime-type-field.html","searchKeys":["thumbMimeTypeField","const val thumbMimeTypeField: String","dev.inmo.tgbotapi.types.thumbMimeTypeField"]},{"name":"const val thumbUrlField: String","description":"dev.inmo.tgbotapi.types.thumbUrlField","location":"docs/dev.inmo.tgbotapi.types/thumb-url-field.html","searchKeys":["thumbUrlField","const val thumbUrlField: String","dev.inmo.tgbotapi.types.thumbUrlField"]},{"name":"const val thumbWidthField: String","description":"dev.inmo.tgbotapi.types.thumbWidthField","location":"docs/dev.inmo.tgbotapi.types/thumb-width-field.html","searchKeys":["thumbWidthField","const val thumbWidthField: String","dev.inmo.tgbotapi.types.thumbWidthField"]},{"name":"const val titleField: String","description":"dev.inmo.tgbotapi.types.titleField","location":"docs/dev.inmo.tgbotapi.types/title-field.html","searchKeys":["titleField","const val titleField: String","dev.inmo.tgbotapi.types.titleField"]},{"name":"const val totalAmountField: String","description":"dev.inmo.tgbotapi.types.totalAmountField","location":"docs/dev.inmo.tgbotapi.types/total-amount-field.html","searchKeys":["totalAmountField","const val totalAmountField: String","dev.inmo.tgbotapi.types.totalAmountField"]},{"name":"const val totalVoterCountField: String","description":"dev.inmo.tgbotapi.types.totalVoterCountField","location":"docs/dev.inmo.tgbotapi.types/total-voter-count-field.html","searchKeys":["totalVoterCountField","const val totalVoterCountField: String","dev.inmo.tgbotapi.types.totalVoterCountField"]},{"name":"const val translationField: String","description":"dev.inmo.tgbotapi.types.translationField","location":"docs/dev.inmo.tgbotapi.types/translation-field.html","searchKeys":["translationField","const val translationField: String","dev.inmo.tgbotapi.types.translationField"]},{"name":"const val translationFileField: String","description":"dev.inmo.tgbotapi.types.translationFileField","location":"docs/dev.inmo.tgbotapi.types/translation-file-field.html","searchKeys":["translationFileField","const val translationFileField: String","dev.inmo.tgbotapi.types.translationFileField"]},{"name":"const val translationFilesField: String","description":"dev.inmo.tgbotapi.types.translationFilesField","location":"docs/dev.inmo.tgbotapi.types/translation-files-field.html","searchKeys":["translationFilesField","const val translationFilesField: String","dev.inmo.tgbotapi.types.translationFilesField"]},{"name":"const val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/type.html","searchKeys":["type","const val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion.type"]},{"name":"const val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/type.html","searchKeys":["type","const val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion.type"]},{"name":"const val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/type.html","searchKeys":["type","const val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion.type"]},{"name":"const val typeField: String","description":"dev.inmo.tgbotapi.types.typeField","location":"docs/dev.inmo.tgbotapi.types/type-field.html","searchKeys":["typeField","const val typeField: String","dev.inmo.tgbotapi.types.typeField"]},{"name":"const val unspecifiedField: String","description":"dev.inmo.tgbotapi.types.unspecifiedField","location":"docs/dev.inmo.tgbotapi.types/unspecified-field.html","searchKeys":["unspecifiedField","const val unspecifiedField: String","dev.inmo.tgbotapi.types.unspecifiedField"]},{"name":"const val untilDateField: String","description":"dev.inmo.tgbotapi.types.untilDateField","location":"docs/dev.inmo.tgbotapi.types/until-date-field.html","searchKeys":["untilDateField","const val untilDateField: String","dev.inmo.tgbotapi.types.untilDateField"]},{"name":"const val updateIdField: String","description":"dev.inmo.tgbotapi.types.updateIdField","location":"docs/dev.inmo.tgbotapi.types/update-id-field.html","searchKeys":["updateIdField","const val updateIdField: String","dev.inmo.tgbotapi.types.updateIdField"]},{"name":"const val urlField: String","description":"dev.inmo.tgbotapi.types.urlField","location":"docs/dev.inmo.tgbotapi.types/url-field.html","searchKeys":["urlField","const val urlField: String","dev.inmo.tgbotapi.types.urlField"]},{"name":"const val userField: String","description":"dev.inmo.tgbotapi.types.userField","location":"docs/dev.inmo.tgbotapi.types/user-field.html","searchKeys":["userField","const val userField: String","dev.inmo.tgbotapi.types.userField"]},{"name":"const val userIdField: String","description":"dev.inmo.tgbotapi.types.userIdField","location":"docs/dev.inmo.tgbotapi.types/user-id-field.html","searchKeys":["userIdField","const val userIdField: String","dev.inmo.tgbotapi.types.userIdField"]},{"name":"const val usernameField: String","description":"dev.inmo.tgbotapi.types.usernameField","location":"docs/dev.inmo.tgbotapi.types/username-field.html","searchKeys":["usernameField","const val usernameField: String","dev.inmo.tgbotapi.types.usernameField"]},{"name":"const val usersField: String","description":"dev.inmo.tgbotapi.types.usersField","location":"docs/dev.inmo.tgbotapi.types/users-field.html","searchKeys":["usersField","const val usersField: String","dev.inmo.tgbotapi.types.usersField"]},{"name":"const val utilityBillField: String","description":"dev.inmo.tgbotapi.types.utilityBillField","location":"docs/dev.inmo.tgbotapi.types/utility-bill-field.html","searchKeys":["utilityBillField","const val utilityBillField: String","dev.inmo.tgbotapi.types.utilityBillField"]},{"name":"const val valueField: String","description":"dev.inmo.tgbotapi.types.valueField","location":"docs/dev.inmo.tgbotapi.types/value-field.html","searchKeys":["valueField","const val valueField: String","dev.inmo.tgbotapi.types.valueField"]},{"name":"const val vcardField: String","description":"dev.inmo.tgbotapi.types.vcardField","location":"docs/dev.inmo.tgbotapi.types/vcard-field.html","searchKeys":["vcardField","const val vcardField: String","dev.inmo.tgbotapi.types.vcardField"]},{"name":"const val videoDurationField: String","description":"dev.inmo.tgbotapi.types.videoDurationField","location":"docs/dev.inmo.tgbotapi.types/video-duration-field.html","searchKeys":["videoDurationField","const val videoDurationField: String","dev.inmo.tgbotapi.types.videoDurationField"]},{"name":"const val videoField: String","description":"dev.inmo.tgbotapi.types.videoField","location":"docs/dev.inmo.tgbotapi.types/video-field.html","searchKeys":["videoField","const val videoField: String","dev.inmo.tgbotapi.types.videoField"]},{"name":"const val videoFileIdField: String","description":"dev.inmo.tgbotapi.types.videoFileIdField","location":"docs/dev.inmo.tgbotapi.types/video-file-id-field.html","searchKeys":["videoFileIdField","const val videoFileIdField: String","dev.inmo.tgbotapi.types.videoFileIdField"]},{"name":"const val videoHeightField: String","description":"dev.inmo.tgbotapi.types.videoHeightField","location":"docs/dev.inmo.tgbotapi.types/video-height-field.html","searchKeys":["videoHeightField","const val videoHeightField: String","dev.inmo.tgbotapi.types.videoHeightField"]},{"name":"const val videoNoteField: String","description":"dev.inmo.tgbotapi.types.videoNoteField","location":"docs/dev.inmo.tgbotapi.types/video-note-field.html","searchKeys":["videoNoteField","const val videoNoteField: String","dev.inmo.tgbotapi.types.videoNoteField"]},{"name":"const val videoUrlField: String","description":"dev.inmo.tgbotapi.types.videoUrlField","location":"docs/dev.inmo.tgbotapi.types/video-url-field.html","searchKeys":["videoUrlField","const val videoUrlField: String","dev.inmo.tgbotapi.types.videoUrlField"]},{"name":"const val videoWidthField: String","description":"dev.inmo.tgbotapi.types.videoWidthField","location":"docs/dev.inmo.tgbotapi.types/video-width-field.html","searchKeys":["videoWidthField","const val videoWidthField: String","dev.inmo.tgbotapi.types.videoWidthField"]},{"name":"const val voiceDurationField: String","description":"dev.inmo.tgbotapi.types.voiceDurationField","location":"docs/dev.inmo.tgbotapi.types/voice-duration-field.html","searchKeys":["voiceDurationField","const val voiceDurationField: String","dev.inmo.tgbotapi.types.voiceDurationField"]},{"name":"const val voiceField: String","description":"dev.inmo.tgbotapi.types.voiceField","location":"docs/dev.inmo.tgbotapi.types/voice-field.html","searchKeys":["voiceField","const val voiceField: String","dev.inmo.tgbotapi.types.voiceField"]},{"name":"const val voiceFileIdField: String","description":"dev.inmo.tgbotapi.types.voiceFileIdField","location":"docs/dev.inmo.tgbotapi.types/voice-file-id-field.html","searchKeys":["voiceFileIdField","const val voiceFileIdField: String","dev.inmo.tgbotapi.types.voiceFileIdField"]},{"name":"const val voiceUrlField: String","description":"dev.inmo.tgbotapi.types.voiceUrlField","location":"docs/dev.inmo.tgbotapi.types/voice-url-field.html","searchKeys":["voiceUrlField","const val voiceUrlField: String","dev.inmo.tgbotapi.types.voiceUrlField"]},{"name":"const val votesCountField: String","description":"dev.inmo.tgbotapi.types.votesCountField","location":"docs/dev.inmo.tgbotapi.types/votes-count-field.html","searchKeys":["votesCountField","const val votesCountField: String","dev.inmo.tgbotapi.types.votesCountField"]},{"name":"const val webAppField: String","description":"dev.inmo.tgbotapi.types.webAppField","location":"docs/dev.inmo.tgbotapi.types/web-app-field.html","searchKeys":["webAppField","const val webAppField: String","dev.inmo.tgbotapi.types.webAppField"]},{"name":"const val webAppQueryIdField: String","description":"dev.inmo.tgbotapi.types.webAppQueryIdField","location":"docs/dev.inmo.tgbotapi.types/web-app-query-id-field.html","searchKeys":["webAppQueryIdField","const val webAppQueryIdField: String","dev.inmo.tgbotapi.types.webAppQueryIdField"]},{"name":"const val webmStickerField: String","description":"dev.inmo.tgbotapi.types.webmStickerField","location":"docs/dev.inmo.tgbotapi.types/webm-sticker-field.html","searchKeys":["webmStickerField","const val webmStickerField: String","dev.inmo.tgbotapi.types.webmStickerField"]},{"name":"const val widthField: String","description":"dev.inmo.tgbotapi.types.widthField","location":"docs/dev.inmo.tgbotapi.types/width-field.html","searchKeys":["widthField","const val widthField: String","dev.inmo.tgbotapi.types.widthField"]},{"name":"const val xShiftField: String","description":"dev.inmo.tgbotapi.types.xShiftField","location":"docs/dev.inmo.tgbotapi.types/x-shift-field.html","searchKeys":["xShiftField","const val xShiftField: String","dev.inmo.tgbotapi.types.xShiftField"]},{"name":"const val yShiftField: String","description":"dev.inmo.tgbotapi.types.yShiftField","location":"docs/dev.inmo.tgbotapi.types/y-shift-field.html","searchKeys":["yShiftField","const val yShiftField: String","dev.inmo.tgbotapi.types.yShiftField"]},{"name":"data class AddAnimatedStickerToSet : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/index.html","searchKeys":["AddAnimatedStickerToSet","data class AddAnimatedStickerToSet : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet"]},{"name":"data class AddStaticStickerToSet : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/index.html","searchKeys":["AddStaticStickerToSet","data class AddStaticStickerToSet : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet"]},{"name":"data class AddVideoStickerToSet : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/index.html","searchKeys":["AddVideoStickerToSet","data class AddVideoStickerToSet : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet"]},{"name":"data class AddressSecureValue(val data: DataCredentials) : SecureValueWithData","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/index.html","searchKeys":["AddressSecureValue","data class AddressSecureValue(val data: DataCredentials) : SecureValueWithData","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue"]},{"name":"data class AdministratorChatMemberImpl(val user: User, val canBeEdited: Boolean = false, val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/index.html","searchKeys":["AdministratorChatMemberImpl","data class AdministratorChatMemberImpl(val user: User, val canBeEdited: Boolean = false, val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl"]},{"name":"data class AnimatedSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/index.html","searchKeys":["AnimatedSticker","data class AnimatedSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","dev.inmo.tgbotapi.types.files.AnimatedSticker"]},{"name":"data class AnimationContent(val media: AnimationFile, val includedDocument: DocumentFile?, val text: String?, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/index.html","searchKeys":["AnimationContent","data class AnimationContent(val media: AnimationFile, val includedDocument: DocumentFile?, val text: String?, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","dev.inmo.tgbotapi.types.message.content.AnimationContent"]},{"name":"data class AnimationFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, CustomNamedMediaFile, SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.AnimationFile","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/index.html","searchKeys":["AnimationFile","data class AnimationFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, CustomNamedMediaFile, SizedMediaFile","dev.inmo.tgbotapi.types.files.AnimationFile"]},{"name":"data class AnonymousForwardInfo(val dateOfOriginal: TelegramDate, val senderName: String) : ForwardInfo","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/index.html","searchKeys":["AnonymousForwardInfo","data class AnonymousForwardInfo(val dateOfOriginal: TelegramDate, val senderName: String) : ForwardInfo","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo"]},{"name":"data class AnonymousGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : AnonymousGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/index.html","searchKeys":["AnonymousGroupContentMessageImpl","data class AnonymousGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : AnonymousGroupContentMessage ","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl"]},{"name":"data class AnswerCallbackQuery(val callbackQueryId: CallbackQueryIdentifier, val text: String? = null, val showAlert: Boolean? = null, val url: String? = null, val cachedTimeSeconds: Int? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/index.html","searchKeys":["AnswerCallbackQuery","data class AnswerCallbackQuery(val callbackQueryId: CallbackQueryIdentifier, val text: String? = null, val showAlert: Boolean? = null, val url: String? = null, val cachedTimeSeconds: Int? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery"]},{"name":"data class AnswerInlineQuery(val inlineQueryID: InlineQueryIdentifier, val results: List = emptyList(), val cachedTime: Int? = null, val isPersonal: Boolean? = null, val nextOffset: String? = null, val switchPmText: String? = null, val switchPmParameter: String? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/index.html","searchKeys":["AnswerInlineQuery","data class AnswerInlineQuery(val inlineQueryID: InlineQueryIdentifier, val results: List = emptyList(), val cachedTime: Int? = null, val isPersonal: Boolean? = null, val nextOffset: String? = null, val switchPmText: String? = null, val switchPmParameter: String? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery"]},{"name":"data class AnswerPreCheckoutQueryError(val preCheckoutQueryId: PreCheckoutQueryId, val errorMessage: String) : AnswerPreCheckoutQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/index.html","searchKeys":["AnswerPreCheckoutQueryError","data class AnswerPreCheckoutQueryError(val preCheckoutQueryId: PreCheckoutQueryId, val errorMessage: String) : AnswerPreCheckoutQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError"]},{"name":"data class AnswerPreCheckoutQueryOk(val preCheckoutQueryId: PreCheckoutQueryId) : AnswerPreCheckoutQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/index.html","searchKeys":["AnswerPreCheckoutQueryOk","data class AnswerPreCheckoutQueryOk(val preCheckoutQueryId: PreCheckoutQueryId) : AnswerPreCheckoutQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk"]},{"name":"data class AnswerShippingQueryError(val shippingQueryId: ShippingQueryIdentifier, val error: String) : AnswerShippingQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/index.html","searchKeys":["AnswerShippingQueryError","data class AnswerShippingQueryError(val shippingQueryId: ShippingQueryIdentifier, val error: String) : AnswerShippingQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError"]},{"name":"data class AnswerShippingQueryOk(val shippingQueryId: ShippingQueryIdentifier, val shippingOptions: List) : AnswerShippingQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/index.html","searchKeys":["AnswerShippingQueryOk","data class AnswerShippingQueryOk(val shippingQueryId: ShippingQueryIdentifier, val shippingOptions: List) : AnswerShippingQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk"]},{"name":"data class AnswerWebAppQuery(val webAppQueryId: WebAppQueryId, val result: InlineQueryResult) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/index.html","searchKeys":["AnswerWebAppQuery","data class AnswerWebAppQuery(val webAppQueryId: WebAppQueryId, val result: InlineQueryResult) : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery"]},{"name":"data class ApproveChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/index.html","searchKeys":["ApproveChatJoinRequest","data class ApproveChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest"]},{"name":"data class ApproximateScheduledCloseInfo(val openDuration: TimeSpan, val startPoint: DateTime = DateTime.now()) : ScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/index.html","searchKeys":["ApproximateScheduledCloseInfo","data class ApproximateScheduledCloseInfo(val openDuration: TimeSpan, val startPoint: DateTime = DateTime.now()) : ScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo"]},{"name":"data class AudioContent(val media: AudioFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : AudioMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.AudioContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/index.html","searchKeys":["AudioContent","data class AudioContent(val media: AudioFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : AudioMediaGroupContent","dev.inmo.tgbotapi.types.message.content.AudioContent"]},{"name":"data class AudioFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val performer: String? = null, val title: String? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null, val thumb: PhotoSize? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, TitledMediaFile, Performerable","description":"dev.inmo.tgbotapi.types.files.AudioFile","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/index.html","searchKeys":["AudioFile","data class AudioFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val performer: String? = null, val title: String? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null, val thumb: PhotoSize? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, TitledMediaFile, Performerable","dev.inmo.tgbotapi.types.files.AudioFile"]},{"name":"data class BanChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val revokeMessages: Boolean? = null) : ChatMemberRequest , UntilDate","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/index.html","searchKeys":["BanChatMember","data class BanChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val revokeMessages: Boolean? = null) : ChatMemberRequest , UntilDate","dev.inmo.tgbotapi.requests.chat.members.BanChatMember"]},{"name":"data class BanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html","searchKeys":["BanChatSenderChat","data class BanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat"]},{"name":"data class BankStatement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/index.html","searchKeys":["BankStatement","data class BankStatement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement"]},{"name":"data class BankStatementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/index.html","searchKeys":["BankStatementSecureValue","data class BankStatementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue"]},{"name":"data class BaseChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/index.html","searchKeys":["BaseChosenInlineResult","data class BaseChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult"]},{"name":"data class BaseInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?) : InlineQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/index.html","searchKeys":["BaseInlineQuery","data class BaseInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?) : InlineQuery","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery"]},{"name":"data class BoldTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/index.html","searchKeys":["BoldTextSource","data class BoldTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource"]},{"name":"data class BotBuilder","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/index.html","searchKeys":["BotBuilder","data class BotBuilder","dev.inmo.tgbotapi.extensions.api.BotBuilder"]},{"name":"data class BotCommand(val command: String, val description: String)","description":"dev.inmo.tgbotapi.types.BotCommand","location":"docs/dev.inmo.tgbotapi.types/-bot-command/index.html","searchKeys":["BotCommand","data class BotCommand(val command: String, val description: String)","dev.inmo.tgbotapi.types.BotCommand"]},{"name":"data class BotCommandScopeChat(val chatId: ChatIdentifier) : ChatBotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/index.html","searchKeys":["BotCommandScopeChat","data class BotCommandScopeChat(val chatId: ChatIdentifier) : ChatBotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat"]},{"name":"data class BotCommandScopeChatAdministrators(val chatId: ChatIdentifier) : ChatBotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/index.html","searchKeys":["BotCommandScopeChatAdministrators","data class BotCommandScopeChatAdministrators(val chatId: ChatIdentifier) : ChatBotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators"]},{"name":"data class BotCommandScopeChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatBotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/index.html","searchKeys":["BotCommandScopeChatMember","data class BotCommandScopeChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatBotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember"]},{"name":"data class BotCommandTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/index.html","searchKeys":["BotCommandTextSource","data class BotCommandTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource"]},{"name":"data class CallbackDataInlineKeyboardButton(val text: String, val callbackData: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/index.html","searchKeys":["CallbackDataInlineKeyboardButton","data class CallbackDataInlineKeyboardButton(val text: String, val callbackData: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton"]},{"name":"data class CallbackGameInlineKeyboardButton(val text: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/index.html","searchKeys":["CallbackGameInlineKeyboardButton","data class CallbackGameInlineKeyboardButton(val text: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton"]},{"name":"data class CallbackQueryUpdate(val updateId: UpdateIdentifier, val data: CallbackQuery) : Update","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/index.html","searchKeys":["CallbackQueryUpdate","data class CallbackQueryUpdate(val updateId: UpdateIdentifier, val data: CallbackQuery) : Update","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate"]},{"name":"data class CashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/index.html","searchKeys":["CashTagTextSource","data class CashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource"]},{"name":"data class ChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null) : ChannelChat","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/index.html","searchKeys":["ChannelChatImpl","data class ChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null) : ChannelChat","dev.inmo.tgbotapi.types.chat.ChannelChatImpl"]},{"name":"data class ChannelContentMessageImpl(val messageId: MessageIdentifier, val chat: ChannelChat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ChannelContentMessage ","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/index.html","searchKeys":["ChannelContentMessageImpl","data class ChannelContentMessageImpl(val messageId: MessageIdentifier, val chat: ChannelChat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ChannelContentMessage ","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl"]},{"name":"data class ChannelEventMessage(val messageId: MessageIdentifier, val chat: ChannelChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/index.html","searchKeys":["ChannelEventMessage","data class ChannelEventMessage(val messageId: MessageIdentifier, val chat: ChannelChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","dev.inmo.tgbotapi.types.message.ChannelEventMessage"]},{"name":"data class ChannelMediaGroupMessage(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage ","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/index.html","searchKeys":["ChannelMediaGroupMessage","data class ChannelMediaGroupMessage(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage ","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage"]},{"name":"data class ChannelPostMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/index.html","searchKeys":["ChannelPostMediaGroupUpdate","data class ChannelPostMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate"]},{"name":"data class ChannelPostUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/index.html","searchKeys":["ChannelPostUpdate","data class ChannelPostUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","dev.inmo.tgbotapi.types.update.ChannelPostUpdate"]},{"name":"data class ChatAdministratorRightsImpl(val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false) : ChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/index.html","searchKeys":["ChatAdministratorRightsImpl","data class ChatAdministratorRightsImpl(val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false) : ChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl"]},{"name":"data class ChatId(val chatId: Identifier) : ChatIdentifier","description":"dev.inmo.tgbotapi.types.ChatId","location":"docs/dev.inmo.tgbotapi.types/-chat-id/index.html","searchKeys":["ChatId","data class ChatId(val chatId: Identifier) : ChatIdentifier","dev.inmo.tgbotapi.types.ChatId"]},{"name":"data class ChatInviteLinkUnlimited(val inviteLink: String, val creator: User, val name: String? = null, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html","searchKeys":["ChatInviteLinkUnlimited","data class ChatInviteLinkUnlimited(val inviteLink: String, val creator: User, val name: String? = null, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited"]},{"name":"data class ChatInviteLinkWithJoinRequest(val inviteLink: String, val creator: User, val name: String? = null, val leftToReview: Int = 0, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html","searchKeys":["ChatInviteLinkWithJoinRequest","data class ChatInviteLinkWithJoinRequest(val inviteLink: String, val creator: User, val name: String? = null, val leftToReview: Int = 0, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest"]},{"name":"data class ChatInviteLinkWithLimitedMembers(val inviteLink: String, val creator: User, val name: String? = null, val membersLimit: MembersLimit, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html","searchKeys":["ChatInviteLinkWithLimitedMembers","data class ChatInviteLinkWithLimitedMembers(val inviteLink: String, val creator: User, val name: String? = null, val membersLimit: MembersLimit, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers"]},{"name":"data class ChatJoinRequest(val chat: PublicChat, val from: User, val date: TelegramDate, val inviteLink: ChatInviteLink, val bio: String? = null) : FromUser","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/index.html","searchKeys":["ChatJoinRequest","data class ChatJoinRequest(val chat: PublicChat, val from: User, val date: TelegramDate, val inviteLink: ChatInviteLink, val bio: String? = null) : FromUser","dev.inmo.tgbotapi.types.chat.ChatJoinRequest"]},{"name":"data class ChatJoinRequestUpdate(val updateId: UpdateIdentifier, val data: ChatJoinRequest) : Update","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/index.html","searchKeys":["ChatJoinRequestUpdate","data class ChatJoinRequestUpdate(val updateId: UpdateIdentifier, val data: ChatJoinRequest) : Update","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate"]},{"name":"data class ChatLocation(val location: StaticLocation, val address: String)","description":"dev.inmo.tgbotapi.types.ChatLocation","location":"docs/dev.inmo.tgbotapi.types/-chat-location/index.html","searchKeys":["ChatLocation","data class ChatLocation(val location: StaticLocation, val address: String)","dev.inmo.tgbotapi.types.ChatLocation"]},{"name":"data class ChatMemberUpdated(val chat: Chat, val user: User, val date: TelegramDate, val oldChatMemberState: ChatMember, val newChatMemberState: ChatMember, val inviteLink: ChatInviteLink? = null)","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/index.html","searchKeys":["ChatMemberUpdated","data class ChatMemberUpdated(val chat: Chat, val user: User, val date: TelegramDate, val oldChatMemberState: ChatMember, val newChatMemberState: ChatMember, val inviteLink: ChatInviteLink? = null)","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated"]},{"name":"data class ChatPermissions(val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebPagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/index.html","searchKeys":["ChatPermissions","data class ChatPermissions(val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebPagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false)","dev.inmo.tgbotapi.types.chat.ChatPermissions"]},{"name":"data class ChatPhoto(val smallFileId: String, val bigFileId: String, val smallFileUniqueId: FileUniqueId, val bigFileUniqueId: FileUniqueId)","description":"dev.inmo.tgbotapi.types.ChatPhoto","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/index.html","searchKeys":["ChatPhoto","data class ChatPhoto(val smallFileId: String, val bigFileId: String, val smallFileUniqueId: FileUniqueId, val bigFileUniqueId: FileUniqueId)","dev.inmo.tgbotapi.types.ChatPhoto"]},{"name":"data class ChosenInlineResultUpdate(val updateId: UpdateIdentifier, val data: ChosenInlineResult) : Update","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/index.html","searchKeys":["ChosenInlineResultUpdate","data class ChosenInlineResultUpdate(val updateId: UpdateIdentifier, val data: ChosenInlineResult) : Update","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate"]},{"name":"data class CodeTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/index.html","searchKeys":["CodeTextSource","data class CodeTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource"]},{"name":"data class CommonBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\") : Bot","description":"dev.inmo.tgbotapi.types.chat.CommonBot","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/index.html","searchKeys":["CommonBot","data class CommonBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\") : Bot","dev.inmo.tgbotapi.types.chat.CommonBot"]},{"name":"data class CommonChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/index.html","searchKeys":["CommonChatMemberUpdatedUpdate","data class CommonChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate"]},{"name":"data class CommonGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val from: User, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?) : CommonGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/index.html","searchKeys":["CommonGroupContentMessageImpl","data class CommonGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val from: User, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?) : CommonGroupContentMessage ","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl"]},{"name":"data class CommonGroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: GroupChat, val chatEvent: T, val date: DateTime) : GroupEventMessage ","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/index.html","searchKeys":["CommonGroupEventMessage","data class CommonGroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: GroupChat, val chatEvent: T, val date: DateTime) : GroupEventMessage ","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage"]},{"name":"data class CommonMediaGroupMessage(val messageId: MessageIdentifier, val from: User, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/index.html","searchKeys":["CommonMediaGroupMessage","data class CommonMediaGroupMessage(val messageId: MessageIdentifier, val from: User, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage"]},{"name":"data class CommonPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/index.html","searchKeys":["CommonPassport","data class CommonPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport"]},{"name":"data class CommonPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/index.html","searchKeys":["CommonPassportSecureValue","data class CommonPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue"]},{"name":"data class CommonSupergroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: SupergroupChat, val chatEvent: T, val date: DateTime) : SupergroupEventMessage ","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/index.html","searchKeys":["CommonSupergroupEventMessage","data class CommonSupergroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: SupergroupChat, val chatEvent: T, val date: DateTime) : SupergroupEventMessage ","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage"]},{"name":"data class CommonUser(val id: UserId, val firstName: String, val lastName: String = \"\", val username: Username? = null, val ietfLanguageCode: IetfLanguageCode? = null) : User, WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.types.chat.CommonUser","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/index.html","searchKeys":["CommonUser","data class CommonUser(val id: UserId, val firstName: String, val lastName: String = \"\", val username: Username? = null, val ietfLanguageCode: IetfLanguageCode? = null) : User, WithOptionalLanguageCode","dev.inmo.tgbotapi.types.chat.CommonUser"]},{"name":"data class ConnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ConnectedFromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/index.html","searchKeys":["ConnectedFromChannelGroupContentMessageImpl","data class ConnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ConnectedFromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl"]},{"name":"data class Contact(val phoneNumber: String, val firstName: String, val lastName: String? = null, val userId: UserId? = null, val vcard: String? = null) : CommonContactData","description":"dev.inmo.tgbotapi.types.Contact","location":"docs/dev.inmo.tgbotapi.types/-contact/index.html","searchKeys":["Contact","data class Contact(val phoneNumber: String, val firstName: String, val lastName: String? = null, val userId: UserId? = null, val vcard: String? = null) : CommonContactData","dev.inmo.tgbotapi.types.Contact"]},{"name":"data class ContactContent(val contact: Contact) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.ContactContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/index.html","searchKeys":["ContactContent","data class ContactContent(val contact: Contact) : MessageContent","dev.inmo.tgbotapi.types.message.content.ContactContent"]},{"name":"data class CopyMessage : SimpleRequest , ReplyingMarkupSendMessageRequest , MessageAction, TextedOutput, ProtectContent","description":"dev.inmo.tgbotapi.requests.send.CopyMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/index.html","searchKeys":["CopyMessage","data class CopyMessage : SimpleRequest , ReplyingMarkupSendMessageRequest , MessageAction, TextedOutput, ProtectContent","dev.inmo.tgbotapi.requests.send.CopyMessage"]},{"name":"data class CreateChatInviteLinkUnlimited(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/index.html","searchKeys":["CreateChatInviteLinkUnlimited","data class CreateChatInviteLinkUnlimited(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink ","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited"]},{"name":"data class CreateChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , WithJoinRequestChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/index.html","searchKeys":["CreateChatInviteLinkWithJoinRequest","data class CreateChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , WithJoinRequestChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest"]},{"name":"data class CreateChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , LimitedMembersChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/index.html","searchKeys":["CreateChatInviteLinkWithLimitedMembers","data class CreateChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , LimitedMembersChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers"]},{"name":"data class CreateNewAnimatedStickerSet : CreateStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/index.html","searchKeys":["CreateNewAnimatedStickerSet","data class CreateNewAnimatedStickerSet : CreateStickerSetAction","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet"]},{"name":"data class CreateNewStaticStickerSet : CreateStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/index.html","searchKeys":["CreateNewStaticStickerSet","data class CreateNewStaticStickerSet : CreateStickerSetAction","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet"]},{"name":"data class CreateNewVideoStickerSet : CreateStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/index.html","searchKeys":["CreateNewVideoStickerSet","data class CreateNewVideoStickerSet : CreateStickerSetAction","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet"]},{"name":"data class CreatorChatMember(val user: User, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/index.html","searchKeys":["CreatorChatMember","data class CreatorChatMember(val user: User, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember"]},{"name":"data class CustomDiceAnimationType(val emoji: String) : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/index.html","searchKeys":["CustomDiceAnimationType","data class CustomDiceAnimationType(val emoji: String) : DiceAnimationType","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType"]},{"name":"data class DataCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.html","searchKeys":["DataCredentials","data class DataCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials"]},{"name":"data class DeclineChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/index.html","searchKeys":["DeclineChatJoinRequest","data class DeclineChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest"]},{"name":"data class DecryptedCredentials(val secureData: SecureData, val nonce: String)","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.html","searchKeys":["DecryptedCredentials","data class DecryptedCredentials(val secureData: SecureData, val nonce: String)","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials"]},{"name":"data class DeleteChatPhoto(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/index.html","searchKeys":["DeleteChatPhoto","data class DeleteChatPhoto(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto"]},{"name":"data class DeleteChatStickerSet(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/index.html","searchKeys":["DeleteChatStickerSet","data class DeleteChatStickerSet(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet"]},{"name":"data class DeleteMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier) : SimpleRequest , MessageAction","description":"dev.inmo.tgbotapi.requests.DeleteMessage","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/index.html","searchKeys":["DeleteMessage","data class DeleteMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier) : SimpleRequest , MessageAction","dev.inmo.tgbotapi.requests.DeleteMessage"]},{"name":"data class DeleteMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/index.html","searchKeys":["DeleteMyCommands","data class DeleteMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands"]},{"name":"data class DeleteStickerFromSet(val sticker: FileId) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/index.html","searchKeys":["DeleteStickerFromSet","data class DeleteStickerFromSet(val sticker: FileId) : SimpleRequest ","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet"]},{"name":"data class Dice(val value: DiceResult, val animationType: DiceAnimationType)","description":"dev.inmo.tgbotapi.types.dice.Dice","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/index.html","searchKeys":["Dice","data class Dice(val value: DiceResult, val animationType: DiceAnimationType)","dev.inmo.tgbotapi.types.dice.Dice"]},{"name":"data class DiceContent(val dice: Dice) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.DiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/index.html","searchKeys":["DiceContent","data class DiceContent(val dice: Dice) : MessageContent","dev.inmo.tgbotapi.types.message.content.DiceContent"]},{"name":"data class DocumentContent(val media: DocumentFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : DocumentMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/index.html","searchKeys":["DocumentContent","data class DocumentContent(val media: DocumentFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : DocumentMediaGroupContent","dev.inmo.tgbotapi.types.message.content.DocumentContent"]},{"name":"data class DocumentFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val thumb: PhotoSize? = null, val mimeType: MimeType? = null, val fileName: String? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, CustomNamedMediaFile","description":"dev.inmo.tgbotapi.types.files.DocumentFile","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/index.html","searchKeys":["DocumentFile","data class DocumentFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val thumb: PhotoSize? = null, val mimeType: MimeType? = null, val fileName: String? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, CustomNamedMediaFile","dev.inmo.tgbotapi.types.files.DocumentFile"]},{"name":"data class DriverLicense(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/index.html","searchKeys":["DriverLicense","data class DriverLicense(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense"]},{"name":"data class DriverLicenseSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/index.html","searchKeys":["DriverLicenseSecureValue","data class DriverLicenseSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue"]},{"name":"data class EMailTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/index.html","searchKeys":["EMailTextSource","data class EMailTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource"]},{"name":"data class EditChannelPostMediaGroupUpdate(val origin: EditChannelPostUpdate) : EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/index.html","searchKeys":["EditChannelPostMediaGroupUpdate","data class EditChannelPostMediaGroupUpdate(val origin: EditChannelPostUpdate) : EditMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate"]},{"name":"data class EditChannelPostUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/index.html","searchKeys":["EditChannelPostUpdate","data class EditChannelPostUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate"]},{"name":"data class EditChatInviteLinkUnlimited(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/index.html","searchKeys":["EditChatInviteLinkUnlimited","data class EditChatInviteLinkUnlimited(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink ","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited"]},{"name":"data class EditChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , WithJoinRequestChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/index.html","searchKeys":["EditChatInviteLinkWithJoinRequest","data class EditChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , WithJoinRequestChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest"]},{"name":"data class EditChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val inviteLink: String, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , LimitedMembersChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/index.html","searchKeys":["EditChatInviteLinkWithLimitedMembers","data class EditChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val inviteLink: String, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , LimitedMembersChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers"]},{"name":"data class EditChatMessageCaption : EditChatMessage , EditTextChatMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/index.html","searchKeys":["EditChatMessageCaption","data class EditChatMessageCaption : EditChatMessage , EditTextChatMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption"]},{"name":"data class EditChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditLocationMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/index.html","searchKeys":["EditChatMessageLiveLocation","data class EditChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditLocationMessage","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation"]},{"name":"data class EditChatMessageMedia(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditMediaMessage","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/index.html","searchKeys":["EditChatMessageMedia","data class EditChatMessageMedia(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditMediaMessage","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia"]},{"name":"data class EditChatMessageReplyMarkup(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/index.html","searchKeys":["EditChatMessageReplyMarkup","data class EditChatMessageReplyMarkup(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup"]},{"name":"data class EditChatMessageText : EditChatMessage , EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/index.html","searchKeys":["EditChatMessageText","data class EditChatMessageText : EditChatMessage , EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText"]},{"name":"data class EditInlineMessageCaption : EditInlineMessage, EditTextChatMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/index.html","searchKeys":["EditInlineMessageCaption","data class EditInlineMessageCaption : EditInlineMessage, EditTextChatMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption"]},{"name":"data class EditInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditLocationMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/index.html","searchKeys":["EditInlineMessageLiveLocation","data class EditInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditLocationMessage","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation"]},{"name":"data class EditInlineMessageMedia(val inlineMessageId: InlineMessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditMediaMessage","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/index.html","searchKeys":["EditInlineMessageMedia","data class EditInlineMessageMedia(val inlineMessageId: InlineMessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditMediaMessage","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia"]},{"name":"data class EditInlineMessageReplyMarkup(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/index.html","searchKeys":["EditInlineMessageReplyMarkup","data class EditInlineMessageReplyMarkup(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup"]},{"name":"data class EditInlineMessageText : EditInlineMessage, EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/index.html","searchKeys":["EditInlineMessageText","data class EditInlineMessageText : EditInlineMessage, EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText"]},{"name":"data class EditMessageMediaGroupUpdate(val origin: EditMessageUpdate) : EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/index.html","searchKeys":["EditMessageMediaGroupUpdate","data class EditMessageMediaGroupUpdate(val origin: EditMessageUpdate) : EditMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate"]},{"name":"data class EditMessageUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/index.html","searchKeys":["EditMessageUpdate","data class EditMessageUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","dev.inmo.tgbotapi.types.update.EditMessageUpdate"]},{"name":"data class Email(val email: String, val hash: PassportElementHash) : EncryptedPassportElementWithEmail","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/index.html","searchKeys":["Email","data class Email(val email: String, val hash: PassportElementHash) : EncryptedPassportElementWithEmail","dev.inmo.tgbotapi.types.passport.encrypted.Email"]},{"name":"data class EncryptedAddress(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/index.html","searchKeys":["EncryptedAddress","data class EncryptedAddress(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress"]},{"name":"data class EncryptedCredentials(val data: EncryptedData, val hash: SourceBytes, val secret: EncryptedByBotPublicKeyData)","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.html","searchKeys":["EncryptedCredentials","data class EncryptedCredentials(val data: EncryptedData, val hash: SourceBytes, val secret: EncryptedByBotPublicKeyData)","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials"]},{"name":"data class EncryptedPersonalDetails(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/index.html","searchKeys":["EncryptedPersonalDetails","data class EncryptedPersonalDetails(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails"]},{"name":"data class ExactScheduledCloseInfo(val closeDateTime: DateTime) : ScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/index.html","searchKeys":["ExactScheduledCloseInfo","data class ExactScheduledCloseInfo(val closeDateTime: DateTime) : ScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo"]},{"name":"data class ExportChatInviteLink(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/index.html","searchKeys":["ExportChatInviteLink","data class ExportChatInviteLink(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink"]},{"name":"data class ExtendedBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\", val canJoinGroups: Boolean = false, val canReadAllGroupMessages: Boolean = false, val supportsInlineQueries: Boolean = false) : Bot","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/index.html","searchKeys":["ExtendedBot","data class ExtendedBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\", val canJoinGroups: Boolean = false, val canReadAllGroupMessages: Boolean = false, val supportsInlineQueries: Boolean = false) : Bot","dev.inmo.tgbotapi.types.chat.ExtendedBot"]},{"name":"data class ExtendedChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val linkedGroupChatId: ChatId? = null) : ExtendedChannelChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/index.html","searchKeys":["ExtendedChannelChatImpl","data class ExtendedChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val linkedGroupChatId: ChatId? = null) : ExtendedChannelChat","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl"]},{"name":"data class ExtendedGroupChatImpl(val id: ChatId, val title: String, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null) : ExtendedGroupChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/index.html","searchKeys":["ExtendedGroupChatImpl","data class ExtendedGroupChatImpl(val id: ChatId, val title: String, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null) : ExtendedGroupChat","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl"]},{"name":"data class ExtendedPrivateChatImpl(val id: ChatId, val chatPhoto: ChatPhoto? = null, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\", val bio: String = \"\", val hasPrivateForwards: Boolean = false) : ExtendedPrivateChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/index.html","searchKeys":["ExtendedPrivateChatImpl","data class ExtendedPrivateChatImpl(val id: ChatId, val chatPhoto: ChatPhoto? = null, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\", val bio: String = \"\", val hasPrivateForwards: Boolean = false) : ExtendedPrivateChat","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl"]},{"name":"data class ExtendedSupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val stickerSetName: StickerSetName? = null, val slowModeDelay: Long? = null, val canSetStickerSet: Boolean = false, val linkedChannelChatId: ChatId? = null, val location: ChatLocation? = null) : ExtendedSupergroupChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/index.html","searchKeys":["ExtendedSupergroupChatImpl","data class ExtendedSupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val stickerSetName: StickerSetName? = null, val slowModeDelay: Long? = null, val canSetStickerSet: Boolean = false, val linkedChannelChatId: ChatId? = null, val location: ChatLocation? = null) : ExtendedSupergroupChat","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl"]},{"name":"data class File(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null) : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.File","location":"docs/dev.inmo.tgbotapi.types.files/-file/index.html","searchKeys":["File","data class File(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null) : TelegramMediaFile","dev.inmo.tgbotapi.types.files.File"]},{"name":"data class FileCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.html","searchKeys":["FileCredentials","data class FileCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials"]},{"name":"data class FileId(val fileId: String) : InputFile","description":"dev.inmo.tgbotapi.requests.abstracts.FileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-file-id/index.html","searchKeys":["FileId","data class FileId(val fileId: String) : InputFile","dev.inmo.tgbotapi.requests.abstracts.FileId"]},{"name":"data class ForwardFromChannelInfo(val dateOfOriginal: TelegramDate, val messageId: MessageIdentifier, val channelChat: ChannelChat, val signature: String? = null) : ForwardFromPublicChatInfo","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/index.html","searchKeys":["ForwardFromChannelInfo","data class ForwardFromChannelInfo(val dateOfOriginal: TelegramDate, val messageId: MessageIdentifier, val channelChat: ChannelChat, val signature: String? = null) : ForwardFromPublicChatInfo","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo"]},{"name":"data class ForwardFromSupergroupInfo(val dateOfOriginal: TelegramDate, val group: SupergroupChat) : ForwardFromPublicChatInfo","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/index.html","searchKeys":["ForwardFromSupergroupInfo","data class ForwardFromSupergroupInfo(val dateOfOriginal: TelegramDate, val group: SupergroupChat) : ForwardFromPublicChatInfo","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo"]},{"name":"data class ForwardMessage(val fromChatId: ChatIdentifier, val toChatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false, val protectContent: Boolean = false) : SimpleRequest , MessageAction, ProtectContent","description":"dev.inmo.tgbotapi.requests.ForwardMessage","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/index.html","searchKeys":["ForwardMessage","data class ForwardMessage(val fromChatId: ChatIdentifier, val toChatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false, val protectContent: Boolean = false) : SimpleRequest , MessageAction, ProtectContent","dev.inmo.tgbotapi.requests.ForwardMessage"]},{"name":"data class Foursquare(val id: FoursquareId, val type: FoursquareType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/index.html","searchKeys":["Foursquare","data class Foursquare(val id: FoursquareId, val type: FoursquareType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare"]},{"name":"data class Game(val title: String, val description: String, val photo: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList(), val animation: AnimationFile? = null) : Titled, TextedInput","description":"dev.inmo.tgbotapi.types.games.Game","location":"docs/dev.inmo.tgbotapi.types.games/-game/index.html","searchKeys":["Game","data class Game(val title: String, val description: String, val photo: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList(), val animation: AnimationFile? = null) : Titled, TextedInput","dev.inmo.tgbotapi.types.games.Game"]},{"name":"data class GameContent(val game: Game) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.GameContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/index.html","searchKeys":["GameContent","data class GameContent(val game: Game) : MessageContent","dev.inmo.tgbotapi.types.message.content.GameContent"]},{"name":"data class GameHighScore(val position: Long, val user: User, val score: Long)","description":"dev.inmo.tgbotapi.types.games.GameHighScore","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/index.html","searchKeys":["GameHighScore","data class GameHighScore(val position: Long, val user: User, val score: Long)","dev.inmo.tgbotapi.types.games.GameHighScore"]},{"name":"data class GetChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.html","searchKeys":["GetChat","data class GetChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetChat"]},{"name":"data class GetChatAdministrators(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest> ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/index.html","searchKeys":["GetChatAdministrators","data class GetChatAdministrators(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest> ","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators"]},{"name":"data class GetChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatMemberRequest ","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/index.html","searchKeys":["GetChatMember","data class GetChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatMemberRequest ","dev.inmo.tgbotapi.requests.chat.members.GetChatMember"]},{"name":"data class GetChatMemberCount(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/index.html","searchKeys":["GetChatMemberCount","data class GetChatMemberCount(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount"]},{"name":"data class GetChatMenuButton(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/index.html","searchKeys":["GetChatMenuButton","data class GetChatMenuButton(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton"]},{"name":"data class GetFile(val fileId: FileId) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.get.GetFile","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/index.html","searchKeys":["GetFile","data class GetFile(val fileId: FileId) : SimpleRequest ","dev.inmo.tgbotapi.requests.get.GetFile"]},{"name":"data class GetGameHighScoresByChat(val userId: UserId, val chatId: ChatId, val messageId: MessageIdentifier) : GetGameHighScores, MessageAction","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/index.html","searchKeys":["GetGameHighScoresByChat","data class GetGameHighScoresByChat(val userId: UserId, val chatId: ChatId, val messageId: MessageIdentifier) : GetGameHighScores, MessageAction","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat"]},{"name":"data class GetGameHighScoresByInlineMessageId(val userId: UserId, val inlineMessageId: InlineMessageIdentifier) : GetGameHighScores, InlineMessageAction","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/index.html","searchKeys":["GetGameHighScoresByInlineMessageId","data class GetGameHighScoresByInlineMessageId(val userId: UserId, val inlineMessageId: InlineMessageIdentifier) : GetGameHighScores, InlineMessageAction","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId"]},{"name":"data class GetMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest> ","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/index.html","searchKeys":["GetMyCommands","data class GetMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest> ","dev.inmo.tgbotapi.requests.bot.GetMyCommands"]},{"name":"data class GetMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/index.html","searchKeys":["GetMyDefaultAdministratorRights","data class GetMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights"]},{"name":"data class GetStickerSet(val name: String) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/index.html","searchKeys":["GetStickerSet","data class GetStickerSet(val name: String) : SimpleRequest ","dev.inmo.tgbotapi.requests.get.GetStickerSet"]},{"name":"data class GetUpdates(val offset: UpdateIdentifier? = null, val limit: Int = getUpdatesLimit.last, val timeout: Seconds? = null, val allowed_updates: List? = ALL_UPDATES_LIST) : SimpleRequest> ","description":"dev.inmo.tgbotapi.requests.GetUpdates","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/index.html","searchKeys":["GetUpdates","data class GetUpdates(val offset: UpdateIdentifier? = null, val limit: Int = getUpdatesLimit.last, val timeout: Seconds? = null, val allowed_updates: List? = ALL_UPDATES_LIST) : SimpleRequest> ","dev.inmo.tgbotapi.requests.GetUpdates"]},{"name":"data class GetUserProfilePhotos(val userId: UserId, val offset: Int? = null, val limit: Int? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.html","searchKeys":["GetUserProfilePhotos","data class GetUserProfilePhotos(val userId: UserId, val offset: Int? = null, val limit: Int? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos"]},{"name":"data class GooglePlace(val id: GooglePlaceId, val type: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/index.html","searchKeys":["GooglePlace","data class GooglePlace(val id: GooglePlaceId, val type: GooglePlaceType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace"]},{"name":"data class GroupChatImpl(val id: ChatId, val title: String) : GroupChat","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/index.html","searchKeys":["GroupChatImpl","data class GroupChatImpl(val id: ChatId, val title: String) : GroupChat","dev.inmo.tgbotapi.types.chat.GroupChatImpl"]},{"name":"data class HashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/index.html","searchKeys":["HashTagTextSource","data class HashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource"]},{"name":"data class IdentityCard(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/index.html","searchKeys":["IdentityCard","data class IdentityCard(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard"]},{"name":"data class IdentityCardSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/index.html","searchKeys":["IdentityCardSecureValue","data class IdentityCardSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue"]},{"name":"data class InlineKeyboardMarkup(val keyboard: Matrix) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html","searchKeys":["InlineKeyboardMarkup","data class InlineKeyboardMarkup(val keyboard: Matrix) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup"]},{"name":"data class InlineMessageIdDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val data: String) : DataCallbackQuery, InlineMessageIdCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/index.html","searchKeys":["InlineMessageIdDataCallbackQuery","data class InlineMessageIdDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val data: String) : DataCallbackQuery, InlineMessageIdCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery"]},{"name":"data class InlineMessageIdGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val gameShortName: String) : GameShortNameCallbackQuery, InlineMessageIdCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/index.html","searchKeys":["InlineMessageIdGameShortNameCallbackQuery","data class InlineMessageIdGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val gameShortName: String) : GameShortNameCallbackQuery, InlineMessageIdCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery"]},{"name":"data class InlineQueryResultAudioCachedImpl : InlineQueryResultAudioCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/index.html","searchKeys":["InlineQueryResultAudioCachedImpl","data class InlineQueryResultAudioCachedImpl : InlineQueryResultAudioCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl"]},{"name":"data class InlineQueryResultAudioImpl : InlineQueryResultAudio","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/index.html","searchKeys":["InlineQueryResultAudioImpl","data class InlineQueryResultAudioImpl : InlineQueryResultAudio","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl"]},{"name":"data class InlineQueryResultContact(val id: InlineQueryIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, CommonContactData, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/index.html","searchKeys":["InlineQueryResultContact","data class InlineQueryResultContact(val id: InlineQueryIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, CommonContactData, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact"]},{"name":"data class InlineQueryResultDocumentCachedImpl : InlineQueryResultDocumentCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/index.html","searchKeys":["InlineQueryResultDocumentCachedImpl","data class InlineQueryResultDocumentCachedImpl : InlineQueryResultDocumentCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl"]},{"name":"data class InlineQueryResultDocumentImpl : InlineQueryResultDocument","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/index.html","searchKeys":["InlineQueryResultDocumentImpl","data class InlineQueryResultDocumentImpl : InlineQueryResultDocument","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl"]},{"name":"data class InlineQueryResultGifCachedImpl : InlineQueryResultGifCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/index.html","searchKeys":["InlineQueryResultGifCachedImpl","data class InlineQueryResultGifCachedImpl : InlineQueryResultGifCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl"]},{"name":"data class InlineQueryResultGifImpl : InlineQueryResultGif","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/index.html","searchKeys":["InlineQueryResultGifImpl","data class InlineQueryResultGifImpl : InlineQueryResultGif","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"data class InlineQueryResultLocation(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val title: String, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, HorizontallyAccured, Livable, ProximityAlertable, Headed, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/index.html","searchKeys":["InlineQueryResultLocation","data class InlineQueryResultLocation(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val title: String, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, HorizontallyAccured, Livable, ProximityAlertable, Headed, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation"]},{"name":"data class InlineQueryResultMpeg4GifCachedImpl : InlineQueryResultMpeg4GifCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/index.html","searchKeys":["InlineQueryResultMpeg4GifCachedImpl","data class InlineQueryResultMpeg4GifCachedImpl : InlineQueryResultMpeg4GifCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl"]},{"name":"data class InlineQueryResultMpeg4GifImpl : InlineQueryResultMpeg4Gif","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/index.html","searchKeys":["InlineQueryResultMpeg4GifImpl","data class InlineQueryResultMpeg4GifImpl : InlineQueryResultMpeg4Gif","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl"]},{"name":"data class InlineQueryResultPhotoCachedImpl : InlineQueryResultPhotoCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/index.html","searchKeys":["InlineQueryResultPhotoCachedImpl","data class InlineQueryResultPhotoCachedImpl : InlineQueryResultPhotoCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl"]},{"name":"data class InlineQueryResultPhotoImpl : InlineQueryResultPhoto","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/index.html","searchKeys":["InlineQueryResultPhotoImpl","data class InlineQueryResultPhotoImpl : InlineQueryResultPhoto","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl"]},{"name":"data class InlineQueryResultStickerCached(val id: InlineQueryIdentifier, val fileId: FileId, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, WithInputMessageContentInlineQueryResult, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/index.html","searchKeys":["InlineQueryResultStickerCached","data class InlineQueryResultStickerCached(val id: InlineQueryIdentifier, val fileId: FileId, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, WithInputMessageContentInlineQueryResult, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached"]},{"name":"data class InlineQueryResultVenue(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/index.html","searchKeys":["InlineQueryResultVenue","data class InlineQueryResultVenue(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue"]},{"name":"data class InlineQueryResultVideoCachedImpl : InlineQueryResultVideoCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/index.html","searchKeys":["InlineQueryResultVideoCachedImpl","data class InlineQueryResultVideoCachedImpl : InlineQueryResultVideoCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl"]},{"name":"data class InlineQueryResultVideoImpl : InlineQueryResultVideo","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/index.html","searchKeys":["InlineQueryResultVideoImpl","data class InlineQueryResultVideoImpl : InlineQueryResultVideo","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl"]},{"name":"data class InlineQueryResultVoiceCachedImpl : InlineQueryResultVoiceCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/index.html","searchKeys":["InlineQueryResultVoiceCachedImpl","data class InlineQueryResultVoiceCachedImpl : InlineQueryResultVoiceCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl"]},{"name":"data class InlineQueryResultVoiceImpl : InlineQueryResultVoice","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/index.html","searchKeys":["InlineQueryResultVoiceImpl","data class InlineQueryResultVoiceImpl : InlineQueryResultVoice","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl"]},{"name":"data class InlineQueryUpdate(val updateId: UpdateIdentifier, val data: InlineQuery) : Update","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/index.html","searchKeys":["InlineQueryUpdate","data class InlineQueryUpdate(val updateId: UpdateIdentifier, val data: InlineQuery) : Update","dev.inmo.tgbotapi.types.update.InlineQueryUpdate"]},{"name":"data class InputContactMessageContent(val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null) : CommonContactData, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/index.html","searchKeys":["InputContactMessageContent","data class InputContactMessageContent(val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null) : CommonContactData, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent"]},{"name":"data class InputLocationMessageContent(val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Locationed, HorizontallyAccured, ProximityAlertable, Livable, Headed, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.html","searchKeys":["InputLocationMessageContent","data class InputLocationMessageContent(val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Locationed, HorizontallyAccured, ProximityAlertable, Livable, Headed, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent"]},{"name":"data class InputTextMessageContent : TextedOutput, DisableWebPagePreview, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/index.html","searchKeys":["InputTextMessageContent","data class InputTextMessageContent : TextedOutput, DisableWebPagePreview, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent"]},{"name":"data class InputVenueMessageContent(val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : Locationed, CommonVenueData, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/index.html","searchKeys":["InputVenueMessageContent","data class InputVenueMessageContent(val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : Locationed, CommonVenueData, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent"]},{"name":"data class InternalPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/index.html","searchKeys":["InternalPassport","data class InternalPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport"]},{"name":"data class InternalPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/index.html","searchKeys":["InternalPassportSecureValue","data class InternalPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue"]},{"name":"data class Invoice(val title: String, val description: String, val startParameter: StartParameter, val currency: Currency, val amount: Long) : Amounted, Currencied","description":"dev.inmo.tgbotapi.types.payments.Invoice","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/index.html","searchKeys":["Invoice","data class Invoice(val title: String, val description: String, val startParameter: StartParameter, val currency: Currency, val amount: Long) : Amounted, Currencied","dev.inmo.tgbotapi.types.payments.Invoice"]},{"name":"data class InvoiceContent(val invoice: Invoice) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/index.html","searchKeys":["InvoiceContent","data class InvoiceContent(val invoice: Invoice) : MessageContent","dev.inmo.tgbotapi.types.message.content.InvoiceContent"]},{"name":"data class ItalicTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/index.html","searchKeys":["ItalicTextSource","data class ItalicTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource"]},{"name":"data class KickedChatMember(val user: User, val untilDate: TelegramDate? = null) : BannedChatMember","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/index.html","searchKeys":["KickedChatMember","data class KickedChatMember(val user: User, val untilDate: TelegramDate? = null) : BannedChatMember","dev.inmo.tgbotapi.types.chat.member.KickedChatMember"]},{"name":"data class LabeledPrice(val label: String, val amount: Long) : Amounted","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/index.html","searchKeys":["LabeledPrice","data class LabeledPrice(val label: String, val amount: Long) : Amounted","dev.inmo.tgbotapi.types.payments.LabeledPrice"]},{"name":"data class LeaveChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/index.html","searchKeys":["LeaveChat","data class LeaveChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.LeaveChat"]},{"name":"data class LeftChatMember(val user: User) : PublicChatEvent, WithUser","description":"dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member/index.html","searchKeys":["LeftChatMember","data class LeftChatMember(val user: User) : PublicChatEvent, WithUser","dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember"]},{"name":"data class LeftChatMemberImpl(val user: User) : LeftChatMember","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/index.html","searchKeys":["LeftChatMemberImpl","data class LeftChatMemberImpl(val user: User) : LeftChatMember","dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl"]},{"name":"data class LiveLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Location, Livable, ProximityAlertable, Headed","description":"dev.inmo.tgbotapi.types.location.LiveLocation","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/index.html","searchKeys":["LiveLocation","data class LiveLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Location, Livable, ProximityAlertable, Headed","dev.inmo.tgbotapi.types.location.LiveLocation"]},{"name":"data class LiveLocationContent(val location: LiveLocation) : LocationContent","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html","searchKeys":["LiveLocationContent","data class LiveLocationContent(val location: LiveLocation) : LocationContent","dev.inmo.tgbotapi.types.message.content.LiveLocationContent"]},{"name":"data class LocationChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val location: StaticLocation, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/index.html","searchKeys":["LocationChosenInlineResult","data class LocationChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val location: StaticLocation, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult"]},{"name":"data class LocationInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?, val location: Location) : InlineQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/index.html","searchKeys":["LocationInlineQuery","data class LocationInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?, val location: Location) : InlineQuery","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery"]},{"name":"data class LoginURL(val url: String, val forwardText: String? = null, val botUsername: String? = null, val requestWriteAccess: Boolean? = null)","description":"dev.inmo.tgbotapi.types.LoginURL","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/index.html","searchKeys":["LoginURL","data class LoginURL(val url: String, val forwardText: String? = null, val botUsername: String? = null, val requestWriteAccess: Boolean? = null)","dev.inmo.tgbotapi.types.LoginURL"]},{"name":"data class LoginURLInlineKeyboardButton(val text: String, val loginUrl: LoginURL) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/index.html","searchKeys":["LoginURLInlineKeyboardButton","data class LoginURLInlineKeyboardButton(val text: String, val loginUrl: LoginURL) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton"]},{"name":"data class MainButtonParams(val text: String? = null, val color: String? = null, val textColor: String? = null, val isActive: Boolean? = null, val isVisible: Boolean? = null)","description":"dev.inmo.tgbotapi.webapps.MainButtonParams","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/index.html","searchKeys":["MainButtonParams","data class MainButtonParams(val text: String? = null, val color: String? = null, val textColor: String? = null, val isActive: Boolean? = null, val isVisible: Boolean? = null)","dev.inmo.tgbotapi.webapps.MainButtonParams"]},{"name":"data class MaskPosition(val point: String, val xShift: Float, val yShift: Float, val scale: Float)","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/index.html","searchKeys":["MaskPosition","data class MaskPosition(val point: String, val xShift: Float, val yShift: Float, val scale: Float)","dev.inmo.tgbotapi.types.stickers.MaskPosition"]},{"name":"data class MemberChatMemberImpl(val user: User) : MemberChatMember","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/index.html","searchKeys":["MemberChatMemberImpl","data class MemberChatMemberImpl(val user: User) : MemberChatMember","dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl"]},{"name":"data class MentionTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/index.html","searchKeys":["MentionTextSource","data class MentionTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource"]},{"name":"data class MessageAutoDeleteTimerChanged(val newAutoDeleteTime: Seconds) : ChannelEvent, GroupEvent, SupergroupEvent, PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/index.html","searchKeys":["MessageAutoDeleteTimerChanged","data class MessageAutoDeleteTimerChanged(val newAutoDeleteTime: Seconds) : ChannelEvent, GroupEvent, SupergroupEvent, PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged"]},{"name":"data class MessageDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val data: String) : DataCallbackQuery, MessageCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/index.html","searchKeys":["MessageDataCallbackQuery","data class MessageDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val data: String) : DataCallbackQuery, MessageCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery"]},{"name":"data class MessageGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val gameShortName: String) : GameShortNameCallbackQuery, MessageCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/index.html","searchKeys":["MessageGameShortNameCallbackQuery","data class MessageGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val gameShortName: String) : GameShortNameCallbackQuery, MessageCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery"]},{"name":"data class MessageMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/index.html","searchKeys":["MessageMediaGroupUpdate","data class MessageMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate"]},{"name":"data class MessageUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","description":"dev.inmo.tgbotapi.types.update.MessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/index.html","searchKeys":["MessageUpdate","data class MessageUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","dev.inmo.tgbotapi.types.update.MessageUpdate"]},{"name":"data class MigrateChatId(val newChatId: ChatId) : RequestError","description":"dev.inmo.tgbotapi.types.MigrateChatId","location":"docs/dev.inmo.tgbotapi.types/-migrate-chat-id/index.html","searchKeys":["MigrateChatId","data class MigrateChatId(val newChatId: ChatId) : RequestError","dev.inmo.tgbotapi.types.MigrateChatId"]},{"name":"data class MigratedToSupergroup(val migratedFrom: ChatId) : SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/index.html","searchKeys":["MigratedToSupergroup","data class MigratedToSupergroup(val migratedFrom: ChatId) : SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup"]},{"name":"data class MultipartFile(val filename: String, inputSource: () -> Input) : InputFile","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.html","searchKeys":["MultipartFile","data class MultipartFile(val filename: String, inputSource: () -> Input) : InputFile","dev.inmo.tgbotapi.requests.abstracts.MultipartFile"]},{"name":"data class MyChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/index.html","searchKeys":["MyChatMemberUpdatedUpdate","data class MyChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate"]},{"name":"data class NewChatMembers(val members: List) : GroupEvent, SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/index.html","searchKeys":["NewChatMembers","data class NewChatMembers(val members: List) : GroupEvent, SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers"]},{"name":"data class NewChatPhoto(val photo: Photo) : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/index.html","searchKeys":["NewChatPhoto","data class NewChatPhoto(val photo: Photo) : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto"]},{"name":"data class NewChatTitle(val title: String) : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/index.html","searchKeys":["NewChatTitle","data class NewChatTitle(val title: String) : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle"]},{"name":"data class OrderInfo(val name: String, val phoneNumber: String, val email: String, val shippingAddress: ShippingAddress)","description":"dev.inmo.tgbotapi.types.payments.OrderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/index.html","searchKeys":["OrderInfo","data class OrderInfo(val name: String, val phoneNumber: String, val email: String, val shippingAddress: ShippingAddress)","dev.inmo.tgbotapi.types.payments.OrderInfo"]},{"name":"data class PassportData(val data: List, val credentials: EncryptedCredentials)","description":"dev.inmo.tgbotapi.types.passport.PassportData","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/index.html","searchKeys":["PassportData","data class PassportData(val data: List, val credentials: EncryptedCredentials)","dev.inmo.tgbotapi.types.passport.PassportData"]},{"name":"data class PassportElementErrorDataField(val type: String, val fieldName: String, val elementHash: PassportElementHash, val message: String) : PassportSingleElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/index.html","searchKeys":["PassportElementErrorDataField","data class PassportElementErrorDataField(val type: String, val fieldName: String, val elementHash: PassportElementHash, val message: String) : PassportSingleElementError","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField"]},{"name":"data class PassportElementErrorFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/index.html","searchKeys":["PassportElementErrorFile","data class PassportElementErrorFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile"]},{"name":"data class PassportElementErrorFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/index.html","searchKeys":["PassportElementErrorFiles","data class PassportElementErrorFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles"]},{"name":"data class PassportElementErrorFrontSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/index.html","searchKeys":["PassportElementErrorFrontSide","data class PassportElementErrorFrontSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide"]},{"name":"data class PassportElementErrorReverseSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/index.html","searchKeys":["PassportElementErrorReverseSide","data class PassportElementErrorReverseSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide"]},{"name":"data class PassportElementErrorSelfie(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/index.html","searchKeys":["PassportElementErrorSelfie","data class PassportElementErrorSelfie(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie"]},{"name":"data class PassportElementErrorTranslationFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/index.html","searchKeys":["PassportElementErrorTranslationFile","data class PassportElementErrorTranslationFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile"]},{"name":"data class PassportElementErrorTranslationFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/index.html","searchKeys":["PassportElementErrorTranslationFiles","data class PassportElementErrorTranslationFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles"]},{"name":"data class PassportElementErrorUnspecified(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/index.html","searchKeys":["PassportElementErrorUnspecified","data class PassportElementErrorUnspecified(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified"]},{"name":"data class PassportFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val uploadingDate: TelegramDate, val fileSize: Long? = null) : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.PassportFile","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/index.html","searchKeys":["PassportFile","data class PassportFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val uploadingDate: TelegramDate, val fileSize: Long? = null) : TelegramMediaFile","dev.inmo.tgbotapi.types.files.PassportFile"]},{"name":"data class PassportMessage(val messageId: MessageIdentifier, val chat: Chat, val from: User, val date: DateTime, val passportData: PassportData) : Message, FromUserMessage","description":"dev.inmo.tgbotapi.types.message.PassportMessage","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/index.html","searchKeys":["PassportMessage","data class PassportMessage(val messageId: MessageIdentifier, val chat: Chat, val from: User, val date: DateTime, val passportData: PassportData) : Message, FromUserMessage","dev.inmo.tgbotapi.types.message.PassportMessage"]},{"name":"data class PassportRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/index.html","searchKeys":["PassportRegistration","data class PassportRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration"]},{"name":"data class PassportRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/index.html","searchKeys":["PassportRegistrationSecureValue","data class PassportRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue"]},{"name":"data class PathedFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val filePath: String, val fileSize: Long? = null) : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.PathedFile","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/index.html","searchKeys":["PathedFile","data class PathedFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val filePath: String, val fileSize: Long? = null) : TelegramMediaFile","dev.inmo.tgbotapi.types.files.PathedFile"]},{"name":"data class PayInlineKeyboardButton(val text: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/index.html","searchKeys":["PayInlineKeyboardButton","data class PayInlineKeyboardButton(val text: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton"]},{"name":"data class PersonalDetailsSecureValue(val data: DataCredentials) : SecureValueWithData","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/index.html","searchKeys":["PersonalDetailsSecureValue","data class PersonalDetailsSecureValue(val data: DataCredentials) : SecureValueWithData","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue"]},{"name":"data class PhoneNumber(val phoneNumber: String, val hash: PassportElementHash) : EncryptedPassportElementWithPhoneNumber","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/index.html","searchKeys":["PhoneNumber","data class PhoneNumber(val phoneNumber: String, val hash: PassportElementHash) : EncryptedPassportElementWithPhoneNumber","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber"]},{"name":"data class PhoneNumberTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/index.html","searchKeys":["PhoneNumberTextSource","data class PhoneNumberTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource"]},{"name":"data class PhotoContent(val mediaCollection: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList()) : MediaCollectionContent , VisualMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/index.html","searchKeys":["PhotoContent","data class PhotoContent(val mediaCollection: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList()) : MediaCollectionContent , VisualMediaGroupContent","dev.inmo.tgbotapi.types.message.content.PhotoContent"]},{"name":"data class PhotoSize(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val width: Int, val height: Int) : SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.PhotoSize","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/index.html","searchKeys":["PhotoSize","data class PhotoSize(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val width: Int, val height: Int) : SizedMediaFile","dev.inmo.tgbotapi.types.files.PhotoSize"]},{"name":"data class PinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false) : ChatRequest, SimpleRequest , MessageAction, DisableNotification","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/index.html","searchKeys":["PinChatMessage","data class PinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false) : ChatRequest, SimpleRequest , MessageAction, DisableNotification","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage"]},{"name":"data class PinnedMessage(val message: Message) : CommonEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/index.html","searchKeys":["PinnedMessage","data class PinnedMessage(val message: Message) : CommonEvent","dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage"]},{"name":"data class PollAnswer(val pollId: PollIdentifier, val user: User, val chosen: List) : FromUser","description":"dev.inmo.tgbotapi.types.polls.PollAnswer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/index.html","searchKeys":["PollAnswer","data class PollAnswer(val pollId: PollIdentifier, val user: User, val chosen: List) : FromUser","dev.inmo.tgbotapi.types.polls.PollAnswer"]},{"name":"data class PollAnswerUpdate(val updateId: UpdateIdentifier, val data: PollAnswer) : Update","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/index.html","searchKeys":["PollAnswerUpdate","data class PollAnswerUpdate(val updateId: UpdateIdentifier, val data: PollAnswer) : Update","dev.inmo.tgbotapi.types.update.PollAnswerUpdate"]},{"name":"data class PollContent(val poll: Poll) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.PollContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/index.html","searchKeys":["PollContent","data class PollContent(val poll: Poll) : MessageContent","dev.inmo.tgbotapi.types.message.content.PollContent"]},{"name":"data class PollUpdate(val updateId: UpdateIdentifier, val data: Poll) : Update","description":"dev.inmo.tgbotapi.types.update.PollUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/index.html","searchKeys":["PollUpdate","data class PollUpdate(val updateId: UpdateIdentifier, val data: Poll) : Update","dev.inmo.tgbotapi.types.update.PollUpdate"]},{"name":"data class PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/index.html","searchKeys":["PowLimiter","data class PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter"]},{"name":"data class PreCheckoutQuery(val id: PreCheckoutQueryId, val from: User, val currency: Currency, val amount: Long, val invoicePayload: InvoicePayload, val shippingOptionId: ShippingOptionIdentifier? = null, val orderInfo: OrderInfo? = null) : Currencied, Amounted, FromUser","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/index.html","searchKeys":["PreCheckoutQuery","data class PreCheckoutQuery(val id: PreCheckoutQueryId, val from: User, val currency: Currency, val amount: Long, val invoicePayload: InvoicePayload, val shippingOptionId: ShippingOptionIdentifier? = null, val orderInfo: OrderInfo? = null) : Currencied, Amounted, FromUser","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery"]},{"name":"data class PreCheckoutQueryUpdate(val updateId: UpdateIdentifier, val data: PreCheckoutQuery) : Update","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/index.html","searchKeys":["PreCheckoutQueryUpdate","data class PreCheckoutQueryUpdate(val updateId: UpdateIdentifier, val data: PreCheckoutQuery) : Update","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate"]},{"name":"data class PreTextSource constructor(val source: String, val language: String? = null) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/index.html","searchKeys":["PreTextSource","data class PreTextSource constructor(val source: String, val language: String? = null) : TextSource","dev.inmo.tgbotapi.types.message.textsources.PreTextSource"]},{"name":"data class PrimaryInviteLink(val inviteLink: String, val creator: User, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : ChatInviteLink","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/index.html","searchKeys":["PrimaryInviteLink","data class PrimaryInviteLink(val inviteLink: String, val creator: User, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : ChatInviteLink","dev.inmo.tgbotapi.types.PrimaryInviteLink"]},{"name":"data class PrivateChatImpl(val id: ChatId, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\") : PrivateChat","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/index.html","searchKeys":["PrivateChatImpl","data class PrivateChatImpl(val id: ChatId, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\") : PrivateChat","dev.inmo.tgbotapi.types.chat.PrivateChatImpl"]},{"name":"data class PrivateContentMessageImpl(val messageId: MessageIdentifier, val from: User, val chat: Chat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?) : PrivateContentMessage ","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/index.html","searchKeys":["PrivateContentMessageImpl","data class PrivateContentMessageImpl(val messageId: MessageIdentifier, val from: User, val chat: Chat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?) : PrivateContentMessage ","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl"]},{"name":"data class PrivateEventMessage(val messageId: MessageIdentifier, val chat: PrivateChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/index.html","searchKeys":["PrivateEventMessage","data class PrivateEventMessage(val messageId: MessageIdentifier, val chat: PrivateChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","dev.inmo.tgbotapi.types.message.PrivateEventMessage"]},{"name":"data class PromoteChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null) : ChatMemberRequest , UntilDate","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/index.html","searchKeys":["PromoteChatMember","data class PromoteChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null) : ChatMemberRequest , UntilDate","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember"]},{"name":"data class ProximityAlertTriggered(val traveler: User, val watcher: User, val distance: Meters) : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/index.html","searchKeys":["ProximityAlertTriggered","data class ProximityAlertTriggered(val traveler: User, val watcher: User, val distance: Meters) : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered"]},{"name":"data class ProxySettings(val host: String = \"localhost\", val port: Int = 1080, val username: String? = null, val password: String? = null)","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/index.html","searchKeys":["ProxySettings","data class ProxySettings(val host: String = \"localhost\", val port: Int = 1080, val username: String? = null, val password: String? = null)","dev.inmo.tgbotapi.bot.settings.ProxySettings"]},{"name":"data class QuizPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val correctOptionId: Int? = null, val text: String? = null, val textSources: List = emptyList(), val isClosed: Boolean = false, val isAnonymous: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : Poll, TextedInput","description":"dev.inmo.tgbotapi.types.polls.QuizPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/index.html","searchKeys":["QuizPoll","data class QuizPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val correctOptionId: Int? = null, val text: String? = null, val textSources: List = emptyList(), val isClosed: Boolean = false, val isAnonymous: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : Poll, TextedInput","dev.inmo.tgbotapi.types.polls.QuizPoll"]},{"name":"data class RegularPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val isClosed: Boolean = false, val isAnonymous: Boolean = false, val allowMultipleAnswers: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : MultipleAnswersPoll","description":"dev.inmo.tgbotapi.types.polls.RegularPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/index.html","searchKeys":["RegularPoll","data class RegularPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val isClosed: Boolean = false, val isAnonymous: Boolean = false, val allowMultipleAnswers: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : MultipleAnswersPoll","dev.inmo.tgbotapi.types.polls.RegularPoll"]},{"name":"data class RegularTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/index.html","searchKeys":["RegularTextSource","data class RegularTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource"]},{"name":"data class RentalAgreement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/index.html","searchKeys":["RentalAgreement","data class RentalAgreement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement"]},{"name":"data class RentalAgreementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/index.html","searchKeys":["RentalAgreementSecureValue","data class RentalAgreementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue"]},{"name":"data class ReplyForce(val selective: Boolean? = null, val inputFieldPlaceholder: String? = null) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/index.html","searchKeys":["ReplyForce","data class ReplyForce(val selective: Boolean? = null, val inputFieldPlaceholder: String? = null) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.ReplyForce"]},{"name":"data class ReplyKeyboardMarkup(val keyboard: Matrix, val resizeKeyboard: Boolean? = null, val oneTimeKeyboard: Boolean? = null, val inputFieldPlaceholder: String? = null, val selective: Boolean? = null) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/index.html","searchKeys":["ReplyKeyboardMarkup","data class ReplyKeyboardMarkup(val keyboard: Matrix, val resizeKeyboard: Boolean? = null, val oneTimeKeyboard: Boolean? = null, val inputFieldPlaceholder: String? = null, val selective: Boolean? = null) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup"]},{"name":"data class ReplyKeyboardRemove(val selective: Boolean? = null) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/index.html","searchKeys":["ReplyKeyboardRemove","data class ReplyKeyboardRemove(val selective: Boolean? = null) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove"]},{"name":"data class RequestContactKeyboardButton(val text: String) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/index.html","searchKeys":["RequestContactKeyboardButton","data class RequestContactKeyboardButton(val text: String) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton"]},{"name":"data class RequestLocationKeyboardButton(val text: String) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/index.html","searchKeys":["RequestLocationKeyboardButton","data class RequestLocationKeyboardButton(val text: String) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton"]},{"name":"data class RequestPollKeyboardButton(val text: String, val requestPoll: KeyboardButtonPollType) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/index.html","searchKeys":["RequestPollKeyboardButton","data class RequestPollKeyboardButton(val text: String, val requestPoll: KeyboardButtonPollType) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton"]},{"name":"data class Response(val ok: Boolean = false, val description: String? = null, val errorCode: Int? = null, val result: JsonElement? = null, val parameters: ResponseParametersRaw? = null)","description":"dev.inmo.tgbotapi.types.Response","location":"docs/dev.inmo.tgbotapi.types/-response/index.html","searchKeys":["Response","data class Response(val ok: Boolean = false, val description: String? = null, val errorCode: Int? = null, val result: JsonElement? = null, val parameters: ResponseParametersRaw? = null)","dev.inmo.tgbotapi.types.Response"]},{"name":"data class ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","description":"dev.inmo.tgbotapi.types.ResponseParametersRaw","location":"docs/dev.inmo.tgbotapi.types/-response-parameters-raw/index.html","searchKeys":["ResponseParametersRaw","data class ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","dev.inmo.tgbotapi.types.ResponseParametersRaw"]},{"name":"data class RestrictChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val permissions: ChatPermissions = ChatPermissions()) : ChatMemberRequest , UntilDate","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/index.html","searchKeys":["RestrictChatMember","data class RestrictChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val permissions: ChatPermissions = ChatPermissions()) : ChatMemberRequest , UntilDate","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember"]},{"name":"data class RestrictedChatMember(val user: User, val untilDate: TelegramDate? = null, val isMember: Boolean = false, val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebpagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false) : BannedChatMember, SpecialRightsChatMember","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/index.html","searchKeys":["RestrictedChatMember","data class RestrictedChatMember(val user: User, val untilDate: TelegramDate? = null, val isMember: Boolean = false, val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebpagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false) : BannedChatMember, SpecialRightsChatMember","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember"]},{"name":"data class RetryAfterError(val seconds: Seconds, val startCountingMillis: Long) : RequestError","description":"dev.inmo.tgbotapi.types.RetryAfterError","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/index.html","searchKeys":["RetryAfterError","data class RetryAfterError(val seconds: Seconds, val startCountingMillis: Long) : RequestError","dev.inmo.tgbotapi.types.RetryAfterError"]},{"name":"data class RevokeChatInviteLink(val chatId: ChatIdentifier, val inviteLink: String) : KnownChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/index.html","searchKeys":["RevokeChatInviteLink","data class RevokeChatInviteLink(val chatId: ChatIdentifier, val inviteLink: String) : KnownChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink"]},{"name":"data class SecureData(val personalDetails: PersonalDetailsSecureValue? = null, val passport: CommonPassportSecureValue? = null, val internalPassport: InternalPassportSecureValue? = null, val driverLicense: DriverLicenseSecureValue? = null, val identityCard: IdentityCardSecureValue? = null, val utilityBill: UtilityBillSecureValue? = null, val bankStatement: BankStatementSecureValue? = null, val rentalAgreement: RentalAgreementSecureValue? = null, val passportRegistration: PassportRegistrationSecureValue? = null, val temporaryRegistration: TemporalRegistrationSecureValue? = null)","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.html","searchKeys":["SecureData","data class SecureData(val personalDetails: PersonalDetailsSecureValue? = null, val passport: CommonPassportSecureValue? = null, val internalPassport: InternalPassportSecureValue? = null, val driverLicense: DriverLicenseSecureValue? = null, val identityCard: IdentityCardSecureValue? = null, val utilityBill: UtilityBillSecureValue? = null, val bankStatement: BankStatementSecureValue? = null, val rentalAgreement: RentalAgreementSecureValue? = null, val passportRegistration: PassportRegistrationSecureValue? = null, val temporaryRegistration: TemporalRegistrationSecureValue? = null)","dev.inmo.tgbotapi.types.passport.decrypted.SecureData"]},{"name":"data class SendAction(val chatId: ChatIdentifier, val action: BotAction) : SendChatMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.SendAction","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/index.html","searchKeys":["SendAction","data class SendAction(val chatId: ChatIdentifier, val action: BotAction) : SendChatMessageRequest ","dev.inmo.tgbotapi.requests.send.SendAction"]},{"name":"data class SendAnimationData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/index.html","searchKeys":["SendAnimationData","data class SendAnimationData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendAnimationData"]},{"name":"data class SendAnimationFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/index.html","searchKeys":["SendAnimationFiles","data class SendAnimationFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles"]},{"name":"data class SendAudioData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , TitledSendMessageRequest> , DuratedSendMessageRequest> , Performerable","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/index.html","searchKeys":["SendAudioData","data class SendAudioData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , TitledSendMessageRequest> , DuratedSendMessageRequest> , Performerable","dev.inmo.tgbotapi.requests.send.media.SendAudioData"]},{"name":"data class SendAudioFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/index.html","searchKeys":["SendAudioFiles","data class SendAudioFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendAudioFiles"]},{"name":"data class SendContact(val chatId: ChatIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.SendContact","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/index.html","searchKeys":["SendContact","data class SendContact(val chatId: ChatIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.SendContact"]},{"name":"data class SendDice(val chatId: ChatIdentifier, val animationType: DiceAnimationType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : ReplyingMarkupSendMessageRequest> , ReplyMessageId, DisableNotification","description":"dev.inmo.tgbotapi.requests.send.SendDice","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/index.html","searchKeys":["SendDice","data class SendDice(val chatId: ChatIdentifier, val animationType: DiceAnimationType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : ReplyingMarkupSendMessageRequest> , ReplyMessageId, DisableNotification","dev.inmo.tgbotapi.requests.send.SendDice"]},{"name":"data class SendDocumentData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/index.html","searchKeys":["SendDocumentData","data class SendDocumentData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendDocumentData"]},{"name":"data class SendDocumentFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-files/index.html","searchKeys":["SendDocumentFiles","data class SendDocumentFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles"]},{"name":"data class SendGame(val chatId: ChatIdentifier, val gameShortName: String, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyMarkup","description":"dev.inmo.tgbotapi.requests.send.games.SendGame","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/index.html","searchKeys":["SendGame","data class SendGame(val chatId: ChatIdentifier, val gameShortName: String, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyMarkup","dev.inmo.tgbotapi.requests.send.games.SendGame"]},{"name":"data class SendInvoice(val chatId: ChatId, val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val startParameter: StartParameter? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: InlineKeyboardMarkup? = null) : CommonSendInvoiceData, ChatRequest, DisableNotification, ReplyMessageId, ReplyMarkup, SendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/index.html","searchKeys":["SendInvoice","data class SendInvoice(val chatId: ChatId, val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val startParameter: StartParameter? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: InlineKeyboardMarkup? = null) : CommonSendInvoiceData, ChatRequest, DisableNotification, ReplyMessageId, ReplyMarkup, SendMessageRequest> ","dev.inmo.tgbotapi.requests.send.payments.SendInvoice"]},{"name":"data class SendLocation : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , PositionedSendMessageRequest> , HorizontallyAccured, Livable, ProximityAlertable, Headed","description":"dev.inmo.tgbotapi.requests.send.SendLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/index.html","searchKeys":["SendLocation","data class SendLocation : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , PositionedSendMessageRequest> , HorizontallyAccured, Livable, ProximityAlertable, Headed","dev.inmo.tgbotapi.requests.send.SendLocation"]},{"name":"data class SendMediaGroupData : DataRequest>> , SendMessageRequest>> ","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/index.html","searchKeys":["SendMediaGroupData","data class SendMediaGroupData : DataRequest>> , SendMessageRequest>> ","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData"]},{"name":"data class SendMediaGroupFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/index.html","searchKeys":["SendMediaGroupFiles","data class SendMediaGroupFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles"]},{"name":"data class SendPhotoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/index.html","searchKeys":["SendPhotoData","data class SendPhotoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendPhotoData"]},{"name":"data class SendPhotoFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/index.html","searchKeys":["SendPhotoFiles","data class SendPhotoFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles"]},{"name":"data class SendQuizPoll : SendPoll, TextedOutput","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/index.html","searchKeys":["SendQuizPoll","data class SendQuizPoll : SendPoll, TextedOutput","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll"]},{"name":"data class SendRegularPoll(val chatId: ChatIdentifier, val question: String, val options: List, val isAnonymous: Boolean = true, val isClosed: Boolean = false, val allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/index.html","searchKeys":["SendRegularPoll","data class SendRegularPoll(val chatId: ChatIdentifier, val question: String, val options: List, val isAnonymous: Boolean = true, val isClosed: Boolean = false, val allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendPoll","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll"]},{"name":"data class SendStickerByFile : MultipartRequest> , Request> ","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/index.html","searchKeys":["SendStickerByFile","data class SendStickerByFile : MultipartRequest> , Request> ","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile"]},{"name":"data class SendStickerByFileId : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/index.html","searchKeys":["SendStickerByFileId","data class SendStickerByFileId : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId"]},{"name":"data class SendTextMessage : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DisableWebPagePreview","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/index.html","searchKeys":["SendTextMessage","data class SendTextMessage : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DisableWebPagePreview","dev.inmo.tgbotapi.requests.send.SendTextMessage"]},{"name":"data class SendVenue(val chatId: ChatIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , PositionedSendMessageRequest> , TitledSendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.SendVenue","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/index.html","searchKeys":["SendVenue","data class SendVenue(val chatId: ChatIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , PositionedSendMessageRequest> , TitledSendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.SendVenue"]},{"name":"data class SendVideoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/index.html","searchKeys":["SendVideoData","data class SendVideoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendVideoData"]},{"name":"data class SendVideoFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-files/index.html","searchKeys":["SendVideoFiles","data class SendVideoFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendVideoFiles"]},{"name":"data class SendVideoNoteData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/index.html","searchKeys":["SendVideoNoteData","data class SendVideoNoteData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData"]},{"name":"data class SendVideoNoteFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/index.html","searchKeys":["SendVideoNoteFiles","data class SendVideoNoteFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles"]},{"name":"data class SendVoiceData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DuratedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/index.html","searchKeys":["SendVoiceData","data class SendVoiceData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DuratedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendVoiceData"]},{"name":"data class SendVoiceFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/index.html","searchKeys":["SendVoiceFiles","data class SendVoiceFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles"]},{"name":"data class SentWebAppMessage(val inlineMessageId: InlineMessageIdentifier? = null)","description":"dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage","location":"docs/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/index.html","searchKeys":["SentWebAppMessage","data class SentWebAppMessage(val inlineMessageId: InlineMessageIdentifier? = null)","dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage"]},{"name":"data class SetChatAdministratorCustomTitle(val chatId: ChatIdentifier, val userId: UserId, val customTitle: String) : ChatMemberRequest ","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/index.html","searchKeys":["SetChatAdministratorCustomTitle","data class SetChatAdministratorCustomTitle(val chatId: ChatIdentifier, val userId: UserId, val customTitle: String) : ChatMemberRequest ","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle"]},{"name":"data class SetChatDescription(val chatId: ChatIdentifier, val description: String) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/index.html","searchKeys":["SetChatDescription","data class SetChatDescription(val chatId: ChatIdentifier, val description: String) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription"]},{"name":"data class SetChatMenuButton(val chatId: ChatIdentifier, val menuButton: MenuButton) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/index.html","searchKeys":["SetChatMenuButton","data class SetChatMenuButton(val chatId: ChatIdentifier, val menuButton: MenuButton) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton"]},{"name":"data class SetChatPermissions(val chatId: ChatIdentifier, val permissions: ChatPermissions) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/index.html","searchKeys":["SetChatPermissions","data class SetChatPermissions(val chatId: ChatIdentifier, val permissions: ChatPermissions) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions"]},{"name":"data class SetChatPhoto(val chatId: ChatIdentifier, val photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\")) : ChatRequest, MultipartRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/index.html","searchKeys":["SetChatPhoto","data class SetChatPhoto(val chatId: ChatIdentifier, val photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\")) : ChatRequest, MultipartRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto"]},{"name":"data class SetChatStickerSet(val chatId: ChatIdentifier, val stickerSetName: StickerSetName) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/index.html","searchKeys":["SetChatStickerSet","data class SetChatStickerSet(val chatId: ChatIdentifier, val stickerSetName: StickerSetName) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet"]},{"name":"data class SetChatTitle(val chatId: ChatIdentifier, val title: String) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/index.html","searchKeys":["SetChatTitle","data class SetChatTitle(val chatId: ChatIdentifier, val title: String) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle"]},{"name":"data class SetDefaultChatMenuButton(val menuButton: MenuButton) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/index.html","searchKeys":["SetDefaultChatMenuButton","data class SetDefaultChatMenuButton(val menuButton: MenuButton) : SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton"]},{"name":"data class SetGameScoreByChatId(val userId: UserId, val score: Long, val chatId: ChatId, val messageId: MessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, MessageAction","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/index.html","searchKeys":["SetGameScoreByChatId","data class SetGameScoreByChatId(val userId: UserId, val score: Long, val chatId: ChatId, val messageId: MessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, MessageAction","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId"]},{"name":"data class SetGameScoreByInlineMessageId(val userId: UserId, val score: Long, val inlineMessageId: InlineMessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, InlineMessageAction","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/index.html","searchKeys":["SetGameScoreByInlineMessageId","data class SetGameScoreByInlineMessageId(val userId: UserId, val score: Long, val inlineMessageId: InlineMessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, InlineMessageAction","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId"]},{"name":"data class SetPassportDataErrors(val user: UserId, val errors: List) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/index.html","searchKeys":["SetPassportDataErrors","data class SetPassportDataErrors(val user: UserId, val errors: List) : SimpleRequest ","dev.inmo.tgbotapi.requests.SetPassportDataErrors"]},{"name":"data class SetStickerPositionInSet(val sticker: FileId, val position: Int) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/index.html","searchKeys":["SetStickerPositionInSet","data class SetStickerPositionInSet(val sticker: FileId, val position: Int) : SimpleRequest ","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet"]},{"name":"data class SetStickerSetThumb(val userId: UserId, val name: StickerSetName, val thumb: FileId? = null) : StickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/index.html","searchKeys":["SetStickerSetThumb","data class SetStickerSetThumb(val userId: UserId, val name: StickerSetName, val thumb: FileId? = null) : StickerSetAction","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb"]},{"name":"data class SetWebhook : SetWebhookRequest, DataRequest ","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/index.html","searchKeys":["SetWebhook","data class SetWebhook : SetWebhookRequest, DataRequest ","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"data class ShippingAddress(val countryCode: String, val city: String, val firstStreetLine: String, val secondStreetLine: String, val state: String = \"\", val postCode: String = \"\")","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/index.html","searchKeys":["ShippingAddress","data class ShippingAddress(val countryCode: String, val city: String, val firstStreetLine: String, val secondStreetLine: String, val state: String = \"\", val postCode: String = \"\")","dev.inmo.tgbotapi.types.payments.ShippingAddress"]},{"name":"data class ShippingOption(val id: ShippingOptionIdentifier, val title: String, val prices: List) : Priced","description":"dev.inmo.tgbotapi.types.payments.ShippingOption","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/index.html","searchKeys":["ShippingOption","data class ShippingOption(val id: ShippingOptionIdentifier, val title: String, val prices: List) : Priced","dev.inmo.tgbotapi.types.payments.ShippingOption"]},{"name":"data class ShippingQuery(val id: ShippingQueryIdentifier, val from: User, val invoicePayload: InvoicePayload, val shippingAddress: ShippingAddress) : FromUser","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/index.html","searchKeys":["ShippingQuery","data class ShippingQuery(val id: ShippingQueryIdentifier, val from: User, val invoicePayload: InvoicePayload, val shippingAddress: ShippingAddress) : FromUser","dev.inmo.tgbotapi.types.payments.ShippingQuery"]},{"name":"data class ShippingQueryUpdate(val updateId: UpdateIdentifier, val data: ShippingQuery) : Update","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/index.html","searchKeys":["ShippingQueryUpdate","data class ShippingQueryUpdate(val updateId: UpdateIdentifier, val data: ShippingQuery) : Update","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate"]},{"name":"data class SimpleKeyboardButton(val text: String) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/index.html","searchKeys":["SimpleKeyboardButton","data class SimpleKeyboardButton(val text: String) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton"]},{"name":"data class SimplePollOption(val text: String, val votes: Int = 0) : PollOption","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/index.html","searchKeys":["SimplePollOption","data class SimplePollOption(val text: String, val votes: Int = 0) : PollOption","dev.inmo.tgbotapi.types.polls.SimplePollOption"]},{"name":"data class SimpleSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","description":"dev.inmo.tgbotapi.types.files.SimpleSticker","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/index.html","searchKeys":["SimpleSticker","data class SimpleSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","dev.inmo.tgbotapi.types.files.SimpleSticker"]},{"name":"data class SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null) : UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/index.html","searchKeys":["SimpleUpdatesFilter","data class SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null) : UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter"]},{"name":"data class SlotMachineResult(val rawValue: DiceResult)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/index.html","searchKeys":["SlotMachineResult","data class SlotMachineResult(val rawValue: DiceResult)","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult"]},{"name":"data class SpoilerTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/index.html","searchKeys":["SpoilerTextSource","data class SpoilerTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource"]},{"name":"data class StaticLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null) : Location","description":"dev.inmo.tgbotapi.types.location.StaticLocation","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/index.html","searchKeys":["StaticLocation","data class StaticLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null) : Location","dev.inmo.tgbotapi.types.location.StaticLocation"]},{"name":"data class StaticLocationContent(val location: StaticLocation) : LocationContent","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html","searchKeys":["StaticLocationContent","data class StaticLocationContent(val location: StaticLocation) : LocationContent","dev.inmo.tgbotapi.types.message.content.StaticLocationContent"]},{"name":"data class StickerContent(val media: Sticker) : MediaContent","description":"dev.inmo.tgbotapi.types.message.content.StickerContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/index.html","searchKeys":["StickerContent","data class StickerContent(val media: Sticker) : MediaContent","dev.inmo.tgbotapi.types.message.content.StickerContent"]},{"name":"data class StickerSet(val name: String, val title: String, val stickers: List, val isAnimated: Boolean = false, val isVideo: Boolean = false, val containsMasks: Boolean = false, val thumb: PhotoSize? = null)","description":"dev.inmo.tgbotapi.types.stickers.StickerSet","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/index.html","searchKeys":["StickerSet","data class StickerSet(val name: String, val title: String, val stickers: List, val isAnimated: Boolean = false, val isVideo: Boolean = false, val containsMasks: Boolean = false, val thumb: PhotoSize? = null)","dev.inmo.tgbotapi.types.stickers.StickerSet"]},{"name":"data class StickerSurrogate(val file_id: FileId, val file_unique_id: FileUniqueId, val width: Int, val height: Int, val is_animated: Boolean? = null, val is_video: Boolean? = null, val thumb: PhotoSize? = null, val emoji: String? = null, val set_name: StickerSetName? = null, val mask_position: MaskPosition? = null, val file_size: Long? = null)","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/index.html","searchKeys":["StickerSurrogate","data class StickerSurrogate(val file_id: FileId, val file_unique_id: FileUniqueId, val width: Int, val height: Int, val is_animated: Boolean? = null, val is_video: Boolean? = null, val thumb: PhotoSize? = null, val emoji: String? = null, val set_name: StickerSetName? = null, val mask_position: MaskPosition? = null, val file_size: Long? = null)","dev.inmo.tgbotapi.types.files.StickerSurrogate"]},{"name":"data class StopChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/index.html","searchKeys":["StopChatMessageLiveLocation","data class StopChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation"]},{"name":"data class StopInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/index.html","searchKeys":["StopInlineMessageLiveLocation","data class StopInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation"]},{"name":"data class StopPoll(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : MessageAction, SimpleRequest , ReplyMarkup","description":"dev.inmo.tgbotapi.requests.StopPoll","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/index.html","searchKeys":["StopPoll","data class StopPoll(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : MessageAction, SimpleRequest , ReplyMarkup","dev.inmo.tgbotapi.requests.StopPoll"]},{"name":"data class StrikethroughTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/index.html","searchKeys":["StrikethroughTextSource","data class StrikethroughTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource"]},{"name":"data class SuccessfulPayment(val currency: Currency, val amount: Long, val invoicePayload: String, val telegramPaymentChargeId: String, val providerPaymentChargeId: String, val shippingOptionId: String? = null, val orderInfo: OrderInfo? = null) : Amounted, Currencied","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/index.html","searchKeys":["SuccessfulPayment","data class SuccessfulPayment(val currency: Currency, val amount: Long, val invoicePayload: String, val telegramPaymentChargeId: String, val providerPaymentChargeId: String, val shippingOptionId: String? = null, val orderInfo: OrderInfo? = null) : Amounted, Currencied","dev.inmo.tgbotapi.types.payments.SuccessfulPayment"]},{"name":"data class SuccessfulPaymentEvent(val payment: SuccessfulPayment) : PaymentInfo, CommonEvent","description":"dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/index.html","searchKeys":["SuccessfulPaymentEvent","data class SuccessfulPaymentEvent(val payment: SuccessfulPayment) : PaymentInfo, CommonEvent","dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent"]},{"name":"data class SupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null) : SupergroupChat","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/index.html","searchKeys":["SupergroupChatImpl","data class SupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null) : SupergroupChat","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl"]},{"name":"data class SwitchInlineQueryCurrentChatInlineKeyboardButton(val text: String, val switchInlineQueryCurrentChat: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/index.html","searchKeys":["SwitchInlineQueryCurrentChatInlineKeyboardButton","data class SwitchInlineQueryCurrentChatInlineKeyboardButton(val text: String, val switchInlineQueryCurrentChat: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"data class SwitchInlineQueryInlineKeyboardButton(val text: String, val switchInlineQuery: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/index.html","searchKeys":["SwitchInlineQueryInlineKeyboardButton","data class SwitchInlineQueryInlineKeyboardButton(val text: String, val switchInlineQuery: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton"]},{"name":"data class TelegramDate(date: Long)","description":"dev.inmo.tgbotapi.types.TelegramDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/index.html","searchKeys":["TelegramDate","data class TelegramDate(date: Long)","dev.inmo.tgbotapi.types.TelegramDate"]},{"name":"data class TelegramMediaAnimation : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TextedOutput","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/index.html","searchKeys":["TelegramMediaAnimation","data class TelegramMediaAnimation : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TextedOutput","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation"]},{"name":"data class TelegramMediaAudio : TelegramMedia, AudioMediaGroupMemberTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TitledTelegramMedia, Performerable","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/index.html","searchKeys":["TelegramMediaAudio","data class TelegramMediaAudio : TelegramMedia, AudioMediaGroupMemberTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TitledTelegramMedia, Performerable","dev.inmo.tgbotapi.types.media.TelegramMediaAudio"]},{"name":"data class TelegramMediaDocument : TelegramMedia, DocumentMediaGroupMemberTelegramMedia, ThumbedTelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/index.html","searchKeys":["TelegramMediaDocument","data class TelegramMediaDocument : TelegramMedia, DocumentMediaGroupMemberTelegramMedia, ThumbedTelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaDocument"]},{"name":"data class TelegramMediaPhoto : TelegramMedia, VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/index.html","searchKeys":["TelegramMediaPhoto","data class TelegramMediaPhoto : TelegramMedia, VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto"]},{"name":"data class TelegramMediaVideo : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/index.html","searchKeys":["TelegramMediaVideo","data class TelegramMediaVideo : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaVideo"]},{"name":"data class TemporalRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/index.html","searchKeys":["TemporalRegistrationSecureValue","data class TemporalRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue"]},{"name":"data class TemporaryRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.html","searchKeys":["TemporaryRegistration","data class TemporaryRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration"]},{"name":"data class TextContent(val text: String, val textSources: TextSourcesList = emptyList()) : MessageContent, TextedInput","description":"dev.inmo.tgbotapi.types.message.content.TextContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/index.html","searchKeys":["TextContent","data class TextContent(val text: String, val textSources: TextSourcesList = emptyList()) : MessageContent, TextedInput","dev.inmo.tgbotapi.types.message.content.TextContent"]},{"name":"data class TextLinkTextSource constructor(val source: String, val url: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/index.html","searchKeys":["TextLinkTextSource","data class TextLinkTextSource constructor(val source: String, val url: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource"]},{"name":"data class TextMentionTextSource constructor(val source: String, val user: User, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/index.html","searchKeys":["TextMentionTextSource","data class TextMentionTextSource constructor(val source: String, val user: User, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource"]},{"name":"data class URLInlineKeyboardButton(val text: String, val url: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/index.html","searchKeys":["URLInlineKeyboardButton","data class URLInlineKeyboardButton(val text: String, val url: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton"]},{"name":"data class URLTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/index.html","searchKeys":["URLTextSource","data class URLTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.URLTextSource"]},{"name":"data class UnbanChatMember(val chatId: ChatIdentifier, val userId: UserId, val onlyIfBanned: Boolean? = null) : ChatMemberRequest ","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/index.html","searchKeys":["UnbanChatMember","data class UnbanChatMember(val chatId: ChatIdentifier, val userId: UserId, val onlyIfBanned: Boolean? = null) : ChatMemberRequest ","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember"]},{"name":"data class UnbanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html","searchKeys":["UnbanChatSenderChat","data class UnbanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat"]},{"name":"data class UnconnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : UnconnectedFromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/index.html","searchKeys":["UnconnectedFromChannelGroupContentMessageImpl","data class UnconnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : UnconnectedFromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl"]},{"name":"data class UnderlineTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/index.html","searchKeys":["UnderlineTextSource","data class UnderlineTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource"]},{"name":"data class Unknown(val type: String, val rawJson: JsonElement) : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/index.html","searchKeys":["Unknown","data class Unknown(val type: String, val rawJson: JsonElement) : MenuButton","dev.inmo.tgbotapi.types.MenuButton.Unknown"]},{"name":"data class UnknownBotCommandScope : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope","location":"docs/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/index.html","searchKeys":["UnknownBotCommandScope","data class UnknownBotCommandScope : BotCommandScope","dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope"]},{"name":"data class UnknownCallbackQueryType(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val raw: String) : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/index.html","searchKeys":["UnknownCallbackQueryType","data class UnknownCallbackQueryType(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val raw: String) : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType"]},{"name":"data class UnknownChatType(val id: ChatId, val raw: String) : Chat","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/index.html","searchKeys":["UnknownChatType","data class UnknownChatType(val id: ChatId, val raw: String) : Chat","dev.inmo.tgbotapi.types.chat.UnknownChatType"]},{"name":"data class UnknownEncryptedPassportElement(val rawJson: JsonObject, val hash: PassportElementHash) : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/index.html","searchKeys":["UnknownEncryptedPassportElement","data class UnknownEncryptedPassportElement(val rawJson: JsonObject, val hash: PassportElementHash) : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement"]},{"name":"data class UnknownExtendedChat(val id: ChatId, val raw: String) : ExtendedChat","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/index.html","searchKeys":["UnknownExtendedChat","data class UnknownExtendedChat(val id: ChatId, val raw: String) : ExtendedChat","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat"]},{"name":"data class UnknownInlineKeyboardButton(val rawData: JsonElement) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/index.html","searchKeys":["UnknownInlineKeyboardButton","data class UnknownInlineKeyboardButton(val rawData: JsonElement) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton"]},{"name":"data class UnknownKeyboardButton : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/index.html","searchKeys":["UnknownKeyboardButton","data class UnknownKeyboardButton : KeyboardButton","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton"]},{"name":"data class UnknownMessageType(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val insideException: Exception) : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/index.html","searchKeys":["UnknownMessageType","data class UnknownMessageType(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val insideException: Exception) : Message","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType"]},{"name":"data class UnknownPassportElementError(val raw: JsonObject) : PassportElementError","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/index.html","searchKeys":["UnknownPassportElementError","data class UnknownPassportElementError(val raw: JsonObject) : PassportElementError","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError"]},{"name":"data class UnknownPollType : Poll","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/index.html","searchKeys":["UnknownPollType","data class UnknownPollType : Poll","dev.inmo.tgbotapi.types.polls.UnknownPollType"]},{"name":"data class UnknownUpdate(val updateId: UpdateIdentifier, val data: String, val rawJson: JsonElement) : Update","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/index.html","searchKeys":["UnknownUpdate","data class UnknownUpdate(val updateId: UpdateIdentifier, val data: String, val rawJson: JsonElement) : Update","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate"]},{"name":"data class UnpinAllChatMessages(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/index.html","searchKeys":["UnpinAllChatMessages","data class UnpinAllChatMessages(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages"]},{"name":"data class UnpinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier? = null) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/index.html","searchKeys":["UnpinChatMessage","data class UnpinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier? = null) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage"]},{"name":"data class UploadStickerFile(val userId: UserId, val sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\")) : MultipartRequest ","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/index.html","searchKeys":["UploadStickerFile","data class UploadStickerFile(val userId: UserId, val sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\")) : MultipartRequest ","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile"]},{"name":"data class UserForwardInfo(val dateOfOriginal: TelegramDate, val from: User) : ForwardInfo, FromUser","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/index.html","searchKeys":["UserForwardInfo","data class UserForwardInfo(val dateOfOriginal: TelegramDate, val from: User) : ForwardInfo, FromUser","dev.inmo.tgbotapi.types.message.UserForwardInfo"]},{"name":"data class UserLoggedIn(val domain: String) : PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/index.html","searchKeys":["UserLoggedIn","data class UserLoggedIn(val domain: String) : PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn"]},{"name":"data class UserProfilePhotos(val count: Int, val photos: List)","description":"dev.inmo.tgbotapi.types.UserProfilePhotos","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/index.html","searchKeys":["UserProfilePhotos","data class UserProfilePhotos(val count: Int, val photos: List)","dev.inmo.tgbotapi.types.UserProfilePhotos"]},{"name":"data class Username(val username: String) : ChatIdentifier","description":"dev.inmo.tgbotapi.types.Username","location":"docs/dev.inmo.tgbotapi.types/-username/index.html","searchKeys":["Username","data class Username(val username: String) : ChatIdentifier","dev.inmo.tgbotapi.types.Username"]},{"name":"data class UtilityBill(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/index.html","searchKeys":["UtilityBill","data class UtilityBill(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill"]},{"name":"data class UtilityBillSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/index.html","searchKeys":["UtilityBillSecureValue","data class UtilityBillSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue"]},{"name":"data class Venue(val location: StaticLocation, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : CommonVenueData, Locationed","description":"dev.inmo.tgbotapi.types.venue.Venue","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/index.html","searchKeys":["Venue","data class Venue(val location: StaticLocation, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : CommonVenueData, Locationed","dev.inmo.tgbotapi.types.venue.Venue"]},{"name":"data class VenueContent(val venue: Venue) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.VenueContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/index.html","searchKeys":["VenueContent","data class VenueContent(val venue: Venue) : MessageContent","dev.inmo.tgbotapi.types.message.content.VenueContent"]},{"name":"data class VideoChatEnded(val duration: Seconds) : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/index.html","searchKeys":["VideoChatEnded","data class VideoChatEnded(val duration: Seconds) : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded"]},{"name":"data class VideoChatParticipantsInvited(val users: List = emptyList()) : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/index.html","searchKeys":["VideoChatParticipantsInvited","data class VideoChatParticipantsInvited(val users: List = emptyList()) : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited"]},{"name":"data class VideoChatScheduled(val startDate: TelegramDate) : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/index.html","searchKeys":["VideoChatScheduled","data class VideoChatScheduled(val startDate: TelegramDate) : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled"]},{"name":"data class VideoContent(val media: VideoFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : VisualMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.VideoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/index.html","searchKeys":["VideoContent","data class VideoContent(val media: VideoFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : VisualMediaGroupContent","dev.inmo.tgbotapi.types.message.content.VideoContent"]},{"name":"data class VideoFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.VideoFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/index.html","searchKeys":["VideoFile","data class VideoFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","dev.inmo.tgbotapi.types.files.VideoFile"]},{"name":"data class VideoNoteContent(val media: VideoNoteFile) : MediaContent","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/index.html","searchKeys":["VideoNoteContent","data class VideoNoteContent(val media: VideoNoteFile) : MediaContent","dev.inmo.tgbotapi.types.message.content.VideoNoteContent"]},{"name":"data class VideoNoteFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileSize: Long? = null) : TelegramMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/index.html","searchKeys":["VideoNoteFile","data class VideoNoteFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileSize: Long? = null) : TelegramMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","dev.inmo.tgbotapi.types.files.VideoNoteFile"]},{"name":"data class VideoSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","description":"dev.inmo.tgbotapi.types.files.VideoSticker","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/index.html","searchKeys":["VideoSticker","data class VideoSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","dev.inmo.tgbotapi.types.files.VideoSticker"]},{"name":"data class VoiceContent(val media: VoiceFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/index.html","searchKeys":["VoiceContent","data class VoiceContent(val media: VoiceFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","dev.inmo.tgbotapi.types.message.content.VoiceContent"]},{"name":"data class VoiceFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, PlayableMediaFile","description":"dev.inmo.tgbotapi.types.files.VoiceFile","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/index.html","searchKeys":["VoiceFile","data class VoiceFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, PlayableMediaFile","dev.inmo.tgbotapi.types.files.VoiceFile"]},{"name":"data class WebApp(val text: String, val webApp: WebAppInfo) : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/index.html","searchKeys":["WebApp","data class WebApp(val text: String, val webApp: WebAppInfo) : MenuButton","dev.inmo.tgbotapi.types.MenuButton.WebApp"]},{"name":"data class WebAppData(val data: String, val buttonText: String) : PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/index.html","searchKeys":["WebAppData","data class WebAppData(val data: String, val buttonText: String) : PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData"]},{"name":"data class WebAppInfo(val url: String)","description":"dev.inmo.tgbotapi.types.webapps.WebAppInfo","location":"docs/dev.inmo.tgbotapi.types.webapps/-web-app-info/index.html","searchKeys":["WebAppInfo","data class WebAppInfo(val url: String)","dev.inmo.tgbotapi.types.webapps.WebAppInfo"]},{"name":"data class WebAppInlineKeyboardButton(val text: String, val webApp: WebAppInfo) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/index.html","searchKeys":["WebAppInlineKeyboardButton","data class WebAppInlineKeyboardButton(val text: String, val webApp: WebAppInfo) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton"]},{"name":"data class WebAppKeyboardButton(val text: String, val webApp: WebAppInfo) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/index.html","searchKeys":["WebAppKeyboardButton","data class WebAppKeyboardButton(val text: String, val webApp: WebAppInfo) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton"]},{"name":"data class WebhookInfo(val url: String, val awaitDelivery: Int, val maxConnections: Int = 40, val customCertificate: Boolean = false, val allowedUpdates: List = ALL_UPDATES_LIST, val lastErrorDate: TelegramDate? = null, val lastSynchronizationErrorDate: TelegramDate? = null, val lastErrorMessage: String? = null)","description":"dev.inmo.tgbotapi.types.WebhookInfo","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/index.html","searchKeys":["WebhookInfo","data class WebhookInfo(val url: String, val awaitDelivery: Int, val maxConnections: Int = 40, val customCertificate: Boolean = false, val allowedUpdates: List = ALL_UPDATES_LIST, val lastErrorDate: TelegramDate? = null, val lastSynchronizationErrorDate: TelegramDate? = null, val lastErrorMessage: String? = null)","dev.inmo.tgbotapi.types.WebhookInfo"]},{"name":"data class WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, val aliasName: String, aliasPassword: String)","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html","searchKeys":["WebhookPrivateKeyConfig","data class WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, val aliasName: String, aliasPassword: String)","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig"]},{"name":"enum ColorScheme : Enum ","description":"dev.inmo.tgbotapi.webapps.ColorScheme","location":"docs/dev.inmo.tgbotapi.webapps/-color-scheme/index.html","searchKeys":["ColorScheme","enum ColorScheme : Enum ","dev.inmo.tgbotapi.webapps.ColorScheme"]},{"name":"enum SlotMachineReelImage : Enum ","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/index.html","searchKeys":["SlotMachineReelImage","enum SlotMachineReelImage : Enum ","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage"]},{"name":"expect class MimeType","description":"dev.inmo.tgbotapi.utils.MimeType","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/index.html","searchKeys":["MimeType","expect class MimeType","dev.inmo.tgbotapi.utils.MimeType"]},{"name":"expect fun MPPFile.asMultipartFile(): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","expect fun MPPFile.asMultipartFile(): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"expect suspend fun ByteReadChannel.asInput(): Input","description":"dev.inmo.tgbotapi.utils.asInput","location":"docs/dev.inmo.tgbotapi.utils/as-input.html","searchKeys":["asInput","expect suspend fun ByteReadChannel.asInput(): Input","dev.inmo.tgbotapi.utils.asInput"]},{"name":"expect val raw: String","description":"dev.inmo.tgbotapi.utils.MimeType.raw","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/raw.html","searchKeys":["raw","expect val raw: String","dev.inmo.tgbotapi.utils.MimeType.raw"]},{"name":"expect var defaultCoroutineScopeProvider: () -> CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.defaultCoroutineScopeProvider","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/default-coroutine-scope-provider.html","searchKeys":["defaultCoroutineScopeProvider","expect var defaultCoroutineScopeProvider: () -> CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.defaultCoroutineScopeProvider"]},{"name":"external class MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/index.html","searchKeys":["MainButton","external class MainButton","dev.inmo.tgbotapi.webapps.MainButton"]},{"name":"external class WebApp","description":"dev.inmo.tgbotapi.webapps.WebApp","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/index.html","searchKeys":["WebApp","external class WebApp","dev.inmo.tgbotapi.webapps.WebApp"]},{"name":"external interface Telegram","description":"dev.inmo.tgbotapi.webapps.Telegram","location":"docs/dev.inmo.tgbotapi.webapps/-telegram/index.html","searchKeys":["Telegram","external interface Telegram","dev.inmo.tgbotapi.webapps.Telegram"]},{"name":"external interface ThemeParams","description":"dev.inmo.tgbotapi.webapps.ThemeParams","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/index.html","searchKeys":["ThemeParams","external interface ThemeParams","dev.inmo.tgbotapi.webapps.ThemeParams"]},{"name":"external interface ViewportChangedData","description":"dev.inmo.tgbotapi.webapps.ViewportChangedData","location":"docs/dev.inmo.tgbotapi.webapps/-viewport-changed-data/index.html","searchKeys":["ViewportChangedData","external interface ViewportChangedData","dev.inmo.tgbotapi.webapps.ViewportChangedData"]},{"name":"external interface WebAppInitData","description":"dev.inmo.tgbotapi.webapps.WebAppInitData","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/index.html","searchKeys":["WebAppInitData","external interface WebAppInitData","dev.inmo.tgbotapi.webapps.WebAppInitData"]},{"name":"external interface WebAppUser","description":"dev.inmo.tgbotapi.webapps.WebAppUser","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/index.html","searchKeys":["WebAppUser","external interface WebAppUser","dev.inmo.tgbotapi.webapps.WebAppUser"]},{"name":"fun BC.createSubContext(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null): BC","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context.html","searchKeys":["createSubContext","fun BC.createSubContext(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null): BC","dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContext"]},{"name":"fun > Flow.onlyCommonMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyCommonMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-common-messages.html","searchKeys":["onlyCommonMessages","fun > Flow.onlyCommonMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyCommonMessages"]},{"name":"fun , F : Files> MultipartRequestImpl(data: D, files: F)","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.MultipartRequestImpl","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/-multipart-request-impl.html","searchKeys":["MultipartRequestImpl","fun , F : Files> MultipartRequestImpl(data: D, files: F)","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.MultipartRequestImpl"]},{"name":"fun BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.BehaviourWithFSMStateHandlerHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/-behaviour-with-f-s-m-state-handler-holder.html","searchKeys":["BehaviourWithFSMStateHandlerHolder","fun BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.BehaviourWithFSMStateHandlerHolder"]},{"name":"fun Map.mapNotNullValues(): Map","description":"dev.inmo.tgbotapi.utils.mapNotNullValues","location":"docs/dev.inmo.tgbotapi.utils/map-not-null-values.html","searchKeys":["mapNotNullValues","fun Map.mapNotNullValues(): Map","dev.inmo.tgbotapi.utils.mapNotNullValues"]},{"name":"fun ReceiveChannel>.accumulateByKey(delayMillis: Long, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), resultBroadcastChannelCapacity: Int = 32): ReceiveChannel>","description":"dev.inmo.tgbotapi.utils.extensions.accumulateByKey","location":"docs/dev.inmo.tgbotapi.utils.extensions/accumulate-by-key.html","searchKeys":["accumulateByKey","fun ReceiveChannel>.accumulateByKey(delayMillis: Long, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), resultBroadcastChannelCapacity: Int = 32): ReceiveChannel>","dev.inmo.tgbotapi.utils.extensions.accumulateByKey"]},{"name":"fun mapOfNotNull(vararg pairs: Pair): Map","description":"dev.inmo.tgbotapi.utils.mapOfNotNull","location":"docs/dev.inmo.tgbotapi.utils/map-of-not-null.html","searchKeys":["mapOfNotNull","fun mapOfNotNull(vararg pairs: Pair): Map","dev.inmo.tgbotapi.utils.mapOfNotNull"]},{"name":"fun > Flow.onlySentViaBot(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.onlySentViaBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-sent-via-bot.html","searchKeys":["onlySentViaBot","fun > Flow.onlySentViaBot(): Flow","dev.inmo.tgbotapi.extensions.utils.onlySentViaBot"]},{"name":"fun > Flow.withoutSentViaBot(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.withoutSentViaBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/without-sent-via-bot.html","searchKeys":["withoutSentViaBot","fun > Flow.withoutSentViaBot(): Flow","dev.inmo.tgbotapi.extensions.utils.withoutSentViaBot"]},{"name":"fun RequestsExecutor.executeAsync(request: Request, scope: CoroutineScope): Deferred","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html","searchKeys":["executeAsync","fun RequestsExecutor.executeAsync(request: Request, scope: CoroutineScope): Deferred","dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync"]},{"name":"fun T.toJson(serializer: SerializationStrategy): JsonObject","description":"dev.inmo.tgbotapi.utils.toJson","location":"docs/dev.inmo.tgbotapi.utils/to-json.html","searchKeys":["toJson","fun T.toJson(serializer: SerializationStrategy): JsonObject","dev.inmo.tgbotapi.utils.toJson"]},{"name":"fun T.toJsonWithoutNulls(serializer: SerializationStrategy): JsonObject","description":"dev.inmo.tgbotapi.utils.toJsonWithoutNulls","location":"docs/dev.inmo.tgbotapi.utils/to-json-without-nulls.html","searchKeys":["toJsonWithoutNulls","fun T.toJsonWithoutNulls(serializer: SerializationStrategy): JsonObject","dev.inmo.tgbotapi.utils.toJsonWithoutNulls"]},{"name":"fun Flow.filterBaseMessageUpdatesByChat(chat: Chat): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChat","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat.html","searchKeys":["filterBaseMessageUpdatesByChat","fun Flow.filterBaseMessageUpdatesByChat(chat: Chat): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChat"]},{"name":"fun Flow.filterBaseMessageUpdatesByChatId(chatId: ChatId): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChatId","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat-id.html","searchKeys":["filterBaseMessageUpdatesByChatId","fun Flow.filterBaseMessageUpdatesByChatId(chatId: ChatId): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChatId"]},{"name":"fun Flow.asCommonMessagesFlow(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.asCommonMessagesFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-common-messages-flow.html","searchKeys":["asCommonMessagesFlow","fun Flow.asCommonMessagesFlow(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.asCommonMessagesFlow"]},{"name":"fun Flow.asContentMessagesFlow(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.asContentMessagesFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-content-messages-flow.html","searchKeys":["asContentMessagesFlow","fun Flow.asContentMessagesFlow(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.asContentMessagesFlow"]},{"name":"fun Flow.asUnknownMessagesFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asUnknownMessagesFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-messages-flow.html","searchKeys":["asUnknownMessagesFlow","fun Flow.asUnknownMessagesFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asUnknownMessagesFlow"]},{"name":"fun Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsInsideTextMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-inside-text-messages.html","searchKeys":["filterCommandsInsideTextMessages","fun Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsInsideTextMessages"]},{"name":"fun Flow.filterCommandsWithArgs(commandRegex: Regex): Flow, TextSourcesList>>","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-with-args.html","searchKeys":["filterCommandsWithArgs","fun Flow.filterCommandsWithArgs(commandRegex: Regex): Flow, TextSourcesList>>","dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsWithArgs"]},{"name":"fun Flow.filterExactCommands(commandRegex: Regex): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterExactCommands","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-exact-commands.html","searchKeys":["filterExactCommands","fun Flow.filterExactCommands(commandRegex: Regex): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.filterExactCommands"]},{"name":"fun Flow.onlyInlineMessageIdDataCallbackQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.onlyInlineMessageIdDataCallbackQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-inline-message-id-data-callback-queries.html","searchKeys":["onlyInlineMessageIdDataCallbackQueries","fun Flow.onlyInlineMessageIdDataCallbackQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.onlyInlineMessageIdDataCallbackQueries"]},{"name":"fun Flow.onlyMessageDataCallbackQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.onlyMessageDataCallbackQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-message-data-callback-queries.html","searchKeys":["onlyMessageDataCallbackQueries","fun Flow.onlyMessageDataCallbackQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.onlyMessageDataCallbackQueries"]},{"name":"fun ChannelEventMessage(messageId: MessageIdentifier, chat: ChannelChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.ChannelEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/-channel-event-message.html","searchKeys":["ChannelEventMessage","fun ChannelEventMessage(messageId: MessageIdentifier, chat: ChannelChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.ChannelEventMessage.ChannelEventMessage"]},{"name":"fun > Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsInsideTextMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-inside-text-messages.html","searchKeys":["filterCommandsInsideTextMessages","fun > Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsInsideTextMessages"]},{"name":"fun > Flow.filterCommandsWithArgs(commandRegex: Regex): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-with-args.html","searchKeys":["filterCommandsWithArgs","fun > Flow.filterCommandsWithArgs(commandRegex: Regex): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsWithArgs"]},{"name":"fun > Flow.filterExactCommands(commandRegex: Regex): Flow","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterExactCommands","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-exact-commands.html","searchKeys":["filterExactCommands","fun > Flow.filterExactCommands(commandRegex: Regex): Flow","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterExactCommands"]},{"name":"fun CommonGroupEventMessage(messageId: MessageIdentifier, from: User, chat: GroupChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.CommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/-common-group-event-message.html","searchKeys":["CommonGroupEventMessage","fun CommonGroupEventMessage(messageId: MessageIdentifier, from: User, chat: GroupChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.CommonGroupEventMessage"]},{"name":"fun ChannelMediaGroupMessage(messageId: MessageIdentifier, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.ChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/-channel-media-group-message.html","searchKeys":["ChannelMediaGroupMessage","fun ChannelMediaGroupMessage(messageId: MessageIdentifier, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.ChannelMediaGroupMessage"]},{"name":"fun CommonMediaGroupMessage(messageId: MessageIdentifier, from: User, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.CommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/-common-media-group-message.html","searchKeys":["CommonMediaGroupMessage","fun CommonMediaGroupMessage(messageId: MessageIdentifier, from: User, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.CommonMediaGroupMessage"]},{"name":"fun SendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group.html","searchKeys":["SendMediaGroup","fun SendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendMediaGroup"]},{"name":"fun AnonymousGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.AnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html","searchKeys":["AnonymousGroupContentMessageImpl","fun AnonymousGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.AnonymousGroupContentMessageImpl"]},{"name":"fun ChannelContentMessageImpl(messageId: MessageIdentifier, chat: ChannelChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.ChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html","searchKeys":["ChannelContentMessageImpl","fun ChannelContentMessageImpl(messageId: MessageIdentifier, chat: ChannelChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.ChannelContentMessageImpl"]},{"name":"fun CommonGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?)","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.CommonGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html","searchKeys":["CommonGroupContentMessageImpl","fun CommonGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?)","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.CommonGroupContentMessageImpl"]},{"name":"fun ConnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.ConnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/-connected-from-channel-group-content-message-impl.html","searchKeys":["ConnectedFromChannelGroupContentMessageImpl","fun ConnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.ConnectedFromChannelGroupContentMessageImpl"]},{"name":"fun PrivateContentMessageImpl(messageId: MessageIdentifier, from: User, chat: Chat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?)","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.PrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/-private-content-message-impl.html","searchKeys":["PrivateContentMessageImpl","fun PrivateContentMessageImpl(messageId: MessageIdentifier, from: User, chat: Chat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?)","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.PrivateContentMessageImpl"]},{"name":"fun UnconnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.UnconnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/-unconnected-from-channel-group-content-message-impl.html","searchKeys":["UnconnectedFromChannelGroupContentMessageImpl","fun UnconnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.UnconnectedFromChannelGroupContentMessageImpl"]},{"name":"fun PrivateEventMessage(messageId: MessageIdentifier, chat: PrivateChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.PrivateEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/-private-event-message.html","searchKeys":["PrivateEventMessage","fun PrivateEventMessage(messageId: MessageIdentifier, chat: PrivateChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.PrivateEventMessage.PrivateEventMessage"]},{"name":"fun Flow.filterSentMediaGroupUpdatesByChat(chat: Chat): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChat","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-sent-media-group-updates-by-chat.html","searchKeys":["filterSentMediaGroupUpdatesByChat","fun Flow.filterSentMediaGroupUpdatesByChat(chat: Chat): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChat"]},{"name":"fun Flow.filterSentMediaGroupUpdatesByChatId(chatId: ChatId): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChatId","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-sent-media-group-updates-by-chat-id.html","searchKeys":["filterSentMediaGroupUpdatesByChatId","fun Flow.filterSentMediaGroupUpdatesByChatId(chatId: ChatId): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChatId"]},{"name":"fun DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.DefaultBehaviourContextWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/-default-behaviour-context-with-f-s-m.html","searchKeys":["DefaultBehaviourContextWithFSM","fun DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.DefaultBehaviourContextWithFSM"]},{"name":"fun CommonSupergroupEventMessage(messageId: MessageIdentifier, from: User, chat: SupergroupChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.CommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/-common-supergroup-event-message.html","searchKeys":["CommonSupergroupEventMessage","fun CommonSupergroupEventMessage(messageId: MessageIdentifier, from: User, chat: SupergroupChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.CommonSupergroupEventMessage"]},{"name":"fun Flow.flatMap(mapper: (T) -> Iterable): Flow","description":"dev.inmo.tgbotapi.extensions.utils.flatMap","location":"docs/dev.inmo.tgbotapi.extensions.utils/flat-map.html","searchKeys":["flatMap","fun Flow.flatMap(mapper: (T) -> Iterable): Flow","dev.inmo.tgbotapi.extensions.utils.flatMap"]},{"name":"fun Flow>.flatMap(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.flatMap","location":"docs/dev.inmo.tgbotapi.extensions.utils/flat-map.html","searchKeys":["flatMap","fun Flow>.flatMap(): Flow","dev.inmo.tgbotapi.extensions.utils.flatMap"]},{"name":"fun HandleableTriggersHolder(preset: List = emptyList())","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.HandleableTriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/-handleable-triggers-holder.html","searchKeys":["HandleableTriggersHolder","fun HandleableTriggersHolder(preset: List = emptyList())","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.HandleableTriggersHolder"]},{"name":"fun SimpleFilter.listAll(): SimpleFilter>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAll","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-all.html","searchKeys":["listAll","fun SimpleFilter.listAll(): SimpleFilter>","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAll"]},{"name":"fun SimpleFilter.listAny(): SimpleFilter>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAny","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-any.html","searchKeys":["listAny","fun SimpleFilter.listAny(): SimpleFilter>","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAny"]},{"name":"fun SimpleFilter.listNone(): SimpleFilter>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listNone","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-none.html","searchKeys":["listNone","fun SimpleFilter.listNone(): SimpleFilter>","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listNone"]},{"name":"fun T.asReference(): WeakReference","description":"dev.inmo.tgbotapi.utils.extensions.asReference","location":"docs/dev.inmo.tgbotapi.utils.extensions/as-reference.html","searchKeys":["asReference","fun T.asReference(): WeakReference","dev.inmo.tgbotapi.utils.extensions.asReference"]},{"name":"fun aggregateFlows(withScope: CoroutineScope, vararg flows: Flow, internalBufferSize: Int = 64): Flow","description":"dev.inmo.tgbotapi.extensions.utils.aggregateFlows","location":"docs/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html","searchKeys":["aggregateFlows","fun aggregateFlows(withScope: CoroutineScope, vararg flows: Flow, internalBufferSize: Int = 64): Flow","dev.inmo.tgbotapi.extensions.utils.aggregateFlows"]},{"name":"fun AESDecryptor(key: SourceBytes, iv: ByteArray)","description":"dev.inmo.tgbotapi.utils.passport.AESDecryptor.AESDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/-a-e-s-decryptor.html","searchKeys":["AESDecryptor","fun AESDecryptor(key: SourceBytes, iv: ByteArray)","dev.inmo.tgbotapi.utils.passport.AESDecryptor.AESDecryptor"]},{"name":"fun AbstractFlowsUpdatesFilter()","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.AbstractFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/-abstract-flows-updates-filter.html","searchKeys":["AbstractFlowsUpdatesFilter","fun AbstractFlowsUpdatesFilter()","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.AbstractFlowsUpdatesFilter"]},{"name":"fun AbstractRequestCallFactory()","description":"dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.AbstractRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/-abstract-request-call-factory.html","searchKeys":["AbstractRequestCallFactory","fun AbstractRequestCallFactory()","dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.AbstractRequestCallFactory"]},{"name":"fun AddAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set.html","searchKeys":["AddAnimatedStickerToSet","fun AddAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet"]},{"name":"fun AddStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set.html","searchKeys":["AddStaticStickerToSet","fun AddStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet"]},{"name":"fun AddVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set.html","searchKeys":["AddVideoStickerToSet","fun AddVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet"]},{"name":"fun AddressSecureValue(data: DataCredentials)","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.AddressSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/-address-secure-value.html","searchKeys":["AddressSecureValue","fun AddressSecureValue(data: DataCredentials)","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.AddressSecureValue"]},{"name":"fun AdministratorChatMemberImpl(user: User, canBeEdited: Boolean = false, canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false, customTitle: String? = null)","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.AdministratorChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/-administrator-chat-member-impl.html","searchKeys":["AdministratorChatMemberImpl","fun AdministratorChatMemberImpl(user: User, canBeEdited: Boolean = false, canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false, customTitle: String? = null)","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.AdministratorChatMemberImpl"]},{"name":"fun AnimatedSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.AnimatedSticker","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/-animated-sticker.html","searchKeys":["AnimatedSticker","fun AnimatedSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.AnimatedSticker.AnimatedSticker"]},{"name":"fun AnimationContent(media: AnimationFile, includedDocument: DocumentFile?, text: String?, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.AnimationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/-animation-content.html","searchKeys":["AnimationContent","fun AnimationContent(media: AnimationFile, includedDocument: DocumentFile?, text: String?, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.AnimationContent.AnimationContent"]},{"name":"fun AnimationFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.AnimationFile.AnimationFile","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/-animation-file.html","searchKeys":["AnimationFile","fun AnimationFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.AnimationFile.AnimationFile"]},{"name":"fun AnonymousForwardInfo(dateOfOriginal: TelegramDate, senderName: String)","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.AnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/-anonymous-forward-info.html","searchKeys":["AnonymousForwardInfo","fun AnonymousForwardInfo(dateOfOriginal: TelegramDate, senderName: String)","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.AnonymousForwardInfo"]},{"name":"fun AnswerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null)","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.AnswerCallbackQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/-answer-callback-query.html","searchKeys":["AnswerCallbackQuery","fun AnswerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null)","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.AnswerCallbackQuery"]},{"name":"fun AnswerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null)","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.AnswerInlineQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/-answer-inline-query.html","searchKeys":["AnswerInlineQuery","fun AnswerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null)","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.AnswerInlineQuery"]},{"name":"fun AnswerPreCheckoutQueryError(preCheckoutQueryId: PreCheckoutQueryId, errorMessage: String)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.AnswerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/-answer-pre-checkout-query-error.html","searchKeys":["AnswerPreCheckoutQueryError","fun AnswerPreCheckoutQueryError(preCheckoutQueryId: PreCheckoutQueryId, errorMessage: String)","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.AnswerPreCheckoutQueryError"]},{"name":"fun AnswerPreCheckoutQueryOk(preCheckoutQueryId: PreCheckoutQueryId)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.AnswerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/-answer-pre-checkout-query-ok.html","searchKeys":["AnswerPreCheckoutQueryOk","fun AnswerPreCheckoutQueryOk(preCheckoutQueryId: PreCheckoutQueryId)","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.AnswerPreCheckoutQueryOk"]},{"name":"fun AnswerShippingQueryError(shippingQueryId: ShippingQueryIdentifier, error: String)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.AnswerShippingQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/-answer-shipping-query-error.html","searchKeys":["AnswerShippingQueryError","fun AnswerShippingQueryError(shippingQueryId: ShippingQueryIdentifier, error: String)","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.AnswerShippingQueryError"]},{"name":"fun AnswerShippingQueryOk(shippingQueryId: ShippingQueryIdentifier, shippingOptions: List)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.AnswerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/-answer-shipping-query-ok.html","searchKeys":["AnswerShippingQueryOk","fun AnswerShippingQueryOk(shippingQueryId: ShippingQueryIdentifier, shippingOptions: List)","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.AnswerShippingQueryOk"]},{"name":"fun AnswerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult)","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.AnswerWebAppQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/-answer-web-app-query.html","searchKeys":["AnswerWebAppQuery","fun AnswerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult)","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.AnswerWebAppQuery"]},{"name":"fun ApproveChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.ApproveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/-approve-chat-join-request.html","searchKeys":["ApproveChatJoinRequest","fun ApproveChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.ApproveChatJoinRequest"]},{"name":"fun ApproximateScheduledCloseInfo(openDuration: TimeSpan, startPoint: DateTime = DateTime.now())","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.ApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/-approximate-scheduled-close-info.html","searchKeys":["ApproximateScheduledCloseInfo","fun ApproximateScheduledCloseInfo(openDuration: TimeSpan, startPoint: DateTime = DateTime.now())","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.ApproximateScheduledCloseInfo"]},{"name":"fun AudioContent(media: AudioFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.AudioContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/-audio-content.html","searchKeys":["AudioContent","fun AudioContent(media: AudioFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.AudioContent.AudioContent"]},{"name":"fun AudioFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, performer: String? = null, title: String? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null, thumb: PhotoSize? = null)","description":"dev.inmo.tgbotapi.types.files.AudioFile.AudioFile","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/-audio-file.html","searchKeys":["AudioFile","fun AudioFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, performer: String? = null, title: String? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null, thumb: PhotoSize? = null)","dev.inmo.tgbotapi.types.files.AudioFile.AudioFile"]},{"name":"fun AudioFile.asVoiceFile(): VoiceFile","description":"dev.inmo.tgbotapi.types.files.asVoiceFile","location":"docs/dev.inmo.tgbotapi.types.files/as-voice-file.html","searchKeys":["asVoiceFile","fun AudioFile.asVoiceFile(): VoiceFile","dev.inmo.tgbotapi.types.files.asVoiceFile"]},{"name":"fun AudioFile.toTelegramMediaAudio(text: String? = null, parseMode: ParseMode? = null, title: String? = this.title): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html","searchKeys":["toTelegramMediaAudio","fun AudioFile.toTelegramMediaAudio(text: String? = null, parseMode: ParseMode? = null, title: String? = this.title): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.toTelegramMediaAudio"]},{"name":"fun AudioFile.toTelegramMediaAudio(textSources: TextSourcesList = emptyList(), title: String? = this.title): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html","searchKeys":["toTelegramMediaAudio","fun AudioFile.toTelegramMediaAudio(textSources: TextSourcesList = emptyList(), title: String? = this.title): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.toTelegramMediaAudio"]},{"name":"fun BanChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.BanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/-ban-chat-member.html","searchKeys":["BanChatMember","fun BanChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null)","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.BanChatMember"]},{"name":"fun BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.BanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html","searchKeys":["BanChatSenderChat","fun BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.BanChatSenderChat"]},{"name":"fun BankStatement(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.BankStatement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/-bank-statement.html","searchKeys":["BankStatement","fun BankStatement(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.BankStatement"]},{"name":"fun BankStatementSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.BankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/-bank-statement-secure-value.html","searchKeys":["BankStatementSecureValue","fun BankStatementSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.BankStatementSecureValue"]},{"name":"fun BaseChosenInlineResult(resultId: InlineQueryIdentifier, from: User, inlineMessageId: InlineMessageIdentifier?, query: String)","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.BaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/-base-chosen-inline-result.html","searchKeys":["BaseChosenInlineResult","fun BaseChosenInlineResult(resultId: InlineQueryIdentifier, from: User, inlineMessageId: InlineMessageIdentifier?, query: String)","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.BaseChosenInlineResult"]},{"name":"fun BaseEditMessageUpdate.toEditMediaGroupUpdate(): EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.updates.toEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-edit-media-group-update.html","searchKeys":["toEditMediaGroupUpdate","fun BaseEditMessageUpdate.toEditMediaGroupUpdate(): EditMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.updates.toEditMediaGroupUpdate"]},{"name":"fun BaseInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?)","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.BaseInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/-base-inline-query.html","searchKeys":["BaseInlineQuery","fun BaseInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?)","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.BaseInlineQuery"]},{"name":"fun BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","description":"dev.inmo.tgbotapi.bot.BaseRequestsExecutor.BaseRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot/-base-requests-executor/-base-requests-executor.html","searchKeys":["BaseRequestsExecutor","fun BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","dev.inmo.tgbotapi.bot.BaseRequestsExecutor.BaseRequestsExecutor"]},{"name":"fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder()): DefaultBehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html","searchKeys":["BehaviourContext","fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder()): DefaultBehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext"]},{"name":"fun BehaviourContext.stop()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.stop","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/stop.html","searchKeys":["stop","fun BehaviourContext.stop()","dev.inmo.tgbotapi.extensions.behaviour_builder.stop"]},{"name":"fun BoldTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.BoldTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/-bold-text-source.html","searchKeys":["BoldTextSource","fun BoldTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.BoldTextSource"]},{"name":"fun BotCommand(command: String, description: String)","description":"dev.inmo.tgbotapi.types.BotCommand.BotCommand","location":"docs/dev.inmo.tgbotapi.types/-bot-command/-bot-command.html","searchKeys":["BotCommand","fun BotCommand(command: String, description: String)","dev.inmo.tgbotapi.types.BotCommand.BotCommand"]},{"name":"fun BotCommandScopeChat(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.BotCommandScopeChat","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-bot-command-scope-chat.html","searchKeys":["BotCommandScopeChat","fun BotCommandScopeChat(chatId: ChatIdentifier)","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.BotCommandScopeChat"]},{"name":"fun BotCommandScopeChatAdministrators(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.BotCommandScopeChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-bot-command-scope-chat-administrators.html","searchKeys":["BotCommandScopeChatAdministrators","fun BotCommandScopeChatAdministrators(chatId: ChatIdentifier)","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.BotCommandScopeChatAdministrators"]},{"name":"fun BotCommandScopeChatMember(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.BotCommandScopeChatMember","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-bot-command-scope-chat-member.html","searchKeys":["BotCommandScopeChatMember","fun BotCommandScopeChatMember(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.BotCommandScopeChatMember"]},{"name":"fun BotCommandTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.BotCommandTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/-bot-command-text-source.html","searchKeys":["BotCommandTextSource","fun BotCommandTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.BotCommandTextSource"]},{"name":"fun Byte.toChatId(): ChatId","description":"dev.inmo.tgbotapi.types.toChatId","location":"docs/dev.inmo.tgbotapi.types/to-chat-id.html","searchKeys":["toChatId","fun Byte.toChatId(): ChatId","dev.inmo.tgbotapi.types.toChatId"]},{"name":"fun CallbackDataInlineKeyboardButton(text: String, callbackData: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.CallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/-callback-data-inline-keyboard-button.html","searchKeys":["CallbackDataInlineKeyboardButton","fun CallbackDataInlineKeyboardButton(text: String, callbackData: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.CallbackDataInlineKeyboardButton"]},{"name":"fun CallbackGameInlineKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.CallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/-callback-game-inline-keyboard-button.html","searchKeys":["CallbackGameInlineKeyboardButton","fun CallbackGameInlineKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.CallbackGameInlineKeyboardButton"]},{"name":"fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery","description":"dev.inmo.tgbotapi.requests.answers.createAnswer","location":"docs/dev.inmo.tgbotapi.requests.answers/create-answer.html","searchKeys":["createAnswer","fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery","dev.inmo.tgbotapi.requests.answers.createAnswer"]},{"name":"fun CallbackQueryUpdate(updateId: UpdateIdentifier, data: CallbackQuery)","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.CallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/-callback-query-update.html","searchKeys":["CallbackQueryUpdate","fun CallbackQueryUpdate(updateId: UpdateIdentifier, data: CallbackQuery)","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.CallbackQueryUpdate"]},{"name":"fun CashTagTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.CashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/-cash-tag-text-source.html","searchKeys":["CashTagTextSource","fun CashTagTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.CashTagTextSource"]},{"name":"fun ChannelChatCreated()","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated.ChannelChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/-channel-chat-created.html","searchKeys":["ChannelChatCreated","fun ChannelChatCreated()","dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated.ChannelChatCreated"]},{"name":"fun ChannelChatImpl(id: ChatId, title: String, username: Username? = null)","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.ChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/-channel-chat-impl.html","searchKeys":["ChannelChatImpl","fun ChannelChatImpl(id: ChatId, title: String, username: Username? = null)","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.ChannelChatImpl"]},{"name":"fun ChannelPostMediaGroupUpdate(origins: List)","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.ChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/-channel-post-media-group-update.html","searchKeys":["ChannelPostMediaGroupUpdate","fun ChannelPostMediaGroupUpdate(origins: List)","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.ChannelPostMediaGroupUpdate"]},{"name":"fun ChannelPostUpdate(updateId: UpdateIdentifier, data: Message)","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate.ChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/-channel-post-update.html","searchKeys":["ChannelPostUpdate","fun ChannelPostUpdate(updateId: UpdateIdentifier, data: Message)","dev.inmo.tgbotapi.types.update.ChannelPostUpdate.ChannelPostUpdate"]},{"name":"fun Chat(chatId: ChatIdentifier): BotCommandScopeChat","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Chat","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat.html","searchKeys":["Chat","fun Chat(chatId: ChatIdentifier): BotCommandScopeChat","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Chat"]},{"name":"fun ChatAdministratorRightsImpl(canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.ChatAdministratorRightsImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/-chat-administrator-rights-impl.html","searchKeys":["ChatAdministratorRightsImpl","fun ChatAdministratorRightsImpl(canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false)","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.ChatAdministratorRightsImpl"]},{"name":"fun ChatAdministrators(chatId: ChatIdentifier): BotCommandScopeChatAdministrators","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-administrators.html","searchKeys":["ChatAdministrators","fun ChatAdministrators(chatId: ChatIdentifier): BotCommandScopeChatAdministrators","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatAdministrators"]},{"name":"fun ChatId(chatId: Identifier)","description":"dev.inmo.tgbotapi.types.ChatId.ChatId","location":"docs/dev.inmo.tgbotapi.types/-chat-id/-chat-id.html","searchKeys":["ChatId","fun ChatId(chatId: Identifier)","dev.inmo.tgbotapi.types.ChatId.ChatId"]},{"name":"fun ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String? = null, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.ChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/-chat-invite-link-unlimited.html","searchKeys":["ChatInviteLinkUnlimited","fun ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String? = null, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.ChatInviteLinkUnlimited"]},{"name":"fun ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String? = null, leftToReview: Int = 0, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.ChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/-chat-invite-link-with-join-request.html","searchKeys":["ChatInviteLinkWithJoinRequest","fun ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String? = null, leftToReview: Int = 0, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.ChatInviteLinkWithJoinRequest"]},{"name":"fun ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String? = null, membersLimit: MembersLimit, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.ChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/-chat-invite-link-with-limited-members.html","searchKeys":["ChatInviteLinkWithLimitedMembers","fun ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String? = null, membersLimit: MembersLimit, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.ChatInviteLinkWithLimitedMembers"]},{"name":"fun ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String? = null)","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.ChatJoinRequest","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/-chat-join-request.html","searchKeys":["ChatJoinRequest","fun ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String? = null)","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.ChatJoinRequest"]},{"name":"fun ChatJoinRequestUpdate(updateId: UpdateIdentifier, data: ChatJoinRequest)","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.ChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/-chat-join-request-update.html","searchKeys":["ChatJoinRequestUpdate","fun ChatJoinRequestUpdate(updateId: UpdateIdentifier, data: ChatJoinRequest)","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.ChatJoinRequestUpdate"]},{"name":"fun ChatLocation(location: StaticLocation, address: String)","description":"dev.inmo.tgbotapi.types.ChatLocation.ChatLocation","location":"docs/dev.inmo.tgbotapi.types/-chat-location/-chat-location.html","searchKeys":["ChatLocation","fun ChatLocation(location: StaticLocation, address: String)","dev.inmo.tgbotapi.types.ChatLocation.ChatLocation"]},{"name":"fun ChatMember(chatId: ChatIdentifier, userId: UserId): BotCommandScopeChatMember","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatMember","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-member.html","searchKeys":["ChatMember","fun ChatMember(chatId: ChatIdentifier, userId: UserId): BotCommandScopeChatMember","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatMember"]},{"name":"fun ChatMemberUpdated(chat: Chat, user: User, date: TelegramDate, oldChatMemberState: ChatMember, newChatMemberState: ChatMember, inviteLink: ChatInviteLink? = null)","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.ChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/-chat-member-updated.html","searchKeys":["ChatMemberUpdated","fun ChatMemberUpdated(chat: Chat, user: User, date: TelegramDate, oldChatMemberState: ChatMember, newChatMemberState: ChatMember, inviteLink: ChatInviteLink? = null)","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.ChatMemberUpdated"]},{"name":"fun ChatPermissions(canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebPagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.ChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/-chat-permissions.html","searchKeys":["ChatPermissions","fun ChatPermissions(canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebPagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","dev.inmo.tgbotapi.types.chat.ChatPermissions.ChatPermissions"]},{"name":"fun ChatPhoto(smallFileId: String, bigFileId: String, smallFileUniqueId: FileUniqueId, bigFileUniqueId: FileUniqueId)","description":"dev.inmo.tgbotapi.types.ChatPhoto.ChatPhoto","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/-chat-photo.html","searchKeys":["ChatPhoto","fun ChatPhoto(smallFileId: String, bigFileId: String, smallFileUniqueId: FileUniqueId, bigFileUniqueId: FileUniqueId)","dev.inmo.tgbotapi.types.ChatPhoto.ChatPhoto"]},{"name":"fun ChosenInlineResultUpdate(updateId: UpdateIdentifier, data: ChosenInlineResult)","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.ChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/-chosen-inline-result-update.html","searchKeys":["ChosenInlineResultUpdate","fun ChosenInlineResultUpdate(updateId: UpdateIdentifier, data: ChosenInlineResult)","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.ChosenInlineResultUpdate"]},{"name":"fun ClearMyDefaultAdministratorRights(forChannels: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.ClearMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/-clear-my-default-administrator-rights.html","searchKeys":["ClearMyDefaultAdministratorRights","fun ClearMyDefaultAdministratorRights(forChannels: Boolean? = null)","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.ClearMyDefaultAdministratorRights"]},{"name":"fun CodeTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.CodeTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/-code-text-source.html","searchKeys":["CodeTextSource","fun CodeTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.CodeTextSource"]},{"name":"fun CommonBot(id: UserId, username: Username, firstName: String, lastName: String = \"\")","description":"dev.inmo.tgbotapi.types.chat.CommonBot.CommonBot","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/-common-bot.html","searchKeys":["CommonBot","fun CommonBot(id: UserId, username: Username, firstName: String, lastName: String = \"\")","dev.inmo.tgbotapi.types.chat.CommonBot.CommonBot"]},{"name":"fun CommonChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.CommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/-common-chat-member-updated-update.html","searchKeys":["CommonChatMemberUpdatedUpdate","fun CommonChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.CommonChatMemberUpdatedUpdate"]},{"name":"fun CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","description":"dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.CommonLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/-common-limiter.html","searchKeys":["CommonLimiter","fun CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.CommonLimiter"]},{"name":"fun CommonPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.CommonPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/-common-passport.html","searchKeys":["CommonPassport","fun CommonPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.CommonPassport"]},{"name":"fun CommonPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.CommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/-common-passport-secure-value.html","searchKeys":["CommonPassportSecureValue","fun CommonPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.CommonPassportSecureValue"]},{"name":"fun CommonRequestException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.CommonRequestException.CommonRequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/-common-request-exception.html","searchKeys":["CommonRequestException","fun CommonRequestException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.CommonRequestException.CommonRequestException"]},{"name":"fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html","searchKeys":["CommonUser","fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser"]},{"name":"fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, languageCode: String)","description":"dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html","searchKeys":["CommonUser","fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, languageCode: String)","dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser"]},{"name":"fun Contact(phoneNumber: String, firstName: String, lastName: String? = null, userId: UserId? = null, vcard: String? = null)","description":"dev.inmo.tgbotapi.types.Contact.Contact","location":"docs/dev.inmo.tgbotapi.types/-contact/-contact.html","searchKeys":["Contact","fun Contact(phoneNumber: String, firstName: String, lastName: String? = null, userId: UserId? = null, vcard: String? = null)","dev.inmo.tgbotapi.types.Contact.Contact"]},{"name":"fun Contact.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendContact","description":"dev.inmo.tgbotapi.requests.send.toRequest","location":"docs/dev.inmo.tgbotapi.requests.send/to-request.html","searchKeys":["toRequest","fun Contact.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendContact","dev.inmo.tgbotapi.requests.send.toRequest"]},{"name":"fun ContactContent(contact: Contact)","description":"dev.inmo.tgbotapi.types.message.content.ContactContent.ContactContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/-contact-content.html","searchKeys":["ContactContent","fun ContactContent(contact: Contact)","dev.inmo.tgbotapi.types.message.content.ContactContent.ContactContent"]},{"name":"fun ContentMessage.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","description":"dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html","searchKeys":["parseCommandsWithParams","fun ContentMessage.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams"]},{"name":"fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","description":"dev.inmo.tgbotapi.requests.send.CopyMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message.html","searchKeys":["CopyMessage","fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","dev.inmo.tgbotapi.requests.send.CopyMessage"]},{"name":"fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","description":"dev.inmo.tgbotapi.requests.send.CopyMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message.html","searchKeys":["CopyMessage","fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","dev.inmo.tgbotapi.requests.send.CopyMessage"]},{"name":"fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver): suspend (Update) -> Unit","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html","searchKeys":["updateHandlerWithMediaGroupsAdaptation","fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver): suspend (Update) -> Unit","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation"]},{"name":"fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, debounceTimeMillis: Long = 1000): UpdateReceiver","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html","searchKeys":["updateHandlerWithMediaGroupsAdaptation","fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, debounceTimeMillis: Long = 1000): UpdateReceiver","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation"]},{"name":"fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, mediaGroupsDebounceMillis: Long = 1000): UpdateReceiver","description":"dev.inmo.tgbotapi.extensions.api.utils.updateHandlerWithMediaGroupsAdaptation","location":"docs/dev.inmo.tgbotapi.extensions.api.utils/update-handler-with-media-groups-adaptation.html","searchKeys":["updateHandlerWithMediaGroupsAdaptation","fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, mediaGroupsDebounceMillis: Long = 1000): UpdateReceiver","dev.inmo.tgbotapi.extensions.api.utils.updateHandlerWithMediaGroupsAdaptation"]},{"name":"fun CreateChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.CreateChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/-create-chat-invite-link-unlimited.html","searchKeys":["CreateChatInviteLinkUnlimited","fun CreateChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.CreateChatInviteLinkUnlimited"]},{"name":"fun CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.CreateChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/-create-chat-invite-link-with-join-request.html","searchKeys":["CreateChatInviteLinkWithJoinRequest","fun CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.CreateChatInviteLinkWithJoinRequest"]},{"name":"fun CreateChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.CreateChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/-create-chat-invite-link-with-limited-members.html","searchKeys":["CreateChatInviteLinkWithLimitedMembers","fun CreateChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.CreateChatInviteLinkWithLimitedMembers"]},{"name":"fun CreateNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set.html","searchKeys":["CreateNewAnimatedStickerSet","fun CreateNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet"]},{"name":"fun CreateNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set.html","searchKeys":["CreateNewStaticStickerSet","fun CreateNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet"]},{"name":"fun CreateNewStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set.html","searchKeys":["CreateNewStickerSet","fun CreateNewStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewStickerSet"]},{"name":"fun CreateNewVideoStickerSet(userId: UserId, linkName: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set.html","searchKeys":["CreateNewVideoStickerSet","fun CreateNewVideoStickerSet(userId: UserId, linkName: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet"]},{"name":"fun CreatorChatMember(user: User, isAnonymous: Boolean = false, customTitle: String? = null)","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.CreatorChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/-creator-chat-member.html","searchKeys":["CreatorChatMember","fun CreatorChatMember(user: User, isAnonymous: Boolean = false, customTitle: String? = null)","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.CreatorChatMember"]},{"name":"fun CryptoJs.HmacSHA256(text: String, key: String): String","description":"dev.inmo.tgbotapi.webapps.HmacSHA256","location":"docs/dev.inmo.tgbotapi.webapps/-hmac-s-h-a256.html","searchKeys":["HmacSHA256","fun CryptoJs.HmacSHA256(text: String, key: String): String","dev.inmo.tgbotapi.webapps.HmacSHA256"]},{"name":"fun CryptoJs.hex(text: String): String","description":"dev.inmo.tgbotapi.webapps.hex","location":"docs/dev.inmo.tgbotapi.webapps/hex.html","searchKeys":["hex","fun CryptoJs.hex(text: String): String","dev.inmo.tgbotapi.webapps.hex"]},{"name":"fun Currencied.javaCurrency(): Currency","description":"dev.inmo.tgbotapi.types.payments.javaCurrency","location":"docs/dev.inmo.tgbotapi.types.payments/java-currency.html","searchKeys":["javaCurrency","fun Currencied.javaCurrency(): Currency","dev.inmo.tgbotapi.types.payments.javaCurrency"]},{"name":"fun CustomBotAction(actionName: String)","description":"dev.inmo.tgbotapi.types.actions.CustomBotAction.CustomBotAction","location":"docs/dev.inmo.tgbotapi.types.actions/-custom-bot-action/-custom-bot-action.html","searchKeys":["CustomBotAction","fun CustomBotAction(actionName: String)","dev.inmo.tgbotapi.types.actions.CustomBotAction.CustomBotAction"]},{"name":"fun CustomDiceAnimationType(emoji: String)","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.CustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/-custom-dice-animation-type.html","searchKeys":["CustomDiceAnimationType","fun CustomDiceAnimationType(emoji: String)","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.CustomDiceAnimationType"]},{"name":"fun DataCredentials(hash: SourceBytes, secret: SourceBytes)","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.DataCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/-data-credentials.html","searchKeys":["DataCredentials","fun DataCredentials(hash: SourceBytes, secret: SourceBytes)","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.DataCredentials"]},{"name":"fun DateTime.toTelegramDate(): TelegramDate","description":"dev.inmo.tgbotapi.types.toTelegramDate","location":"docs/dev.inmo.tgbotapi.types/to-telegram-date.html","searchKeys":["toTelegramDate","fun DateTime.toTelegramDate(): TelegramDate","dev.inmo.tgbotapi.types.toTelegramDate"]},{"name":"fun DeclineChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.DeclineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/-decline-chat-join-request.html","searchKeys":["DeclineChatJoinRequest","fun DeclineChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.DeclineChatJoinRequest"]},{"name":"fun DecryptedCredentials(secureData: SecureData, nonce: String)","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.DecryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/-decrypted-credentials.html","searchKeys":["DecryptedCredentials","fun DecryptedCredentials(secureData: SecureData, nonce: String)","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.DecryptedCredentials"]},{"name":"fun DefaultBehaviourContext(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.DefaultBehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/-default-behaviour-context.html","searchKeys":["DefaultBehaviourContext","fun DefaultBehaviourContext(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.DefaultBehaviourContext"]},{"name":"fun DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null)","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.DefaultFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/-default-flows-updates-filter.html","searchKeys":["DefaultFlowsUpdatesFilter","fun DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null)","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.DefaultFlowsUpdatesFilter"]},{"name":"fun DeleteChatPhoto()","description":"dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/-delete-chat-photo.html","searchKeys":["DeleteChatPhoto","fun DeleteChatPhoto()","dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto.DeleteChatPhoto"]},{"name":"fun DeleteChatPhoto(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/-delete-chat-photo.html","searchKeys":["DeleteChatPhoto","fun DeleteChatPhoto(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.DeleteChatPhoto"]},{"name":"fun DeleteChatStickerSet(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.DeleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/-delete-chat-sticker-set.html","searchKeys":["DeleteChatStickerSet","fun DeleteChatStickerSet(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.DeleteChatStickerSet"]},{"name":"fun DeleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier)","description":"dev.inmo.tgbotapi.requests.DeleteMessage.DeleteMessage","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/-delete-message.html","searchKeys":["DeleteMessage","fun DeleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier)","dev.inmo.tgbotapi.requests.DeleteMessage.DeleteMessage"]},{"name":"fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html","searchKeys":["DeleteMyCommands","fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands"]},{"name":"fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html","searchKeys":["DeleteMyCommands","fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands"]},{"name":"fun DeleteStickerFromSet(sticker: FileId)","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.DeleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/-delete-sticker-from-set.html","searchKeys":["DeleteStickerFromSet","fun DeleteStickerFromSet(sticker: FileId)","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.DeleteStickerFromSet"]},{"name":"fun DeleteWebhook()","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.DeleteWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/-delete-webhook.html","searchKeys":["DeleteWebhook","fun DeleteWebhook()","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.DeleteWebhook"]},{"name":"fun Dice(value: DiceResult, animationType: DiceAnimationType)","description":"dev.inmo.tgbotapi.types.dice.Dice.Dice","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/-dice.html","searchKeys":["Dice","fun Dice(value: DiceResult, animationType: DiceAnimationType)","dev.inmo.tgbotapi.types.dice.Dice.Dice"]},{"name":"fun Dice.calculateSlotMachineResult(): SlotMachineResult?","description":"dev.inmo.tgbotapi.extensions.utils.calculateSlotMachineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/calculate-slot-machine-result.html","searchKeys":["calculateSlotMachineResult","fun Dice.calculateSlotMachineResult(): SlotMachineResult?","dev.inmo.tgbotapi.extensions.utils.calculateSlotMachineResult"]},{"name":"fun DiceContent(dice: Dice)","description":"dev.inmo.tgbotapi.types.message.content.DiceContent.DiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/-dice-content.html","searchKeys":["DiceContent","fun DiceContent(dice: Dice)","dev.inmo.tgbotapi.types.message.content.DiceContent.DiceContent"]},{"name":"fun DocumentContent(media: DocumentFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.DocumentContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/-document-content.html","searchKeys":["DocumentContent","fun DocumentContent(media: DocumentFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.DocumentContent.DocumentContent"]},{"name":"fun DocumentFile(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, thumb: PhotoSize? = null, mimeType: MimeType? = null, fileName: String? = null)","description":"dev.inmo.tgbotapi.types.files.DocumentFile.DocumentFile","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/-document-file.html","searchKeys":["DocumentFile","fun DocumentFile(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, thumb: PhotoSize? = null, mimeType: MimeType? = null, fileName: String? = null)","dev.inmo.tgbotapi.types.files.DocumentFile.DocumentFile"]},{"name":"fun DocumentFile.toTelegramMediaDocument(text: String? = null, parseMode: ParseMode? = null): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html","searchKeys":["toTelegramMediaDocument","fun DocumentFile.toTelegramMediaDocument(text: String? = null, parseMode: ParseMode? = null): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.toTelegramMediaDocument"]},{"name":"fun DocumentFile.toTelegramMediaDocument(textSources: TextSourcesList = emptyList()): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html","searchKeys":["toTelegramMediaDocument","fun DocumentFile.toTelegramMediaDocument(textSources: TextSourcesList = emptyList()): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.toTelegramMediaDocument"]},{"name":"fun DownloadFile(filePath: String)","description":"dev.inmo.tgbotapi.requests.DownloadFile.DownloadFile","location":"docs/dev.inmo.tgbotapi.requests/-download-file/-download-file.html","searchKeys":["DownloadFile","fun DownloadFile(filePath: String)","dev.inmo.tgbotapi.requests.DownloadFile.DownloadFile"]},{"name":"fun DownloadFileStream(filePath: String)","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.DownloadFileStream","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/-download-file-stream.html","searchKeys":["DownloadFileStream","fun DownloadFileStream(filePath: String)","dev.inmo.tgbotapi.requests.DownloadFileStream.DownloadFileStream"]},{"name":"fun DriverLicense(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.DriverLicense","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/-driver-license.html","searchKeys":["DriverLicense","fun DriverLicense(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.DriverLicense"]},{"name":"fun DriverLicenseSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.DriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/-driver-license-secure-value.html","searchKeys":["DriverLicenseSecureValue","fun DriverLicenseSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.DriverLicenseSecureValue"]},{"name":"fun EMailTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.EMailTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/-e-mail-text-source.html","searchKeys":["EMailTextSource","fun EMailTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.EMailTextSource"]},{"name":"fun EditChannelPostMediaGroupUpdate(origin: EditChannelPostUpdate)","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.EditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/-edit-channel-post-media-group-update.html","searchKeys":["EditChannelPostMediaGroupUpdate","fun EditChannelPostMediaGroupUpdate(origin: EditChannelPostUpdate)","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.EditChannelPostMediaGroupUpdate"]},{"name":"fun EditChannelPostUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.EditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/-edit-channel-post-update.html","searchKeys":["EditChannelPostUpdate","fun EditChannelPostUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.EditChannelPostUpdate"]},{"name":"fun EditChatInviteLinkUnlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.EditChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/-edit-chat-invite-link-unlimited.html","searchKeys":["EditChatInviteLinkUnlimited","fun EditChatInviteLinkUnlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.EditChatInviteLinkUnlimited"]},{"name":"fun EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.EditChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/-edit-chat-invite-link-with-join-request.html","searchKeys":["EditChatInviteLinkWithJoinRequest","fun EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.EditChatInviteLinkWithJoinRequest"]},{"name":"fun EditChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.EditChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/-edit-chat-invite-link-with-limited-members.html","searchKeys":["EditChatInviteLinkWithLimitedMembers","fun EditChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.EditChatInviteLinkWithLimitedMembers"]},{"name":"fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html","searchKeys":["EditChatMessageCaption","fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption"]},{"name":"fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html","searchKeys":["EditChatMessageCaption","fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption"]},{"name":"fun EditChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.EditChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/-edit-chat-message-live-location.html","searchKeys":["EditChatMessageLiveLocation","fun EditChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.EditChatMessageLiveLocation"]},{"name":"fun EditChatMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.EditChatMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/-edit-chat-message-media.html","searchKeys":["EditChatMessageMedia","fun EditChatMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.EditChatMessageMedia"]},{"name":"fun EditChatMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.EditChatMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/-edit-chat-message-reply-markup.html","searchKeys":["EditChatMessageReplyMarkup","fun EditChatMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.EditChatMessageReplyMarkup"]},{"name":"fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html","searchKeys":["EditChatMessageText","fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText"]},{"name":"fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html","searchKeys":["EditChatMessageText","fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText"]},{"name":"fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html","searchKeys":["EditInlineMessageCaption","fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption"]},{"name":"fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html","searchKeys":["EditInlineMessageCaption","fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption"]},{"name":"fun EditInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.EditInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/-edit-inline-message-live-location.html","searchKeys":["EditInlineMessageLiveLocation","fun EditInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.EditInlineMessageLiveLocation"]},{"name":"fun EditInlineMessageMedia(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.EditInlineMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/-edit-inline-message-media.html","searchKeys":["EditInlineMessageMedia","fun EditInlineMessageMedia(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.EditInlineMessageMedia"]},{"name":"fun EditInlineMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.EditInlineMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/-edit-inline-message-reply-markup.html","searchKeys":["EditInlineMessageReplyMarkup","fun EditInlineMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.EditInlineMessageReplyMarkup"]},{"name":"fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html","searchKeys":["EditInlineMessageText","fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText"]},{"name":"fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html","searchKeys":["EditInlineMessageText","fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText"]},{"name":"fun EditMessageMediaGroupUpdate(origin: EditMessageUpdate)","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.EditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/-edit-message-media-group-update.html","searchKeys":["EditMessageMediaGroupUpdate","fun EditMessageMediaGroupUpdate(origin: EditMessageUpdate)","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.EditMessageMediaGroupUpdate"]},{"name":"fun EditMessageUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate.EditMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/-edit-message-update.html","searchKeys":["EditMessageUpdate","fun EditMessageUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","dev.inmo.tgbotapi.types.update.EditMessageUpdate.EditMessageUpdate"]},{"name":"fun Email(email: String, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email.Email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/-email.html","searchKeys":["Email","fun Email(email: String, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.Email.Email"]},{"name":"fun EncryptedAddress(data: EncryptedData, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.EncryptedAddress","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/-encrypted-address.html","searchKeys":["EncryptedAddress","fun EncryptedAddress(data: EncryptedData, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.EncryptedAddress"]},{"name":"fun EncryptedCredentials(data: EncryptedData, hash: SourceBytes, secret: EncryptedByBotPublicKeyData)","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.EncryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/-encrypted-credentials.html","searchKeys":["EncryptedCredentials","fun EncryptedCredentials(data: EncryptedData, hash: SourceBytes, secret: EncryptedByBotPublicKeyData)","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.EncryptedCredentials"]},{"name":"fun EncryptedCredentials.decryptWithPKCS8PrivateKey(key: String): DecryptedCredentials","description":"dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html","searchKeys":["decryptWithPKCS8PrivateKey","fun EncryptedCredentials.decryptWithPKCS8PrivateKey(key: String): DecryptedCredentials","dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey"]},{"name":"fun EncryptedCredentials.decryptWithPKCS8PrivateKey(privateKey: PrivateKey): DecryptedCredentials","description":"dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html","searchKeys":["decryptWithPKCS8PrivateKey","fun EncryptedCredentials.decryptWithPKCS8PrivateKey(privateKey: PrivateKey): DecryptedCredentials","dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey"]},{"name":"fun EncryptedPassportElement.createUnspecifiedError(message: String, elementHash: PassportElementHash): PassportElementErrorUnspecified","description":"dev.inmo.tgbotapi.types.passport.createUnspecifiedError","location":"docs/dev.inmo.tgbotapi.types.passport/create-unspecified-error.html","searchKeys":["createUnspecifiedError","fun EncryptedPassportElement.createUnspecifiedError(message: String, elementHash: PassportElementHash): PassportElementErrorUnspecified","dev.inmo.tgbotapi.types.passport.createUnspecifiedError"]},{"name":"fun EncryptedPassportElementTranslatable.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorTranslationFile","description":"dev.inmo.tgbotapi.types.passport.createFileError","location":"docs/dev.inmo.tgbotapi.types.passport/create-file-error.html","searchKeys":["createFileError","fun EncryptedPassportElementTranslatable.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorTranslationFile","dev.inmo.tgbotapi.types.passport.createFileError"]},{"name":"fun EncryptedPassportElementTranslatable.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorTranslationFiles","description":"dev.inmo.tgbotapi.types.passport.createFilesError","location":"docs/dev.inmo.tgbotapi.types.passport/create-files-error.html","searchKeys":["createFilesError","fun EncryptedPassportElementTranslatable.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorTranslationFiles","dev.inmo.tgbotapi.types.passport.createFilesError"]},{"name":"fun EncryptedPassportElementWithData.createDataError(field: String, message: String): PassportElementErrorDataField","description":"dev.inmo.tgbotapi.types.passport.createDataError","location":"docs/dev.inmo.tgbotapi.types.passport/create-data-error.html","searchKeys":["createDataError","fun EncryptedPassportElementWithData.createDataError(field: String, message: String): PassportElementErrorDataField","dev.inmo.tgbotapi.types.passport.createDataError"]},{"name":"fun EncryptedPassportElementWithFilesCollection.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFile","description":"dev.inmo.tgbotapi.types.passport.createFileError","location":"docs/dev.inmo.tgbotapi.types.passport/create-file-error.html","searchKeys":["createFileError","fun EncryptedPassportElementWithFilesCollection.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFile","dev.inmo.tgbotapi.types.passport.createFileError"]},{"name":"fun EncryptedPassportElementWithFilesCollection.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorFiles","description":"dev.inmo.tgbotapi.types.passport.createFilesError","location":"docs/dev.inmo.tgbotapi.types.passport/create-files-error.html","searchKeys":["createFilesError","fun EncryptedPassportElementWithFilesCollection.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorFiles","dev.inmo.tgbotapi.types.passport.createFilesError"]},{"name":"fun EncryptedPassportElementWithFrontSide.createFrontSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFrontSide","description":"dev.inmo.tgbotapi.types.passport.createFrontSideError","location":"docs/dev.inmo.tgbotapi.types.passport/create-front-side-error.html","searchKeys":["createFrontSideError","fun EncryptedPassportElementWithFrontSide.createFrontSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFrontSide","dev.inmo.tgbotapi.types.passport.createFrontSideError"]},{"name":"fun EncryptedPassportElementWithReverseSide.createReverseSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorReverseSide","description":"dev.inmo.tgbotapi.types.passport.createReverseSideError","location":"docs/dev.inmo.tgbotapi.types.passport/create-reverse-side-error.html","searchKeys":["createReverseSideError","fun EncryptedPassportElementWithReverseSide.createReverseSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorReverseSide","dev.inmo.tgbotapi.types.passport.createReverseSideError"]},{"name":"fun EncryptedPassportElementWithSelfie.createSelfieError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorSelfie","description":"dev.inmo.tgbotapi.types.passport.createSelfieError","location":"docs/dev.inmo.tgbotapi.types.passport/create-selfie-error.html","searchKeys":["createSelfieError","fun EncryptedPassportElementWithSelfie.createSelfieError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorSelfie","dev.inmo.tgbotapi.types.passport.createSelfieError"]},{"name":"fun EncryptedPersonalDetails(data: EncryptedData, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.EncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/-encrypted-personal-details.html","searchKeys":["EncryptedPersonalDetails","fun EncryptedPersonalDetails(data: EncryptedData, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.EncryptedPersonalDetails"]},{"name":"fun EndDataCredentials.createDecryptor(): Decryptor","description":"dev.inmo.tgbotapi.utils.passport.createDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/create-decryptor.html","searchKeys":["createDecryptor","fun EndDataCredentials.createDecryptor(): Decryptor","dev.inmo.tgbotapi.utils.passport.createDecryptor"]},{"name":"fun EndDataCredentials.decryptData(bytes: EncryptedData): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.decryptData","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-data.html","searchKeys":["decryptData","fun EndDataCredentials.decryptData(bytes: EncryptedData): SourceBytes","dev.inmo.tgbotapi.utils.passport.decryptData"]},{"name":"fun ExactScheduledCloseInfo(closeDateTime: DateTime)","description":"dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.ExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/-exact-scheduled-close-info.html","searchKeys":["ExactScheduledCloseInfo","fun ExactScheduledCloseInfo(closeDateTime: DateTime)","dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.ExactScheduledCloseInfo"]},{"name":"fun ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000)","description":"dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.ExceptionsOnlyLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/-exceptions-only-limiter.html","searchKeys":["ExceptionsOnlyLimiter","fun ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000)","dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.ExceptionsOnlyLimiter"]},{"name":"fun ExportChatInviteLink(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.ExportChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/-export-chat-invite-link.html","searchKeys":["ExportChatInviteLink","fun ExportChatInviteLink(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.ExportChatInviteLink"]},{"name":"fun ExtendedBot(id: UserId, username: Username, firstName: String, lastName: String = \"\", canJoinGroups: Boolean = false, canReadAllGroupMessages: Boolean = false, supportsInlineQueries: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.ExtendedBot","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/-extended-bot.html","searchKeys":["ExtendedBot","fun ExtendedBot(id: UserId, username: Username, firstName: String, lastName: String = \"\", canJoinGroups: Boolean = false, canReadAllGroupMessages: Boolean = false, supportsInlineQueries: Boolean = false)","dev.inmo.tgbotapi.types.chat.ExtendedBot.ExtendedBot"]},{"name":"fun ExtendedChannelChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, linkedGroupChatId: ChatId? = null)","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.ExtendedChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/-extended-channel-chat-impl.html","searchKeys":["ExtendedChannelChatImpl","fun ExtendedChannelChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, linkedGroupChatId: ChatId? = null)","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.ExtendedChannelChatImpl"]},{"name":"fun ExtendedGroupChatImpl(id: ChatId, title: String, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null)","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.ExtendedGroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/-extended-group-chat-impl.html","searchKeys":["ExtendedGroupChatImpl","fun ExtendedGroupChatImpl(id: ChatId, title: String, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null)","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.ExtendedGroupChatImpl"]},{"name":"fun ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto? = null, username: Username? = null, firstName: String = \"\", lastName: String = \"\", bio: String = \"\", hasPrivateForwards: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.ExtendedPrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/-extended-private-chat-impl.html","searchKeys":["ExtendedPrivateChatImpl","fun ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto? = null, username: Username? = null, firstName: String = \"\", lastName: String = \"\", bio: String = \"\", hasPrivateForwards: Boolean = false)","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.ExtendedPrivateChatImpl"]},{"name":"fun ExtendedSupergroupChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, stickerSetName: StickerSetName? = null, slowModeDelay: Long? = null, canSetStickerSet: Boolean = false, linkedChannelChatId: ChatId? = null, location: ChatLocation? = null)","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.ExtendedSupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/-extended-supergroup-chat-impl.html","searchKeys":["ExtendedSupergroupChatImpl","fun ExtendedSupergroupChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, stickerSetName: StickerSetName? = null, slowModeDelay: Long? = null, canSetStickerSet: Boolean = false, linkedChannelChatId: ChatId? = null, location: ChatLocation? = null)","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.ExtendedSupergroupChatImpl"]},{"name":"fun File(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.File.File","location":"docs/dev.inmo.tgbotapi.types.files/-file/-file.html","searchKeys":["File","fun File(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.File.File"]},{"name":"fun FileCredentials(hash: SourceBytes, secret: SourceBytes)","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.FileCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/-file-credentials.html","searchKeys":["FileCredentials","fun FileCredentials(hash: SourceBytes, secret: SourceBytes)","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.FileCredentials"]},{"name":"fun FileCredentials.decryptFile(fileBytes: ByteArray): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.decryptFile","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-file.html","searchKeys":["decryptFile","fun FileCredentials.decryptFile(fileBytes: ByteArray): SourceBytes","dev.inmo.tgbotapi.utils.passport.decryptFile"]},{"name":"fun FileId(fileId: String)","description":"dev.inmo.tgbotapi.requests.abstracts.FileId.FileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-file-id/-file-id.html","searchKeys":["FileId","fun FileId(fileId: String)","dev.inmo.tgbotapi.requests.abstracts.FileId.FileId"]},{"name":"fun Flow.onlyEditMessageUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMessageUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-message-updates.html","searchKeys":["onlyEditMessageUpdates","fun Flow.onlyEditMessageUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMessageUpdates"]},{"name":"fun Flow.onlyMediaGroupsUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyMediaGroupsUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-media-groups-updates.html","searchKeys":["onlyMediaGroupsUpdates","fun Flow.onlyMediaGroupsUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyMediaGroupsUpdates"]},{"name":"fun Flow.onlySentMessageUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlySentMessageUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-message-updates.html","searchKeys":["onlySentMessageUpdates","fun Flow.onlySentMessageUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlySentMessageUpdates"]},{"name":"fun Flow.animationMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html","searchKeys":["animationMessages","fun Flow.animationMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages"]},{"name":"fun Flow.audioMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html","searchKeys":["audioMessages","fun Flow.audioMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages"]},{"name":"fun Flow.contactMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html","searchKeys":["contactMessages","fun Flow.contactMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages"]},{"name":"fun Flow.diceMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html","searchKeys":["diceMessages","fun Flow.diceMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages"]},{"name":"fun Flow.documentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html","searchKeys":["documentMessages","fun Flow.documentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages"]},{"name":"fun Flow.gameMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html","searchKeys":["gameMessages","fun Flow.gameMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages"]},{"name":"fun Flow.imageMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html","searchKeys":["imageMessages","fun Flow.imageMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages"]},{"name":"fun Flow.invoiceMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html","searchKeys":["invoiceMessages","fun Flow.invoiceMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages"]},{"name":"fun Flow.locationMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html","searchKeys":["locationMessages","fun Flow.locationMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages"]},{"name":"fun Flow.photoMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html","searchKeys":["photoMessages","fun Flow.photoMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages"]},{"name":"fun Flow.pollMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html","searchKeys":["pollMessages","fun Flow.pollMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages"]},{"name":"fun Flow.stickerMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html","searchKeys":["stickerMessages","fun Flow.stickerMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages"]},{"name":"fun Flow.textMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html","searchKeys":["textMessages","fun Flow.textMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages"]},{"name":"fun Flow.venueMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html","searchKeys":["venueMessages","fun Flow.venueMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages"]},{"name":"fun Flow.videoMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html","searchKeys":["videoMessages","fun Flow.videoMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages"]},{"name":"fun Flow.videoNoteMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html","searchKeys":["videoNoteMessages","fun Flow.videoNoteMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages"]},{"name":"fun Flow.voiceMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html","searchKeys":["voiceMessages","fun Flow.voiceMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages"]},{"name":"fun Flow.asDataCallbackQueryFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asDataCallbackQueryFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-data-callback-query-flow.html","searchKeys":["asDataCallbackQueryFlow","fun Flow.asDataCallbackQueryFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asDataCallbackQueryFlow"]},{"name":"fun Flow.asGameShortNameCallbackQueryFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asGameShortNameCallbackQueryFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-game-short-name-callback-query-flow.html","searchKeys":["asGameShortNameCallbackQueryFlow","fun Flow.asGameShortNameCallbackQueryFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asGameShortNameCallbackQueryFlow"]},{"name":"fun Flow.asUnknownCallbackQueryFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asUnknownCallbackQueryFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-callback-query-flow.html","searchKeys":["asUnknownCallbackQueryFlow","fun Flow.asUnknownCallbackQueryFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asUnknownCallbackQueryFlow"]},{"name":"fun Flow.onlyBaseChosenInlineResults(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResults","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results.html","searchKeys":["onlyBaseChosenInlineResults","fun Flow.onlyBaseChosenInlineResults(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResults"]},{"name":"fun Flow.onlyBaseChosenInlineResultsWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResultsWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results-with-updates.html","searchKeys":["onlyBaseChosenInlineResultsWithUpdates","fun Flow.onlyBaseChosenInlineResultsWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResultsWithUpdates"]},{"name":"fun Flow.onlyLocationChosenInlineResults(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResults","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results.html","searchKeys":["onlyLocationChosenInlineResults","fun Flow.onlyLocationChosenInlineResults(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResults"]},{"name":"fun Flow.onlyLocationChosenInlineResultsWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResultsWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results-with-updates.html","searchKeys":["onlyLocationChosenInlineResultsWithUpdates","fun Flow.onlyLocationChosenInlineResultsWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResultsWithUpdates"]},{"name":"fun Flow>.onlyAnimationContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyAnimationContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-animation-content-messages.html","searchKeys":["onlyAnimationContentMessages","fun Flow>.onlyAnimationContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyAnimationContentMessages"]},{"name":"fun Flow>.onlyAudioContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyAudioContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-audio-content-messages.html","searchKeys":["onlyAudioContentMessages","fun Flow>.onlyAudioContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyAudioContentMessages"]},{"name":"fun Flow>.onlyContactContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyContactContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-contact-content-messages.html","searchKeys":["onlyContactContentMessages","fun Flow>.onlyContactContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyContactContentMessages"]},{"name":"fun Flow>.onlyDiceContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyDiceContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-dice-content-messages.html","searchKeys":["onlyDiceContentMessages","fun Flow>.onlyDiceContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyDiceContentMessages"]},{"name":"fun Flow>.onlyDocumentContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyDocumentContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-document-content-messages.html","searchKeys":["onlyDocumentContentMessages","fun Flow>.onlyDocumentContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyDocumentContentMessages"]},{"name":"fun Flow>.onlyGameContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyGameContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-game-content-messages.html","searchKeys":["onlyGameContentMessages","fun Flow>.onlyGameContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyGameContentMessages"]},{"name":"fun Flow>.onlyInvoiceContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyInvoiceContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-invoice-content-messages.html","searchKeys":["onlyInvoiceContentMessages","fun Flow>.onlyInvoiceContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyInvoiceContentMessages"]},{"name":"fun Flow>.onlyLocationContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyLocationContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-location-content-messages.html","searchKeys":["onlyLocationContentMessages","fun Flow>.onlyLocationContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyLocationContentMessages"]},{"name":"fun Flow>.onlyPhotoContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyPhotoContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-photo-content-messages.html","searchKeys":["onlyPhotoContentMessages","fun Flow>.onlyPhotoContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyPhotoContentMessages"]},{"name":"fun Flow>.onlyPollContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyPollContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-poll-content-messages.html","searchKeys":["onlyPollContentMessages","fun Flow>.onlyPollContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyPollContentMessages"]},{"name":"fun Flow>.onlyStickerContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyStickerContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-sticker-content-messages.html","searchKeys":["onlyStickerContentMessages","fun Flow>.onlyStickerContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyStickerContentMessages"]},{"name":"fun Flow>.onlyTextContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyTextContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-text-content-messages.html","searchKeys":["onlyTextContentMessages","fun Flow>.onlyTextContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyTextContentMessages"]},{"name":"fun Flow>.onlyVenueContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVenueContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-venue-content-messages.html","searchKeys":["onlyVenueContentMessages","fun Flow>.onlyVenueContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVenueContentMessages"]},{"name":"fun Flow>.onlyVideoContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVideoContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-video-content-messages.html","searchKeys":["onlyVideoContentMessages","fun Flow>.onlyVideoContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVideoContentMessages"]},{"name":"fun Flow>.onlyVideoNoteContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVideoNoteContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-video-note-content-messages.html","searchKeys":["onlyVideoNoteContentMessages","fun Flow>.onlyVideoNoteContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVideoNoteContentMessages"]},{"name":"fun Flow>.onlyVoiceContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVoiceContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-voice-content-messages.html","searchKeys":["onlyVoiceContentMessages","fun Flow>.onlyVoiceContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVoiceContentMessages"]},{"name":"fun Flow.onlyBaseInlineQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries.html","searchKeys":["onlyBaseInlineQueries","fun Flow.onlyBaseInlineQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueries"]},{"name":"fun Flow.onlyBaseInlineQueriesWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueriesWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries-with-updates.html","searchKeys":["onlyBaseInlineQueriesWithUpdates","fun Flow.onlyBaseInlineQueriesWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueriesWithUpdates"]},{"name":"fun Flow.onlyLocationInlineQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries.html","searchKeys":["onlyLocationInlineQueries","fun Flow.onlyLocationInlineQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueries"]},{"name":"fun Flow.onlyLocationInlineQueriesWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueriesWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries-with-updates.html","searchKeys":["onlyLocationInlineQueriesWithUpdates","fun Flow.onlyLocationInlineQueriesWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueriesWithUpdates"]},{"name":"fun Flow.onlyEditMediaGroupUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMediaGroupUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-media-group-updates.html","searchKeys":["onlyEditMediaGroupUpdates","fun Flow.onlyEditMediaGroupUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMediaGroupUpdates"]},{"name":"fun Flow.onlySentMediaGroupUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlySentMediaGroupUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-media-group-updates.html","searchKeys":["onlySentMediaGroupUpdates","fun Flow.onlySentMediaGroupUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlySentMediaGroupUpdates"]},{"name":"fun Flow.mediaGroupAudioMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-audio-messages.html","searchKeys":["mediaGroupAudioMessages","fun Flow.mediaGroupAudioMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages"]},{"name":"fun Flow.mediaGroupDocumentMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-document-messages.html","searchKeys":["mediaGroupDocumentMessages","fun Flow.mediaGroupDocumentMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages"]},{"name":"fun Flow.mediaGroupMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-messages.html","searchKeys":["mediaGroupMessages","fun Flow.mediaGroupMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages"]},{"name":"fun Flow.mediaGroupPhotosMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-photos-messages.html","searchKeys":["mediaGroupPhotosMessages","fun Flow.mediaGroupPhotosMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages"]},{"name":"fun Flow.mediaGroupVideosMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-videos-messages.html","searchKeys":["mediaGroupVideosMessages","fun Flow.mediaGroupVideosMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages"]},{"name":"fun Flow.mediaGroupVisualMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-visual-messages.html","searchKeys":["mediaGroupVisualMessages","fun Flow.mediaGroupVisualMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages"]},{"name":"fun Flow.onlyBaseMessageUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseMessageUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-message-updates.html","searchKeys":["onlyBaseMessageUpdates","fun Flow.onlyBaseMessageUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseMessageUpdates"]},{"name":"fun FlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null): DefaultFlowsUpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter.html","searchKeys":["FlowsUpdatesFilter","fun FlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null): DefaultFlowsUpdatesFilter","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter"]},{"name":"fun FlowsUpdatesFilter.animationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html","searchKeys":["animationMessages","fun FlowsUpdatesFilter.animationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages"]},{"name":"fun FlowsUpdatesFilter.audioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html","searchKeys":["audioMessages","fun FlowsUpdatesFilter.audioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages"]},{"name":"fun FlowsUpdatesFilter.audioMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages-with-media-groups.html","searchKeys":["audioMessagesWithMediaGroups","fun FlowsUpdatesFilter.audioMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.contactMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html","searchKeys":["contactMessages","fun FlowsUpdatesFilter.contactMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages"]},{"name":"fun FlowsUpdatesFilter.diceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html","searchKeys":["diceMessages","fun FlowsUpdatesFilter.diceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages"]},{"name":"fun FlowsUpdatesFilter.documentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html","searchKeys":["documentMessages","fun FlowsUpdatesFilter.documentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages"]},{"name":"fun FlowsUpdatesFilter.documentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages-with-media-groups.html","searchKeys":["documentMessagesWithMediaGroups","fun FlowsUpdatesFilter.documentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.gameMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html","searchKeys":["gameMessages","fun FlowsUpdatesFilter.gameMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages"]},{"name":"fun FlowsUpdatesFilter.imageMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages-with-media-groups.html","searchKeys":["imageMessagesWithMediaGroups","fun FlowsUpdatesFilter.imageMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.invoiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html","searchKeys":["invoiceMessages","fun FlowsUpdatesFilter.invoiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages"]},{"name":"fun FlowsUpdatesFilter.locationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html","searchKeys":["locationMessages","fun FlowsUpdatesFilter.locationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupAudioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-audio-messages.html","searchKeys":["mediaGroupAudioMessages","fun FlowsUpdatesFilter.mediaGroupAudioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupDocumentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-document-messages.html","searchKeys":["mediaGroupDocumentMessages","fun FlowsUpdatesFilter.mediaGroupDocumentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-messages.html","searchKeys":["mediaGroupMessages","fun FlowsUpdatesFilter.mediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupPhotosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-photos-messages.html","searchKeys":["mediaGroupPhotosMessages","fun FlowsUpdatesFilter.mediaGroupPhotosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupVideosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-videos-messages.html","searchKeys":["mediaGroupVideosMessages","fun FlowsUpdatesFilter.mediaGroupVideosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupVisualMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-visual-messages.html","searchKeys":["mediaGroupVisualMessages","fun FlowsUpdatesFilter.mediaGroupVisualMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages"]},{"name":"fun FlowsUpdatesFilter.photoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html","searchKeys":["photoMessages","fun FlowsUpdatesFilter.photoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages"]},{"name":"fun FlowsUpdatesFilter.photoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages-with-media-groups.html","searchKeys":["photoMessagesWithMediaGroups","fun FlowsUpdatesFilter.photoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.pollMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html","searchKeys":["pollMessages","fun FlowsUpdatesFilter.pollMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages"]},{"name":"fun FlowsUpdatesFilter.sentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages.html","searchKeys":["sentMessages","fun FlowsUpdatesFilter.sentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessages"]},{"name":"fun FlowsUpdatesFilter.sentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages-with-media-groups.html","searchKeys":["sentMessagesWithMediaGroups","fun FlowsUpdatesFilter.sentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.stickerMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html","searchKeys":["stickerMessages","fun FlowsUpdatesFilter.stickerMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages"]},{"name":"fun FlowsUpdatesFilter.textMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html","searchKeys":["textMessages","fun FlowsUpdatesFilter.textMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages"]},{"name":"fun FlowsUpdatesFilter.venueMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html","searchKeys":["venueMessages","fun FlowsUpdatesFilter.venueMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages"]},{"name":"fun FlowsUpdatesFilter.videoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html","searchKeys":["videoMessages","fun FlowsUpdatesFilter.videoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages"]},{"name":"fun FlowsUpdatesFilter.videoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages-with-media-groups.html","searchKeys":["videoMessagesWithMediaGroups","fun FlowsUpdatesFilter.videoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.videoNoteMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html","searchKeys":["videoNoteMessages","fun FlowsUpdatesFilter.videoNoteMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages"]},{"name":"fun FlowsUpdatesFilter.voiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html","searchKeys":["voiceMessages","fun FlowsUpdatesFilter.voiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages"]},{"name":"fun ForwardFromChannelInfo(dateOfOriginal: TelegramDate, messageId: MessageIdentifier, channelChat: ChannelChat, signature: String? = null)","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.ForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/-forward-from-channel-info.html","searchKeys":["ForwardFromChannelInfo","fun ForwardFromChannelInfo(dateOfOriginal: TelegramDate, messageId: MessageIdentifier, channelChat: ChannelChat, signature: String? = null)","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.ForwardFromChannelInfo"]},{"name":"fun ForwardFromSupergroupInfo(dateOfOriginal: TelegramDate, group: SupergroupChat)","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.ForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/-forward-from-supergroup-info.html","searchKeys":["ForwardFromSupergroupInfo","fun ForwardFromSupergroupInfo(dateOfOriginal: TelegramDate, group: SupergroupChat)","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.ForwardFromSupergroupInfo"]},{"name":"fun ForwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false)","description":"dev.inmo.tgbotapi.requests.ForwardMessage.ForwardMessage","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/-forward-message.html","searchKeys":["ForwardMessage","fun ForwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false)","dev.inmo.tgbotapi.requests.ForwardMessage.ForwardMessage"]},{"name":"fun Foursquare(id: FoursquareId, type: FoursquareType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.Foursquare","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/-foursquare.html","searchKeys":["Foursquare","fun Foursquare(id: FoursquareId, type: FoursquareType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.Foursquare"]},{"name":"fun Game(title: String, description: String, photo: Photo, text: String? = null, textSources: TextSourcesList = emptyList(), animation: AnimationFile? = null)","description":"dev.inmo.tgbotapi.types.games.Game.Game","location":"docs/dev.inmo.tgbotapi.types.games/-game/-game.html","searchKeys":["Game","fun Game(title: String, description: String, photo: Photo, text: String? = null, textSources: TextSourcesList = emptyList(), animation: AnimationFile? = null)","dev.inmo.tgbotapi.types.games.Game.Game"]},{"name":"fun GameContent(game: Game)","description":"dev.inmo.tgbotapi.types.message.content.GameContent.GameContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/-game-content.html","searchKeys":["GameContent","fun GameContent(game: Game)","dev.inmo.tgbotapi.types.message.content.GameContent.GameContent"]},{"name":"fun GameHighScore(position: Long, user: User, score: Long)","description":"dev.inmo.tgbotapi.types.games.GameHighScore.GameHighScore","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/-game-high-score.html","searchKeys":["GameHighScore","fun GameHighScore(position: Long, user: User, score: Long)","dev.inmo.tgbotapi.types.games.GameHighScore.GameHighScore"]},{"name":"fun GetChat(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.GetChat","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/-get-chat.html","searchKeys":["GetChat","fun GetChat(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChat.GetChat"]},{"name":"fun GetChatAdministrators(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.GetChatAdministrators","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/-get-chat-administrators.html","searchKeys":["GetChatAdministrators","fun GetChatAdministrators(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.GetChatAdministrators"]},{"name":"fun GetChatMember(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.GetChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/-get-chat-member.html","searchKeys":["GetChatMember","fun GetChatMember(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.GetChatMember"]},{"name":"fun GetChatMemberCount(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.GetChatMemberCount","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/-get-chat-member-count.html","searchKeys":["GetChatMemberCount","fun GetChatMemberCount(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.GetChatMemberCount"]},{"name":"fun GetChatMenuButton(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.GetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/-get-chat-menu-button.html","searchKeys":["GetChatMenuButton","fun GetChatMenuButton(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.GetChatMenuButton"]},{"name":"fun GetFile(fileId: FileId)","description":"dev.inmo.tgbotapi.requests.get.GetFile.GetFile","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/-get-file.html","searchKeys":["GetFile","fun GetFile(fileId: FileId)","dev.inmo.tgbotapi.requests.get.GetFile.GetFile"]},{"name":"fun GetGameHighScoresByChat(userId: UserId, chatId: ChatId, messageId: MessageIdentifier)","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.GetGameHighScoresByChat","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/-get-game-high-scores-by-chat.html","searchKeys":["GetGameHighScoresByChat","fun GetGameHighScoresByChat(userId: UserId, chatId: ChatId, messageId: MessageIdentifier)","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.GetGameHighScoresByChat"]},{"name":"fun GetGameHighScoresByInlineMessageId(userId: UserId, inlineMessageId: InlineMessageIdentifier)","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.GetGameHighScoresByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/-get-game-high-scores-by-inline-message-id.html","searchKeys":["GetGameHighScoresByInlineMessageId","fun GetGameHighScoresByInlineMessageId(userId: UserId, inlineMessageId: InlineMessageIdentifier)","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.GetGameHighScoresByInlineMessageId"]},{"name":"fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html","searchKeys":["GetMyCommands","fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands"]},{"name":"fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html","searchKeys":["GetMyCommands","fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands"]},{"name":"fun GetMyDefaultAdministratorRights(forChannels: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.GetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-get-my-default-administrator-rights.html","searchKeys":["GetMyDefaultAdministratorRights","fun GetMyDefaultAdministratorRights(forChannels: Boolean? = null)","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.GetMyDefaultAdministratorRights"]},{"name":"fun GetStickerSet(name: String)","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.GetStickerSet","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/-get-sticker-set.html","searchKeys":["GetStickerSet","fun GetStickerSet(name: String)","dev.inmo.tgbotapi.requests.get.GetStickerSet.GetStickerSet"]},{"name":"fun GetUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST)","description":"dev.inmo.tgbotapi.requests.GetUpdates.GetUpdates","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/-get-updates.html","searchKeys":["GetUpdates","fun GetUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST)","dev.inmo.tgbotapi.requests.GetUpdates.GetUpdates"]},{"name":"fun GetUpdatesConflict(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict.GetUpdatesConflict","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html","searchKeys":["GetUpdatesConflict","fun GetUpdatesConflict(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict.GetUpdatesConflict"]},{"name":"fun GetUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null)","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.GetUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/-get-user-profile-photos.html","searchKeys":["GetUserProfilePhotos","fun GetUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null)","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.GetUserProfilePhotos"]},{"name":"fun GetWebhookInfo()","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.GetWebhookInfo","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/-get-webhook-info.html","searchKeys":["GetWebhookInfo","fun GetWebhookInfo()","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.GetWebhookInfo"]},{"name":"fun GooglePlace(id: GooglePlaceId, type: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.GooglePlace","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/-google-place.html","searchKeys":["GooglePlace","fun GooglePlace(id: GooglePlaceId, type: GooglePlaceType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.GooglePlace"]},{"name":"fun GroupChatCreated(migratedTo: ChatId?)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.GroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/-group-chat-created.html","searchKeys":["GroupChatCreated","fun GroupChatCreated(migratedTo: ChatId?)","dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.GroupChatCreated"]},{"name":"fun GroupChatImpl(id: ChatId, title: String)","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl.GroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/-group-chat-impl.html","searchKeys":["GroupChatImpl","fun GroupChatImpl(id: ChatId, title: String)","dev.inmo.tgbotapi.types.chat.GroupChatImpl.GroupChatImpl"]},{"name":"fun HandleableCallbackBasedHolder()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.HandleableCallbackBasedHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/-handleable-callback-based-holder.html","searchKeys":["HandleableCallbackBasedHolder","fun HandleableCallbackBasedHolder()","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.HandleableCallbackBasedHolder"]},{"name":"fun HandleableRegexesHolder()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.HandleableRegexesHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/-handleable-regexes-holder.html","searchKeys":["HandleableRegexesHolder","fun HandleableRegexesHolder()","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.HandleableRegexesHolder"]},{"name":"fun HashTagTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.HashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/-hash-tag-text-source.html","searchKeys":["HashTagTextSource","fun HashTagTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.HashTagTextSource"]},{"name":"fun Identifier.toChatId(): ChatId","description":"dev.inmo.tgbotapi.types.toChatId","location":"docs/dev.inmo.tgbotapi.types/to-chat-id.html","searchKeys":["toChatId","fun Identifier.toChatId(): ChatId","dev.inmo.tgbotapi.types.toChatId"]},{"name":"fun IdentityCard(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.IdentityCard","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/-identity-card.html","searchKeys":["IdentityCard","fun IdentityCard(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.IdentityCard"]},{"name":"fun IdentityCardSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.IdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/-identity-card-secure-value.html","searchKeys":["IdentityCardSecureValue","fun IdentityCardSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.IdentityCardSecureValue"]},{"name":"fun IetfLanguageCode?.javaLocale(): Locale?","description":"dev.inmo.tgbotapi.types.javaLocale","location":"docs/dev.inmo.tgbotapi.types/java-locale.html","searchKeys":["javaLocale","fun IetfLanguageCode?.javaLocale(): Locale?","dev.inmo.tgbotapi.types.javaLocale"]},{"name":"fun InlineKeyboardBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.InlineKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/-inline-keyboard-builder.html","searchKeys":["InlineKeyboardBuilder","fun InlineKeyboardBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.InlineKeyboardBuilder"]},{"name":"fun InlineKeyboardMarkup(keyboard: Matrix)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.InlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/-inline-keyboard-markup.html","searchKeys":["InlineKeyboardMarkup","fun InlineKeyboardMarkup(keyboard: Matrix)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.InlineKeyboardMarkup"]},{"name":"fun InlineKeyboardMarkup(vararg buttons: InlineKeyboardButton): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-markup.html","searchKeys":["InlineKeyboardMarkup","fun InlineKeyboardMarkup(vararg buttons: InlineKeyboardButton): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardMarkup"]},{"name":"fun InlineKeyboardRowBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder.InlineKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/-inline-keyboard-row-builder.html","searchKeys":["InlineKeyboardRowBuilder","fun InlineKeyboardRowBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder.InlineKeyboardRowBuilder"]},{"name":"fun InlineMessageIdDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, data: String)","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.InlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/-inline-message-id-data-callback-query.html","searchKeys":["InlineMessageIdDataCallbackQuery","fun InlineMessageIdDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, data: String)","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.InlineMessageIdDataCallbackQuery"]},{"name":"fun InlineMessageIdGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, gameShortName: String)","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.InlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/-inline-message-id-game-short-name-callback-query.html","searchKeys":["InlineMessageIdGameShortNameCallbackQuery","fun InlineMessageIdGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, gameShortName: String)","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.InlineMessageIdGameShortNameCallbackQuery"]},{"name":"fun InlineQuery.createAnswer(results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): AnswerInlineQuery","description":"dev.inmo.tgbotapi.requests.answers.createAnswer","location":"docs/dev.inmo.tgbotapi.requests.answers/create-answer.html","searchKeys":["createAnswer","fun InlineQuery.createAnswer(results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): AnswerInlineQuery","dev.inmo.tgbotapi.requests.answers.createAnswer"]},{"name":"fun InlineQueryResultArticle(id: InlineQueryIdentifier, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup? = null, url: String? = null, hideUrl: Boolean? = null, description: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.InlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/-inline-query-result-article.html","searchKeys":["InlineQueryResultArticle","fun InlineQueryResultArticle(id: InlineQueryIdentifier, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup? = null, url: String? = null, hideUrl: Boolean? = null, description: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.InlineQueryResultArticle"]},{"name":"fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html","searchKeys":["InlineQueryResultAudioCachedImpl","fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl"]},{"name":"fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html","searchKeys":["InlineQueryResultAudioCachedImpl","fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl"]},{"name":"fun InlineQueryResultAudioImpl(id: InlineQueryIdentifier, url: String, title: String, performer: String? = null, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html","searchKeys":["InlineQueryResultAudioImpl","fun InlineQueryResultAudioImpl(id: InlineQueryIdentifier, url: String, title: String, performer: String? = null, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl"]},{"name":"fun InlineQueryResultContact(id: InlineQueryIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.InlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/-inline-query-result-contact.html","searchKeys":["InlineQueryResultContact","fun InlineQueryResultContact(id: InlineQueryIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.InlineQueryResultContact"]},{"name":"fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html","searchKeys":["InlineQueryResultDocumentCachedImpl","fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl"]},{"name":"fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html","searchKeys":["InlineQueryResultDocumentImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl"]},{"name":"fun InlineQueryResultGame(id: InlineQueryIdentifier, gameShortName: String, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.InlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/-inline-query-result-game.html","searchKeys":["InlineQueryResultGame","fun InlineQueryResultGame(id: InlineQueryIdentifier, gameShortName: String, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.InlineQueryResultGame"]},{"name":"fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html","searchKeys":["InlineQueryResultGifCachedImpl","fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl"]},{"name":"fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html","searchKeys":["InlineQueryResultGifCachedImpl","fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl"]},{"name":"fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["InlineQueryResultGifImpl","fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["InlineQueryResultGifImpl","fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["InlineQueryResultGifImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"fun InlineQueryResultLocation(id: InlineQueryIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, title: String, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.InlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/-inline-query-result-location.html","searchKeys":["InlineQueryResultLocation","fun InlineQueryResultLocation(id: InlineQueryIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, title: String, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.InlineQueryResultLocation"]},{"name":"fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html","searchKeys":["InlineQueryResultMpeg4GifCachedImpl","fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl"]},{"name":"fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html","searchKeys":["InlineQueryResultMpeg4GifCachedImpl","fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html","searchKeys":["InlineQueryResultMpeg4GifImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl"]},{"name":"fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html","searchKeys":["InlineQueryResultPhotoCachedImpl","fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html","searchKeys":["InlineQueryResultPhotoImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl"]},{"name":"fun InlineQueryResultStickerCached(id: InlineQueryIdentifier, fileId: FileId, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.InlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/-inline-query-result-sticker-cached.html","searchKeys":["InlineQueryResultStickerCached","fun InlineQueryResultStickerCached(id: InlineQueryIdentifier, fileId: FileId, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.InlineQueryResultStickerCached"]},{"name":"fun InlineQueryResultVenue(id: InlineQueryIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.InlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/-inline-query-result-venue.html","searchKeys":["InlineQueryResultVenue","fun InlineQueryResultVenue(id: InlineQueryIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.InlineQueryResultVenue"]},{"name":"fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html","searchKeys":["InlineQueryResultVideoCachedImpl","fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl"]},{"name":"fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl"]},{"name":"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, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html","searchKeys":["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, entities: List, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl"]},{"name":"fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html","searchKeys":["InlineQueryResultVoiceCachedImpl","fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl"]},{"name":"fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html","searchKeys":["InlineQueryResultVoiceCachedImpl","fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl"]},{"name":"fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html","searchKeys":["InlineQueryResultVoiceImpl","fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl"]},{"name":"fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl"]},{"name":"fun InlineQueryUpdate(updateId: UpdateIdentifier, data: InlineQuery)","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate.InlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/-inline-query-update.html","searchKeys":["InlineQueryUpdate","fun InlineQueryUpdate(updateId: UpdateIdentifier, data: InlineQuery)","dev.inmo.tgbotapi.types.update.InlineQueryUpdate.InlineQueryUpdate"]},{"name":"fun InputContactMessageContent(phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.InputContactMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/-input-contact-message-content.html","searchKeys":["InputContactMessageContent","fun InputContactMessageContent(phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.InputContactMessageContent"]},{"name":"fun InputInvoiceMessageContent(title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.InputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/-input-invoice-message-content.html","searchKeys":["InputInvoiceMessageContent","fun InputInvoiceMessageContent(title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.InputInvoiceMessageContent"]},{"name":"fun InputLocationMessageContent(latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.InputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/-input-location-message-content.html","searchKeys":["InputLocationMessageContent","fun InputLocationMessageContent(latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.InputLocationMessageContent"]},{"name":"fun InputMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.InputMedia.InputMediaVideo","location":"docs/dev.inmo.tgbotapi.types.InputMedia/-input-media-video.html","searchKeys":["InputMediaVideo","fun InputMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.InputMedia.InputMediaVideo"]},{"name":"fun InputTextMessageContent(entities: TextSourcesList, disableWebPagePreview: Boolean? = null): InputTextMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html","searchKeys":["InputTextMessageContent","fun InputTextMessageContent(entities: TextSourcesList, disableWebPagePreview: Boolean? = null): InputTextMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent"]},{"name":"fun InputTextMessageContent(text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null): InputTextMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html","searchKeys":["InputTextMessageContent","fun InputTextMessageContent(text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null): InputTextMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent"]},{"name":"fun InputVenueMessageContent(latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.InputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/-input-venue-message-content.html","searchKeys":["InputVenueMessageContent","fun InputVenueMessageContent(latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.InputVenueMessageContent"]},{"name":"fun Int.toChatId(): ChatId","description":"dev.inmo.tgbotapi.types.toChatId","location":"docs/dev.inmo.tgbotapi.types/to-chat-id.html","searchKeys":["toChatId","fun Int.toChatId(): ChatId","dev.inmo.tgbotapi.types.toChatId"]},{"name":"fun InternalPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.InternalPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/-internal-passport.html","searchKeys":["InternalPassport","fun InternalPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.InternalPassport"]},{"name":"fun InternalPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.InternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/-internal-passport-secure-value.html","searchKeys":["InternalPassportSecureValue","fun InternalPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.InternalPassportSecureValue"]},{"name":"fun InvalidPhotoDimensionsException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException.InvalidPhotoDimensionsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/-invalid-photo-dimensions-exception.html","searchKeys":["InvalidPhotoDimensionsException","fun InvalidPhotoDimensionsException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException.InvalidPhotoDimensionsException"]},{"name":"fun Invoice(title: String, description: String, startParameter: StartParameter, currency: Currency, amount: Long)","description":"dev.inmo.tgbotapi.types.payments.Invoice.Invoice","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/-invoice.html","searchKeys":["Invoice","fun Invoice(title: String, description: String, startParameter: StartParameter, currency: Currency, amount: Long)","dev.inmo.tgbotapi.types.payments.Invoice.Invoice"]},{"name":"fun InvoiceContent(invoice: Invoice)","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent.InvoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/-invoice-content.html","searchKeys":["InvoiceContent","fun InvoiceContent(invoice: Invoice)","dev.inmo.tgbotapi.types.message.content.InvoiceContent.InvoiceContent"]},{"name":"fun ItalicTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.ItalicTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/-italic-text-source.html","searchKeys":["ItalicTextSource","fun ItalicTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.ItalicTextSource"]},{"name":"fun Json.toTelegramUpdate(source: JsonElement): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun Json.toTelegramUpdate(source: JsonElement): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun Json.toTelegramUpdate(source: String): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun Json.toTelegramUpdate(source: String): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun JsonArray.withoutNulls(): JsonArray","description":"dev.inmo.tgbotapi.utils.withoutNulls","location":"docs/dev.inmo.tgbotapi.utils/without-nulls.html","searchKeys":["withoutNulls","fun JsonArray.withoutNulls(): JsonArray","dev.inmo.tgbotapi.utils.withoutNulls"]},{"name":"fun JsonElement.toTelegramUpdate(): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun JsonElement.toTelegramUpdate(): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun JsonObject.mapWithCommonValues(): Map","description":"dev.inmo.tgbotapi.utils.mapWithCommonValues","location":"docs/dev.inmo.tgbotapi.utils/map-with-common-values.html","searchKeys":["mapWithCommonValues","fun JsonObject.mapWithCommonValues(): Map","dev.inmo.tgbotapi.utils.mapWithCommonValues"]},{"name":"fun JsonObject.withoutNulls(): JsonObject","description":"dev.inmo.tgbotapi.utils.withoutNulls","location":"docs/dev.inmo.tgbotapi.utils/without-nulls.html","searchKeys":["withoutNulls","fun JsonObject.withoutNulls(): JsonObject","dev.inmo.tgbotapi.utils.withoutNulls"]},{"name":"fun KickedChatMember(user: User, untilDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember.KickedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/-kicked-chat-member.html","searchKeys":["KickedChatMember","fun KickedChatMember(user: User, untilDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.chat.member.KickedChatMember.KickedChatMember"]},{"name":"fun KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder)","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.KtorRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/-ktor-requests-executor.html","searchKeys":["KtorRequestsExecutor","fun KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder)","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.KtorRequestsExecutor"]},{"name":"fun KtorRequestsExecutorBuilder(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.KtorRequestsExecutorBuilder","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/-ktor-requests-executor-builder.html","searchKeys":["KtorRequestsExecutorBuilder","fun KtorRequestsExecutorBuilder(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.KtorRequestsExecutorBuilder"]},{"name":"fun LabeledPrice(label: String, amount: Long)","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice.LabeledPrice","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/-labeled-price.html","searchKeys":["LabeledPrice","fun LabeledPrice(label: String, amount: Long)","dev.inmo.tgbotapi.types.payments.LabeledPrice.LabeledPrice"]},{"name":"fun LeaveChat(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.LeaveChat","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/-leave-chat.html","searchKeys":["LeaveChat","fun LeaveChat(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.LeaveChat.LeaveChat"]},{"name":"fun LeftChatMember(user: User)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.LeftChatMember","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member/-left-chat-member.html","searchKeys":["LeftChatMember","fun LeftChatMember(user: User)","dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.LeftChatMember"]},{"name":"fun LeftChatMemberImpl(user: User)","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.LeftChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/-left-chat-member-impl.html","searchKeys":["LeftChatMemberImpl","fun LeftChatMemberImpl(user: User)","dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.LeftChatMemberImpl"]},{"name":"fun List.toSentMediaGroupUpdate(): SentMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.updates.toSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-sent-media-group-update.html","searchKeys":["toSentMediaGroupUpdate","fun List.toSentMediaGroupUpdate(): SentMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.updates.toSentMediaGroupUpdate"]},{"name":"fun List>.createResend(chat: Chat, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/create-resend.html","searchKeys":["createResend","fun List>.createResend(chat: Chat, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend"]},{"name":"fun List>.createResend(chatId: ChatId, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/create-resend.html","searchKeys":["createResend","fun List>.createResend(chatId: ChatId, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend"]},{"name":"fun List.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): MutableMap>","description":"dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html","searchKeys":["parseCommandsWithParams","fun List.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): MutableMap>","dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams"]},{"name":"fun List.separateForCaption(): List>","description":"dev.inmo.tgbotapi.types.message.textsources.separateForCaption","location":"docs/dev.inmo.tgbotapi.types.message.textsources/separate-for-caption.html","searchKeys":["separateForCaption","fun List.separateForCaption(): List>","dev.inmo.tgbotapi.types.message.textsources.separateForCaption"]},{"name":"fun List.separateForMessage(limit: IntRange, numberOfParts: Int? = null): List>","description":"dev.inmo.tgbotapi.types.message.textsources.separateForMessage","location":"docs/dev.inmo.tgbotapi.types.message.textsources/separate-for-message.html","searchKeys":["separateForMessage","fun List.separateForMessage(limit: IntRange, numberOfParts: Int? = null): List>","dev.inmo.tgbotapi.types.message.textsources.separateForMessage"]},{"name":"fun List.convertWithMediaGroupUpdates(): List","description":"dev.inmo.tgbotapi.extensions.utils.updates.convertWithMediaGroupUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/convert-with-media-group-updates.html","searchKeys":["convertWithMediaGroupUpdates","fun List.convertWithMediaGroupUpdates(): List","dev.inmo.tgbotapi.extensions.utils.updates.convertWithMediaGroupUpdates"]},{"name":"fun List.lastUpdateIdentifier(): UpdateIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html","searchKeys":["lastUpdateIdentifier","fun List.lastUpdateIdentifier(): UpdateIdentifier?","dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier"]},{"name":"fun LiveLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","description":"dev.inmo.tgbotapi.types.location.LiveLocation.LiveLocation","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/-live-location.html","searchKeys":["LiveLocation","fun LiveLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","dev.inmo.tgbotapi.types.location.LiveLocation.LiveLocation"]},{"name":"fun LiveLocationContent(location: LiveLocation)","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent.LiveLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/-live-location-content.html","searchKeys":["LiveLocationContent","fun LiveLocationContent(location: LiveLocation)","dev.inmo.tgbotapi.types.message.content.LiveLocationContent.LiveLocationContent"]},{"name":"fun LocationChosenInlineResult(resultId: InlineQueryIdentifier, from: User, location: StaticLocation, inlineMessageId: InlineMessageIdentifier?, query: String)","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.LocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/-location-chosen-inline-result.html","searchKeys":["LocationChosenInlineResult","fun LocationChosenInlineResult(resultId: InlineQueryIdentifier, from: User, location: StaticLocation, inlineMessageId: InlineMessageIdentifier?, query: String)","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.LocationChosenInlineResult"]},{"name":"fun LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?, location: Location)","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.LocationInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/-location-inline-query.html","searchKeys":["LocationInlineQuery","fun LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?, location: Location)","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.LocationInlineQuery"]},{"name":"fun LoginURL(url: String, forwardText: String? = null, botUsername: String? = null, requestWriteAccess: Boolean? = null)","description":"dev.inmo.tgbotapi.types.LoginURL.LoginURL","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/-login-u-r-l.html","searchKeys":["LoginURL","fun LoginURL(url: String, forwardText: String? = null, botUsername: String? = null, requestWriteAccess: Boolean? = null)","dev.inmo.tgbotapi.types.LoginURL.LoginURL"]},{"name":"fun LoginURLInlineKeyboardButton(text: String, loginUrl: LoginURL)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.LoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/-login-u-r-l-inline-keyboard-button.html","searchKeys":["LoginURLInlineKeyboardButton","fun LoginURLInlineKeyboardButton(text: String, loginUrl: LoginURL)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.LoginURLInlineKeyboardButton"]},{"name":"fun LongSeconds.asApproximateScheduledCloseInfo(startPoint: DateTime): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html","searchKeys":["asApproximateScheduledCloseInfo","fun LongSeconds.asApproximateScheduledCloseInfo(startPoint: DateTime): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo"]},{"name":"fun MainButton()","description":"dev.inmo.tgbotapi.webapps.MainButton.MainButton","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/-main-button.html","searchKeys":["MainButton","fun MainButton()","dev.inmo.tgbotapi.webapps.MainButton.MainButton"]},{"name":"fun MainButton.onClick(eventHandler: EventHandler): MainButton","description":"dev.inmo.tgbotapi.webapps.onClick","location":"docs/dev.inmo.tgbotapi.webapps/on-click.html","searchKeys":["onClick","fun MainButton.onClick(eventHandler: EventHandler): MainButton","dev.inmo.tgbotapi.webapps.onClick"]},{"name":"fun MainButton.setParams(params: MainButtonParams): MainButton","description":"dev.inmo.tgbotapi.webapps.setParams","location":"docs/dev.inmo.tgbotapi.webapps/set-params.html","searchKeys":["setParams","fun MainButton.setParams(params: MainButtonParams): MainButton","dev.inmo.tgbotapi.webapps.setParams"]},{"name":"fun MainButtonParams(text: String? = null, color: String? = null, textColor: String? = null, isActive: Boolean? = null, isVisible: Boolean? = null)","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.MainButtonParams","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/-main-button-params.html","searchKeys":["MainButtonParams","fun MainButtonParams(text: String? = null, color: String? = null, textColor: String? = null, isActive: Boolean? = null, isVisible: Boolean? = null)","dev.inmo.tgbotapi.webapps.MainButtonParams.MainButtonParams"]},{"name":"fun MaskPosition(point: String, xShift: Float, yShift: Float, scale: Float)","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.MaskPosition","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/-mask-position.html","searchKeys":["MaskPosition","fun MaskPosition(point: String, xShift: Float, yShift: Float, scale: Float)","dev.inmo.tgbotapi.types.stickers.MaskPosition.MaskPosition"]},{"name":"fun MatrixBuilder()","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.MatrixBuilder","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/-matrix-builder.html","searchKeys":["MatrixBuilder","fun MatrixBuilder()","dev.inmo.tgbotapi.utils.MatrixBuilder.MatrixBuilder"]},{"name":"fun MemberChatMemberImpl(user: User)","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.MemberChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/-member-chat-member-impl.html","searchKeys":["MemberChatMemberImpl","fun MemberChatMemberImpl(user: User)","dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.MemberChatMemberImpl"]},{"name":"fun MentionTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.MentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/-mention-text-source.html","searchKeys":["MentionTextSource","fun MentionTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.MentionTextSource"]},{"name":"fun MessageAutoDeleteTimerChanged(newAutoDeleteTime: Seconds)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.MessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/-message-auto-delete-timer-changed.html","searchKeys":["MessageAutoDeleteTimerChanged","fun MessageAutoDeleteTimerChanged(newAutoDeleteTime: Seconds)","dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.MessageAutoDeleteTimerChanged"]},{"name":"fun MessageDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, data: String)","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.MessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/-message-data-callback-query.html","searchKeys":["MessageDataCallbackQuery","fun MessageDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, data: String)","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.MessageDataCallbackQuery"]},{"name":"fun MessageGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, gameShortName: String)","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.MessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/-message-game-short-name-callback-query.html","searchKeys":["MessageGameShortNameCallbackQuery","fun MessageGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, gameShortName: String)","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.MessageGameShortNameCallbackQuery"]},{"name":"fun MessageIsNotModifiedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException.MessageIsNotModifiedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/-message-is-not-modified-exception.html","searchKeys":["MessageIsNotModifiedException","fun MessageIsNotModifiedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException.MessageIsNotModifiedException"]},{"name":"fun MessageMediaGroupUpdate(origins: List)","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.MessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/-message-media-group-update.html","searchKeys":["MessageMediaGroupUpdate","fun MessageMediaGroupUpdate(origins: List)","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.MessageMediaGroupUpdate"]},{"name":"fun MessageToEditNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException.MessageToEditNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/-message-to-edit-not-found-exception.html","searchKeys":["MessageToEditNotFoundException","fun MessageToEditNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException.MessageToEditNotFoundException"]},{"name":"fun MessageUpdate(updateId: UpdateIdentifier, data: Message)","description":"dev.inmo.tgbotapi.types.update.MessageUpdate.MessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/-message-update.html","searchKeys":["MessageUpdate","fun MessageUpdate(updateId: UpdateIdentifier, data: Message)","dev.inmo.tgbotapi.types.update.MessageUpdate.MessageUpdate"]},{"name":"fun MigrateChatId(newChatId: ChatId)","description":"dev.inmo.tgbotapi.types.MigrateChatId.MigrateChatId","location":"docs/dev.inmo.tgbotapi.types/-migrate-chat-id/-migrate-chat-id.html","searchKeys":["MigrateChatId","fun MigrateChatId(newChatId: ChatId)","dev.inmo.tgbotapi.types.MigrateChatId.MigrateChatId"]},{"name":"fun MigratedToSupergroup(migratedFrom: ChatId)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.MigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/-migrated-to-supergroup.html","searchKeys":["MigratedToSupergroup","fun MigratedToSupergroup(migratedFrom: ChatId)","dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.MigratedToSupergroup"]},{"name":"fun MimeType(raw: String)","description":"dev.inmo.tgbotapi.utils.MimeType.MimeType","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/-mime-type.html","searchKeys":["MimeType","fun MimeType(raw: String)","dev.inmo.tgbotapi.utils.MimeType.MimeType"]},{"name":"fun MultipartFile(filename: String, inputSource: () -> Input)","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.MultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/-multipart-file.html","searchKeys":["MultipartFile","fun MultipartFile(filename: String, inputSource: () -> Input)","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.MultipartFile"]},{"name":"fun MultipartRequestCallFactory()","description":"dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory.MultipartRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/-multipart-request-call-factory.html","searchKeys":["MultipartRequestCallFactory","fun MultipartRequestCallFactory()","dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory.MultipartRequestCallFactory"]},{"name":"fun MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest.MultipartSetWebhookRequest","location":"docs/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/-multipart-set-webhook-request.html","searchKeys":["MultipartSetWebhookRequest","fun MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null)","dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest.MultipartSetWebhookRequest"]},{"name":"fun MyChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.MyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/-my-chat-member-updated-update.html","searchKeys":["MyChatMemberUpdatedUpdate","fun MyChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.MyChatMemberUpdatedUpdate"]},{"name":"fun NewChatMembers(members: List)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.NewChatMembers","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/-new-chat-members.html","searchKeys":["NewChatMembers","fun NewChatMembers(members: List)","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.NewChatMembers"]},{"name":"fun NewChatPhoto(photo: Photo)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.NewChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/-new-chat-photo.html","searchKeys":["NewChatPhoto","fun NewChatPhoto(photo: Photo)","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.NewChatPhoto"]},{"name":"fun NewChatTitle(title: String)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.NewChatTitle","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/-new-chat-title.html","searchKeys":["NewChatTitle","fun NewChatTitle(title: String)","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.NewChatTitle"]},{"name":"fun OrderInfo(name: String, phoneNumber: String, email: String, shippingAddress: ShippingAddress)","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.OrderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/-order-info.html","searchKeys":["OrderInfo","fun OrderInfo(name: String, phoneNumber: String, email: String, shippingAddress: ShippingAddress)","dev.inmo.tgbotapi.types.payments.OrderInfo.OrderInfo"]},{"name":"fun Pair.createDecryptor(): Decryptor","description":"dev.inmo.tgbotapi.utils.passport.createDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/create-decryptor.html","searchKeys":["createDecryptor","fun Pair.createDecryptor(): Decryptor","dev.inmo.tgbotapi.utils.passport.createDecryptor"]},{"name":"fun PassportData(data: List, credentials: EncryptedCredentials)","description":"dev.inmo.tgbotapi.types.passport.PassportData.PassportData","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/-passport-data.html","searchKeys":["PassportData","fun PassportData(data: List, credentials: EncryptedCredentials)","dev.inmo.tgbotapi.types.passport.PassportData.PassportData"]},{"name":"fun PassportElementErrorDataField(type: String, fieldName: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.PassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/-passport-element-error-data-field.html","searchKeys":["PassportElementErrorDataField","fun PassportElementErrorDataField(type: String, fieldName: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.PassportElementErrorDataField"]},{"name":"fun PassportElementErrorFile(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.PassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/-passport-element-error-file.html","searchKeys":["PassportElementErrorFile","fun PassportElementErrorFile(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.PassportElementErrorFile"]},{"name":"fun PassportElementErrorFiles(type: String, elementsHashes: List, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.PassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/-passport-element-error-files.html","searchKeys":["PassportElementErrorFiles","fun PassportElementErrorFiles(type: String, elementsHashes: List, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.PassportElementErrorFiles"]},{"name":"fun PassportElementErrorFrontSide(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.PassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/-passport-element-error-front-side.html","searchKeys":["PassportElementErrorFrontSide","fun PassportElementErrorFrontSide(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.PassportElementErrorFrontSide"]},{"name":"fun PassportElementErrorReverseSide(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.PassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/-passport-element-error-reverse-side.html","searchKeys":["PassportElementErrorReverseSide","fun PassportElementErrorReverseSide(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.PassportElementErrorReverseSide"]},{"name":"fun PassportElementErrorSelfie(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.PassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/-passport-element-error-selfie.html","searchKeys":["PassportElementErrorSelfie","fun PassportElementErrorSelfie(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.PassportElementErrorSelfie"]},{"name":"fun PassportElementErrorTranslationFile(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.PassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/-passport-element-error-translation-file.html","searchKeys":["PassportElementErrorTranslationFile","fun PassportElementErrorTranslationFile(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.PassportElementErrorTranslationFile"]},{"name":"fun PassportElementErrorTranslationFiles(type: String, elementsHashes: List, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.PassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/-passport-element-error-translation-files.html","searchKeys":["PassportElementErrorTranslationFiles","fun PassportElementErrorTranslationFiles(type: String, elementsHashes: List, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.PassportElementErrorTranslationFiles"]},{"name":"fun PassportElementErrorUnspecified(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.PassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/-passport-element-error-unspecified.html","searchKeys":["PassportElementErrorUnspecified","fun PassportElementErrorUnspecified(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.PassportElementErrorUnspecified"]},{"name":"fun PassportFile(fileId: FileId, fileUniqueId: FileUniqueId, uploadingDate: TelegramDate, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.PassportFile.PassportFile","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/-passport-file.html","searchKeys":["PassportFile","fun PassportFile(fileId: FileId, fileUniqueId: FileUniqueId, uploadingDate: TelegramDate, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.PassportFile.PassportFile"]},{"name":"fun PassportMessage(messageId: MessageIdentifier, chat: Chat, from: User, date: DateTime, passportData: PassportData)","description":"dev.inmo.tgbotapi.types.message.PassportMessage.PassportMessage","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/-passport-message.html","searchKeys":["PassportMessage","fun PassportMessage(messageId: MessageIdentifier, chat: Chat, from: User, date: DateTime, passportData: PassportData)","dev.inmo.tgbotapi.types.message.PassportMessage.PassportMessage"]},{"name":"fun PassportRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.PassportRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/-passport-registration.html","searchKeys":["PassportRegistration","fun PassportRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.PassportRegistration"]},{"name":"fun PassportRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.PassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/-passport-registration-secure-value.html","searchKeys":["PassportRegistrationSecureValue","fun PassportRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.PassportRegistrationSecureValue"]},{"name":"fun PathedFile(fileId: FileId, fileUniqueId: FileUniqueId, filePath: String, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.PathedFile.PathedFile","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/-pathed-file.html","searchKeys":["PathedFile","fun PathedFile(fileId: FileId, fileUniqueId: FileUniqueId, filePath: String, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.PathedFile.PathedFile"]},{"name":"fun PathedFile.asStream(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper): InputStream","description":"dev.inmo.tgbotapi.types.files.asStream","location":"docs/dev.inmo.tgbotapi.types.files/as-stream.html","searchKeys":["asStream","fun PathedFile.asStream(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper): InputStream","dev.inmo.tgbotapi.types.files.asStream"]},{"name":"fun PathedFile.fullUrl(keeper: TelegramAPIUrlsKeeper): String","description":"dev.inmo.tgbotapi.types.files.fullUrl","location":"docs/dev.inmo.tgbotapi.types.files/full-url.html","searchKeys":["fullUrl","fun PathedFile.fullUrl(keeper: TelegramAPIUrlsKeeper): String","dev.inmo.tgbotapi.types.files.fullUrl"]},{"name":"fun PayInlineKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.PayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/-pay-inline-keyboard-button.html","searchKeys":["PayInlineKeyboardButton","fun PayInlineKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.PayInlineKeyboardButton"]},{"name":"fun PersonalDetailsSecureValue(data: DataCredentials)","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.PersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/-personal-details-secure-value.html","searchKeys":["PersonalDetailsSecureValue","fun PersonalDetailsSecureValue(data: DataCredentials)","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.PersonalDetailsSecureValue"]},{"name":"fun PhoneNumber(phoneNumber: String, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.PhoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/-phone-number.html","searchKeys":["PhoneNumber","fun PhoneNumber(phoneNumber: String, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.PhoneNumber"]},{"name":"fun PhoneNumberTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.PhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/-phone-number-text-source.html","searchKeys":["PhoneNumberTextSource","fun PhoneNumberTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.PhoneNumberTextSource"]},{"name":"fun Photo.biggest(): PhotoSize?","description":"dev.inmo.tgbotapi.types.files.biggest","location":"docs/dev.inmo.tgbotapi.types.files/biggest.html","searchKeys":["biggest","fun Photo.biggest(): PhotoSize?","dev.inmo.tgbotapi.types.files.biggest"]},{"name":"fun PhotoContent(mediaCollection: Photo, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.PhotoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/-photo-content.html","searchKeys":["PhotoContent","fun PhotoContent(mediaCollection: Photo, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.PhotoContent.PhotoContent"]},{"name":"fun PhotoSize(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, width: Int, height: Int)","description":"dev.inmo.tgbotapi.types.files.PhotoSize.PhotoSize","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/-photo-size.html","searchKeys":["PhotoSize","fun PhotoSize(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, width: Int, height: Int)","dev.inmo.tgbotapi.types.files.PhotoSize.PhotoSize"]},{"name":"fun PhotoSize.toTelegramMediaPhoto(text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html","searchKeys":["toTelegramMediaPhoto","fun PhotoSize.toTelegramMediaPhoto(text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto"]},{"name":"fun PhotoSize.toTelegramMediaPhoto(textSources: TextSourcesList = emptyList()): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html","searchKeys":["toTelegramMediaPhoto","fun PhotoSize.toTelegramMediaPhoto(textSources: TextSourcesList = emptyList()): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto"]},{"name":"fun PinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false)","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.PinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/-pin-chat-message.html","searchKeys":["PinChatMessage","fun PinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false)","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.PinChatMessage"]},{"name":"fun PinnedMessage(message: Message)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.PinnedMessage","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/-pinned-message.html","searchKeys":["PinnedMessage","fun PinnedMessage(message: Message)","dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.PinnedMessage"]},{"name":"fun Poll.createRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendPoll","description":"dev.inmo.tgbotapi.requests.send.polls.createRequest","location":"docs/dev.inmo.tgbotapi.requests.send.polls/create-request.html","searchKeys":["createRequest","fun Poll.createRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendPoll","dev.inmo.tgbotapi.requests.send.polls.createRequest"]},{"name":"fun PollAnswer(pollId: PollIdentifier, user: User, chosen: List)","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.PollAnswer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/-poll-answer.html","searchKeys":["PollAnswer","fun PollAnswer(pollId: PollIdentifier, user: User, chosen: List)","dev.inmo.tgbotapi.types.polls.PollAnswer.PollAnswer"]},{"name":"fun PollAnswerUpdate(updateId: UpdateIdentifier, data: PollAnswer)","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate.PollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/-poll-answer-update.html","searchKeys":["PollAnswerUpdate","fun PollAnswerUpdate(updateId: UpdateIdentifier, data: PollAnswer)","dev.inmo.tgbotapi.types.update.PollAnswerUpdate.PollAnswerUpdate"]},{"name":"fun PollContent(poll: Poll)","description":"dev.inmo.tgbotapi.types.message.content.PollContent.PollContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/-poll-content.html","searchKeys":["PollContent","fun PollContent(poll: Poll)","dev.inmo.tgbotapi.types.message.content.PollContent.PollContent"]},{"name":"fun PollUpdate(updateId: UpdateIdentifier, data: Poll)","description":"dev.inmo.tgbotapi.types.update.PollUpdate.PollUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/-poll-update.html","searchKeys":["PollUpdate","fun PollUpdate(updateId: UpdateIdentifier, data: Poll)","dev.inmo.tgbotapi.types.update.PollUpdate.PollUpdate"]},{"name":"fun PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","description":"dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.PowLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/-pow-limiter.html","searchKeys":["PowLimiter","fun PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.PowLimiter"]},{"name":"fun PreCheckoutQuery(id: PreCheckoutQueryId, from: User, currency: Currency, amount: Long, invoicePayload: InvoicePayload, shippingOptionId: ShippingOptionIdentifier? = null, orderInfo: OrderInfo? = null)","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.PreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/-pre-checkout-query.html","searchKeys":["PreCheckoutQuery","fun PreCheckoutQuery(id: PreCheckoutQueryId, from: User, currency: Currency, amount: Long, invoicePayload: InvoicePayload, shippingOptionId: ShippingOptionIdentifier? = null, orderInfo: OrderInfo? = null)","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.PreCheckoutQuery"]},{"name":"fun PreCheckoutQuery.createAnswerError(error: String): AnswerPreCheckoutQueryError","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html","searchKeys":["createAnswerError","fun PreCheckoutQuery.createAnswerError(error: String): AnswerPreCheckoutQueryError","dev.inmo.tgbotapi.requests.answers.payments.createAnswerError"]},{"name":"fun PreCheckoutQuery.createAnswerOk(): AnswerPreCheckoutQueryOk","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html","searchKeys":["createAnswerOk","fun PreCheckoutQuery.createAnswerOk(): AnswerPreCheckoutQueryOk","dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk"]},{"name":"fun PreCheckoutQueryUpdate(updateId: UpdateIdentifier, data: PreCheckoutQuery)","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.PreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/-pre-checkout-query-update.html","searchKeys":["PreCheckoutQueryUpdate","fun PreCheckoutQueryUpdate(updateId: UpdateIdentifier, data: PreCheckoutQuery)","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.PreCheckoutQueryUpdate"]},{"name":"fun PreTextSource(source: String, language: String? = null)","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.PreTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/-pre-text-source.html","searchKeys":["PreTextSource","fun PreTextSource(source: String, language: String? = null)","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.PreTextSource"]},{"name":"fun PreviewFeature()","description":"dev.inmo.tgbotapi.utils.PreviewFeature.PreviewFeature","location":"docs/dev.inmo.tgbotapi.utils/-preview-feature/-preview-feature.html","searchKeys":["PreviewFeature","fun PreviewFeature()","dev.inmo.tgbotapi.utils.PreviewFeature.PreviewFeature"]},{"name":"fun PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.PrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/-primary-invite-link.html","searchKeys":["PrimaryInviteLink","fun PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.PrimaryInviteLink.PrimaryInviteLink"]},{"name":"fun PrivateChatImpl(id: ChatId, username: Username? = null, firstName: String = \"\", lastName: String = \"\")","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.PrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/-private-chat-impl.html","searchKeys":["PrivateChatImpl","fun PrivateChatImpl(id: ChatId, username: Username? = null, firstName: String = \"\", lastName: String = \"\")","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.PrivateChatImpl"]},{"name":"fun PromoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.PromoteChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/-promote-chat-member.html","searchKeys":["PromoteChatMember","fun PromoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null)","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.PromoteChatMember"]},{"name":"fun ProximityAlertTriggered(traveler: User, watcher: User, distance: Meters)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.ProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/-proximity-alert-triggered.html","searchKeys":["ProximityAlertTriggered","fun ProximityAlertTriggered(traveler: User, watcher: User, distance: Meters)","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.ProximityAlertTriggered"]},{"name":"fun ProxySettings(host: String = \"localhost\", port: Int = 1080, username: String? = null, password: String? = null)","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.ProxySettings","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/-proxy-settings.html","searchKeys":["ProxySettings","fun ProxySettings(host: String = \"localhost\", port: Int = 1080, username: String? = null, password: String? = null)","dev.inmo.tgbotapi.bot.settings.ProxySettings.ProxySettings"]},{"name":"fun QuizPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, correctOptionId: Int? = null, text: String? = null, textSources: List = emptyList(), isClosed: Boolean = false, isAnonymous: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.QuizPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/-quiz-poll.html","searchKeys":["QuizPoll","fun QuizPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, correctOptionId: Int? = null, text: String? = null, textSources: List = emptyList(), isClosed: Boolean = false, isAnonymous: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","dev.inmo.tgbotapi.types.polls.QuizPoll.QuizPoll"]},{"name":"fun RegularPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, isClosed: Boolean = false, isAnonymous: Boolean = false, allowMultipleAnswers: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.RegularPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/-regular-poll.html","searchKeys":["RegularPoll","fun RegularPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, isClosed: Boolean = false, isAnonymous: Boolean = false, allowMultipleAnswers: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","dev.inmo.tgbotapi.types.polls.RegularPoll.RegularPoll"]},{"name":"fun RegularTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.RegularTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/-regular-text-source.html","searchKeys":["RegularTextSource","fun RegularTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.RegularTextSource"]},{"name":"fun RentalAgreement(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.RentalAgreement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/-rental-agreement.html","searchKeys":["RentalAgreement","fun RentalAgreement(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.RentalAgreement"]},{"name":"fun RentalAgreementSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.RentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/-rental-agreement-secure-value.html","searchKeys":["RentalAgreementSecureValue","fun RentalAgreementSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.RentalAgreementSecureValue"]},{"name":"fun ReplyForce(selective: Boolean? = null, inputFieldPlaceholder: String? = null)","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.ReplyForce","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-reply-force.html","searchKeys":["ReplyForce","fun ReplyForce(selective: Boolean? = null, inputFieldPlaceholder: String? = null)","dev.inmo.tgbotapi.types.buttons.ReplyForce.ReplyForce"]},{"name":"fun ReplyKeyboardBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.ReplyKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/-reply-keyboard-builder.html","searchKeys":["ReplyKeyboardBuilder","fun ReplyKeyboardBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.ReplyKeyboardBuilder"]},{"name":"fun ReplyKeyboardMarkup(keyboard: Matrix, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null)","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.ReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/-reply-keyboard-markup.html","searchKeys":["ReplyKeyboardMarkup","fun ReplyKeyboardMarkup(keyboard: Matrix, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null)","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.ReplyKeyboardMarkup"]},{"name":"fun ReplyKeyboardMarkup(vararg buttons: KeyboardButton, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-markup.html","searchKeys":["ReplyKeyboardMarkup","fun ReplyKeyboardMarkup(vararg buttons: KeyboardButton, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardMarkup"]},{"name":"fun ReplyKeyboardRemove(selective: Boolean? = null)","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.ReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/-reply-keyboard-remove.html","searchKeys":["ReplyKeyboardRemove","fun ReplyKeyboardRemove(selective: Boolean? = null)","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.ReplyKeyboardRemove"]},{"name":"fun ReplyKeyboardRowBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder.ReplyKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/-reply-keyboard-row-builder.html","searchKeys":["ReplyKeyboardRowBuilder","fun ReplyKeyboardRowBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder.ReplyKeyboardRowBuilder"]},{"name":"fun ReplyMessageNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException.ReplyMessageNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/-reply-message-not-found-exception.html","searchKeys":["ReplyMessageNotFoundException","fun ReplyMessageNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException.ReplyMessageNotFoundException"]},{"name":"fun RequestContactKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.RequestContactKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/-request-contact-keyboard-button.html","searchKeys":["RequestContactKeyboardButton","fun RequestContactKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.RequestContactKeyboardButton"]},{"name":"fun RequestLocationKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.RequestLocationKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/-request-location-keyboard-button.html","searchKeys":["RequestLocationKeyboardButton","fun RequestLocationKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.RequestLocationKeyboardButton"]},{"name":"fun RequestPollKeyboardButton(text: String, requestPoll: KeyboardButtonPollType)","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.RequestPollKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/-request-poll-keyboard-button.html","searchKeys":["RequestPollKeyboardButton","fun RequestPollKeyboardButton(text: String, requestPoll: KeyboardButtonPollType)","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.RequestPollKeyboardButton"]},{"name":"fun RequestsExecutor.startGettingOfUpdatesByLongPolling(updatesFilter: UpdatesFilter, timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html","searchKeys":["startGettingOfUpdatesByLongPolling","fun RequestsExecutor.startGettingOfUpdatesByLongPolling(updatesFilter: UpdatesFilter, timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling"]},{"name":"fun Response(ok: Boolean = false, description: String? = null, errorCode: Int? = null, result: JsonElement? = null, parameters: ResponseParametersRaw? = null)","description":"dev.inmo.tgbotapi.types.Response.Response","location":"docs/dev.inmo.tgbotapi.types/-response/-response.html","searchKeys":["Response","fun Response(ok: Boolean = false, description: String? = null, errorCode: Int? = null, result: JsonElement? = null, parameters: ResponseParametersRaw? = null)","dev.inmo.tgbotapi.types.Response.Response"]},{"name":"fun ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","description":"dev.inmo.tgbotapi.types.ResponseParametersRaw.ResponseParametersRaw","location":"docs/dev.inmo.tgbotapi.types/-response-parameters-raw/-response-parameters-raw.html","searchKeys":["ResponseParametersRaw","fun ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","dev.inmo.tgbotapi.types.ResponseParametersRaw.ResponseParametersRaw"]},{"name":"fun RestrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions())","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.RestrictChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/-restrict-chat-member.html","searchKeys":["RestrictChatMember","fun RestrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions())","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.RestrictChatMember"]},{"name":"fun RestrictedChatMember(user: User, untilDate: TelegramDate? = null, isMember: Boolean = false, canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebpagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.RestrictedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/-restricted-chat-member.html","searchKeys":["RestrictedChatMember","fun RestrictedChatMember(user: User, untilDate: TelegramDate? = null, isMember: Boolean = false, canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebpagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.RestrictedChatMember"]},{"name":"fun RetryAfterError(seconds: Seconds, startCountingMillis: Long)","description":"dev.inmo.tgbotapi.types.RetryAfterError.RetryAfterError","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/-retry-after-error.html","searchKeys":["RetryAfterError","fun RetryAfterError(seconds: Seconds, startCountingMillis: Long)","dev.inmo.tgbotapi.types.RetryAfterError.RetryAfterError"]},{"name":"fun RevokeChatInviteLink(chatId: ChatIdentifier, inviteLink: String)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.RevokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/-revoke-chat-invite-link.html","searchKeys":["RevokeChatInviteLink","fun RevokeChatInviteLink(chatId: ChatIdentifier, inviteLink: String)","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.RevokeChatInviteLink"]},{"name":"fun RiskFeature(message: String = lowLevelRiskFeatureMessage)","description":"dev.inmo.tgbotapi.utils.RiskFeature.RiskFeature","location":"docs/dev.inmo.tgbotapi.utils/-risk-feature/-risk-feature.html","searchKeys":["RiskFeature","fun RiskFeature(message: String = lowLevelRiskFeatureMessage)","dev.inmo.tgbotapi.utils.RiskFeature.RiskFeature"]},{"name":"fun Route.includeWebhookHandlingInRoute(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: UpdateReceiver)","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRoute","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route.html","searchKeys":["includeWebhookHandlingInRoute","fun Route.includeWebhookHandlingInRoute(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: UpdateReceiver)","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRoute"]},{"name":"fun Route.includeWebhookHandlingInRouteWithFlows(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: FlowsUpdatesFilter.() -> Unit)","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRouteWithFlows","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route-with-flows.html","searchKeys":["includeWebhookHandlingInRouteWithFlows","fun Route.includeWebhookHandlingInRouteWithFlows(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: FlowsUpdatesFilter.() -> Unit)","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRouteWithFlows"]},{"name":"fun RowBuilder()","description":"dev.inmo.tgbotapi.utils.RowBuilder.RowBuilder","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/-row-builder.html","searchKeys":["RowBuilder","fun RowBuilder()","dev.inmo.tgbotapi.utils.RowBuilder.RowBuilder"]},{"name":"fun SecureData(personalDetails: PersonalDetailsSecureValue? = null, passport: CommonPassportSecureValue? = null, internalPassport: InternalPassportSecureValue? = null, driverLicense: DriverLicenseSecureValue? = null, identityCard: IdentityCardSecureValue? = null, utilityBill: UtilityBillSecureValue? = null, bankStatement: BankStatementSecureValue? = null, rentalAgreement: RentalAgreementSecureValue? = null, passportRegistration: PassportRegistrationSecureValue? = null, temporaryRegistration: TemporalRegistrationSecureValue? = null)","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.SecureData","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/-secure-data.html","searchKeys":["SecureData","fun SecureData(personalDetails: PersonalDetailsSecureValue? = null, passport: CommonPassportSecureValue? = null, internalPassport: InternalPassportSecureValue? = null, driverLicense: DriverLicenseSecureValue? = null, identityCard: IdentityCardSecureValue? = null, utilityBill: UtilityBillSecureValue? = null, bankStatement: BankStatementSecureValue? = null, rentalAgreement: RentalAgreementSecureValue? = null, passportRegistration: PassportRegistrationSecureValue? = null, temporaryRegistration: TemporalRegistrationSecureValue? = null)","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.SecureData"]},{"name":"fun SendAction(chatId: ChatIdentifier, action: BotAction)","description":"dev.inmo.tgbotapi.requests.send.SendAction.SendAction","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/-send-action.html","searchKeys":["SendAction","fun SendAction(chatId: ChatIdentifier, action: BotAction)","dev.inmo.tgbotapi.requests.send.SendAction.SendAction"]},{"name":"fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation.html","searchKeys":["SendAnimation","fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAnimation"]},{"name":"fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation.html","searchKeys":["SendAnimation","fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAnimation"]},{"name":"fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: List, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio.html","searchKeys":["SendAudio","fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: List, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAudio"]},{"name":"fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio.html","searchKeys":["SendAudio","fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAudio"]},{"name":"fun SendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendContact.SendContact","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html","searchKeys":["SendContact","fun SendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendContact.SendContact"]},{"name":"fun SendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendContact.SendContact","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html","searchKeys":["SendContact","fun SendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendContact.SendContact"]},{"name":"fun SendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendDice.SendDice","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/-send-dice.html","searchKeys":["SendDice","fun SendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendDice.SendDice"]},{"name":"fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocument","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document.html","searchKeys":["SendDocument","fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendDocument"]},{"name":"fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocument","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document.html","searchKeys":["SendDocument","fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendDocument"]},{"name":"fun SendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.SendGame","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/-send-game.html","searchKeys":["SendGame","fun SendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.games.SendGame.SendGame"]},{"name":"fun SendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.SendInvoice","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/-send-invoice.html","searchKeys":["SendInvoice","fun SendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.SendInvoice"]},{"name":"fun SendLiveLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","description":"dev.inmo.tgbotapi.requests.send.SendLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-live-location.html","searchKeys":["SendLiveLocation","fun SendLiveLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","dev.inmo.tgbotapi.requests.send.SendLiveLocation"]},{"name":"fun SendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","description":"dev.inmo.tgbotapi.requests.send.SendLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location.html","searchKeys":["SendLocation","fun SendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","dev.inmo.tgbotapi.requests.send.SendLocation"]},{"name":"fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo.html","searchKeys":["SendPhoto","fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendPhoto"]},{"name":"fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo.html","searchKeys":["SendPhoto","fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendPhoto"]},{"name":"fun SendPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll.html","searchKeys":["SendPoll","fun SendPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","dev.inmo.tgbotapi.requests.send.polls.SendPoll"]},{"name":"fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: List, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html","searchKeys":["SendQuizPoll","fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: List, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll"]},{"name":"fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html","searchKeys":["SendQuizPoll","fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll"]},{"name":"fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll.html","searchKeys":["SendRegularPoll","fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll"]},{"name":"fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.SendRegularPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/-send-regular-poll.html","searchKeys":["SendRegularPoll","fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.SendRegularPoll"]},{"name":"fun SendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","description":"dev.inmo.tgbotapi.requests.send.SendStaticLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-static-location.html","searchKeys":["SendStaticLocation","fun SendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","dev.inmo.tgbotapi.requests.send.SendStaticLocation"]},{"name":"fun SendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendSticker","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker.html","searchKeys":["SendSticker","fun SendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendSticker"]},{"name":"fun SendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message.html","searchKeys":["SendTextMessage","fun SendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","dev.inmo.tgbotapi.requests.send.SendTextMessage"]},{"name":"fun SendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message.html","searchKeys":["SendTextMessage","fun SendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","dev.inmo.tgbotapi.requests.send.SendTextMessage"]},{"name":"fun SendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html","searchKeys":["SendVenue","fun SendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue"]},{"name":"fun SendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html","searchKeys":["SendVenue","fun SendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue"]},{"name":"fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video.html","searchKeys":["SendVideo","fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVideo"]},{"name":"fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video.html","searchKeys":["SendVideo","fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVideo"]},{"name":"fun SendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNote","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note.html","searchKeys":["SendVideoNote","fun SendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVideoNote"]},{"name":"fun SendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice.html","searchKeys":["SendVoice","fun SendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVoice"]},{"name":"fun SendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice.html","searchKeys":["SendVoice","fun SendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVoice"]},{"name":"fun SentMediaGroupUpdate.createResend(disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/create-resend.html","searchKeys":["createResend","fun SentMediaGroupUpdate.createResend(disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend"]},{"name":"fun SentWebAppMessage(inlineMessageId: InlineMessageIdentifier? = null)","description":"dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.SentWebAppMessage","location":"docs/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/-sent-web-app-message.html","searchKeys":["SentWebAppMessage","fun SentWebAppMessage(inlineMessageId: InlineMessageIdentifier? = null)","dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.SentWebAppMessage"]},{"name":"fun SetChatAdministratorCustomTitle(chatId: ChatIdentifier, userId: UserId, customTitle: String)","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.SetChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/-set-chat-administrator-custom-title.html","searchKeys":["SetChatAdministratorCustomTitle","fun SetChatAdministratorCustomTitle(chatId: ChatIdentifier, userId: UserId, customTitle: String)","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.SetChatAdministratorCustomTitle"]},{"name":"fun SetChatDescription(chatId: ChatIdentifier, description: String)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.SetChatDescription","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/-set-chat-description.html","searchKeys":["SetChatDescription","fun SetChatDescription(chatId: ChatIdentifier, description: String)","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.SetChatDescription"]},{"name":"fun SetChatMenuButton(chatId: ChatIdentifier, menuButton: MenuButton)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.SetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/-set-chat-menu-button.html","searchKeys":["SetChatMenuButton","fun SetChatMenuButton(chatId: ChatIdentifier, menuButton: MenuButton)","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.SetChatMenuButton"]},{"name":"fun SetChatPermissions(chatId: ChatIdentifier, permissions: ChatPermissions)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.SetChatPermissions","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/-set-chat-permissions.html","searchKeys":["SetChatPermissions","fun SetChatPermissions(chatId: ChatIdentifier, permissions: ChatPermissions)","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.SetChatPermissions"]},{"name":"fun SetChatPhoto(chatId: ChatIdentifier, photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\"))","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.SetChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/-set-chat-photo.html","searchKeys":["SetChatPhoto","fun SetChatPhoto(chatId: ChatIdentifier, photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\"))","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.SetChatPhoto"]},{"name":"fun SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName)","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.SetChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/-set-chat-sticker-set.html","searchKeys":["SetChatStickerSet","fun SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName)","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.SetChatStickerSet"]},{"name":"fun SetChatTitle(chatId: ChatIdentifier, title: String)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.SetChatTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/-set-chat-title.html","searchKeys":["SetChatTitle","fun SetChatTitle(chatId: ChatIdentifier, title: String)","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.SetChatTitle"]},{"name":"fun SetDefaultChatMenuButton(menuButton: MenuButton)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.SetDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-set-default-chat-menu-button.html","searchKeys":["SetDefaultChatMenuButton","fun SetDefaultChatMenuButton(menuButton: MenuButton)","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.SetDefaultChatMenuButton"]},{"name":"fun SetGameScoreByChatId(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.SetGameScoreByChatId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/-set-game-score-by-chat-id.html","searchKeys":["SetGameScoreByChatId","fun SetGameScoreByChatId(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.SetGameScoreByChatId"]},{"name":"fun SetGameScoreByInlineMessageId(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.SetGameScoreByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/-set-game-score-by-inline-message-id.html","searchKeys":["SetGameScoreByInlineMessageId","fun SetGameScoreByInlineMessageId(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.SetGameScoreByInlineMessageId"]},{"name":"fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html","searchKeys":["SetMyCommands","fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands"]},{"name":"fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html","searchKeys":["SetMyCommands","fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands"]},{"name":"fun SetMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.SetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/-set-my-default-administrator-rights.html","searchKeys":["SetMyDefaultAdministratorRights","fun SetMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null)","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.SetMyDefaultAdministratorRights"]},{"name":"fun SetPassportDataErrors(user: UserId, errors: List)","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.SetPassportDataErrors","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/-set-passport-data-errors.html","searchKeys":["SetPassportDataErrors","fun SetPassportDataErrors(user: UserId, errors: List)","dev.inmo.tgbotapi.requests.SetPassportDataErrors.SetPassportDataErrors"]},{"name":"fun SetStickerPositionInSet(sticker: FileId, position: Int)","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.SetStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/-set-sticker-position-in-set.html","searchKeys":["SetStickerPositionInSet","fun SetStickerPositionInSet(sticker: FileId, position: Int)","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.SetStickerPositionInSet"]},{"name":"fun SetStickerSetThumb(userId: UserId, name: StickerSetName, thumb: FileId? = null)","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.SetStickerSetThumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/-set-sticker-set-thumb.html","searchKeys":["SetStickerSetThumb","fun SetStickerSetThumb(userId: UserId, name: StickerSetName, thumb: FileId? = null)","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.SetStickerSetThumb"]},{"name":"fun SetStickerSetThumb(userId: UserId, stickerSetName: String, thumb: MultipartFile): Request","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb.html","searchKeys":["SetStickerSetThumb","fun SetStickerSetThumb(userId: UserId, stickerSetName: String, thumb: MultipartFile): Request","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb"]},{"name":"fun SetWebhook(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun SetWebhook(url: String, certificate: InputFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhookRequest","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, certificate: InputFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhookRequest","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun SetWebhook(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): MultipartSetWebhookRequest","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): MultipartSetWebhookRequest","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun SetWebhook(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun ShippingAddress(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String = \"\", postCode: String = \"\")","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.ShippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/-shipping-address.html","searchKeys":["ShippingAddress","fun ShippingAddress(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String = \"\", postCode: String = \"\")","dev.inmo.tgbotapi.types.payments.ShippingAddress.ShippingAddress"]},{"name":"fun ShippingOption(id: ShippingOptionIdentifier, title: String, prices: List)","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.ShippingOption","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/-shipping-option.html","searchKeys":["ShippingOption","fun ShippingOption(id: ShippingOptionIdentifier, title: String, prices: List)","dev.inmo.tgbotapi.types.payments.ShippingOption.ShippingOption"]},{"name":"fun ShippingQuery(id: ShippingQueryIdentifier, from: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress)","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.ShippingQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/-shipping-query.html","searchKeys":["ShippingQuery","fun ShippingQuery(id: ShippingQueryIdentifier, from: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress)","dev.inmo.tgbotapi.types.payments.ShippingQuery.ShippingQuery"]},{"name":"fun ShippingQuery.createAnswerError(error: String): AnswerShippingQueryError","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html","searchKeys":["createAnswerError","fun ShippingQuery.createAnswerError(error: String): AnswerShippingQueryError","dev.inmo.tgbotapi.requests.answers.payments.createAnswerError"]},{"name":"fun ShippingQuery.createAnswerOk(shippingOptions: List): AnswerShippingQueryOk","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html","searchKeys":["createAnswerOk","fun ShippingQuery.createAnswerOk(shippingOptions: List): AnswerShippingQueryOk","dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk"]},{"name":"fun ShippingQueryUpdate(updateId: UpdateIdentifier, data: ShippingQuery)","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.ShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/-shipping-query-update.html","searchKeys":["ShippingQueryUpdate","fun ShippingQueryUpdate(updateId: UpdateIdentifier, data: ShippingQuery)","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.ShippingQueryUpdate"]},{"name":"fun SimpleKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.SimpleKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/-simple-keyboard-button.html","searchKeys":["SimpleKeyboardButton","fun SimpleKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.SimpleKeyboardButton"]},{"name":"fun SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n })","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.SimpleMultiServerRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-simple-multi-server-requests-executor.html","searchKeys":["SimpleMultiServerRequestsExecutor","fun SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n })","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.SimpleMultiServerRequestsExecutor"]},{"name":"fun SimplePollOption(text: String, votes: Int = 0)","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption.SimplePollOption","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/-simple-poll-option.html","searchKeys":["SimplePollOption","fun SimplePollOption(text: String, votes: Int = 0)","dev.inmo.tgbotapi.types.polls.SimplePollOption.SimplePollOption"]},{"name":"fun SimpleRequestCallFactory()","description":"dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory.SimpleRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/-simple-request-call-factory.html","searchKeys":["SimpleRequestCallFactory","fun SimpleRequestCallFactory()","dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory.SimpleRequestCallFactory"]},{"name":"fun SimpleSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.SimpleSticker","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/-simple-sticker.html","searchKeys":["SimpleSticker","fun SimpleSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.SimpleSticker.SimpleSticker"]},{"name":"fun SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null)","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.SimpleUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/-simple-updates-filter.html","searchKeys":["SimpleUpdatesFilter","fun SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null)","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.SimpleUpdatesFilter"]},{"name":"fun SlotMachineResult(rawValue: DiceResult)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.SlotMachineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/-slot-machine-result.html","searchKeys":["SlotMachineResult","fun SlotMachineResult(rawValue: DiceResult)","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.SlotMachineResult"]},{"name":"fun SpoilerTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.SpoilerTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/-spoiler-text-source.html","searchKeys":["SpoilerTextSource","fun SpoilerTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.SpoilerTextSource"]},{"name":"fun StaticLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null)","description":"dev.inmo.tgbotapi.types.location.StaticLocation.StaticLocation","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/-static-location.html","searchKeys":["StaticLocation","fun StaticLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null)","dev.inmo.tgbotapi.types.location.StaticLocation.StaticLocation"]},{"name":"fun StaticLocationContent(location: StaticLocation)","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent.StaticLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/-static-location-content.html","searchKeys":["StaticLocationContent","fun StaticLocationContent(location: StaticLocation)","dev.inmo.tgbotapi.types.message.content.StaticLocationContent.StaticLocationContent"]},{"name":"fun StickerContent(media: Sticker)","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.StickerContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/-sticker-content.html","searchKeys":["StickerContent","fun StickerContent(media: Sticker)","dev.inmo.tgbotapi.types.message.content.StickerContent.StickerContent"]},{"name":"fun StickerSet(name: String, title: String, stickers: List, isAnimated: Boolean = false, isVideo: Boolean = false, containsMasks: Boolean = false, thumb: PhotoSize? = null)","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.StickerSet","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/-sticker-set.html","searchKeys":["StickerSet","fun StickerSet(name: String, title: String, stickers: List, isAnimated: Boolean = false, isVideo: Boolean = false, containsMasks: Boolean = false, thumb: PhotoSize? = null)","dev.inmo.tgbotapi.types.stickers.StickerSet.StickerSet"]},{"name":"fun StickerSurrogate(file_id: FileId, file_unique_id: FileUniqueId, width: Int, height: Int, is_animated: Boolean? = null, is_video: Boolean? = null, thumb: PhotoSize? = null, emoji: String? = null, set_name: StickerSetName? = null, mask_position: MaskPosition? = null, file_size: Long? = null)","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.StickerSurrogate","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/-sticker-surrogate.html","searchKeys":["StickerSurrogate","fun StickerSurrogate(file_id: FileId, file_unique_id: FileUniqueId, width: Int, height: Int, is_animated: Boolean? = null, is_video: Boolean? = null, thumb: PhotoSize? = null, emoji: String? = null, set_name: StickerSetName? = null, mask_position: MaskPosition? = null, file_size: Long? = null)","dev.inmo.tgbotapi.types.files.StickerSurrogate.StickerSurrogate"]},{"name":"fun StopChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.StopChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/-stop-chat-message-live-location.html","searchKeys":["StopChatMessageLiveLocation","fun StopChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.StopChatMessageLiveLocation"]},{"name":"fun StopInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.StopInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/-stop-inline-message-live-location.html","searchKeys":["StopInlineMessageLiveLocation","fun StopInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.StopInlineMessageLiveLocation"]},{"name":"fun StopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.StopPoll.StopPoll","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/-stop-poll.html","searchKeys":["StopPoll","fun StopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.StopPoll.StopPoll"]},{"name":"fun StrikethroughTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.StrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/-strikethrough-text-source.html","searchKeys":["StrikethroughTextSource","fun StrikethroughTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.StrikethroughTextSource"]},{"name":"fun String.asMimeType(): MimeType","description":"dev.inmo.tgbotapi.utils.asMimeType","location":"docs/dev.inmo.tgbotapi.utils/as-mime-type.html","searchKeys":["asMimeType","fun String.asMimeType(): MimeType","dev.inmo.tgbotapi.utils.asMimeType"]},{"name":"fun String.boldHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold-h-t-m-l.html","searchKeys":["boldHTML","fun String.boldHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.boldHTML"]},{"name":"fun String.boldMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown.html","searchKeys":["boldMarkdown","fun String.boldMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdown"]},{"name":"fun String.boldMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown-v2.html","searchKeys":["boldMarkdownV2","fun String.boldMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdownV2"]},{"name":"fun String.cashTagHtml(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagHtml","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-html.html","searchKeys":["cashTagHtml","fun String.cashTagHtml(): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagHtml"]},{"name":"fun String.cashTagMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown.html","searchKeys":["cashTagMarkdown","fun String.cashTagMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdown"]},{"name":"fun String.cashTagMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown-v2.html","searchKeys":["cashTagMarkdownV2","fun String.cashTagMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdownV2"]},{"name":"fun String.codeHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code-h-t-m-l.html","searchKeys":["codeHTML","fun String.codeHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.codeHTML"]},{"name":"fun String.codeMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown.html","searchKeys":["codeMarkdown","fun String.codeMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdown"]},{"name":"fun String.codeMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown-v2.html","searchKeys":["codeMarkdownV2","fun String.codeMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdownV2"]},{"name":"fun String.command(adapt: String.() -> String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.command","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command.html","searchKeys":["command","fun String.command(adapt: String.() -> String): String","dev.inmo.tgbotapi.extensions.utils.formatting.command"]},{"name":"fun String.commandHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.commandHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command-h-t-m-l.html","searchKeys":["commandHTML","fun String.commandHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.commandHTML"]},{"name":"fun String.commandMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown.html","searchKeys":["commandMarkdown","fun String.commandMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdown"]},{"name":"fun String.commandMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown-v2.html","searchKeys":["commandMarkdownV2","fun String.commandMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdownV2"]},{"name":"fun String.emailHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email-h-t-m-l.html","searchKeys":["emailHTML","fun String.emailHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.emailHTML"]},{"name":"fun String.emailMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown.html","searchKeys":["emailMarkdown","fun String.emailMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdown"]},{"name":"fun String.emailMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown-v2.html","searchKeys":["emailMarkdownV2","fun String.emailMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdownV2"]},{"name":"fun String.escapeMarkdownV2Common(): String","description":"dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Common","location":"docs/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-common.html","searchKeys":["escapeMarkdownV2Common","fun String.escapeMarkdownV2Common(): String","dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Common"]},{"name":"fun String.escapeMarkdownV2Link(): String","description":"dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Link","location":"docs/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-link.html","searchKeys":["escapeMarkdownV2Link","fun String.escapeMarkdownV2Link(): String","dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Link"]},{"name":"fun String.escapeMarkdownV2PreAndCode(): String","description":"dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2PreAndCode","location":"docs/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-pre-and-code.html","searchKeys":["escapeMarkdownV2PreAndCode","fun String.escapeMarkdownV2PreAndCode(): String","dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2PreAndCode"]},{"name":"fun String.hashTagHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTagHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-h-t-m-l.html","searchKeys":["hashTagHTML","fun String.hashTagHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTagHTML"]},{"name":"fun String.hashTagMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown.html","searchKeys":["hashTagMarkdown","fun String.hashTagMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdown"]},{"name":"fun String.hashTagMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown-v2.html","searchKeys":["hashTagMarkdownV2","fun String.hashTagMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdownV2"]},{"name":"fun String.italicHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic-h-t-m-l.html","searchKeys":["italicHTML","fun String.italicHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.italicHTML"]},{"name":"fun String.italicMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown.html","searchKeys":["italicMarkdown","fun String.italicMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdown"]},{"name":"fun String.italicMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown-v2.html","searchKeys":["italicMarkdownV2","fun String.italicMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdownV2"]},{"name":"fun String.linkHTML(link: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link-h-t-m-l.html","searchKeys":["linkHTML","fun String.linkHTML(link: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.linkHTML"]},{"name":"fun String.linkMarkdown(link: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown.html","searchKeys":["linkMarkdown","fun String.linkMarkdown(link: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdown"]},{"name":"fun String.linkMarkdownV2(link: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown-v2.html","searchKeys":["linkMarkdownV2","fun String.linkMarkdownV2(link: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdownV2"]},{"name":"fun String.mentionHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention-h-t-m-l.html","searchKeys":["mentionHTML","fun String.mentionHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.mentionHTML"]},{"name":"fun String.mentionMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown.html","searchKeys":["mentionMarkdown","fun String.mentionMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdown"]},{"name":"fun String.mentionMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown-v2.html","searchKeys":["mentionMarkdownV2","fun String.mentionMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdownV2"]},{"name":"fun String.phoneHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone-h-t-m-l.html","searchKeys":["phoneHTML","fun String.phoneHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.phoneHTML"]},{"name":"fun String.phoneMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown.html","searchKeys":["phoneMarkdown","fun String.phoneMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdown"]},{"name":"fun String.phoneMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown-v2.html","searchKeys":["phoneMarkdownV2","fun String.phoneMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdownV2"]},{"name":"fun String.pre(parseMode: ParseMode, language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.pre","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html","searchKeys":["pre","fun String.pre(parseMode: ParseMode, language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.pre"]},{"name":"fun String.preHTML(language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre-h-t-m-l.html","searchKeys":["preHTML","fun String.preHTML(language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.preHTML"]},{"name":"fun String.preMarkdown(language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown.html","searchKeys":["preMarkdown","fun String.preMarkdown(language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdown"]},{"name":"fun String.preMarkdownV2(language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown-v2.html","searchKeys":["preMarkdownV2","fun String.preMarkdownV2(language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdownV2"]},{"name":"fun String.regularHtml(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularHtml","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular-html.html","searchKeys":["regularHtml","fun String.regularHtml(): String","dev.inmo.tgbotapi.extensions.utils.formatting.regularHtml"]},{"name":"fun String.regularMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown.html","searchKeys":["regularMarkdown","fun String.regularMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdown"]},{"name":"fun String.regularMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown-v2.html","searchKeys":["regularMarkdownV2","fun String.regularMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdownV2"]},{"name":"fun String.strikethroughHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-h-t-m-l.html","searchKeys":["strikethroughHTML","fun String.strikethroughHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughHTML"]},{"name":"fun String.strikethroughMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown.html","searchKeys":["strikethroughMarkdown","fun String.strikethroughMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdown"]},{"name":"fun String.strikethroughMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown-v2.html","searchKeys":["strikethroughMarkdownV2","fun String.strikethroughMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdownV2"]},{"name":"fun String.textMentionHTML(userId: UserId): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.textMentionHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-h-t-m-l.html","searchKeys":["textMentionHTML","fun String.textMentionHTML(userId: UserId): String","dev.inmo.tgbotapi.extensions.utils.formatting.textMentionHTML"]},{"name":"fun String.textMentionMarkdown(userId: UserId): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown.html","searchKeys":["textMentionMarkdown","fun String.textMentionMarkdown(userId: UserId): String","dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdown"]},{"name":"fun String.textMentionMarkdownV2(userId: UserId): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown-v2.html","searchKeys":["textMentionMarkdownV2","fun String.textMentionMarkdownV2(userId: UserId): String","dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdownV2"]},{"name":"fun String.toHtml(): String","description":"dev.inmo.tgbotapi.utils.extensions.toHtml","location":"docs/dev.inmo.tgbotapi.utils.extensions/to-html.html","searchKeys":["toHtml","fun String.toHtml(): String","dev.inmo.tgbotapi.utils.extensions.toHtml"]},{"name":"fun String.toInputFile(): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.toInputFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/to-input-file.html","searchKeys":["toInputFile","fun String.toInputFile(): FileId","dev.inmo.tgbotapi.requests.abstracts.toInputFile"]},{"name":"fun String.toMarkdown(): String","description":"dev.inmo.tgbotapi.utils.extensions.toMarkdown","location":"docs/dev.inmo.tgbotapi.utils.extensions/to-markdown.html","searchKeys":["toMarkdown","fun String.toMarkdown(): String","dev.inmo.tgbotapi.utils.extensions.toMarkdown"]},{"name":"fun String.toTelegramUpdate(): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun String.toTelegramUpdate(): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun String.toUsername(): Username","description":"dev.inmo.tgbotapi.types.toUsername","location":"docs/dev.inmo.tgbotapi.types/to-username.html","searchKeys":["toUsername","fun String.toUsername(): Username","dev.inmo.tgbotapi.types.toUsername"]},{"name":"fun String.underlineHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline-h-t-m-l.html","searchKeys":["underlineHTML","fun String.underlineHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.underlineHTML"]},{"name":"fun String.underlineMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown.html","searchKeys":["underlineMarkdown","fun String.underlineMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdown"]},{"name":"fun String.underlineMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown-v2.html","searchKeys":["underlineMarkdownV2","fun String.underlineMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdownV2"]},{"name":"fun SuccessfulPayment(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: String, providerPaymentChargeId: String, shippingOptionId: String? = null, orderInfo: OrderInfo? = null)","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.SuccessfulPayment","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/-successful-payment.html","searchKeys":["SuccessfulPayment","fun SuccessfulPayment(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: String, providerPaymentChargeId: String, shippingOptionId: String? = null, orderInfo: OrderInfo? = null)","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.SuccessfulPayment"]},{"name":"fun SuccessfulPaymentEvent(payment: SuccessfulPayment)","description":"dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.SuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/-successful-payment-event.html","searchKeys":["SuccessfulPaymentEvent","fun SuccessfulPaymentEvent(payment: SuccessfulPayment)","dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.SuccessfulPaymentEvent"]},{"name":"fun SupergroupChatCreated(migratedFrom: ChatId?)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.SupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/-supergroup-chat-created.html","searchKeys":["SupergroupChatCreated","fun SupergroupChatCreated(migratedFrom: ChatId?)","dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.SupergroupChatCreated"]},{"name":"fun SupergroupChatImpl(id: ChatId, title: String, username: Username? = null)","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.SupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/-supergroup-chat-impl.html","searchKeys":["SupergroupChatImpl","fun SupergroupChatImpl(id: ChatId, title: String, username: Username? = null)","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.SupergroupChatImpl"]},{"name":"fun SwitchInlineQueryCurrentChatInlineKeyboardButton(text: String, switchInlineQueryCurrentChat: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.SwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["SwitchInlineQueryCurrentChatInlineKeyboardButton","fun SwitchInlineQueryCurrentChatInlineKeyboardButton(text: String, switchInlineQueryCurrentChat: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.SwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"fun SwitchInlineQueryInlineKeyboardButton(text: String, switchInlineQuery: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.SwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/-switch-inline-query-inline-keyboard-button.html","searchKeys":["SwitchInlineQueryInlineKeyboardButton","fun SwitchInlineQueryInlineKeyboardButton(text: String, switchInlineQuery: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.SwitchInlineQueryInlineKeyboardButton"]},{"name":"fun TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html","searchKeys":["TelegramAPIUrlsKeeper","fun TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper"]},{"name":"fun TelegramAPIUrlsKeeper(token: String, testServer: Boolean, hostUrl: String = telegramBotAPIDefaultUrl)","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html","searchKeys":["TelegramAPIUrlsKeeper","fun TelegramAPIUrlsKeeper(token: String, testServer: Boolean, hostUrl: String = telegramBotAPIDefaultUrl)","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper"]},{"name":"fun TelegramAPIUrlsKeeper.resolveFileURL(file: PathedFile): String","description":"dev.inmo.tgbotapi.types.files.resolveFileURL","location":"docs/dev.inmo.tgbotapi.types.files/resolve-file-u-r-l.html","searchKeys":["resolveFileURL","fun TelegramAPIUrlsKeeper.resolveFileURL(file: PathedFile): String","dev.inmo.tgbotapi.types.files.resolveFileURL"]},{"name":"fun TelegramBot.createAccumulatedUpdatesRetrieverFlow(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.createAccumulatedUpdatesRetrieverFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/create-accumulated-updates-retriever-flow.html","searchKeys":["createAccumulatedUpdatesRetrieverFlow","fun TelegramBot.createAccumulatedUpdatesRetrieverFlow(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.createAccumulatedUpdatesRetrieverFlow"]},{"name":"fun TelegramBot.longPolling(flowsUpdatesFilter: FlowsUpdatesFilter, timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html","searchKeys":["longPolling","fun TelegramBot.longPolling(flowsUpdatesFilter: FlowsUpdatesFilter, timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling"]},{"name":"fun TelegramBot.longPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, flowsUpdatesFilterUpdatesKeeperCount: Int = 100, flowUpdatesPreset: FlowsUpdatesFilter.() -> Unit): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html","searchKeys":["longPolling","fun TelegramBot.longPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, flowsUpdatesFilterUpdatesKeeperCount: Int = 100, flowUpdatesPreset: FlowsUpdatesFilter.() -> Unit): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling"]},{"name":"fun TelegramBot.longPollingFlow(timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPollingFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling-flow.html","searchKeys":["longPollingFlow","fun TelegramBot.longPollingFlow(timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPollingFlow"]},{"name":"fun TelegramBot.retrieveAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html","searchKeys":["retrieveAccumulatedUpdates","fun TelegramBot.retrieveAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates"]},{"name":"fun TelegramBot.retrieveAccumulatedUpdates(flowsUpdatesFilter: FlowsUpdatesFilter, avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html","searchKeys":["retrieveAccumulatedUpdates","fun TelegramBot.retrieveAccumulatedUpdates(flowsUpdatesFilter: FlowsUpdatesFilter, avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates"]},{"name":"fun TelegramBot.startGettingOfUpdatesByLongPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html","searchKeys":["startGettingOfUpdatesByLongPolling","fun TelegramBot.startGettingOfUpdatesByLongPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling"]},{"name":"fun TelegramDate(date: Long)","description":"dev.inmo.tgbotapi.types.TelegramDate.TelegramDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html","searchKeys":["TelegramDate","fun TelegramDate(date: Long)","dev.inmo.tgbotapi.types.TelegramDate.TelegramDate"]},{"name":"fun TelegramDate(dateTime: DateTime)","description":"dev.inmo.tgbotapi.types.TelegramDate.TelegramDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html","searchKeys":["TelegramDate","fun TelegramDate(dateTime: DateTime)","dev.inmo.tgbotapi.types.TelegramDate.TelegramDate"]},{"name":"fun TelegramMediaAnimation(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html","searchKeys":["TelegramMediaAnimation","fun TelegramMediaAnimation(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation"]},{"name":"fun TelegramMediaAnimation(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html","searchKeys":["TelegramMediaAnimation","fun TelegramMediaAnimation(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation"]},{"name":"fun TelegramMediaAudio(file: InputFile, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html","searchKeys":["TelegramMediaAudio","fun TelegramMediaAudio(file: InputFile, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.TelegramMediaAudio"]},{"name":"fun TelegramMediaAudio(file: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html","searchKeys":["TelegramMediaAudio","fun TelegramMediaAudio(file: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.TelegramMediaAudio"]},{"name":"fun TelegramMediaDocument(file: InputFile, entities: TextSourcesList, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document.html","searchKeys":["TelegramMediaDocument","fun TelegramMediaDocument(file: InputFile, entities: TextSourcesList, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.TelegramMediaDocument"]},{"name":"fun TelegramMediaDocument(file: InputFile, text: String? = null, parseMode: ParseMode? = null, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document.html","searchKeys":["TelegramMediaDocument","fun TelegramMediaDocument(file: InputFile, text: String? = null, parseMode: ParseMode? = null, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.TelegramMediaDocument"]},{"name":"fun TelegramMediaPhoto(file: InputFile, entities: TextSourcesList): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html","searchKeys":["TelegramMediaPhoto","fun TelegramMediaPhoto(file: InputFile, entities: TextSourcesList): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto"]},{"name":"fun TelegramMediaPhoto(file: InputFile, text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html","searchKeys":["TelegramMediaPhoto","fun TelegramMediaPhoto(file: InputFile, text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto"]},{"name":"fun TelegramMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video.html","searchKeys":["TelegramMediaVideo","fun TelegramMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.media.TelegramMediaVideo"]},{"name":"fun TelegramMediaVideo(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video.html","searchKeys":["TelegramMediaVideo","fun TelegramMediaVideo(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.media.TelegramMediaVideo"]},{"name":"fun TemporalRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.TemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/-temporal-registration-secure-value.html","searchKeys":["TemporalRegistrationSecureValue","fun TemporalRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.TemporalRegistrationSecureValue"]},{"name":"fun TemporaryRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.TemporaryRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/-temporary-registration.html","searchKeys":["TemporaryRegistration","fun TemporaryRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.TemporaryRegistration"]},{"name":"fun TextContent(text: String, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.TextContent.TextContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/-text-content.html","searchKeys":["TextContent","fun TextContent(text: String, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.TextContent.TextContent"]},{"name":"fun TextContent.toHtmlTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html","searchKeys":["toHtmlTexts","fun TextContent.toHtmlTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts"]},{"name":"fun TextContent.toMarkdownTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html","searchKeys":["toMarkdownTexts","fun TextContent.toMarkdownTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts"]},{"name":"fun TextContent.toMarkdownV2Texts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html","searchKeys":["toMarkdownV2Texts","fun TextContent.toMarkdownV2Texts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts"]},{"name":"fun TextLinkTextSource(source: String, url: String)","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.TextLinkTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/-text-link-text-source.html","searchKeys":["TextLinkTextSource","fun TextLinkTextSource(source: String, url: String)","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.TextLinkTextSource"]},{"name":"fun TextMentionTextSource(source: String, user: User, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.TextMentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/-text-mention-text-source.html","searchKeys":["TextMentionTextSource","fun TextMentionTextSource(source: String, user: User, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.TextMentionTextSource"]},{"name":"fun TextSourcesList.toHtmlCaptions(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlCaptions","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-captions.html","searchKeys":["toHtmlCaptions","fun TextSourcesList.toHtmlCaptions(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlCaptions"]},{"name":"fun TextSourcesList.toHtmlExplanations(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlExplanations","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-explanations.html","searchKeys":["toHtmlExplanations","fun TextSourcesList.toHtmlExplanations(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlExplanations"]},{"name":"fun TextSourcesList.toHtmlTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html","searchKeys":["toHtmlTexts","fun TextSourcesList.toHtmlTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts"]},{"name":"fun TextSourcesList.toMarkdownCaptions(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownCaptions","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-captions.html","searchKeys":["toMarkdownCaptions","fun TextSourcesList.toMarkdownCaptions(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownCaptions"]},{"name":"fun TextSourcesList.toMarkdownExplanations(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownExplanations","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-explanations.html","searchKeys":["toMarkdownExplanations","fun TextSourcesList.toMarkdownExplanations(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownExplanations"]},{"name":"fun TextSourcesList.toMarkdownTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html","searchKeys":["toMarkdownTexts","fun TextSourcesList.toMarkdownTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts"]},{"name":"fun TextSourcesList.toMarkdownV2Captions(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Captions","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-captions.html","searchKeys":["toMarkdownV2Captions","fun TextSourcesList.toMarkdownV2Captions(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Captions"]},{"name":"fun TextSourcesList.toMarkdownV2Explanations(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Explanations","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-explanations.html","searchKeys":["toMarkdownV2Explanations","fun TextSourcesList.toMarkdownV2Explanations(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Explanations"]},{"name":"fun TextSourcesList.toMarkdownV2Texts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html","searchKeys":["toMarkdownV2Texts","fun TextSourcesList.toMarkdownV2Texts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts"]},{"name":"fun TextedWithTextSources.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","description":"dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html","searchKeys":["parseCommandsWithParams","fun TextedWithTextSources.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams"]},{"name":"fun TooMuchRequestsException(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.TooMuchRequestsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/-too-much-requests-exception.html","searchKeys":["TooMuchRequestsException","fun TooMuchRequestsException(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.TooMuchRequestsException"]},{"name":"fun TriggersHolder()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.TriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/-triggers-holder.html","searchKeys":["TriggersHolder","fun TriggersHolder()","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.TriggersHolder"]},{"name":"fun URLInlineKeyboardButton(text: String, url: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.URLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/-u-r-l-inline-keyboard-button.html","searchKeys":["URLInlineKeyboardButton","fun URLInlineKeyboardButton(text: String, url: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.URLInlineKeyboardButton"]},{"name":"fun URLTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.URLTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/-u-r-l-text-source.html","searchKeys":["URLTextSource","fun URLTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.URLTextSource"]},{"name":"fun UnauthorizedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException.UnauthorizedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/-unauthorized-exception.html","searchKeys":["UnauthorizedException","fun UnauthorizedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException.UnauthorizedException"]},{"name":"fun UnbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.UnbanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/-unban-chat-member.html","searchKeys":["UnbanChatMember","fun UnbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null)","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.UnbanChatMember"]},{"name":"fun UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.UnbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html","searchKeys":["UnbanChatSenderChat","fun UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.UnbanChatSenderChat"]},{"name":"fun UnderlineTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.UnderlineTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/-underline-text-source.html","searchKeys":["UnderlineTextSource","fun UnderlineTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.UnderlineTextSource"]},{"name":"fun Unknown(type: String, rawJson: JsonElement)","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown.Unknown","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/-unknown.html","searchKeys":["Unknown","fun Unknown(type: String, rawJson: JsonElement)","dev.inmo.tgbotapi.types.MenuButton.Unknown.Unknown"]},{"name":"fun UnknownCallbackQueryType(id: CallbackQueryIdentifier, from: User, chatInstance: String, raw: String)","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.UnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/-unknown-callback-query-type.html","searchKeys":["UnknownCallbackQueryType","fun UnknownCallbackQueryType(id: CallbackQueryIdentifier, from: User, chatInstance: String, raw: String)","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.UnknownCallbackQueryType"]},{"name":"fun UnknownChatType(id: ChatId, raw: String)","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/-unknown-chat-type.html","searchKeys":["UnknownChatType","fun UnknownChatType(id: ChatId, raw: String)","dev.inmo.tgbotapi.types.chat.UnknownChatType.UnknownChatType"]},{"name":"fun UnknownChatType(stringified: String)","description":"dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/-unknown-chat-type.html","searchKeys":["UnknownChatType","fun UnknownChatType(stringified: String)","dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.UnknownChatType"]},{"name":"fun UnknownEncryptedPassportElement(rawJson: JsonObject, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.UnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/-unknown-encrypted-passport-element.html","searchKeys":["UnknownEncryptedPassportElement","fun UnknownEncryptedPassportElement(rawJson: JsonObject, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.UnknownEncryptedPassportElement"]},{"name":"fun UnknownExtendedChat(id: ChatId, raw: String)","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.UnknownExtendedChat","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/-unknown-extended-chat.html","searchKeys":["UnknownExtendedChat","fun UnknownExtendedChat(id: ChatId, raw: String)","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.UnknownExtendedChat"]},{"name":"fun UnknownInlineKeyboardButton(rawData: JsonElement)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.UnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/-unknown-inline-keyboard-button.html","searchKeys":["UnknownInlineKeyboardButton","fun UnknownInlineKeyboardButton(rawData: JsonElement)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.UnknownInlineKeyboardButton"]},{"name":"fun UnknownMessageType(messageId: MessageIdentifier, chat: Chat, date: DateTime, insideException: Exception)","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.UnknownMessageType","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/-unknown-message-type.html","searchKeys":["UnknownMessageType","fun UnknownMessageType(messageId: MessageIdentifier, chat: Chat, date: DateTime, insideException: Exception)","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.UnknownMessageType"]},{"name":"fun UnknownPassportElementError(raw: JsonObject)","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.UnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/-unknown-passport-element-error.html","searchKeys":["UnknownPassportElementError","fun UnknownPassportElementError(raw: JsonObject)","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.UnknownPassportElementError"]},{"name":"fun UnknownUpdate(updateId: UpdateIdentifier, data: String, rawJson: JsonElement)","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.UnknownUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/-unknown-update.html","searchKeys":["UnknownUpdate","fun UnknownUpdate(updateId: UpdateIdentifier, data: String, rawJson: JsonElement)","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.UnknownUpdate"]},{"name":"fun UnpinAllChatMessages(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.UnpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/-unpin-all-chat-messages.html","searchKeys":["UnpinAllChatMessages","fun UnpinAllChatMessages(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.UnpinAllChatMessages"]},{"name":"fun UnpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null)","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.UnpinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/-unpin-chat-message.html","searchKeys":["UnpinChatMessage","fun UnpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null)","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.UnpinChatMessage"]},{"name":"fun Update.lastUpdateIdentifier(): UpdateIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html","searchKeys":["lastUpdateIdentifier","fun Update.lastUpdateIdentifier(): UpdateIdentifier","dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier"]},{"name":"fun Update.sourceChat(): Chat?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.sourceChat","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat.html","searchKeys":["sourceChat","fun Update.sourceChat(): Chat?","dev.inmo.tgbotapi.extensions.utils.extensions.sourceChat"]},{"name":"fun Update.sourceUser(): User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.sourceUser","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/source-user.html","searchKeys":["sourceUser","fun Update.sourceUser(): User?","dev.inmo.tgbotapi.extensions.utils.extensions.sourceUser"]},{"name":"fun UploadStickerFile(userId: UserId, sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\"))","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.UploadStickerFile","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/-upload-sticker-file.html","searchKeys":["UploadStickerFile","fun UploadStickerFile(userId: UserId, sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\"))","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.UploadStickerFile"]},{"name":"fun UserForwardInfo(dateOfOriginal: TelegramDate, from: User)","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo.UserForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/-user-forward-info.html","searchKeys":["UserForwardInfo","fun UserForwardInfo(dateOfOriginal: TelegramDate, from: User)","dev.inmo.tgbotapi.types.message.UserForwardInfo.UserForwardInfo"]},{"name":"fun UserLoggedIn(domain: String)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.UserLoggedIn","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/-user-logged-in.html","searchKeys":["UserLoggedIn","fun UserLoggedIn(domain: String)","dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.UserLoggedIn"]},{"name":"fun UserProfilePhotos(count: Int, photos: List)","description":"dev.inmo.tgbotapi.types.UserProfilePhotos.UserProfilePhotos","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/-user-profile-photos.html","searchKeys":["UserProfilePhotos","fun UserProfilePhotos(count: Int, photos: List)","dev.inmo.tgbotapi.types.UserProfilePhotos.UserProfilePhotos"]},{"name":"fun Username(username: String)","description":"dev.inmo.tgbotapi.types.Username.Username","location":"docs/dev.inmo.tgbotapi.types/-username/-username.html","searchKeys":["Username","fun Username(username: String)","dev.inmo.tgbotapi.types.Username.Username"]},{"name":"fun UtilityBill(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.UtilityBill","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/-utility-bill.html","searchKeys":["UtilityBill","fun UtilityBill(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.UtilityBill"]},{"name":"fun UtilityBillSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.UtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/-utility-bill-secure-value.html","searchKeys":["UtilityBillSecureValue","fun UtilityBillSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.UtilityBillSecureValue"]},{"name":"fun Venue(location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html","searchKeys":["Venue","fun Venue(location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue"]},{"name":"fun Venue(location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.types.venue.Venue.Venue","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/-venue.html","searchKeys":["Venue","fun Venue(location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","dev.inmo.tgbotapi.types.venue.Venue.Venue"]},{"name":"fun Venue(location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html","searchKeys":["Venue","fun Venue(location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue"]},{"name":"fun Venue.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendVenue","description":"dev.inmo.tgbotapi.requests.send.toRequest","location":"docs/dev.inmo.tgbotapi.requests.send/to-request.html","searchKeys":["toRequest","fun Venue.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendVenue","dev.inmo.tgbotapi.requests.send.toRequest"]},{"name":"fun VenueContent(venue: Venue)","description":"dev.inmo.tgbotapi.types.message.content.VenueContent.VenueContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/-venue-content.html","searchKeys":["VenueContent","fun VenueContent(venue: Venue)","dev.inmo.tgbotapi.types.message.content.VenueContent.VenueContent"]},{"name":"fun VideoChatEnded(duration: Seconds)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.VideoChatEnded","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/-video-chat-ended.html","searchKeys":["VideoChatEnded","fun VideoChatEnded(duration: Seconds)","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.VideoChatEnded"]},{"name":"fun VideoChatParticipantsInvited(users: List = emptyList())","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.VideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/-video-chat-participants-invited.html","searchKeys":["VideoChatParticipantsInvited","fun VideoChatParticipantsInvited(users: List = emptyList())","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.VideoChatParticipantsInvited"]},{"name":"fun VideoChatScheduled(startDate: TelegramDate)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.VideoChatScheduled","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/-video-chat-scheduled.html","searchKeys":["VideoChatScheduled","fun VideoChatScheduled(startDate: TelegramDate)","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.VideoChatScheduled"]},{"name":"fun VideoContent(media: VideoFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.VideoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/-video-content.html","searchKeys":["VideoContent","fun VideoContent(media: VideoFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.VideoContent.VideoContent"]},{"name":"fun VideoFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VideoFile.VideoFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/-video-file.html","searchKeys":["VideoFile","fun VideoFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VideoFile.VideoFile"]},{"name":"fun VideoNoteContent(media: VideoNoteFile)","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.VideoNoteContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/-video-note-content.html","searchKeys":["VideoNoteContent","fun VideoNoteContent(media: VideoNoteFile)","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.VideoNoteContent"]},{"name":"fun VideoNoteFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, duration: Long? = null, thumb: PhotoSize? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.VideoNoteFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/-video-note-file.html","searchKeys":["VideoNoteFile","fun VideoNoteFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, duration: Long? = null, thumb: PhotoSize? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VideoNoteFile.VideoNoteFile"]},{"name":"fun VideoSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VideoSticker.VideoSticker","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/-video-sticker.html","searchKeys":["VideoSticker","fun VideoSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VideoSticker.VideoSticker"]},{"name":"fun VoiceContent(media: VoiceFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.VoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/-voice-content.html","searchKeys":["VoiceContent","fun VoiceContent(media: VoiceFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.VoiceContent.VoiceContent"]},{"name":"fun VoiceFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, mimeType: MimeType? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VoiceFile.VoiceFile","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/-voice-file.html","searchKeys":["VoiceFile","fun VoiceFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, mimeType: MimeType? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VoiceFile.VoiceFile"]},{"name":"fun VoiceFile.asAudioFile(performer: String? = null, title: String? = null, fileName: String? = null): AudioFile","description":"dev.inmo.tgbotapi.types.files.asAudioFile","location":"docs/dev.inmo.tgbotapi.types.files/as-audio-file.html","searchKeys":["asAudioFile","fun VoiceFile.asAudioFile(performer: String? = null, title: String? = null, fileName: String? = null): AudioFile","dev.inmo.tgbotapi.types.files.asAudioFile"]},{"name":"fun WebApp()","description":"dev.inmo.tgbotapi.webapps.WebApp.WebApp","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/-web-app.html","searchKeys":["WebApp","fun WebApp()","dev.inmo.tgbotapi.webapps.WebApp.WebApp"]},{"name":"fun WebApp(text: String, webApp: WebAppInfo)","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.WebApp","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/-web-app.html","searchKeys":["WebApp","fun WebApp(text: String, webApp: WebAppInfo)","dev.inmo.tgbotapi.types.MenuButton.WebApp.WebApp"]},{"name":"fun WebApp.isInitDataSafe(botToken: String): Boolean","description":"dev.inmo.tgbotapi.webapps.isInitDataSafe","location":"docs/dev.inmo.tgbotapi.webapps/is-init-data-safe.html","searchKeys":["isInitDataSafe","fun WebApp.isInitDataSafe(botToken: String): Boolean","dev.inmo.tgbotapi.webapps.isInitDataSafe"]},{"name":"fun WebApp.onEvent(type: EventType, eventHandler: EventHandler): () -> Unit","description":"dev.inmo.tgbotapi.webapps.onEvent","location":"docs/dev.inmo.tgbotapi.webapps/on-event.html","searchKeys":["onEvent","fun WebApp.onEvent(type: EventType, eventHandler: EventHandler): () -> Unit","dev.inmo.tgbotapi.webapps.onEvent"]},{"name":"fun WebApp.onEvent(type: EventType.ViewportChanged, eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","description":"dev.inmo.tgbotapi.webapps.onEvent","location":"docs/dev.inmo.tgbotapi.webapps/on-event.html","searchKeys":["onEvent","fun WebApp.onEvent(type: EventType.ViewportChanged, eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","dev.inmo.tgbotapi.webapps.onEvent"]},{"name":"fun WebApp.onMainButtonClicked(eventHandler: EventHandler): () -> Unit","description":"dev.inmo.tgbotapi.webapps.onMainButtonClicked","location":"docs/dev.inmo.tgbotapi.webapps/on-main-button-clicked.html","searchKeys":["onMainButtonClicked","fun WebApp.onMainButtonClicked(eventHandler: EventHandler): () -> Unit","dev.inmo.tgbotapi.webapps.onMainButtonClicked"]},{"name":"fun WebApp.onThemeChanged(eventHandler: EventHandler): () -> Unit","description":"dev.inmo.tgbotapi.webapps.onThemeChanged","location":"docs/dev.inmo.tgbotapi.webapps/on-theme-changed.html","searchKeys":["onThemeChanged","fun WebApp.onThemeChanged(eventHandler: EventHandler): () -> Unit","dev.inmo.tgbotapi.webapps.onThemeChanged"]},{"name":"fun WebApp.onViewportChanged(eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","description":"dev.inmo.tgbotapi.webapps.onViewportChanged","location":"docs/dev.inmo.tgbotapi.webapps/on-viewport-changed.html","searchKeys":["onViewportChanged","fun WebApp.onViewportChanged(eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","dev.inmo.tgbotapi.webapps.onViewportChanged"]},{"name":"fun WebAppData(data: String, buttonText: String)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.WebAppData","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/-web-app-data.html","searchKeys":["WebAppData","fun WebAppData(data: String, buttonText: String)","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.WebAppData"]},{"name":"fun WebAppInfo(url: String)","description":"dev.inmo.tgbotapi.types.webapps.WebAppInfo.WebAppInfo","location":"docs/dev.inmo.tgbotapi.types.webapps/-web-app-info/-web-app-info.html","searchKeys":["WebAppInfo","fun WebAppInfo(url: String)","dev.inmo.tgbotapi.types.webapps.WebAppInfo.WebAppInfo"]},{"name":"fun WebAppInlineKeyboardButton(text: String, webApp: WebAppInfo)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.WebAppInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/-web-app-inline-keyboard-button.html","searchKeys":["WebAppInlineKeyboardButton","fun WebAppInlineKeyboardButton(text: String, webApp: WebAppInfo)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.WebAppInlineKeyboardButton"]},{"name":"fun WebAppKeyboardButton(text: String, webApp: WebAppInfo)","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.WebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/-web-app-keyboard-button.html","searchKeys":["WebAppKeyboardButton","fun WebAppKeyboardButton(text: String, webApp: WebAppInfo)","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.WebAppKeyboardButton"]},{"name":"fun WebAppUser.asUser(): User","description":"dev.inmo.tgbotapi.webapps.asUser","location":"docs/dev.inmo.tgbotapi.webapps/as-user.html","searchKeys":["asUser","fun WebAppUser.asUser(): User","dev.inmo.tgbotapi.webapps.asUser"]},{"name":"fun WebhookInfo(url: String, awaitDelivery: Int, maxConnections: Int = 40, customCertificate: Boolean = false, allowedUpdates: List = ALL_UPDATES_LIST, lastErrorDate: TelegramDate? = null, lastSynchronizationErrorDate: TelegramDate? = null, lastErrorMessage: String? = null)","description":"dev.inmo.tgbotapi.types.WebhookInfo.WebhookInfo","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/-webhook-info.html","searchKeys":["WebhookInfo","fun WebhookInfo(url: String, awaitDelivery: Int, maxConnections: Int = 40, customCertificate: Boolean = false, allowedUpdates: List = ALL_UPDATES_LIST, lastErrorDate: TelegramDate? = null, lastSynchronizationErrorDate: TelegramDate? = null, lastErrorMessage: String? = null)","dev.inmo.tgbotapi.types.WebhookInfo.WebhookInfo"]},{"name":"fun WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, aliasName: String, aliasPassword: String)","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.WebhookPrivateKeyConfig","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/-webhook-private-key-config.html","searchKeys":["WebhookPrivateKeyConfig","fun WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, aliasName: String, aliasPassword: String)","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.WebhookPrivateKeyConfig"]},{"name":"fun WithOptionalLanguageCode?.javaLocale(): Locale?","description":"dev.inmo.tgbotapi.types.javaLocale","location":"docs/dev.inmo.tgbotapi.types/java-locale.html","searchKeys":["javaLocale","fun WithOptionalLanguageCode?.javaLocale(): Locale?","dev.inmo.tgbotapi.types.javaLocale"]},{"name":"fun WrongFileIdentifierException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException.WrongFileIdentifierException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/-wrong-file-identifier-exception.html","searchKeys":["WrongFileIdentifierException","fun WrongFileIdentifierException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException.WrongFileIdentifierException"]},{"name":"fun add(source: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.add","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/add.html","searchKeys":["add","fun add(source: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.add"]},{"name":"fun add(t: List): Boolean","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.add","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/add.html","searchKeys":["add","fun add(t: List): Boolean","dev.inmo.tgbotapi.utils.MatrixBuilder.add"]},{"name":"fun add(t: T): Boolean","description":"dev.inmo.tgbotapi.utils.RowBuilder.add","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/add.html","searchKeys":["add","fun add(t: T): Boolean","dev.inmo.tgbotapi.utils.RowBuilder.add"]},{"name":"fun addAll(sources: Iterable): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.addAll","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/add-all.html","searchKeys":["addAll","fun addAll(sources: Iterable): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.addAll"]},{"name":"fun aliasPassword(): CharArray","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasPassword","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-password.html","searchKeys":["aliasPassword","fun aliasPassword(): CharArray","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasPassword"]},{"name":"fun build(): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.build","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/build.html","searchKeys":["build","fun build(): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.build"]},{"name":"fun build(): KtorRequestsExecutor","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.build","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/build.html","searchKeys":["build","fun build(): KtorRequestsExecutor","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.build"]},{"name":"fun build(): TextSourcesList","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.build","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/build.html","searchKeys":["build","fun build(): TextSourcesList","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.build"]},{"name":"fun build(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.build","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/build.html","searchKeys":["build","fun build(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.build"]},{"name":"fun buildBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, block: BotBuilder.() -> Unit): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.buildBot","location":"docs/dev.inmo.tgbotapi.extensions.api/build-bot.html","searchKeys":["buildBot","fun buildBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, block: BotBuilder.() -> Unit): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.buildBot"]},{"name":"fun buildEntities(separator: String, init: EntitiesBuilderBody): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/build-entities.html","searchKeys":["buildEntities","fun buildEntities(separator: String, init: EntitiesBuilderBody): List","dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities"]},{"name":"fun buildEntities(separator: TextSource? = null, init: EntitiesBuilderBody): TextSourcesList","description":"dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/build-entities.html","searchKeys":["buildEntities","fun buildEntities(separator: TextSource? = null, init: EntitiesBuilderBody): TextSourcesList","dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities"]},{"name":"fun buildMimeType(raw: String): MimeType","description":"dev.inmo.tgbotapi.utils.buildMimeType","location":"docs/dev.inmo.tgbotapi.utils/build-mime-type.html","searchKeys":["buildMimeType","fun buildMimeType(raw: String): MimeType","dev.inmo.tgbotapi.utils.buildMimeType"]},{"name":"fun checkWebAppLink(rawData: String, hash: String): Boolean","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.checkWebAppLink","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/check-web-app-link.html","searchKeys":["checkWebAppLink","fun checkWebAppLink(rawData: String, hash: String): Boolean","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.checkWebAppLink"]},{"name":"fun close()","description":"dev.inmo.tgbotapi.webapps.WebApp.close","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/close.html","searchKeys":["close","fun close()","dev.inmo.tgbotapi.webapps.WebApp.close"]},{"name":"fun closePollAfter(seconds: LongSeconds): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html","searchKeys":["closePollAfter","fun closePollAfter(seconds: LongSeconds): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter"]},{"name":"fun closePollAfter(seconds: Seconds): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html","searchKeys":["closePollAfter","fun closePollAfter(seconds: Seconds): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter"]},{"name":"fun closePollExactAfter(seconds: LongSeconds): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html","searchKeys":["closePollExactAfter","fun closePollExactAfter(seconds: LongSeconds): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter"]},{"name":"fun closePollExactAfter(seconds: Seconds): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html","searchKeys":["closePollExactAfter","fun closePollExactAfter(seconds: Seconds): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter"]},{"name":"fun closePollExactAt(dateTime: DateTime): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAt","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-at.html","searchKeys":["closePollExactAt","fun closePollExactAt(dateTime: DateTime): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAt"]},{"name":"fun createFileLinkUrl(filePath: String): String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.createFileLinkUrl","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/create-file-link-url.html","searchKeys":["createFileLinkUrl","fun createFileLinkUrl(filePath: String): String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.createFileLinkUrl"]},{"name":"fun createFormattedText(entities: TextSourcesList, partLength: Int = textLength.last, mode: ParseMode = defaultParseMode): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createFormattedText","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-formatted-text.html","searchKeys":["createFormattedText","fun createFormattedText(entities: TextSourcesList, partLength: Int = textLength.last, mode: ParseMode = defaultParseMode): List","dev.inmo.tgbotapi.extensions.utils.formatting.createFormattedText"]},{"name":"fun createHtmlText(entities: TextSourcesList, partLength: Int = textLength.last): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createHtmlText","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-html-text.html","searchKeys":["createHtmlText","fun createHtmlText(entities: TextSourcesList, partLength: Int = textLength.last): List","dev.inmo.tgbotapi.extensions.utils.formatting.createHtmlText"]},{"name":"fun createMarkdownText(entities: TextSourcesList, partLength: Int = textLength.last): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownText","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-text.html","searchKeys":["createMarkdownText","fun createMarkdownText(entities: TextSourcesList, partLength: Int = textLength.last): List","dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownText"]},{"name":"fun createMarkdownV2Text(entities: TextSourcesList, partLength: Int = textLength.last): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownV2Text","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-v2-text.html","searchKeys":["createMarkdownV2Text","fun createMarkdownV2Text(entities: TextSourcesList, partLength: Int = textLength.last): List","dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownV2Text"]},{"name":"fun createSimpleUpdateFilter(messageCallback: UpdateReceiver? = null, mediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollCallback: UpdateReceiver? = null, pollAnswerCallback: UpdateReceiver? = null, unknownCallback: UpdateReceiver? = null): UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.createSimpleUpdateFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/create-simple-update-filter.html","searchKeys":["createSimpleUpdateFilter","fun createSimpleUpdateFilter(messageCallback: UpdateReceiver? = null, mediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollCallback: UpdateReceiver? = null, pollAnswerCallback: UpdateReceiver? = null, unknownCallback: UpdateReceiver? = null): UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.createSimpleUpdateFilter"]},{"name":"fun createTelegramBotDefaultKtorCallRequestsFactories(): List","description":"dev.inmo.tgbotapi.bot.ktor.createTelegramBotDefaultKtorCallRequestsFactories","location":"docs/dev.inmo.tgbotapi.bot.ktor/create-telegram-bot-default-ktor-call-requests-factories.html","searchKeys":["createTelegramBotDefaultKtorCallRequestsFactories","fun createTelegramBotDefaultKtorCallRequestsFactories(): List","dev.inmo.tgbotapi.bot.ktor.createTelegramBotDefaultKtorCallRequestsFactories"]},{"name":"fun createWebAppStartParam(value: String): Pair","description":"dev.inmo.tgbotapi.utils.extensions.createWebAppStartParam","location":"docs/dev.inmo.tgbotapi.utils.extensions/create-web-app-start-param.html","searchKeys":["createWebAppStartParam","fun createWebAppStartParam(value: String): Pair","dev.inmo.tgbotapi.utils.extensions.createWebAppStartParam"]},{"name":"fun disable(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.disable","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/disable.html","searchKeys":["disable","fun disable(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.disable"]},{"name":"fun enable(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.enable","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/enable.html","searchKeys":["enable","fun enable(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.enable"]},{"name":"fun expand()","description":"dev.inmo.tgbotapi.webapps.WebApp.expand","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/expand.html","searchKeys":["expand","fun expand()","dev.inmo.tgbotapi.webapps.WebApp.expand"]},{"name":"fun fromFile(file: MPPFile): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-file.html","searchKeys":["fromFile","fun fromFile(file: MPPFile): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromFile"]},{"name":"fun fromId(id: String): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-id.html","searchKeys":["fromId","fun fromId(id: String): FileId","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromId"]},{"name":"fun fromInput(filename: String, inputSource: () -> Input): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromInput","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-input.html","searchKeys":["fromInput","fun fromInput(filename: String, inputSource: () -> Input): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromInput"]},{"name":"fun fromUrl(url: String): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromUrl","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-url.html","searchKeys":["fromUrl","fun fromUrl(url: String): FileId","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromUrl"]},{"name":"fun hide(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.hide","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/hide.html","searchKeys":["hide","fun hide(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.hide"]},{"name":"fun hideProgress(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.hideProgress","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/hide-progress.html","searchKeys":["hideProgress","fun hideProgress(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.hideProgress"]},{"name":"fun interface BehaviourWithFSMStateHandler : StatesHandler ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/index.html","searchKeys":["BehaviourWithFSMStateHandler","fun interface BehaviourWithFSMStateHandler : StatesHandler ","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler"]},{"name":"fun interface ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocator","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/index.html","searchKeys":["ByteReadChannelAllocator","fun interface ByteReadChannelAllocator","dev.inmo.tgbotapi.utils.ByteReadChannelAllocator"]},{"name":"fun interface MarkerFactory","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/index.html","searchKeys":["MarkerFactory","fun interface MarkerFactory","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory"]},{"name":"fun interface SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/index.html","searchKeys":["SimpleFilter","fun interface SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter"]},{"name":"fun isHandled(command: String): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.isHandled","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/is-handled.html","searchKeys":["isHandled","fun isHandled(command: String): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.isHandled"]},{"name":"fun keyStorePassword(): CharArray","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStorePassword","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store-password.html","searchKeys":["keyStorePassword","fun keyStorePassword(): CharArray","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStorePassword"]},{"name":"fun makeLinkToMessage(chat: Chat, messageId: MessageIdentifier): String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(chat: Chat, messageId: MessageIdentifier): String?","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeLinkToMessage(chat: UsernameChat, messageId: MessageIdentifier): String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(chat: UsernameChat, messageId: MessageIdentifier): String?","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeLinkToMessage(username: String, messageId: MessageIdentifier): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(username: String, messageId: MessageIdentifier): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeLinkToMessage(username: Username, messageId: MessageIdentifier): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(username: Username, messageId: MessageIdentifier): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeUsernameDeepLinkPrefix(username: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameDeepLinkPrefix","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-deep-link-prefix.html","searchKeys":["makeUsernameDeepLinkPrefix","fun makeUsernameDeepLinkPrefix(username: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameDeepLinkPrefix"]},{"name":"fun makeUsernameLink(username: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-link.html","searchKeys":["makeUsernameLink","fun makeUsernameLink(username: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameLink"]},{"name":"fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/method.html","searchKeys":["method","fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion.method"]},{"name":"fun newRequestException(response: Response, plainAnswer: String, message: String? = null, cause: Throwable? = null): RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.newRequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/new-request-exception.html","searchKeys":["newRequestException","fun newRequestException(response: Response, plainAnswer: String, message: String? = null, cause: Throwable? = null): RequestException","dev.inmo.tgbotapi.bot.exceptions.newRequestException"]},{"name":"fun offEvent(type: String, callback: () -> Unit)","description":"dev.inmo.tgbotapi.webapps.WebApp.offEvent","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/off-event.html","searchKeys":["offEvent","fun offEvent(type: String, callback: () -> Unit)","dev.inmo.tgbotapi.webapps.WebApp.offEvent"]},{"name":"fun offEventWithBoolean(type: String, callback: (ViewportChangedData) -> Unit)","description":"dev.inmo.tgbotapi.webapps.WebApp.offEventWithBoolean","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-boolean.html","searchKeys":["offEventWithBoolean","fun offEventWithBoolean(type: String, callback: (ViewportChangedData) -> Unit)","dev.inmo.tgbotapi.webapps.WebApp.offEventWithBoolean"]},{"name":"fun ready()","description":"dev.inmo.tgbotapi.webapps.WebApp.ready","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/ready.html","searchKeys":["ready","fun ready()","dev.inmo.tgbotapi.webapps.WebApp.ready"]},{"name":"fun sendData(data: String)","description":"dev.inmo.tgbotapi.webapps.WebApp.sendData","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/send-data.html","searchKeys":["sendData","fun sendData(data: String)","dev.inmo.tgbotapi.webapps.WebApp.sendData"]},{"name":"fun serializationModule(visualMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, documentMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, audioMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, textedMediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaCollectionContentAdditionalBuilder: PolymorphicModuleBuilder>.() -> Unit = {}, additionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}): SerializersModule","description":"dev.inmo.tgbotapi.types.message.content.MessageContent.Companion.serializationModule","location":"docs/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/serialization-module.html","searchKeys":["serializationModule","fun serializationModule(visualMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, documentMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, audioMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, textedMediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaCollectionContentAdditionalBuilder: PolymorphicModuleBuilder>.() -> Unit = {}, additionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}): SerializersModule","dev.inmo.tgbotapi.types.message.content.MessageContent.Companion.serializationModule"]},{"name":"fun setText(text: String): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.setText","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/set-text.html","searchKeys":["setText","fun setText(text: String): MainButton","dev.inmo.tgbotapi.webapps.MainButton.setText"]},{"name":"fun show(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.show","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/show.html","searchKeys":["show","fun show(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.show"]},{"name":"fun showProgress(leaveActive: Boolean = definedExternally): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.showProgress","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/show-progress.html","searchKeys":["showProgress","fun showProgress(leaveActive: Boolean = definedExternally): MainButton","dev.inmo.tgbotapi.webapps.MainButton.showProgress"]},{"name":"fun simple(text: String, votes: Int = 0): SimplePollOption","description":"dev.inmo.tgbotapi.types.polls.PollOption.Companion.simple","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/simple.html","searchKeys":["simple","fun simple(text: String, votes: Int = 0): SimplePollOption","dev.inmo.tgbotapi.types.polls.PollOption.Companion.simple"]},{"name":"fun startListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, exceptionsHandler: ExceptionHandler, listenHost: String = \"0.0.0.0\", listenRoute: String? = null, privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startListenWebhooks","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-listen-webhooks.html","searchKeys":["startListenWebhooks","fun startListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, exceptionsHandler: ExceptionHandler, listenHost: String = \"0.0.0.0\", listenRoute: String? = null, privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startListenWebhooks"]},{"name":"fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): TelegramBot","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): TelegramBot","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"fun unlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited"]},{"name":"fun unlimited(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited"]},{"name":"fun unlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited"]},{"name":"fun unlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): EditChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): EditChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers"]},{"name":"infix fun Pair.mention(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","infix fun Pair.mention(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"infix fun Pair.link(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","infix fun Pair.link(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"infix fun String.bold(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","infix fun String.bold(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"infix fun String.cashtag(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cashtag.html","searchKeys":["cashtag","infix fun String.cashtag(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashtag"]},{"name":"infix fun String.code(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.code","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code.html","searchKeys":["code","infix fun String.code(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.code"]},{"name":"infix fun String.command(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.command","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command.html","searchKeys":["command","infix fun String.command(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.command"]},{"name":"infix fun String.email(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","infix fun String.email(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"infix fun String.hashTag(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag.html","searchKeys":["hashTag","infix fun String.hashTag(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTag"]},{"name":"infix fun String.italic(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","infix fun String.italic(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"infix fun String.mention(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","infix fun String.mention(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"infix fun String.phone(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","infix fun String.phone(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"infix fun String.pre(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.pre","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html","searchKeys":["pre","infix fun String.pre(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.pre"]},{"name":"infix fun String.regular(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regular","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html","searchKeys":["regular","infix fun String.regular(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.regular"]},{"name":"infix fun String.strikethrough(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","infix fun String.strikethrough(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"infix fun String.underline(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","infix fun String.underline(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"infix inline fun Deferred.withAction(noinline callback: suspend (T) -> O): DeferredAction","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.withAction","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/with-action.html","searchKeys":["withAction","infix inline fun Deferred.withAction(noinline callback: suspend (T) -> O): DeferredAction","dev.inmo.tgbotapi.extensions.behaviour_builder.withAction"]},{"name":"inline fun CustomBehaviourContextReceiver(noinline block: CustomBehaviourContextReceiver): suspend BC.() -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.CustomBehaviourContextReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver.html","searchKeys":["CustomBehaviourContextReceiver","inline fun CustomBehaviourContextReceiver(noinline block: CustomBehaviourContextReceiver): suspend BC.() -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.CustomBehaviourContextReceiver"]},{"name":"inline fun > Flow.commonMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.commonMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/common-messages.html","searchKeys":["commonMessages","inline fun > Flow.commonMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.commonMessages"]},{"name":"inline fun BehaviourContextWithFSM.onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.onStateOrSubstate","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/on-state-or-substate.html","searchKeys":["onStateOrSubstate","inline fun BehaviourContextWithFSM.onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.onStateOrSubstate"]},{"name":"inline fun BehaviourContextWithFSM.strictlyOn(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.strictlyOn","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/strictly-on.html","searchKeys":["strictlyOn","inline fun BehaviourContextWithFSM.strictlyOn(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.strictlyOn"]},{"name":"inline fun BehaviourWithFSMStateHandlerHolder(strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler): BehaviourWithFSMStateHandlerHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder.html","searchKeys":["BehaviourWithFSMStateHandlerHolder","inline fun BehaviourWithFSMStateHandlerHolder(strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler): BehaviourWithFSMStateHandlerHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder"]},{"name":"inline fun onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.onStateOrSubstate","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/on-state-or-substate.html","searchKeys":["onStateOrSubstate","inline fun onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.onStateOrSubstate"]},{"name":"inline fun strictlyOn(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.strictlyOn","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/strictly-on.html","searchKeys":["strictlyOn","inline fun strictlyOn(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.strictlyOn"]},{"name":"inline fun Flow.chatEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.chatEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/chat-events.html","searchKeys":["chatEvents","inline fun Flow.chatEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.chatEvents"]},{"name":"inline fun Flow.passportMessages(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.passportMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/passport-messages.html","searchKeys":["passportMessages","inline fun Flow.passportMessages(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.passportMessages"]},{"name":"inline fun Flow>.filterChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html","searchKeys":["filterChannelEvents","inline fun Flow>.filterChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html","searchKeys":["filterChannelEvents","inline fun FlowsUpdatesFilter.filterChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents"]},{"name":"inline fun > Flow>.filterByChatEvent(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterByChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-by-chat-event.html","searchKeys":["filterByChatEvent","inline fun > Flow>.filterByChatEvent(): Flow","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterByChatEvent"]},{"name":"inline fun Flow>.filterGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html","searchKeys":["filterGroupEvents","inline fun Flow>.filterGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html","searchKeys":["filterGroupEvents","inline fun FlowsUpdatesFilter.filterGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents"]},{"name":"inline fun telegramBot(token: String, clientFactory: HttpClientEngineFactory, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, clientFactory: HttpClientEngineFactory, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientFactory: HttpClientEngineFactory, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientFactory: HttpClientEngineFactory, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun Flow.filterMediaGroupMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-media-group-messages.html","searchKeys":["filterMediaGroupMessages","inline fun Flow.filterMediaGroupMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages"]},{"name":"inline fun FlowsUpdatesFilter.filterMediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-media-group-messages.html","searchKeys":["filterMediaGroupMessages","inline fun FlowsUpdatesFilter.filterMediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages"]},{"name":"inline fun MediaGroupMessage<*>.requireWithContent(): MediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun MediaGroupMessage<*>.requireWithContent(): MediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun MediaGroupMessage<*>.withContent(): MediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun MediaGroupMessage<*>.withContent(): MediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun AnonymousGroupContentMessage<*>.requireWithContent(): AnonymousGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun AnonymousGroupContentMessage<*>.requireWithContent(): AnonymousGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun AnonymousGroupContentMessage<*>.withContent(): AnonymousGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun AnonymousGroupContentMessage<*>.withContent(): AnonymousGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun ChannelContentMessage<*>.requireWithContent(): ChannelContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun ChannelContentMessage<*>.requireWithContent(): ChannelContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun ChannelContentMessage<*>.withContent(): ChannelContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun ChannelContentMessage<*>.withContent(): ChannelContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun CommonGroupContentMessage<*>.requireWithContent(): CommonGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun CommonGroupContentMessage<*>.requireWithContent(): CommonGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun CommonGroupContentMessage<*>.withContent(): CommonGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun CommonGroupContentMessage<*>.withContent(): CommonGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun CommonMessage<*>.requireWithContent(): CommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun CommonMessage<*>.requireWithContent(): CommonMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun CommonMessage<*>.withContent(): CommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun CommonMessage<*>.withContent(): CommonMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun ContentMessage<*>.requireWithContent(): ContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun ContentMessage<*>.requireWithContent(): ContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun ContentMessage<*>.withContent(): ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun ContentMessage<*>.withContent(): ContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun Flow.filterContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html","searchKeys":["filterContentMessages","inline fun Flow.filterContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages"]},{"name":"inline fun FlowsUpdatesFilter.filterContentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html","searchKeys":["filterContentMessages","inline fun FlowsUpdatesFilter.filterContentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages"]},{"name":"inline fun FromChannelGroupContentMessage<*>.requireWithContent(): FromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun FromChannelGroupContentMessage<*>.requireWithContent(): FromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun FromChannelGroupContentMessage<*>.withContent(): FromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun FromChannelGroupContentMessage<*>.withContent(): FromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun GroupContentMessage<*>.requireWithContent(): GroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun GroupContentMessage<*>.requireWithContent(): GroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun GroupContentMessage<*>.withContent(): GroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun GroupContentMessage<*>.withContent(): GroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun PossiblySentViaBotCommonMessage<*>.requireWithContent(): PossiblySentViaBotCommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun PossiblySentViaBotCommonMessage<*>.requireWithContent(): PossiblySentViaBotCommonMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun PossiblySentViaBotCommonMessage<*>.withContent(): PossiblySentViaBotCommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun PossiblySentViaBotCommonMessage<*>.withContent(): PossiblySentViaBotCommonMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun PrivateContentMessage<*>.requireWithContent(): PrivateContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun PrivateContentMessage<*>.requireWithContent(): PrivateContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun PrivateContentMessage<*>.withContent(): PrivateContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun PrivateContentMessage<*>.withContent(): PrivateContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun PublicContentMessage<*>.requireWithContent(): PublicContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun PublicContentMessage<*>.requireWithContent(): PublicContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun PublicContentMessage<*>.withContent(): PublicContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun PublicContentMessage<*>.withContent(): PublicContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun filterForContentMessage(): suspend (ContentMessage<*>) -> ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterForContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-for-content-message.html","searchKeys":["filterForContentMessage","inline fun filterForContentMessage(): suspend (ContentMessage<*>) -> ContentMessage?","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterForContentMessage"]},{"name":"inline fun Flow>.filterPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html","searchKeys":["filterPrivateEvents","inline fun Flow>.filterPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html","searchKeys":["filterPrivateEvents","inline fun FlowsUpdatesFilter.filterPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents"]},{"name":"inline fun Flow>.filterSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html","searchKeys":["filterSupergroupEvents","inline fun Flow>.filterSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html","searchKeys":["filterSupergroupEvents","inline fun FlowsUpdatesFilter.filterSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents"]},{"name":"inline fun BehaviourContextAndTwoTypesReceiver(noinline block: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(I1, I2) -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTwoTypesReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver.html","searchKeys":["BehaviourContextAndTwoTypesReceiver","inline fun BehaviourContextAndTwoTypesReceiver(noinline block: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(I1, I2) -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTwoTypesReceiver"]},{"name":"inline fun BehaviourContextAndTypeReceiver(noinline block: BehaviourContextAndTypeReceiver): suspend BehaviourContext.(I) -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTypeReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver.html","searchKeys":["BehaviourContextAndTypeReceiver","inline fun BehaviourContextAndTypeReceiver(noinline block: BehaviourContextAndTypeReceiver): suspend BehaviourContext.(I) -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTypeReceiver"]},{"name":"inline fun Any.whenFromUser(block: (FromUser) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFromUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-from-user.html","searchKeys":["whenFromUser","inline fun Any.whenFromUser(block: (FromUser) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFromUser"]},{"name":"inline fun Any.whenWithOptionalLanguageCode(block: (WithOptionalLanguageCode) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-with-optional-language-code.html","searchKeys":["whenWithOptionalLanguageCode","inline fun Any.whenWithOptionalLanguageCode(block: (WithOptionalLanguageCode) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWithOptionalLanguageCode"]},{"name":"inline fun Any.whenWithUser(block: (WithUser) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWithUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-with-user.html","searchKeys":["whenWithUser","inline fun Any.whenWithUser(block: (WithUser) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWithUser"]},{"name":"inline fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder(), crossinline block: BehaviourContext.() -> T): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html","searchKeys":["BehaviourContext","inline fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder(), crossinline block: BehaviourContext.() -> T): T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext"]},{"name":"inline fun BehaviourContextReceiver(noinline block: BehaviourContextReceiver): suspend BehaviourContext.() -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver.html","searchKeys":["BehaviourContextReceiver","inline fun BehaviourContextReceiver(noinline block: BehaviourContextReceiver): suspend BehaviourContext.() -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextReceiver"]},{"name":"inline fun BotAction.whenChooseStickerAction(block: (ChooseStickerAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-choose-sticker-action.html","searchKeys":["whenChooseStickerAction","inline fun BotAction.whenChooseStickerAction(block: (ChooseStickerAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChooseStickerAction"]},{"name":"inline fun BotAction.whenFindLocationAction(block: (FindLocationAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-find-location-action.html","searchKeys":["whenFindLocationAction","inline fun BotAction.whenFindLocationAction(block: (FindLocationAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFindLocationAction"]},{"name":"inline fun BotAction.whenRecordVideoAction(block: (RecordVideoAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-record-video-action.html","searchKeys":["whenRecordVideoAction","inline fun BotAction.whenRecordVideoAction(block: (RecordVideoAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRecordVideoAction"]},{"name":"inline fun BotAction.whenRecordVideoNoteAction(block: (RecordVideoNoteAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-record-video-note-action.html","searchKeys":["whenRecordVideoNoteAction","inline fun BotAction.whenRecordVideoNoteAction(block: (RecordVideoNoteAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRecordVideoNoteAction"]},{"name":"inline fun BotAction.whenRecordVoiceAction(block: (RecordVoiceAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-record-voice-action.html","searchKeys":["whenRecordVoiceAction","inline fun BotAction.whenRecordVoiceAction(block: (RecordVoiceAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRecordVoiceAction"]},{"name":"inline fun BotAction.whenTypingAction(block: (TypingAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-typing-action.html","searchKeys":["whenTypingAction","inline fun BotAction.whenTypingAction(block: (TypingAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTypingAction"]},{"name":"inline fun BotAction.whenUploadDocumentAction(block: (UploadDocumentAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-document-action.html","searchKeys":["whenUploadDocumentAction","inline fun BotAction.whenUploadDocumentAction(block: (UploadDocumentAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadDocumentAction"]},{"name":"inline fun BotAction.whenUploadPhotoAction(block: (UploadPhotoAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-photo-action.html","searchKeys":["whenUploadPhotoAction","inline fun BotAction.whenUploadPhotoAction(block: (UploadPhotoAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadPhotoAction"]},{"name":"inline fun BotAction.whenUploadVideoAction(block: (UploadVideoAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-video-action.html","searchKeys":["whenUploadVideoAction","inline fun BotAction.whenUploadVideoAction(block: (UploadVideoAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadVideoAction"]},{"name":"inline fun BotAction.whenUploadVideoNoteAction(block: (UploadVideoNoteAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-video-note-action.html","searchKeys":["whenUploadVideoNoteAction","inline fun BotAction.whenUploadVideoNoteAction(block: (UploadVideoNoteAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadVideoNoteAction"]},{"name":"inline fun BotAction.whenUploadVoiceAction(block: (UploadVoiceAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-voice-action.html","searchKeys":["whenUploadVoiceAction","inline fun BotAction.whenUploadVoiceAction(block: (UploadVoiceAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadVoiceAction"]},{"name":"inline fun CallbackQuery.whenDataCallbackQuery(block: (DataCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-data-callback-query.html","searchKeys":["whenDataCallbackQuery","inline fun CallbackQuery.whenDataCallbackQuery(block: (DataCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDataCallbackQuery"]},{"name":"inline fun CallbackQuery.whenGameShortNameCallbackQuery(block: (GameShortNameCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-game-short-name-callback-query.html","searchKeys":["whenGameShortNameCallbackQuery","inline fun CallbackQuery.whenGameShortNameCallbackQuery(block: (GameShortNameCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.whenInlineMessageIdCallbackQuery(block: (InlineMessageIdCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-callback-query.html","searchKeys":["whenInlineMessageIdCallbackQuery","inline fun CallbackQuery.whenInlineMessageIdCallbackQuery(block: (InlineMessageIdCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdCallbackQuery"]},{"name":"inline fun CallbackQuery.whenInlineMessageIdDataCallbackQuery(block: (InlineMessageIdDataCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-data-callback-query.html","searchKeys":["whenInlineMessageIdDataCallbackQuery","inline fun CallbackQuery.whenInlineMessageIdDataCallbackQuery(block: (InlineMessageIdDataCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdDataCallbackQuery"]},{"name":"inline fun CallbackQuery.whenInlineMessageIdGameShortNameCallbackQuery(block: (InlineMessageIdGameShortNameCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-game-short-name-callback-query.html","searchKeys":["whenInlineMessageIdGameShortNameCallbackQuery","inline fun CallbackQuery.whenInlineMessageIdGameShortNameCallbackQuery(block: (InlineMessageIdGameShortNameCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.whenMessageCallbackQuery(block: (MessageCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-callback-query.html","searchKeys":["whenMessageCallbackQuery","inline fun CallbackQuery.whenMessageCallbackQuery(block: (MessageCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageCallbackQuery"]},{"name":"inline fun CallbackQuery.whenMessageDataCallbackQuery(block: (MessageDataCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-data-callback-query.html","searchKeys":["whenMessageDataCallbackQuery","inline fun CallbackQuery.whenMessageDataCallbackQuery(block: (MessageDataCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageDataCallbackQuery"]},{"name":"inline fun CallbackQuery.whenMessageGameShortNameCallbackQuery(block: (MessageGameShortNameCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-game-short-name-callback-query.html","searchKeys":["whenMessageGameShortNameCallbackQuery","inline fun CallbackQuery.whenMessageGameShortNameCallbackQuery(block: (MessageGameShortNameCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.whenUnknownCallbackQueryType(block: (UnknownCallbackQueryType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-callback-query-type.html","searchKeys":["whenUnknownCallbackQueryType","inline fun CallbackQuery.whenUnknownCallbackQueryType(block: (UnknownCallbackQueryType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownCallbackQueryType"]},{"name":"inline fun Chat.whenBot(block: (Bot) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bot.html","searchKeys":["whenBot","inline fun Chat.whenBot(block: (Bot) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBot"]},{"name":"inline fun Chat.whenChannelChat(block: (ChannelChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-chat.html","searchKeys":["whenChannelChat","inline fun Chat.whenChannelChat(block: (ChannelChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelChat"]},{"name":"inline fun Chat.whenCommonBot(block: (CommonBot) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-bot.html","searchKeys":["whenCommonBot","inline fun Chat.whenCommonBot(block: (CommonBot) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonBot"]},{"name":"inline fun Chat.whenCommonUser(block: (CommonUser) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-user.html","searchKeys":["whenCommonUser","inline fun Chat.whenCommonUser(block: (CommonUser) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonUser"]},{"name":"inline fun Chat.whenExtendedBot(block: (ExtendedBot) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-bot.html","searchKeys":["whenExtendedBot","inline fun Chat.whenExtendedBot(block: (ExtendedBot) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedBot"]},{"name":"inline fun Chat.whenExtendedChannelChat(block: (ExtendedChannelChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-channel-chat.html","searchKeys":["whenExtendedChannelChat","inline fun Chat.whenExtendedChannelChat(block: (ExtendedChannelChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedChannelChat"]},{"name":"inline fun Chat.whenExtendedChat(block: (ExtendedChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-chat.html","searchKeys":["whenExtendedChat","inline fun Chat.whenExtendedChat(block: (ExtendedChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedChat"]},{"name":"inline fun Chat.whenExtendedGroupChat(block: (ExtendedGroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-group-chat.html","searchKeys":["whenExtendedGroupChat","inline fun Chat.whenExtendedGroupChat(block: (ExtendedGroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedGroupChat"]},{"name":"inline fun Chat.whenExtendedPrivateChat(block: (ExtendedPrivateChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-private-chat.html","searchKeys":["whenExtendedPrivateChat","inline fun Chat.whenExtendedPrivateChat(block: (ExtendedPrivateChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedPrivateChat"]},{"name":"inline fun Chat.whenExtendedPublicChat(block: (ExtendedPublicChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-public-chat.html","searchKeys":["whenExtendedPublicChat","inline fun Chat.whenExtendedPublicChat(block: (ExtendedPublicChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedPublicChat"]},{"name":"inline fun Chat.whenExtendedSupergroupChat(block: (ExtendedSupergroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-supergroup-chat.html","searchKeys":["whenExtendedSupergroupChat","inline fun Chat.whenExtendedSupergroupChat(block: (ExtendedSupergroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedSupergroupChat"]},{"name":"inline fun Chat.whenGroupChat(block: (GroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-chat.html","searchKeys":["whenGroupChat","inline fun Chat.whenGroupChat(block: (GroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupChat"]},{"name":"inline fun Chat.whenPrivateChat(block: (PrivateChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-chat.html","searchKeys":["whenPrivateChat","inline fun Chat.whenPrivateChat(block: (PrivateChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateChat"]},{"name":"inline fun Chat.whenPublicChat(block: (PublicChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-public-chat.html","searchKeys":["whenPublicChat","inline fun Chat.whenPublicChat(block: (PublicChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPublicChat"]},{"name":"inline fun Chat.whenSuperPublicChat(block: (SuperPublicChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSuperPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-super-public-chat.html","searchKeys":["whenSuperPublicChat","inline fun Chat.whenSuperPublicChat(block: (SuperPublicChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSuperPublicChat"]},{"name":"inline fun Chat.whenSupergroupChat(block: (SupergroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat.html","searchKeys":["whenSupergroupChat","inline fun Chat.whenSupergroupChat(block: (SupergroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupChat"]},{"name":"inline fun Chat.whenUnknownChatType(block: (UnknownChatType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownChatType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-chat-type.html","searchKeys":["whenUnknownChatType","inline fun Chat.whenUnknownChatType(block: (UnknownChatType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownChatType"]},{"name":"inline fun Chat.whenUser(block: (User) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-user.html","searchKeys":["whenUser","inline fun Chat.whenUser(block: (User) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUser"]},{"name":"inline fun Chat.whenUsernameChat(block: (UsernameChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUsernameChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-username-chat.html","searchKeys":["whenUsernameChat","inline fun Chat.whenUsernameChat(block: (UsernameChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUsernameChat"]},{"name":"inline fun ChatEvent.whenChannelChatCreated(block: (ChannelChatCreated) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-chat-created.html","searchKeys":["whenChannelChatCreated","inline fun ChatEvent.whenChannelChatCreated(block: (ChannelChatCreated) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelChatCreated"]},{"name":"inline fun ChatEvent.whenChannelEvent(block: (ChannelEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-event.html","searchKeys":["whenChannelEvent","inline fun ChatEvent.whenChannelEvent(block: (ChannelEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelEvent"]},{"name":"inline fun ChatEvent.whenCommonEvent(block: (CommonEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-event.html","searchKeys":["whenCommonEvent","inline fun ChatEvent.whenCommonEvent(block: (CommonEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonEvent"]},{"name":"inline fun ChatEvent.whenDeleteChatPhoto(block: (DeleteChatPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-delete-chat-photo.html","searchKeys":["whenDeleteChatPhoto","inline fun ChatEvent.whenDeleteChatPhoto(block: (DeleteChatPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDeleteChatPhoto"]},{"name":"inline fun ChatEvent.whenGroupChatCreated(block: (GroupChatCreated) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-chat-created.html","searchKeys":["whenGroupChatCreated","inline fun ChatEvent.whenGroupChatCreated(block: (GroupChatCreated) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupChatCreated"]},{"name":"inline fun ChatEvent.whenGroupEvent(block: (GroupEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-event.html","searchKeys":["whenGroupEvent","inline fun ChatEvent.whenGroupEvent(block: (GroupEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupEvent"]},{"name":"inline fun ChatEvent.whenLeftChatMember(block: (LeftChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html","searchKeys":["whenLeftChatMember","inline fun ChatEvent.whenLeftChatMember(block: (LeftChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember"]},{"name":"inline fun ChatEvent.whenMessageAutoDeleteTimerChanged(block: (MessageAutoDeleteTimerChanged) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-auto-delete-timer-changed.html","searchKeys":["whenMessageAutoDeleteTimerChanged","inline fun ChatEvent.whenMessageAutoDeleteTimerChanged(block: (MessageAutoDeleteTimerChanged) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageAutoDeleteTimerChanged"]},{"name":"inline fun ChatEvent.whenMigratedToSupergroup(block: (MigratedToSupergroup) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-migrated-to-supergroup.html","searchKeys":["whenMigratedToSupergroup","inline fun ChatEvent.whenMigratedToSupergroup(block: (MigratedToSupergroup) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMigratedToSupergroup"]},{"name":"inline fun ChatEvent.whenNewChatMembers(block: (NewChatMembers) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-new-chat-members.html","searchKeys":["whenNewChatMembers","inline fun ChatEvent.whenNewChatMembers(block: (NewChatMembers) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenNewChatMembers"]},{"name":"inline fun ChatEvent.whenNewChatPhoto(block: (NewChatPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-new-chat-photo.html","searchKeys":["whenNewChatPhoto","inline fun ChatEvent.whenNewChatPhoto(block: (NewChatPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenNewChatPhoto"]},{"name":"inline fun ChatEvent.whenNewChatTitle(block: (NewChatTitle) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-new-chat-title.html","searchKeys":["whenNewChatTitle","inline fun ChatEvent.whenNewChatTitle(block: (NewChatTitle) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenNewChatTitle"]},{"name":"inline fun ChatEvent.whenPinnedMessage(block: (PinnedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pinned-message.html","searchKeys":["whenPinnedMessage","inline fun ChatEvent.whenPinnedMessage(block: (PinnedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPinnedMessage"]},{"name":"inline fun ChatEvent.whenProximityAlertTriggered(block: (ProximityAlertTriggered) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-proximity-alert-triggered.html","searchKeys":["whenProximityAlertTriggered","inline fun ChatEvent.whenProximityAlertTriggered(block: (ProximityAlertTriggered) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenProximityAlertTriggered"]},{"name":"inline fun ChatEvent.whenPublicChatEvent(block: (PublicChatEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-public-chat-event.html","searchKeys":["whenPublicChatEvent","inline fun ChatEvent.whenPublicChatEvent(block: (PublicChatEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPublicChatEvent"]},{"name":"inline fun ChatEvent.whenSuccessfulPaymentEvent(block: (SuccessfulPaymentEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-successful-payment-event.html","searchKeys":["whenSuccessfulPaymentEvent","inline fun ChatEvent.whenSuccessfulPaymentEvent(block: (SuccessfulPaymentEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSuccessfulPaymentEvent"]},{"name":"inline fun ChatEvent.whenSupergroupChatCreated(block: (SupergroupChatCreated) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat-created.html","searchKeys":["whenSupergroupChatCreated","inline fun ChatEvent.whenSupergroupChatCreated(block: (SupergroupChatCreated) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupChatCreated"]},{"name":"inline fun ChatEvent.whenSupergroupEvent(block: (SupergroupEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event.html","searchKeys":["whenSupergroupEvent","inline fun ChatEvent.whenSupergroupEvent(block: (SupergroupEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupEvent"]},{"name":"inline fun ChatEvent.whenUserLoggedIn(block: (UserLoggedIn) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-user-logged-in.html","searchKeys":["whenUserLoggedIn","inline fun ChatEvent.whenUserLoggedIn(block: (UserLoggedIn) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUserLoggedIn"]},{"name":"inline fun ChatEvent.whenVideoChatEnded(block: (VideoChatEnded) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatEnded","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-ended.html","searchKeys":["whenVideoChatEnded","inline fun ChatEvent.whenVideoChatEnded(block: (VideoChatEnded) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatEnded"]},{"name":"inline fun ChatEvent.whenVideoChatEvent(block: (VideoChatEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-event.html","searchKeys":["whenVideoChatEvent","inline fun ChatEvent.whenVideoChatEvent(block: (VideoChatEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatEvent"]},{"name":"inline fun ChatEvent.whenVideoChatParticipantsInvited(block: (VideoChatParticipantsInvited) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-participants-invited.html","searchKeys":["whenVideoChatParticipantsInvited","inline fun ChatEvent.whenVideoChatParticipantsInvited(block: (VideoChatParticipantsInvited) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatParticipantsInvited"]},{"name":"inline fun ChatEvent.whenVideoChatScheduled(block: (VideoChatScheduled) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatScheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-scheduled.html","searchKeys":["whenVideoChatScheduled","inline fun ChatEvent.whenVideoChatScheduled(block: (VideoChatScheduled) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatScheduled"]},{"name":"inline fun ChatEvent.whenVideoChatStarted(block: (VideoChatStarted) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatStarted","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-started.html","searchKeys":["whenVideoChatStarted","inline fun ChatEvent.whenVideoChatStarted(block: (VideoChatStarted) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatStarted"]},{"name":"inline fun ChatInviteLink.whenChatInviteLinkUnlimited(block: (ChatInviteLinkUnlimited) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-unlimited.html","searchKeys":["whenChatInviteLinkUnlimited","inline fun ChatInviteLink.whenChatInviteLinkUnlimited(block: (ChatInviteLinkUnlimited) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkUnlimited"]},{"name":"inline fun ChatInviteLink.whenChatInviteLinkWithJoinRequest(block: (ChatInviteLinkWithJoinRequest) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-join-request.html","searchKeys":["whenChatInviteLinkWithJoinRequest","inline fun ChatInviteLink.whenChatInviteLinkWithJoinRequest(block: (ChatInviteLinkWithJoinRequest) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithJoinRequest"]},{"name":"inline fun ChatInviteLink.whenChatInviteLinkWithLimitedMembers(block: (ChatInviteLinkWithLimitedMembers) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-limited-members.html","searchKeys":["whenChatInviteLinkWithLimitedMembers","inline fun ChatInviteLink.whenChatInviteLinkWithLimitedMembers(block: (ChatInviteLinkWithLimitedMembers) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithLimitedMembers"]},{"name":"inline fun ChatInviteLink.whenPrimaryInviteLink(block: (PrimaryInviteLink) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-primary-invite-link.html","searchKeys":["whenPrimaryInviteLink","inline fun ChatInviteLink.whenPrimaryInviteLink(block: (PrimaryInviteLink) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrimaryInviteLink"]},{"name":"inline fun ChatInviteLink.whenSecondaryChatInviteLink(block: (SecondaryChatInviteLink) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secondary-chat-invite-link.html","searchKeys":["whenSecondaryChatInviteLink","inline fun ChatInviteLink.whenSecondaryChatInviteLink(block: (SecondaryChatInviteLink) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecondaryChatInviteLink"]},{"name":"inline fun ChatMember.whenAdministratorChatMember(block: (AdministratorChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAdministratorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-administrator-chat-member.html","searchKeys":["whenAdministratorChatMember","inline fun ChatMember.whenAdministratorChatMember(block: (AdministratorChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAdministratorChatMember"]},{"name":"inline fun ChatMember.whenBannedChatMember(block: (BannedChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBannedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-banned-chat-member.html","searchKeys":["whenBannedChatMember","inline fun ChatMember.whenBannedChatMember(block: (BannedChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBannedChatMember"]},{"name":"inline fun ChatMember.whenCreatorChatMember(block: (CreatorChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCreatorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-creator-chat-member.html","searchKeys":["whenCreatorChatMember","inline fun ChatMember.whenCreatorChatMember(block: (CreatorChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCreatorChatMember"]},{"name":"inline fun ChatMember.whenKickedChatMember(block: (KickedChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenKickedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-kicked-chat-member.html","searchKeys":["whenKickedChatMember","inline fun ChatMember.whenKickedChatMember(block: (KickedChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenKickedChatMember"]},{"name":"inline fun ChatMember.whenLeftChatMember(block: (LeftChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html","searchKeys":["whenLeftChatMember","inline fun ChatMember.whenLeftChatMember(block: (LeftChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember"]},{"name":"inline fun ChatMember.whenMemberChatMember(block: (MemberChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMemberChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-member-chat-member.html","searchKeys":["whenMemberChatMember","inline fun ChatMember.whenMemberChatMember(block: (MemberChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMemberChatMember"]},{"name":"inline fun ChatMember.whenRestrictedChatMember(block: (RestrictedChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRestrictedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-restricted-chat-member.html","searchKeys":["whenRestrictedChatMember","inline fun ChatMember.whenRestrictedChatMember(block: (RestrictedChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRestrictedChatMember"]},{"name":"inline fun ChatMember.whenSpecialRightsChatMember(block: (SpecialRightsChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-special-rights-chat-member.html","searchKeys":["whenSpecialRightsChatMember","inline fun ChatMember.whenSpecialRightsChatMember(block: (SpecialRightsChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSpecialRightsChatMember"]},{"name":"inline fun ChosenInlineResult.whenBaseChosenInlineResult(block: (BaseChosenInlineResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-chosen-inline-result.html","searchKeys":["whenBaseChosenInlineResult","inline fun ChosenInlineResult.whenBaseChosenInlineResult(block: (BaseChosenInlineResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.whenLocationChosenInlineResult(block: (LocationChosenInlineResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-location-chosen-inline-result.html","searchKeys":["whenLocationChosenInlineResult","inline fun ChosenInlineResult.whenLocationChosenInlineResult(block: (LocationChosenInlineResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLocationChosenInlineResult"]},{"name":"inline fun CommonSendInvoiceData.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html","searchKeys":["whenInputInvoiceMessageContent","inline fun CommonSendInvoiceData.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent"]},{"name":"inline fun CommonSendInvoiceData.whenSendInvoice(block: (SendInvoice) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-send-invoice.html","searchKeys":["whenSendInvoice","inline fun CommonSendInvoiceData.whenSendInvoice(block: (SendInvoice) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSendInvoice"]},{"name":"inline fun Deferred.asAction(): DeferredAction","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.asAction","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/as-action.html","searchKeys":["asAction","inline fun Deferred.asAction(): DeferredAction","dev.inmo.tgbotapi.extensions.behaviour_builder.asAction"]},{"name":"inline fun DiceAnimationType.whenBasketballDiceAnimationType(block: (BasketballDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-basketball-dice-animation-type.html","searchKeys":["whenBasketballDiceAnimationType","inline fun DiceAnimationType.whenBasketballDiceAnimationType(block: (BasketballDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBasketballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenBowlingDiceAnimationType(block: (BowlingDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bowling-dice-animation-type.html","searchKeys":["whenBowlingDiceAnimationType","inline fun DiceAnimationType.whenBowlingDiceAnimationType(block: (BowlingDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBowlingDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenCubeDiceAnimationType(block: (CubeDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-cube-dice-animation-type.html","searchKeys":["whenCubeDiceAnimationType","inline fun DiceAnimationType.whenCubeDiceAnimationType(block: (CubeDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCubeDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenCustomDiceAnimationType(block: (CustomDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-custom-dice-animation-type.html","searchKeys":["whenCustomDiceAnimationType","inline fun DiceAnimationType.whenCustomDiceAnimationType(block: (CustomDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCustomDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenDartsDiceAnimationType(block: (DartsDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-darts-dice-animation-type.html","searchKeys":["whenDartsDiceAnimationType","inline fun DiceAnimationType.whenDartsDiceAnimationType(block: (DartsDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDartsDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenFootballDiceAnimationType(block: (FootballDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-football-dice-animation-type.html","searchKeys":["whenFootballDiceAnimationType","inline fun DiceAnimationType.whenFootballDiceAnimationType(block: (FootballDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFootballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenSlotMachineDiceAnimationType(block: (SlotMachineDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-slot-machine-dice-animation-type.html","searchKeys":["whenSlotMachineDiceAnimationType","inline fun DiceAnimationType.whenSlotMachineDiceAnimationType(block: (SlotMachineDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSlotMachineDiceAnimationType"]},{"name":"inline fun EncryptedPassportElement.whenBankStatement(block: (BankStatement) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBankStatement","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bank-statement.html","searchKeys":["whenBankStatement","inline fun EncryptedPassportElement.whenBankStatement(block: (BankStatement) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBankStatement"]},{"name":"inline fun EncryptedPassportElement.whenCommonPassport(block: (CommonPassport) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-passport.html","searchKeys":["whenCommonPassport","inline fun EncryptedPassportElement.whenCommonPassport(block: (CommonPassport) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonPassport"]},{"name":"inline fun EncryptedPassportElement.whenDriverLicense(block: (DriverLicense) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDriverLicense","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-driver-license.html","searchKeys":["whenDriverLicense","inline fun EncryptedPassportElement.whenDriverLicense(block: (DriverLicense) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDriverLicense"]},{"name":"inline fun EncryptedPassportElement.whenEmail(block: (Email) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-email.html","searchKeys":["whenEmail","inline fun EncryptedPassportElement.whenEmail(block: (Email) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEmail"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedAddress(block: (EncryptedAddress) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedAddress","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-address.html","searchKeys":["whenEncryptedAddress","inline fun EncryptedPassportElement.whenEncryptedAddress(block: (EncryptedAddress) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedAddress"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementTranslatable(block: (EncryptedPassportElementTranslatable) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-translatable.html","searchKeys":["whenEncryptedPassportElementTranslatable","inline fun EncryptedPassportElement.whenEncryptedPassportElementTranslatable(block: (EncryptedPassportElementTranslatable) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementTranslatable"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithData(block: (EncryptedPassportElementWithData) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-data.html","searchKeys":["whenEncryptedPassportElementWithData","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithData(block: (EncryptedPassportElementWithData) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithData"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithEmail(block: (EncryptedPassportElementWithEmail) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-email.html","searchKeys":["whenEncryptedPassportElementWithEmail","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithEmail(block: (EncryptedPassportElementWithEmail) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithEmail"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFilesCollection(block: (EncryptedPassportElementWithFilesCollection) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-files-collection.html","searchKeys":["whenEncryptedPassportElementWithFilesCollection","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFilesCollection(block: (EncryptedPassportElementWithFilesCollection) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFilesCollection"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFrontSide(block: (EncryptedPassportElementWithFrontSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-front-side.html","searchKeys":["whenEncryptedPassportElementWithFrontSide","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFrontSide(block: (EncryptedPassportElementWithFrontSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFrontSide"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithPhoneNumber(block: (EncryptedPassportElementWithPhoneNumber) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-phone-number.html","searchKeys":["whenEncryptedPassportElementWithPhoneNumber","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithPhoneNumber(block: (EncryptedPassportElementWithPhoneNumber) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithReverseSide(block: (EncryptedPassportElementWithReverseSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-reverse-side.html","searchKeys":["whenEncryptedPassportElementWithReverseSide","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithReverseSide(block: (EncryptedPassportElementWithReverseSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithReverseSide"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithSelfie(block: (EncryptedPassportElementWithSelfie) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-selfie.html","searchKeys":["whenEncryptedPassportElementWithSelfie","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithSelfie(block: (EncryptedPassportElementWithSelfie) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithSelfie"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableFilesCollection(block: (EncryptedPassportElementWithTranslatableFilesCollection) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-files-collection.html","searchKeys":["whenEncryptedPassportElementWithTranslatableFilesCollection","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableFilesCollection(block: (EncryptedPassportElementWithTranslatableFilesCollection) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableIDDocument(block: (EncryptedPassportElementWithTranslatableIDDocument) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-i-d-document.html","searchKeys":["whenEncryptedPassportElementWithTranslatableIDDocument","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableIDDocument(block: (EncryptedPassportElementWithTranslatableIDDocument) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableIDDocument"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPersonalDetails(block: (EncryptedPersonalDetails) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-personal-details.html","searchKeys":["whenEncryptedPersonalDetails","inline fun EncryptedPassportElement.whenEncryptedPersonalDetails(block: (EncryptedPersonalDetails) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPersonalDetails"]},{"name":"inline fun EncryptedPassportElement.whenIdentityCard(block: (IdentityCard) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenIdentityCard","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-identity-card.html","searchKeys":["whenIdentityCard","inline fun EncryptedPassportElement.whenIdentityCard(block: (IdentityCard) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenIdentityCard"]},{"name":"inline fun EncryptedPassportElement.whenInternalPassport(block: (InternalPassport) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInternalPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-internal-passport.html","searchKeys":["whenInternalPassport","inline fun EncryptedPassportElement.whenInternalPassport(block: (InternalPassport) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInternalPassport"]},{"name":"inline fun EncryptedPassportElement.whenPassport(block: (Passport) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport.html","searchKeys":["whenPassport","inline fun EncryptedPassportElement.whenPassport(block: (Passport) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassport"]},{"name":"inline fun EncryptedPassportElement.whenPassportRegistration(block: (PassportRegistration) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-registration.html","searchKeys":["whenPassportRegistration","inline fun EncryptedPassportElement.whenPassportRegistration(block: (PassportRegistration) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportRegistration"]},{"name":"inline fun EncryptedPassportElement.whenPhoneNumber(block: (PhoneNumber) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-phone-number.html","searchKeys":["whenPhoneNumber","inline fun EncryptedPassportElement.whenPhoneNumber(block: (PhoneNumber) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.whenRentalAgreement(block: (RentalAgreement) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRentalAgreement","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement.html","searchKeys":["whenRentalAgreement","inline fun EncryptedPassportElement.whenRentalAgreement(block: (RentalAgreement) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRentalAgreement"]},{"name":"inline fun EncryptedPassportElement.whenTemporaryRegistration(block: (TemporaryRegistration) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTemporaryRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-temporary-registration.html","searchKeys":["whenTemporaryRegistration","inline fun EncryptedPassportElement.whenTemporaryRegistration(block: (TemporaryRegistration) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTemporaryRegistration"]},{"name":"inline fun EncryptedPassportElement.whenUnknownEncryptedPassportElement(block: (UnknownEncryptedPassportElement) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-encrypted-passport-element.html","searchKeys":["whenUnknownEncryptedPassportElement","inline fun EncryptedPassportElement.whenUnknownEncryptedPassportElement(block: (UnknownEncryptedPassportElement) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownEncryptedPassportElement"]},{"name":"inline fun EncryptedPassportElement.whenUtilityBill(block: (UtilityBill) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUtilityBill","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-utility-bill.html","searchKeys":["whenUtilityBill","inline fun EncryptedPassportElement.whenUtilityBill(block: (UtilityBill) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUtilityBill"]},{"name":"inline fun ForwardInfo.whenAnonymousForwardInfo(block: (AnonymousForwardInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-anonymous-forward-info.html","searchKeys":["whenAnonymousForwardInfo","inline fun ForwardInfo.whenAnonymousForwardInfo(block: (AnonymousForwardInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnonymousForwardInfo"]},{"name":"inline fun ForwardInfo.whenForwardFromChannelInfo(block: (ForwardFromChannelInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-forward-from-channel-info.html","searchKeys":["whenForwardFromChannelInfo","inline fun ForwardInfo.whenForwardFromChannelInfo(block: (ForwardFromChannelInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForwardFromChannelInfo"]},{"name":"inline fun ForwardInfo.whenForwardFromPublicChatInfo(block: (ForwardFromPublicChatInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-forward-from-public-chat-info.html","searchKeys":["whenForwardFromPublicChatInfo","inline fun ForwardInfo.whenForwardFromPublicChatInfo(block: (ForwardFromPublicChatInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForwardFromPublicChatInfo"]},{"name":"inline fun ForwardInfo.whenForwardFromSupergroupInfo(block: (ForwardFromSupergroupInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-forward-from-supergroup-info.html","searchKeys":["whenForwardFromSupergroupInfo","inline fun ForwardInfo.whenForwardFromSupergroupInfo(block: (ForwardFromSupergroupInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForwardFromSupergroupInfo"]},{"name":"inline fun ForwardInfo.whenUserForwardInfo(block: (UserForwardInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUserForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-user-forward-info.html","searchKeys":["whenUserForwardInfo","inline fun ForwardInfo.whenUserForwardInfo(block: (UserForwardInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUserForwardInfo"]},{"name":"inline fun InlineKeyboardButton.whenCallbackDataInlineKeyboardButton(block: (CallbackDataInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-callback-data-inline-keyboard-button.html","searchKeys":["whenCallbackDataInlineKeyboardButton","inline fun InlineKeyboardButton.whenCallbackDataInlineKeyboardButton(block: (CallbackDataInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCallbackDataInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenCallbackGameInlineKeyboardButton(block: (CallbackGameInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-callback-game-inline-keyboard-button.html","searchKeys":["whenCallbackGameInlineKeyboardButton","inline fun InlineKeyboardButton.whenCallbackGameInlineKeyboardButton(block: (CallbackGameInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCallbackGameInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenLoginURLInlineKeyboardButton(block: (LoginURLInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-login-u-r-l-inline-keyboard-button.html","searchKeys":["whenLoginURLInlineKeyboardButton","inline fun InlineKeyboardButton.whenLoginURLInlineKeyboardButton(block: (LoginURLInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLoginURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenPayInlineKeyboardButton(block: (PayInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pay-inline-keyboard-button.html","searchKeys":["whenPayInlineKeyboardButton","inline fun InlineKeyboardButton.whenPayInlineKeyboardButton(block: (PayInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPayInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenSwitchInlineQueryCurrentChatInlineKeyboardButton(block: (SwitchInlineQueryCurrentChatInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["whenSwitchInlineQueryCurrentChatInlineKeyboardButton","inline fun InlineKeyboardButton.whenSwitchInlineQueryCurrentChatInlineKeyboardButton(block: (SwitchInlineQueryCurrentChatInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenSwitchInlineQueryInlineKeyboardButton(block: (SwitchInlineQueryInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-inline-keyboard-button.html","searchKeys":["whenSwitchInlineQueryInlineKeyboardButton","inline fun InlineKeyboardButton.whenSwitchInlineQueryInlineKeyboardButton(block: (SwitchInlineQueryInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenURLInlineKeyboardButton(block: (URLInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-inline-keyboard-button.html","searchKeys":["whenURLInlineKeyboardButton","inline fun InlineKeyboardButton.whenURLInlineKeyboardButton(block: (URLInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenUnknownInlineKeyboardButton(block: (UnknownInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-inline-keyboard-button.html","searchKeys":["whenUnknownInlineKeyboardButton","inline fun InlineKeyboardButton.whenUnknownInlineKeyboardButton(block: (UnknownInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenWebAppKeyboardButton(block: (WebAppKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-web-app-keyboard-button.html","searchKeys":["whenWebAppKeyboardButton","inline fun InlineKeyboardButton.whenWebAppKeyboardButton(block: (WebAppKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWebAppKeyboardButton"]},{"name":"inline fun InlineQuery.whenBaseInlineQuery(block: (BaseInlineQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-inline-query.html","searchKeys":["whenBaseInlineQuery","inline fun InlineQuery.whenBaseInlineQuery(block: (BaseInlineQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseInlineQuery"]},{"name":"inline fun InlineQuery.whenLocationInlineQuery(block: (LocationInlineQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-location-inline-query.html","searchKeys":["whenLocationInlineQuery","inline fun InlineQuery.whenLocationInlineQuery(block: (LocationInlineQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLocationInlineQuery"]},{"name":"inline fun InlineQueryResult.whenDescribedInlineQueryResult(block: (DescribedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-described-inline-query-result.html","searchKeys":["whenDescribedInlineQueryResult","inline fun InlineQueryResult.whenDescribedInlineQueryResult(block: (DescribedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDescribedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenFileInlineQueryResult(block: (FileInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-file-inline-query-result.html","searchKeys":["whenFileInlineQueryResult","inline fun InlineQueryResult.whenFileInlineQueryResult(block: (FileInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFileInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultArticle(block: (InlineQueryResultArticle) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-article.html","searchKeys":["whenInlineQueryResultArticle","inline fun InlineQueryResult.whenInlineQueryResultArticle(block: (InlineQueryResultArticle) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultArticle"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultAudio(block: (InlineQueryResultAudio) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio.html","searchKeys":["whenInlineQueryResultAudio","inline fun InlineQueryResult.whenInlineQueryResultAudio(block: (InlineQueryResultAudio) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudio"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultAudioCached(block: (InlineQueryResultAudioCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-cached.html","searchKeys":["whenInlineQueryResultAudioCached","inline fun InlineQueryResult.whenInlineQueryResultAudioCached(block: (InlineQueryResultAudioCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultAudioCommon(block: (InlineQueryResultAudioCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-common.html","searchKeys":["whenInlineQueryResultAudioCommon","inline fun InlineQueryResult.whenInlineQueryResultAudioCommon(block: (InlineQueryResultAudioCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultContact(block: (InlineQueryResultContact) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-contact.html","searchKeys":["whenInlineQueryResultContact","inline fun InlineQueryResult.whenInlineQueryResultContact(block: (InlineQueryResultContact) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultContact"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultDocument(block: (InlineQueryResultDocument) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document.html","searchKeys":["whenInlineQueryResultDocument","inline fun InlineQueryResult.whenInlineQueryResultDocument(block: (InlineQueryResultDocument) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocument"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultDocumentCached(block: (InlineQueryResultDocumentCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-cached.html","searchKeys":["whenInlineQueryResultDocumentCached","inline fun InlineQueryResult.whenInlineQueryResultDocumentCached(block: (InlineQueryResultDocumentCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultDocumentCommon(block: (InlineQueryResultDocumentCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-common.html","searchKeys":["whenInlineQueryResultDocumentCommon","inline fun InlineQueryResult.whenInlineQueryResultDocumentCommon(block: (InlineQueryResultDocumentCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGame(block: (InlineQueryResultGame) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-game.html","searchKeys":["whenInlineQueryResultGame","inline fun InlineQueryResult.whenInlineQueryResultGame(block: (InlineQueryResultGame) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGame"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGif(block: (InlineQueryResultGif) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif.html","searchKeys":["whenInlineQueryResultGif","inline fun InlineQueryResult.whenInlineQueryResultGif(block: (InlineQueryResultGif) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGif"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGifCached(block: (InlineQueryResultGifCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-cached.html","searchKeys":["whenInlineQueryResultGifCached","inline fun InlineQueryResult.whenInlineQueryResultGifCached(block: (InlineQueryResultGifCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGifCommon(block: (InlineQueryResultGifCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-common.html","searchKeys":["whenInlineQueryResultGifCommon","inline fun InlineQueryResult.whenInlineQueryResultGifCommon(block: (InlineQueryResultGifCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultLocation(block: (InlineQueryResultLocation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-location.html","searchKeys":["whenInlineQueryResultLocation","inline fun InlineQueryResult.whenInlineQueryResultLocation(block: (InlineQueryResultLocation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultLocation"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultMpeg4Gif(block: (InlineQueryResultMpeg4Gif) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif.html","searchKeys":["whenInlineQueryResultMpeg4Gif","inline fun InlineQueryResult.whenInlineQueryResultMpeg4Gif(block: (InlineQueryResultMpeg4Gif) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4Gif"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCached(block: (InlineQueryResultMpeg4GifCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-cached.html","searchKeys":["whenInlineQueryResultMpeg4GifCached","inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCached(block: (InlineQueryResultMpeg4GifCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCommon(block: (InlineQueryResultMpeg4GifCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-common.html","searchKeys":["whenInlineQueryResultMpeg4GifCommon","inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCommon(block: (InlineQueryResultMpeg4GifCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultPhoto(block: (InlineQueryResultPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo.html","searchKeys":["whenInlineQueryResultPhoto","inline fun InlineQueryResult.whenInlineQueryResultPhoto(block: (InlineQueryResultPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhoto"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultPhotoCached(block: (InlineQueryResultPhotoCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-cached.html","searchKeys":["whenInlineQueryResultPhotoCached","inline fun InlineQueryResult.whenInlineQueryResultPhotoCached(block: (InlineQueryResultPhotoCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultPhotoCommon(block: (InlineQueryResultPhotoCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-common.html","searchKeys":["whenInlineQueryResultPhotoCommon","inline fun InlineQueryResult.whenInlineQueryResultPhotoCommon(block: (InlineQueryResultPhotoCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultStickerCached(block: (InlineQueryResultStickerCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-sticker-cached.html","searchKeys":["whenInlineQueryResultStickerCached","inline fun InlineQueryResult.whenInlineQueryResultStickerCached(block: (InlineQueryResultStickerCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultStickerCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVenue(block: (InlineQueryResultVenue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-venue.html","searchKeys":["whenInlineQueryResultVenue","inline fun InlineQueryResult.whenInlineQueryResultVenue(block: (InlineQueryResultVenue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVenue"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVideo(block: (InlineQueryResultVideo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video.html","searchKeys":["whenInlineQueryResultVideo","inline fun InlineQueryResult.whenInlineQueryResultVideo(block: (InlineQueryResultVideo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideo"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVideoCached(block: (InlineQueryResultVideoCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-cached.html","searchKeys":["whenInlineQueryResultVideoCached","inline fun InlineQueryResult.whenInlineQueryResultVideoCached(block: (InlineQueryResultVideoCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVideoCommon(block: (InlineQueryResultVideoCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-common.html","searchKeys":["whenInlineQueryResultVideoCommon","inline fun InlineQueryResult.whenInlineQueryResultVideoCommon(block: (InlineQueryResultVideoCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVoice(block: (InlineQueryResultVoice) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice.html","searchKeys":["whenInlineQueryResultVoice","inline fun InlineQueryResult.whenInlineQueryResultVoice(block: (InlineQueryResultVoice) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoice"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVoiceCached(block: (InlineQueryResultVoiceCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-cached.html","searchKeys":["whenInlineQueryResultVoiceCached","inline fun InlineQueryResult.whenInlineQueryResultVoiceCached(block: (InlineQueryResultVoiceCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVoiceCommon(block: (InlineQueryResultVoiceCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-common.html","searchKeys":["whenInlineQueryResultVoiceCommon","inline fun InlineQueryResult.whenInlineQueryResultVoiceCommon(block: (InlineQueryResultVoiceCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCommon"]},{"name":"inline fun InlineQueryResult.whenOptionallyTitledInlineQueryResult(block: (OptionallyTitledInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenOptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-optionally-titled-inline-query-result.html","searchKeys":["whenOptionallyTitledInlineQueryResult","inline fun InlineQueryResult.whenOptionallyTitledInlineQueryResult(block: (OptionallyTitledInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenOptionallyTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenSizedInlineQueryResult(block: (SizedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sized-inline-query-result.html","searchKeys":["whenSizedInlineQueryResult","inline fun InlineQueryResult.whenSizedInlineQueryResult(block: (SizedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenThumbSizedInlineQueryResult(block: (ThumbSizedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumb-sized-inline-query-result.html","searchKeys":["whenThumbSizedInlineQueryResult","inline fun InlineQueryResult.whenThumbSizedInlineQueryResult(block: (ThumbSizedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenThumbedInlineQueryResult(block: (ThumbedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-inline-query-result.html","searchKeys":["whenThumbedInlineQueryResult","inline fun InlineQueryResult.whenThumbedInlineQueryResult(block: (ThumbedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenThumbedWithMimeTypeInlineQueryResult(block: (ThumbedWithMimeTypeInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-with-mime-type-inline-query-result.html","searchKeys":["whenThumbedWithMimeTypeInlineQueryResult","inline fun InlineQueryResult.whenThumbedWithMimeTypeInlineQueryResult(block: (ThumbedWithMimeTypeInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedWithMimeTypeInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenTitledInlineQueryResult(block: (TitledInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-titled-inline-query-result.html","searchKeys":["whenTitledInlineQueryResult","inline fun InlineQueryResult.whenTitledInlineQueryResult(block: (TitledInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenUrlInlineQueryResult(block: (UrlInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-url-inline-query-result.html","searchKeys":["whenUrlInlineQueryResult","inline fun InlineQueryResult.whenUrlInlineQueryResult(block: (UrlInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUrlInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenWithInputMessageContentInlineQueryResult(block: (WithInputMessageContentInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-with-input-message-content-inline-query-result.html","searchKeys":["whenWithInputMessageContentInlineQueryResult","inline fun InlineQueryResult.whenWithInputMessageContentInlineQueryResult(block: (WithInputMessageContentInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWithInputMessageContentInlineQueryResult"]},{"name":"inline fun InputMessageContent.whenInputContactMessageContent(block: (InputContactMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputContactMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-contact-message-content.html","searchKeys":["whenInputContactMessageContent","inline fun InputMessageContent.whenInputContactMessageContent(block: (InputContactMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputContactMessageContent"]},{"name":"inline fun InputMessageContent.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html","searchKeys":["whenInputInvoiceMessageContent","inline fun InputMessageContent.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent"]},{"name":"inline fun InputMessageContent.whenInputLocationMessageContent(block: (InputLocationMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-location-message-content.html","searchKeys":["whenInputLocationMessageContent","inline fun InputMessageContent.whenInputLocationMessageContent(block: (InputLocationMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputLocationMessageContent"]},{"name":"inline fun InputMessageContent.whenInputTextMessageContent(block: (InputTextMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputTextMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-text-message-content.html","searchKeys":["whenInputTextMessageContent","inline fun InputMessageContent.whenInputTextMessageContent(block: (InputTextMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputTextMessageContent"]},{"name":"inline fun InputMessageContent.whenInputVenueMessageContent(block: (InputVenueMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-venue-message-content.html","searchKeys":["whenInputVenueMessageContent","inline fun InputMessageContent.whenInputVenueMessageContent(block: (InputVenueMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputVenueMessageContent"]},{"name":"inline fun KeyboardMarkup.whenForceReply(block: (ReplyForce) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForceReply","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-force-reply.html","searchKeys":["whenForceReply","inline fun KeyboardMarkup.whenForceReply(block: (ReplyForce) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForceReply"]},{"name":"inline fun KeyboardMarkup.whenInlineKeyboardMarkup(block: (InlineKeyboardMarkup) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-keyboard-markup.html","searchKeys":["whenInlineKeyboardMarkup","inline fun KeyboardMarkup.whenInlineKeyboardMarkup(block: (InlineKeyboardMarkup) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.whenReplyKeyboardMarkup(block: (ReplyKeyboardMarkup) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-markup.html","searchKeys":["whenReplyKeyboardMarkup","inline fun KeyboardMarkup.whenReplyKeyboardMarkup(block: (ReplyKeyboardMarkup) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.whenReplyKeyboardRemove(block: (ReplyKeyboardRemove) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-remove.html","searchKeys":["whenReplyKeyboardRemove","inline fun KeyboardMarkup.whenReplyKeyboardRemove(block: (ReplyKeyboardRemove) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardRemove"]},{"name":"inline fun Location.whenLiveLocation(block: (LiveLocation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-live-location.html","searchKeys":["whenLiveLocation","inline fun Location.whenLiveLocation(block: (LiveLocation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLiveLocation"]},{"name":"inline fun Location.whenStaticLocation(block: (StaticLocation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-static-location.html","searchKeys":["whenStaticLocation","inline fun Location.whenStaticLocation(block: (StaticLocation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStaticLocation"]},{"name":"inline fun Message.whenAnonymousGroupContentMessage(block: (AnonymousGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message.html","searchKeys":["whenAnonymousGroupContentMessage","inline fun Message.whenAnonymousGroupContentMessage(block: (AnonymousGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessage"]},{"name":"inline fun Message.whenAnonymousGroupContentMessageImpl(block: (AnonymousGroupContentMessageImpl) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message-impl.html","searchKeys":["whenAnonymousGroupContentMessageImpl","inline fun Message.whenAnonymousGroupContentMessageImpl(block: (AnonymousGroupContentMessageImpl) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessageImpl"]},{"name":"inline fun Message.whenChannelContentMessage(block: (ChannelContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message.html","searchKeys":["whenChannelContentMessage","inline fun Message.whenChannelContentMessage(block: (ChannelContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessage"]},{"name":"inline fun Message.whenChannelContentMessageImpl(block: (UnconnectedFromChannelGroupContentMessageImpl) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html","searchKeys":["whenChannelContentMessageImpl","inline fun Message.whenChannelContentMessageImpl(block: (UnconnectedFromChannelGroupContentMessageImpl) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessageImpl"]},{"name":"inline fun Message.whenChannelEventMessage(block: (ChannelEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-event-message.html","searchKeys":["whenChannelEventMessage","inline fun Message.whenChannelEventMessage(block: (ChannelEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelEventMessage"]},{"name":"inline fun Message.whenChannelMediaGroupMessage(block: (ChannelMediaGroupMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-media-group-message.html","searchKeys":["whenChannelMediaGroupMessage","inline fun Message.whenChannelMediaGroupMessage(block: (ChannelMediaGroupMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelMediaGroupMessage"]},{"name":"inline fun Message.whenChatEventMessage(block: (ChatEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-event-message.html","searchKeys":["whenChatEventMessage","inline fun Message.whenChatEventMessage(block: (ChatEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatEventMessage"]},{"name":"inline fun Message.whenCommonGroupContentMessage(block: (CommonGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-group-content-message.html","searchKeys":["whenCommonGroupContentMessage","inline fun Message.whenCommonGroupContentMessage(block: (CommonGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonGroupContentMessage"]},{"name":"inline fun Message.whenCommonGroupEventMessage(block: (CommonGroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-group-event-message.html","searchKeys":["whenCommonGroupEventMessage","inline fun Message.whenCommonGroupEventMessage(block: (CommonGroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonGroupEventMessage"]},{"name":"inline fun Message.whenCommonMediaGroupMessage(block: (CommonMediaGroupMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-media-group-message.html","searchKeys":["whenCommonMediaGroupMessage","inline fun Message.whenCommonMediaGroupMessage(block: (CommonMediaGroupMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonMediaGroupMessage"]},{"name":"inline fun Message.whenCommonMessage(block: (CommonMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-message.html","searchKeys":["whenCommonMessage","inline fun Message.whenCommonMessage(block: (CommonMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonMessage"]},{"name":"inline fun Message.whenCommonSupergroupEventMessage(block: (CommonSupergroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-supergroup-event-message.html","searchKeys":["whenCommonSupergroupEventMessage","inline fun Message.whenCommonSupergroupEventMessage(block: (CommonSupergroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonSupergroupEventMessage"]},{"name":"inline fun Message.whenConnectedFromChannelGroupContentMessage(block: (ConnectedFromChannelGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-connected-from-channel-group-content-message.html","searchKeys":["whenConnectedFromChannelGroupContentMessage","inline fun Message.whenConnectedFromChannelGroupContentMessage(block: (ConnectedFromChannelGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenConnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.whenContentMessage(block: (ContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-content-message.html","searchKeys":["whenContentMessage","inline fun Message.whenContentMessage(block: (ContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenContentMessage"]},{"name":"inline fun Message.whenFromChannelGroupContentMessage(block: (FromChannelGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-from-channel-group-content-message.html","searchKeys":["whenFromChannelGroupContentMessage","inline fun Message.whenFromChannelGroupContentMessage(block: (FromChannelGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFromChannelGroupContentMessage"]},{"name":"inline fun Message.whenFromUserMessage(block: (FromUserMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFromUserMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-from-user-message.html","searchKeys":["whenFromUserMessage","inline fun Message.whenFromUserMessage(block: (FromUserMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFromUserMessage"]},{"name":"inline fun Message.whenGroupContentMessage(block: (GroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-content-message.html","searchKeys":["whenGroupContentMessage","inline fun Message.whenGroupContentMessage(block: (GroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupContentMessage"]},{"name":"inline fun Message.whenGroupEventMessage(block: (GroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-event-message.html","searchKeys":["whenGroupEventMessage","inline fun Message.whenGroupEventMessage(block: (GroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupEventMessage"]},{"name":"inline fun Message.whenMediaGroupMessage(block: (MediaGroupMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-message.html","searchKeys":["whenMediaGroupMessage","inline fun Message.whenMediaGroupMessage(block: (MediaGroupMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMessage"]},{"name":"inline fun Message.whenPassportMessage(block: (PassportMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-message.html","searchKeys":["whenPassportMessage","inline fun Message.whenPassportMessage(block: (PassportMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportMessage"]},{"name":"inline fun Message.whenPossiblyEditedMessage(block: (PossiblyEditedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-edited-message.html","searchKeys":["whenPossiblyEditedMessage","inline fun Message.whenPossiblyEditedMessage(block: (PossiblyEditedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyEditedMessage"]},{"name":"inline fun Message.whenPossiblyForwardedMessage(block: (PossiblyForwardedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-forwarded-message.html","searchKeys":["whenPossiblyForwardedMessage","inline fun Message.whenPossiblyForwardedMessage(block: (PossiblyForwardedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyForwardedMessage"]},{"name":"inline fun Message.whenPossiblyPaymentMessage(block: (PossiblyPaymentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-payment-message.html","searchKeys":["whenPossiblyPaymentMessage","inline fun Message.whenPossiblyPaymentMessage(block: (PossiblyPaymentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyPaymentMessage"]},{"name":"inline fun Message.whenPossiblyReplyMessage(block: (PossiblyReplyMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-reply-message.html","searchKeys":["whenPossiblyReplyMessage","inline fun Message.whenPossiblyReplyMessage(block: (PossiblyReplyMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyReplyMessage"]},{"name":"inline fun Message.whenPossiblySentViaBotCommonMessage(block: (PossiblySentViaBotCommonMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-sent-via-bot-common-message.html","searchKeys":["whenPossiblySentViaBotCommonMessage","inline fun Message.whenPossiblySentViaBotCommonMessage(block: (PossiblySentViaBotCommonMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblySentViaBotCommonMessage"]},{"name":"inline fun Message.whenPrivateContentMessage(block: (PrivateContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-content-message.html","searchKeys":["whenPrivateContentMessage","inline fun Message.whenPrivateContentMessage(block: (PrivateContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessage"]},{"name":"inline fun Message.whenPrivateContentMessageImpl(block: (PrivateContentMessageImpl) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-content-message-impl.html","searchKeys":["whenPrivateContentMessageImpl","inline fun Message.whenPrivateContentMessageImpl(block: (PrivateContentMessageImpl) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessageImpl"]},{"name":"inline fun Message.whenPrivateEventMessage(block: (PrivateEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-event-message.html","searchKeys":["whenPrivateEventMessage","inline fun Message.whenPrivateEventMessage(block: (PrivateEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateEventMessage"]},{"name":"inline fun Message.whenPublicContentMessage(block: (PublicContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPublicContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-public-content-message.html","searchKeys":["whenPublicContentMessage","inline fun Message.whenPublicContentMessage(block: (PublicContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPublicContentMessage"]},{"name":"inline fun Message.whenSignedMessage(block: (SignedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSignedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-signed-message.html","searchKeys":["whenSignedMessage","inline fun Message.whenSignedMessage(block: (SignedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSignedMessage"]},{"name":"inline fun Message.whenSupergroupEventMessage(block: (SupergroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event-message.html","searchKeys":["whenSupergroupEventMessage","inline fun Message.whenSupergroupEventMessage(block: (SupergroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupEventMessage"]},{"name":"inline fun Message.whenUnconnectedFromChannelGroupContentMessage(block: (UnconnectedFromChannelGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unconnected-from-channel-group-content-message.html","searchKeys":["whenUnconnectedFromChannelGroupContentMessage","inline fun Message.whenUnconnectedFromChannelGroupContentMessage(block: (UnconnectedFromChannelGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnconnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.whenUnknownMessageType(block: (UnknownMessageType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownMessageType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-message-type.html","searchKeys":["whenUnknownMessageType","inline fun Message.whenUnknownMessageType(block: (UnknownMessageType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownMessageType"]},{"name":"inline fun MessageContent.whenTextedInput(block: (TextedInput) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextedInput","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-texted-input.html","searchKeys":["whenTextedInput","inline fun MessageContent.whenTextedInput(block: (TextedInput) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextedInput"]},{"name":"inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: PrivateKey, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","description":"dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key","location":"docs/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html","searchKeys":["doInDecryptionContextWithPKCS8Key","inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: PrivateKey, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key"]},{"name":"inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: String, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","description":"dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key","location":"docs/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html","searchKeys":["doInDecryptionContextWithPKCS8Key","inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: String, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key"]},{"name":"inline fun PassportElementError.whenPassportElementErrorDataField(block: (PassportElementErrorDataField) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-data-field.html","searchKeys":["whenPassportElementErrorDataField","inline fun PassportElementError.whenPassportElementErrorDataField(block: (PassportElementErrorDataField) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorDataField"]},{"name":"inline fun PassportElementError.whenPassportElementErrorFile(block: (PassportElementErrorFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-file.html","searchKeys":["whenPassportElementErrorFile","inline fun PassportElementError.whenPassportElementErrorFile(block: (PassportElementErrorFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFile"]},{"name":"inline fun PassportElementError.whenPassportElementErrorFiles(block: (PassportElementErrorFiles) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-files.html","searchKeys":["whenPassportElementErrorFiles","inline fun PassportElementError.whenPassportElementErrorFiles(block: (PassportElementErrorFiles) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFiles"]},{"name":"inline fun PassportElementError.whenPassportElementErrorFrontSide(block: (PassportElementErrorFrontSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-front-side.html","searchKeys":["whenPassportElementErrorFrontSide","inline fun PassportElementError.whenPassportElementErrorFrontSide(block: (PassportElementErrorFrontSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFrontSide"]},{"name":"inline fun PassportElementError.whenPassportElementErrorReverseSide(block: (PassportElementErrorReverseSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-reverse-side.html","searchKeys":["whenPassportElementErrorReverseSide","inline fun PassportElementError.whenPassportElementErrorReverseSide(block: (PassportElementErrorReverseSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorReverseSide"]},{"name":"inline fun PassportElementError.whenPassportElementErrorSelfie(block: (PassportElementErrorSelfie) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-selfie.html","searchKeys":["whenPassportElementErrorSelfie","inline fun PassportElementError.whenPassportElementErrorSelfie(block: (PassportElementErrorSelfie) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorSelfie"]},{"name":"inline fun PassportElementError.whenPassportElementErrorTranslationFile(block: (PassportElementErrorTranslationFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-file.html","searchKeys":["whenPassportElementErrorTranslationFile","inline fun PassportElementError.whenPassportElementErrorTranslationFile(block: (PassportElementErrorTranslationFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFile"]},{"name":"inline fun PassportElementError.whenPassportElementErrorTranslationFiles(block: (PassportElementErrorTranslationFiles) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-files.html","searchKeys":["whenPassportElementErrorTranslationFiles","inline fun PassportElementError.whenPassportElementErrorTranslationFiles(block: (PassportElementErrorTranslationFiles) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFiles"]},{"name":"inline fun PassportElementError.whenPassportElementErrorUnspecified(block: (PassportElementErrorUnspecified) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-unspecified.html","searchKeys":["whenPassportElementErrorUnspecified","inline fun PassportElementError.whenPassportElementErrorUnspecified(block: (PassportElementErrorUnspecified) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorUnspecified"]},{"name":"inline fun PassportElementError.whenPassportElementFileError(block: (PassportElementFileError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementFileError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-file-error.html","searchKeys":["whenPassportElementFileError","inline fun PassportElementError.whenPassportElementFileError(block: (PassportElementFileError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementFileError"]},{"name":"inline fun PassportElementError.whenPassportElementFilesError(block: (PassportElementFilesError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementFilesError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-files-error.html","searchKeys":["whenPassportElementFilesError","inline fun PassportElementError.whenPassportElementFilesError(block: (PassportElementFilesError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementFilesError"]},{"name":"inline fun PassportElementError.whenPassportMultipleElementsError(block: (PassportMultipleElementsError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-multiple-elements-error.html","searchKeys":["whenPassportMultipleElementsError","inline fun PassportElementError.whenPassportMultipleElementsError(block: (PassportMultipleElementsError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportMultipleElementsError"]},{"name":"inline fun PassportElementError.whenPassportSingleElementError(block: (PassportSingleElementError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportSingleElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-single-element-error.html","searchKeys":["whenPassportSingleElementError","inline fun PassportElementError.whenPassportSingleElementError(block: (PassportSingleElementError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportSingleElementError"]},{"name":"inline fun PassportElementError.whenUnknownPassportElementError(block: (UnknownPassportElementError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-passport-element-error.html","searchKeys":["whenUnknownPassportElementError","inline fun PassportElementError.whenUnknownPassportElementError(block: (UnknownPassportElementError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownPassportElementError"]},{"name":"inline fun Poll.whenMultipleAnswersPoll(block: (MultipleAnswersPoll) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-multiple-answers-poll.html","searchKeys":["whenMultipleAnswersPoll","inline fun Poll.whenMultipleAnswersPoll(block: (MultipleAnswersPoll) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMultipleAnswersPoll"]},{"name":"inline fun Poll.whenQuizPoll(block: (QuizPoll) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-quiz-poll.html","searchKeys":["whenQuizPoll","inline fun Poll.whenQuizPoll(block: (QuizPoll) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenQuizPoll"]},{"name":"inline fun Poll.whenRegularPoll(block: (RegularPoll) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-regular-poll.html","searchKeys":["whenRegularPoll","inline fun Poll.whenRegularPoll(block: (RegularPoll) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRegularPoll"]},{"name":"inline fun Poll.whenUnknownPollType(block: (UnknownPollType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownPollType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-poll-type.html","searchKeys":["whenUnknownPollType","inline fun Poll.whenUnknownPollType(block: (UnknownPollType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownPollType"]},{"name":"inline fun ResendableContent.whenAnimationContent(block: (AnimationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnimationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-animation-content.html","searchKeys":["whenAnimationContent","inline fun ResendableContent.whenAnimationContent(block: (AnimationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnimationContent"]},{"name":"inline fun ResendableContent.whenAudioContent(block: (AudioContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-content.html","searchKeys":["whenAudioContent","inline fun ResendableContent.whenAudioContent(block: (AudioContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioContent"]},{"name":"inline fun ResendableContent.whenAudioMediaGroupContent(block: (AudioMediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-content.html","searchKeys":["whenAudioMediaGroupContent","inline fun ResendableContent.whenAudioMediaGroupContent(block: (AudioMediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupContent"]},{"name":"inline fun ResendableContent.whenContactContent(block: (ContactContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenContactContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-contact-content.html","searchKeys":["whenContactContent","inline fun ResendableContent.whenContactContent(block: (ContactContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenContactContent"]},{"name":"inline fun ResendableContent.whenDiceContent(block: (DiceContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-dice-content.html","searchKeys":["whenDiceContent","inline fun ResendableContent.whenDiceContent(block: (DiceContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDiceContent"]},{"name":"inline fun ResendableContent.whenDocumentContent(block: (DocumentContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-content.html","searchKeys":["whenDocumentContent","inline fun ResendableContent.whenDocumentContent(block: (DocumentContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentContent"]},{"name":"inline fun ResendableContent.whenDocumentMediaGroupContent(block: (DocumentMediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-content.html","searchKeys":["whenDocumentMediaGroupContent","inline fun ResendableContent.whenDocumentMediaGroupContent(block: (DocumentMediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupContent"]},{"name":"inline fun ResendableContent.whenGameContent(block: (GameContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGameContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-game-content.html","searchKeys":["whenGameContent","inline fun ResendableContent.whenGameContent(block: (GameContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGameContent"]},{"name":"inline fun ResendableContent.whenInvoiceContent(block: (InvoiceContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInvoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-invoice-content.html","searchKeys":["whenInvoiceContent","inline fun ResendableContent.whenInvoiceContent(block: (InvoiceContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInvoiceContent"]},{"name":"inline fun ResendableContent.whenLiveLocationContent(block: (LiveLocationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLiveLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-live-location-content.html","searchKeys":["whenLiveLocationContent","inline fun ResendableContent.whenLiveLocationContent(block: (LiveLocationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLiveLocationContent"]},{"name":"inline fun ResendableContent.whenLocationContent(block: (LocationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-location-content.html","searchKeys":["whenLocationContent","inline fun ResendableContent.whenLocationContent(block: (LocationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLocationContent"]},{"name":"inline fun ResendableContent.whenMediaCollectionContent(block: (MediaCollectionContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaCollectionContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-collection-content.html","searchKeys":["whenMediaCollectionContent","inline fun ResendableContent.whenMediaCollectionContent(block: (MediaCollectionContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaCollectionContent"]},{"name":"inline fun ResendableContent.whenMediaContent(block: (MediaContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-content.html","searchKeys":["whenMediaContent","inline fun ResendableContent.whenMediaContent(block: (MediaContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaContent"]},{"name":"inline fun ResendableContent.whenMediaGroupContent(block: (MediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-content.html","searchKeys":["whenMediaGroupContent","inline fun ResendableContent.whenMediaGroupContent(block: (MediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupContent"]},{"name":"inline fun ResendableContent.whenMessageContent(block: (MessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-content.html","searchKeys":["whenMessageContent","inline fun ResendableContent.whenMessageContent(block: (MessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageContent"]},{"name":"inline fun ResendableContent.whenPhotoContent(block: (PhotoContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhotoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-photo-content.html","searchKeys":["whenPhotoContent","inline fun ResendableContent.whenPhotoContent(block: (PhotoContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhotoContent"]},{"name":"inline fun ResendableContent.whenPollContent(block: (PollContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPollContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-poll-content.html","searchKeys":["whenPollContent","inline fun ResendableContent.whenPollContent(block: (PollContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPollContent"]},{"name":"inline fun ResendableContent.whenStaticLocationContent(block: (StaticLocationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStaticLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-static-location-content.html","searchKeys":["whenStaticLocationContent","inline fun ResendableContent.whenStaticLocationContent(block: (StaticLocationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStaticLocationContent"]},{"name":"inline fun ResendableContent.whenStickerContent(block: (StickerContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStickerContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sticker-content.html","searchKeys":["whenStickerContent","inline fun ResendableContent.whenStickerContent(block: (StickerContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStickerContent"]},{"name":"inline fun ResendableContent.whenTextContent(block: (TextContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-text-content.html","searchKeys":["whenTextContent","inline fun ResendableContent.whenTextContent(block: (TextContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextContent"]},{"name":"inline fun ResendableContent.whenTextedMediaContent(block: (TextedMediaContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-texted-media-content.html","searchKeys":["whenTextedMediaContent","inline fun ResendableContent.whenTextedMediaContent(block: (TextedMediaContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextedMediaContent"]},{"name":"inline fun ResendableContent.whenVenueContent(block: (VenueContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVenueContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-venue-content.html","searchKeys":["whenVenueContent","inline fun ResendableContent.whenVenueContent(block: (VenueContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVenueContent"]},{"name":"inline fun ResendableContent.whenVideoContent(block: (VideoContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-content.html","searchKeys":["whenVideoContent","inline fun ResendableContent.whenVideoContent(block: (VideoContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoContent"]},{"name":"inline fun ResendableContent.whenVideoNoteContent(block: (VideoNoteContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoNoteContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-note-content.html","searchKeys":["whenVideoNoteContent","inline fun ResendableContent.whenVideoNoteContent(block: (VideoNoteContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoNoteContent"]},{"name":"inline fun ResendableContent.whenVisualMediaGroupContent(block: (VisualMediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-content.html","searchKeys":["whenVisualMediaGroupContent","inline fun ResendableContent.whenVisualMediaGroupContent(block: (VisualMediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupContent"]},{"name":"inline fun ResendableContent.whenVoiceContent(block: (VoiceContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-voice-content.html","searchKeys":["whenVoiceContent","inline fun ResendableContent.whenVoiceContent(block: (VoiceContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVoiceContent"]},{"name":"inline fun ScheduledCloseInfo.whenApproximateScheduledCloseInfo(block: (ApproximateScheduledCloseInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-approximate-scheduled-close-info.html","searchKeys":["whenApproximateScheduledCloseInfo","inline fun ScheduledCloseInfo.whenApproximateScheduledCloseInfo(block: (ApproximateScheduledCloseInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenApproximateScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.whenExactScheduledCloseInfo(block: (ExactScheduledCloseInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-exact-scheduled-close-info.html","searchKeys":["whenExactScheduledCloseInfo","inline fun ScheduledCloseInfo.whenExactScheduledCloseInfo(block: (ExactScheduledCloseInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExactScheduledCloseInfo"]},{"name":"inline fun SecureValue.whenAddressSecureValue(block: (AddressSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAddressSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-address-secure-value.html","searchKeys":["whenAddressSecureValue","inline fun SecureValue.whenAddressSecureValue(block: (AddressSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAddressSecureValue"]},{"name":"inline fun SecureValue.whenBankStatementSecureValue(block: (BankStatementSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bank-statement-secure-value.html","searchKeys":["whenBankStatementSecureValue","inline fun SecureValue.whenBankStatementSecureValue(block: (BankStatementSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBankStatementSecureValue"]},{"name":"inline fun SecureValue.whenCommonPassportSecureValue(block: (CommonPassportSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-passport-secure-value.html","searchKeys":["whenCommonPassportSecureValue","inline fun SecureValue.whenCommonPassportSecureValue(block: (CommonPassportSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonPassportSecureValue"]},{"name":"inline fun SecureValue.whenDriverLicenseSecureValue(block: (DriverLicenseSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-driver-license-secure-value.html","searchKeys":["whenDriverLicenseSecureValue","inline fun SecureValue.whenDriverLicenseSecureValue(block: (DriverLicenseSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDriverLicenseSecureValue"]},{"name":"inline fun SecureValue.whenIdentityCardSecureValue(block: (IdentityCardSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenIdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-identity-card-secure-value.html","searchKeys":["whenIdentityCardSecureValue","inline fun SecureValue.whenIdentityCardSecureValue(block: (IdentityCardSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenIdentityCardSecureValue"]},{"name":"inline fun SecureValue.whenIdentityWithReverseSideSecureValue(block: (IdentityWithReverseSideSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenIdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-identity-with-reverse-side-secure-value.html","searchKeys":["whenIdentityWithReverseSideSecureValue","inline fun SecureValue.whenIdentityWithReverseSideSecureValue(block: (IdentityWithReverseSideSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenIdentityWithReverseSideSecureValue"]},{"name":"inline fun SecureValue.whenInternalPassportSecureValue(block: (InternalPassportSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-internal-passport-secure-value.html","searchKeys":["whenInternalPassportSecureValue","inline fun SecureValue.whenInternalPassportSecureValue(block: (InternalPassportSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInternalPassportSecureValue"]},{"name":"inline fun SecureValue.whenOtherDocumentsSecureValue(block: (OtherDocumentsSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenOtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-other-documents-secure-value.html","searchKeys":["whenOtherDocumentsSecureValue","inline fun SecureValue.whenOtherDocumentsSecureValue(block: (OtherDocumentsSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenOtherDocumentsSecureValue"]},{"name":"inline fun SecureValue.whenPassportRegistrationSecureValue(block: (PassportRegistrationSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-registration-secure-value.html","searchKeys":["whenPassportRegistrationSecureValue","inline fun SecureValue.whenPassportRegistrationSecureValue(block: (PassportRegistrationSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportRegistrationSecureValue"]},{"name":"inline fun SecureValue.whenPassportSecureValue(block: (PassportSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-secure-value.html","searchKeys":["whenPassportSecureValue","inline fun SecureValue.whenPassportSecureValue(block: (PassportSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportSecureValue"]},{"name":"inline fun SecureValue.whenPersonalDetailsSecureValue(block: (PersonalDetailsSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-personal-details-secure-value.html","searchKeys":["whenPersonalDetailsSecureValue","inline fun SecureValue.whenPersonalDetailsSecureValue(block: (PersonalDetailsSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPersonalDetailsSecureValue"]},{"name":"inline fun SecureValue.whenRentalAgreementSecureValue(block: (RentalAgreementSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement-secure-value.html","searchKeys":["whenRentalAgreementSecureValue","inline fun SecureValue.whenRentalAgreementSecureValue(block: (RentalAgreementSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRentalAgreementSecureValue"]},{"name":"inline fun SecureValue.whenSecureValueIdentity(block: (SecureValueIdentity) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueIdentity","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-identity.html","searchKeys":["whenSecureValueIdentity","inline fun SecureValue.whenSecureValueIdentity(block: (SecureValueIdentity) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueIdentity"]},{"name":"inline fun SecureValue.whenSecureValueWithData(block: (SecureValueWithData) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-data.html","searchKeys":["whenSecureValueWithData","inline fun SecureValue.whenSecureValueWithData(block: (SecureValueWithData) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithData"]},{"name":"inline fun SecureValue.whenSecureValueWithFiles(block: (SecureValueWithFiles) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-files.html","searchKeys":["whenSecureValueWithFiles","inline fun SecureValue.whenSecureValueWithFiles(block: (SecureValueWithFiles) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithFiles"]},{"name":"inline fun SecureValue.whenSecureValueWithReverseSide(block: (SecureValueWithReverseSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-reverse-side.html","searchKeys":["whenSecureValueWithReverseSide","inline fun SecureValue.whenSecureValueWithReverseSide(block: (SecureValueWithReverseSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithReverseSide"]},{"name":"inline fun SecureValue.whenSecureValueWithTranslations(block: (SecureValueWithTranslations) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-translations.html","searchKeys":["whenSecureValueWithTranslations","inline fun SecureValue.whenSecureValueWithTranslations(block: (SecureValueWithTranslations) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithTranslations"]},{"name":"inline fun SecureValue.whenTemporalRegistrationSecureValue(block: (TemporalRegistrationSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-temporal-registration-secure-value.html","searchKeys":["whenTemporalRegistrationSecureValue","inline fun SecureValue.whenTemporalRegistrationSecureValue(block: (TemporalRegistrationSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTemporalRegistrationSecureValue"]},{"name":"inline fun SecureValue.whenUtilityBillSecureValue(block: (UtilityBillSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-utility-bill-secure-value.html","searchKeys":["whenUtilityBillSecureValue","inline fun SecureValue.whenUtilityBillSecureValue(block: (UtilityBillSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUtilityBillSecureValue"]},{"name":"inline fun TelegramMedia.whenAudioMediaGroupMemberTelegramMedia(block: (AudioMediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-member-telegram-media.html","searchKeys":["whenAudioMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenAudioMediaGroupMemberTelegramMedia(block: (AudioMediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.whenDocumentMediaGroupMemberTelegramMedia(block: (DocumentMediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-member-telegram-media.html","searchKeys":["whenDocumentMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenDocumentMediaGroupMemberTelegramMedia(block: (DocumentMediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.whenDuratedTelegramMedia(block: (DuratedTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-durated-telegram-media.html","searchKeys":["whenDuratedTelegramMedia","inline fun TelegramMedia.whenDuratedTelegramMedia(block: (DuratedTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDuratedTelegramMedia"]},{"name":"inline fun TelegramMedia.whenMediaGroupMemberTelegramMedia(block: (MediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-member-telegram-media.html","searchKeys":["whenMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenMediaGroupMemberTelegramMedia(block: (MediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.whenSizedTelegramMedia(block: (SizedTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sized-telegram-media.html","searchKeys":["whenSizedTelegramMedia","inline fun TelegramMedia.whenSizedTelegramMedia(block: (SizedTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSizedTelegramMedia"]},{"name":"inline fun TelegramMedia.whenTelegramMediaAnimation(block: (TelegramMediaAnimation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-animation.html","searchKeys":["whenTelegramMediaAnimation","inline fun TelegramMedia.whenTelegramMediaAnimation(block: (TelegramMediaAnimation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAnimation"]},{"name":"inline fun TelegramMedia.whenTelegramMediaAudio(block: (TelegramMediaAudio) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-audio.html","searchKeys":["whenTelegramMediaAudio","inline fun TelegramMedia.whenTelegramMediaAudio(block: (TelegramMediaAudio) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAudio"]},{"name":"inline fun TelegramMedia.whenTelegramMediaDocument(block: (TelegramMediaDocument) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-document.html","searchKeys":["whenTelegramMediaDocument","inline fun TelegramMedia.whenTelegramMediaDocument(block: (TelegramMediaDocument) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaDocument"]},{"name":"inline fun TelegramMedia.whenTelegramMediaPhoto(block: (TelegramMediaPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-photo.html","searchKeys":["whenTelegramMediaPhoto","inline fun TelegramMedia.whenTelegramMediaPhoto(block: (TelegramMediaPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaPhoto"]},{"name":"inline fun TelegramMedia.whenTelegramMediaVideo(block: (TelegramMediaVideo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-video.html","searchKeys":["whenTelegramMediaVideo","inline fun TelegramMedia.whenTelegramMediaVideo(block: (TelegramMediaVideo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaVideo"]},{"name":"inline fun TelegramMedia.whenThumbedTelegramMedia(block: (ThumbedTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-telegram-media.html","searchKeys":["whenThumbedTelegramMedia","inline fun TelegramMedia.whenThumbedTelegramMedia(block: (ThumbedTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedTelegramMedia"]},{"name":"inline fun TelegramMedia.whenTitledTelegramMedia(block: (TitledTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-titled-telegram-media.html","searchKeys":["whenTitledTelegramMedia","inline fun TelegramMedia.whenTitledTelegramMedia(block: (TitledTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTitledTelegramMedia"]},{"name":"inline fun TelegramMedia.whenVisualMediaGroupMemberTelegramMedia(block: (VisualMediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-member-telegram-media.html","searchKeys":["whenVisualMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenVisualMediaGroupMemberTelegramMedia(block: (VisualMediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMediaFile.whenAnimatedSticker(block: (AnimatedSticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnimatedSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-animated-sticker.html","searchKeys":["whenAnimatedSticker","inline fun TelegramMediaFile.whenAnimatedSticker(block: (AnimatedSticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnimatedSticker"]},{"name":"inline fun TelegramMediaFile.whenAnimationFile(block: (AnimationFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnimationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-animation-file.html","searchKeys":["whenAnimationFile","inline fun TelegramMediaFile.whenAnimationFile(block: (AnimationFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnimationFile"]},{"name":"inline fun TelegramMediaFile.whenAudioFile(block: (AudioFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-file.html","searchKeys":["whenAudioFile","inline fun TelegramMediaFile.whenAudioFile(block: (AudioFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioFile"]},{"name":"inline fun TelegramMediaFile.whenDocumentFile(block: (DocumentFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-file.html","searchKeys":["whenDocumentFile","inline fun TelegramMediaFile.whenDocumentFile(block: (DocumentFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentFile"]},{"name":"inline fun TelegramMediaFile.whenFile(block: (File) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-file.html","searchKeys":["whenFile","inline fun TelegramMediaFile.whenFile(block: (File) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFile"]},{"name":"inline fun TelegramMediaFile.whenMimedMediaFile(block: (MimedMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMimedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-mimed-media-file.html","searchKeys":["whenMimedMediaFile","inline fun TelegramMediaFile.whenMimedMediaFile(block: (MimedMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMimedMediaFile"]},{"name":"inline fun TelegramMediaFile.whenPathedFile(block: (PathedFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPathedFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pathed-file.html","searchKeys":["whenPathedFile","inline fun TelegramMediaFile.whenPathedFile(block: (PathedFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPathedFile"]},{"name":"inline fun TelegramMediaFile.whenPhotoSize(block: (PhotoSize) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhotoSize","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-photo-size.html","searchKeys":["whenPhotoSize","inline fun TelegramMediaFile.whenPhotoSize(block: (PhotoSize) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhotoSize"]},{"name":"inline fun TelegramMediaFile.whenPlayableMediaFile(block: (PlayableMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPlayableMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-playable-media-file.html","searchKeys":["whenPlayableMediaFile","inline fun TelegramMediaFile.whenPlayableMediaFile(block: (PlayableMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPlayableMediaFile"]},{"name":"inline fun TelegramMediaFile.whenSimpleSticker(block: (SimpleSticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSimpleSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-simple-sticker.html","searchKeys":["whenSimpleSticker","inline fun TelegramMediaFile.whenSimpleSticker(block: (SimpleSticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSimpleSticker"]},{"name":"inline fun TelegramMediaFile.whenSizedMediaFile(block: (SizedMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSizedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sized-media-file.html","searchKeys":["whenSizedMediaFile","inline fun TelegramMediaFile.whenSizedMediaFile(block: (SizedMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSizedMediaFile"]},{"name":"inline fun TelegramMediaFile.whenSticker(block: (Sticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sticker.html","searchKeys":["whenSticker","inline fun TelegramMediaFile.whenSticker(block: (Sticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSticker"]},{"name":"inline fun TelegramMediaFile.whenThumbedMediaFile(block: (ThumbedMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-media-file.html","searchKeys":["whenThumbedMediaFile","inline fun TelegramMediaFile.whenThumbedMediaFile(block: (ThumbedMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedMediaFile"]},{"name":"inline fun TelegramMediaFile.whenVideoFile(block: (VideoFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-file.html","searchKeys":["whenVideoFile","inline fun TelegramMediaFile.whenVideoFile(block: (VideoFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoFile"]},{"name":"inline fun TelegramMediaFile.whenVideoNoteFile(block: (VideoNoteFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoNoteFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-note-file.html","searchKeys":["whenVideoNoteFile","inline fun TelegramMediaFile.whenVideoNoteFile(block: (VideoNoteFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoNoteFile"]},{"name":"inline fun TelegramMediaFile.whenVideoSticker(block: (VideoSticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-sticker.html","searchKeys":["whenVideoSticker","inline fun TelegramMediaFile.whenVideoSticker(block: (VideoSticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoSticker"]},{"name":"inline fun TelegramMediaFile.whenVoiceFile(block: (VoiceFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVoiceFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-voice-file.html","searchKeys":["whenVoiceFile","inline fun TelegramMediaFile.whenVoiceFile(block: (VoiceFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVoiceFile"]},{"name":"inline fun TextSource.whenBoldTextSource(block: (BoldTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBoldTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bold-text-source.html","searchKeys":["whenBoldTextSource","inline fun TextSource.whenBoldTextSource(block: (BoldTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBoldTextSource"]},{"name":"inline fun TextSource.whenBotCommandTextSource(block: (BotCommandTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBotCommandTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bot-command-text-source.html","searchKeys":["whenBotCommandTextSource","inline fun TextSource.whenBotCommandTextSource(block: (BotCommandTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBotCommandTextSource"]},{"name":"inline fun TextSource.whenCashTagTextSource(block: (CashTagTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-cash-tag-text-source.html","searchKeys":["whenCashTagTextSource","inline fun TextSource.whenCashTagTextSource(block: (CashTagTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCashTagTextSource"]},{"name":"inline fun TextSource.whenCodeTextSource(block: (CodeTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCodeTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-code-text-source.html","searchKeys":["whenCodeTextSource","inline fun TextSource.whenCodeTextSource(block: (CodeTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCodeTextSource"]},{"name":"inline fun TextSource.whenEMailTextSource(block: (EMailTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEMailTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-e-mail-text-source.html","searchKeys":["whenEMailTextSource","inline fun TextSource.whenEMailTextSource(block: (EMailTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEMailTextSource"]},{"name":"inline fun TextSource.whenHashTagTextSource(block: (HashTagTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenHashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-hash-tag-text-source.html","searchKeys":["whenHashTagTextSource","inline fun TextSource.whenHashTagTextSource(block: (HashTagTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenHashTagTextSource"]},{"name":"inline fun TextSource.whenItalicTextSource(block: (ItalicTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenItalicTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-italic-text-source.html","searchKeys":["whenItalicTextSource","inline fun TextSource.whenItalicTextSource(block: (ItalicTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenItalicTextSource"]},{"name":"inline fun TextSource.whenMentionTextSource(block: (MentionTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-mention-text-source.html","searchKeys":["whenMentionTextSource","inline fun TextSource.whenMentionTextSource(block: (MentionTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMentionTextSource"]},{"name":"inline fun TextSource.whenMultilevelTextSource(block: (MultilevelTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMultilevelTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-multilevel-text-source.html","searchKeys":["whenMultilevelTextSource","inline fun TextSource.whenMultilevelTextSource(block: (MultilevelTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMultilevelTextSource"]},{"name":"inline fun TextSource.whenPhoneNumberTextSource(block: (PhoneNumberTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-phone-number-text-source.html","searchKeys":["whenPhoneNumberTextSource","inline fun TextSource.whenPhoneNumberTextSource(block: (PhoneNumberTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhoneNumberTextSource"]},{"name":"inline fun TextSource.whenPreTextSource(block: (PreTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPreTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pre-text-source.html","searchKeys":["whenPreTextSource","inline fun TextSource.whenPreTextSource(block: (PreTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPreTextSource"]},{"name":"inline fun TextSource.whenRegularTextSource(block: (RegularTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRegularTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-regular-text-source.html","searchKeys":["whenRegularTextSource","inline fun TextSource.whenRegularTextSource(block: (RegularTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRegularTextSource"]},{"name":"inline fun TextSource.whenStrikethroughTextSource(block: (StrikethroughTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-strikethrough-text-source.html","searchKeys":["whenStrikethroughTextSource","inline fun TextSource.whenStrikethroughTextSource(block: (StrikethroughTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStrikethroughTextSource"]},{"name":"inline fun TextSource.whenTextLinkTextSource(block: (TextLinkTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextLinkTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-text-link-text-source.html","searchKeys":["whenTextLinkTextSource","inline fun TextSource.whenTextLinkTextSource(block: (TextLinkTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextLinkTextSource"]},{"name":"inline fun TextSource.whenTextMentionTextSource(block: (TextMentionTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-text-mention-text-source.html","searchKeys":["whenTextMentionTextSource","inline fun TextSource.whenTextMentionTextSource(block: (TextMentionTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextMentionTextSource"]},{"name":"inline fun TextSource.whenURLTextSource(block: (URLTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenURLTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-text-source.html","searchKeys":["whenURLTextSource","inline fun TextSource.whenURLTextSource(block: (URLTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenURLTextSource"]},{"name":"inline fun TextSource.whenUnderlineTextSource(block: (UnderlineTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnderlineTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-underline-text-source.html","searchKeys":["whenUnderlineTextSource","inline fun TextSource.whenUnderlineTextSource(block: (UnderlineTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnderlineTextSource"]},{"name":"inline fun Update.whenBaseEditMessageUpdate(block: (BaseEditMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-edit-message-update.html","searchKeys":["whenBaseEditMessageUpdate","inline fun Update.whenBaseEditMessageUpdate(block: (BaseEditMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseEditMessageUpdate"]},{"name":"inline fun Update.whenBaseMessageUpdate(block: (BaseMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-message-update.html","searchKeys":["whenBaseMessageUpdate","inline fun Update.whenBaseMessageUpdate(block: (BaseMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseMessageUpdate"]},{"name":"inline fun Update.whenBaseSentMessageUpdate(block: (BaseSentMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-sent-message-update.html","searchKeys":["whenBaseSentMessageUpdate","inline fun Update.whenBaseSentMessageUpdate(block: (BaseSentMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseSentMessageUpdate"]},{"name":"inline fun Update.whenCallbackQueryUpdate(block: (CallbackQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-callback-query-update.html","searchKeys":["whenCallbackQueryUpdate","inline fun Update.whenCallbackQueryUpdate(block: (CallbackQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCallbackQueryUpdate"]},{"name":"inline fun Update.whenChannelPostMediaGroupUpdate(block: (ChannelPostMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-post-media-group-update.html","searchKeys":["whenChannelPostMediaGroupUpdate","inline fun Update.whenChannelPostMediaGroupUpdate(block: (ChannelPostMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.whenChannelPostUpdate(block: (ChannelPostUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-post-update.html","searchKeys":["whenChannelPostUpdate","inline fun Update.whenChannelPostUpdate(block: (ChannelPostUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelPostUpdate"]},{"name":"inline fun Update.whenChatJoinRequestUpdate(block: (ChatJoinRequestUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-join-request-update.html","searchKeys":["whenChatJoinRequestUpdate","inline fun Update.whenChatJoinRequestUpdate(block: (ChatJoinRequestUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatJoinRequestUpdate"]},{"name":"inline fun Update.whenChatMemberUpdatedUpdate(block: (ChatMemberUpdatedUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-member-updated-update.html","searchKeys":["whenChatMemberUpdatedUpdate","inline fun Update.whenChatMemberUpdatedUpdate(block: (ChatMemberUpdatedUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatMemberUpdatedUpdate"]},{"name":"inline fun Update.whenChosenInlineResultUpdate(block: (ChosenInlineResultUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chosen-inline-result-update.html","searchKeys":["whenChosenInlineResultUpdate","inline fun Update.whenChosenInlineResultUpdate(block: (ChosenInlineResultUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChosenInlineResultUpdate"]},{"name":"inline fun Update.whenCommonChatMemberUpdatedUpdate(block: (CommonChatMemberUpdatedUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-chat-member-updated-update.html","searchKeys":["whenCommonChatMemberUpdatedUpdate","inline fun Update.whenCommonChatMemberUpdatedUpdate(block: (CommonChatMemberUpdatedUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonChatMemberUpdatedUpdate"]},{"name":"inline fun Update.whenEditChannelPostMediaGroupUpdate(block: (EditChannelPostMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-media-group-update.html","searchKeys":["whenEditChannelPostMediaGroupUpdate","inline fun Update.whenEditChannelPostMediaGroupUpdate(block: (EditChannelPostMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.whenEditChannelPostUpdate(block: (EditChannelPostUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-update.html","searchKeys":["whenEditChannelPostUpdate","inline fun Update.whenEditChannelPostUpdate(block: (EditChannelPostUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostUpdate"]},{"name":"inline fun Update.whenEditMediaGroupUpdate(block: (EditMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-media-group-update.html","searchKeys":["whenEditMediaGroupUpdate","inline fun Update.whenEditMediaGroupUpdate(block: (EditMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditMediaGroupUpdate"]},{"name":"inline fun Update.whenEditMessageMediaGroupUpdate(block: (EditMessageMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-message-media-group-update.html","searchKeys":["whenEditMessageMediaGroupUpdate","inline fun Update.whenEditMessageMediaGroupUpdate(block: (EditMessageMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditMessageMediaGroupUpdate"]},{"name":"inline fun Update.whenEditMessageUpdate(block: (EditMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-message-update.html","searchKeys":["whenEditMessageUpdate","inline fun Update.whenEditMessageUpdate(block: (EditMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditMessageUpdate"]},{"name":"inline fun Update.whenInlineQueryUpdate(block: (InlineQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-update.html","searchKeys":["whenInlineQueryUpdate","inline fun Update.whenInlineQueryUpdate(block: (InlineQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryUpdate"]},{"name":"inline fun Update.whenMediaGroupUpdate(block: (MediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-update.html","searchKeys":["whenMediaGroupUpdate","inline fun Update.whenMediaGroupUpdate(block: (MediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupUpdate"]},{"name":"inline fun Update.whenMessageMediaGroupUpdate(block: (MessageMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-media-group-update.html","searchKeys":["whenMessageMediaGroupUpdate","inline fun Update.whenMessageMediaGroupUpdate(block: (MessageMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageMediaGroupUpdate"]},{"name":"inline fun Update.whenMessageUpdate(block: (MessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-update.html","searchKeys":["whenMessageUpdate","inline fun Update.whenMessageUpdate(block: (MessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageUpdate"]},{"name":"inline fun Update.whenMyChatMemberUpdatedUpdate(block: (MyChatMemberUpdatedUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-my-chat-member-updated-update.html","searchKeys":["whenMyChatMemberUpdatedUpdate","inline fun Update.whenMyChatMemberUpdatedUpdate(block: (MyChatMemberUpdatedUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMyChatMemberUpdatedUpdate"]},{"name":"inline fun Update.whenPollAnswerUpdate(block: (PollAnswerUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-poll-answer-update.html","searchKeys":["whenPollAnswerUpdate","inline fun Update.whenPollAnswerUpdate(block: (PollAnswerUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPollAnswerUpdate"]},{"name":"inline fun Update.whenPollUpdate(block: (PollUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPollUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-poll-update.html","searchKeys":["whenPollUpdate","inline fun Update.whenPollUpdate(block: (PollUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPollUpdate"]},{"name":"inline fun Update.whenPreCheckoutQueryUpdate(block: (PreCheckoutQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pre-checkout-query-update.html","searchKeys":["whenPreCheckoutQueryUpdate","inline fun Update.whenPreCheckoutQueryUpdate(block: (PreCheckoutQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPreCheckoutQueryUpdate"]},{"name":"inline fun Update.whenSentMediaGroupUpdate(block: (SentMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sent-media-group-update.html","searchKeys":["whenSentMediaGroupUpdate","inline fun Update.whenSentMediaGroupUpdate(block: (SentMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSentMediaGroupUpdate"]},{"name":"inline fun Update.whenShippingQueryUpdate(block: (ShippingQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-shipping-query-update.html","searchKeys":["whenShippingQueryUpdate","inline fun Update.whenShippingQueryUpdate(block: (ShippingQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenShippingQueryUpdate"]},{"name":"inline fun Update.whenUnknownUpdate(block: (UnknownUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-update.html","searchKeys":["whenUnknownUpdate","inline fun Update.whenUnknownUpdate(block: (UnknownUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownUpdate"]},{"name":"inline fun Any.asFromUser(): FromUser?","description":"dev.inmo.tgbotapi.extensions.utils.asFromUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-from-user.html","searchKeys":["asFromUser","inline fun Any.asFromUser(): FromUser?","dev.inmo.tgbotapi.extensions.utils.asFromUser"]},{"name":"inline fun Any.asWithOptionalLanguageCode(): WithOptionalLanguageCode?","description":"dev.inmo.tgbotapi.extensions.utils.asWithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-with-optional-language-code.html","searchKeys":["asWithOptionalLanguageCode","inline fun Any.asWithOptionalLanguageCode(): WithOptionalLanguageCode?","dev.inmo.tgbotapi.extensions.utils.asWithOptionalLanguageCode"]},{"name":"inline fun Any.asWithUser(): WithUser?","description":"dev.inmo.tgbotapi.extensions.utils.asWithUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-with-user.html","searchKeys":["asWithUser","inline fun Any.asWithUser(): WithUser?","dev.inmo.tgbotapi.extensions.utils.asWithUser"]},{"name":"inline fun Any.requireFromUser(): FromUser","description":"dev.inmo.tgbotapi.extensions.utils.requireFromUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-from-user.html","searchKeys":["requireFromUser","inline fun Any.requireFromUser(): FromUser","dev.inmo.tgbotapi.extensions.utils.requireFromUser"]},{"name":"inline fun Any.requireWithOptionalLanguageCode(): WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.extensions.utils.requireWithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-optional-language-code.html","searchKeys":["requireWithOptionalLanguageCode","inline fun Any.requireWithOptionalLanguageCode(): WithOptionalLanguageCode","dev.inmo.tgbotapi.extensions.utils.requireWithOptionalLanguageCode"]},{"name":"inline fun Any.requireWithUser(): WithUser","description":"dev.inmo.tgbotapi.extensions.utils.requireWithUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-user.html","searchKeys":["requireWithUser","inline fun Any.requireWithUser(): WithUser","dev.inmo.tgbotapi.extensions.utils.requireWithUser"]},{"name":"inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","description":"dev.inmo.tgbotapi.extensions.utils.asChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-choose-sticker-action.html","searchKeys":["asChooseStickerAction","inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","dev.inmo.tgbotapi.extensions.utils.asChooseStickerAction"]},{"name":"inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","description":"dev.inmo.tgbotapi.types.actions.asChooseStickerAction","location":"docs/dev.inmo.tgbotapi.types.actions/as-choose-sticker-action.html","searchKeys":["asChooseStickerAction","inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","dev.inmo.tgbotapi.types.actions.asChooseStickerAction"]},{"name":"inline fun BotAction.asFindLocation(): FindLocationAction?","description":"dev.inmo.tgbotapi.types.actions.asFindLocation","location":"docs/dev.inmo.tgbotapi.types.actions/as-find-location.html","searchKeys":["asFindLocation","inline fun BotAction.asFindLocation(): FindLocationAction?","dev.inmo.tgbotapi.types.actions.asFindLocation"]},{"name":"inline fun BotAction.asFindLocationAction(): FindLocationAction?","description":"dev.inmo.tgbotapi.extensions.utils.asFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-find-location-action.html","searchKeys":["asFindLocationAction","inline fun BotAction.asFindLocationAction(): FindLocationAction?","dev.inmo.tgbotapi.extensions.utils.asFindLocationAction"]},{"name":"inline fun BotAction.asRecordVideo(): RecordVideoAction?","description":"dev.inmo.tgbotapi.types.actions.asRecordVideo","location":"docs/dev.inmo.tgbotapi.types.actions/as-record-video.html","searchKeys":["asRecordVideo","inline fun BotAction.asRecordVideo(): RecordVideoAction?","dev.inmo.tgbotapi.types.actions.asRecordVideo"]},{"name":"inline fun BotAction.asRecordVideoAction(): RecordVideoAction?","description":"dev.inmo.tgbotapi.extensions.utils.asRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-record-video-action.html","searchKeys":["asRecordVideoAction","inline fun BotAction.asRecordVideoAction(): RecordVideoAction?","dev.inmo.tgbotapi.extensions.utils.asRecordVideoAction"]},{"name":"inline fun BotAction.asRecordVideoNote(): RecordVideoNoteAction?","description":"dev.inmo.tgbotapi.types.actions.asRecordVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/as-record-video-note.html","searchKeys":["asRecordVideoNote","inline fun BotAction.asRecordVideoNote(): RecordVideoNoteAction?","dev.inmo.tgbotapi.types.actions.asRecordVideoNote"]},{"name":"inline fun BotAction.asRecordVideoNoteAction(): RecordVideoNoteAction?","description":"dev.inmo.tgbotapi.extensions.utils.asRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-record-video-note-action.html","searchKeys":["asRecordVideoNoteAction","inline fun BotAction.asRecordVideoNoteAction(): RecordVideoNoteAction?","dev.inmo.tgbotapi.extensions.utils.asRecordVideoNoteAction"]},{"name":"inline fun BotAction.asRecordVoice(): RecordVoiceAction?","description":"dev.inmo.tgbotapi.types.actions.asRecordVoice","location":"docs/dev.inmo.tgbotapi.types.actions/as-record-voice.html","searchKeys":["asRecordVoice","inline fun BotAction.asRecordVoice(): RecordVoiceAction?","dev.inmo.tgbotapi.types.actions.asRecordVoice"]},{"name":"inline fun BotAction.asRecordVoiceAction(): RecordVoiceAction?","description":"dev.inmo.tgbotapi.extensions.utils.asRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-record-voice-action.html","searchKeys":["asRecordVoiceAction","inline fun BotAction.asRecordVoiceAction(): RecordVoiceAction?","dev.inmo.tgbotapi.extensions.utils.asRecordVoiceAction"]},{"name":"inline fun BotAction.asTyping(): TypingAction?","description":"dev.inmo.tgbotapi.types.actions.asTyping","location":"docs/dev.inmo.tgbotapi.types.actions/as-typing.html","searchKeys":["asTyping","inline fun BotAction.asTyping(): TypingAction?","dev.inmo.tgbotapi.types.actions.asTyping"]},{"name":"inline fun BotAction.asTypingAction(): TypingAction?","description":"dev.inmo.tgbotapi.extensions.utils.asTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-typing-action.html","searchKeys":["asTypingAction","inline fun BotAction.asTypingAction(): TypingAction?","dev.inmo.tgbotapi.extensions.utils.asTypingAction"]},{"name":"inline fun BotAction.asUploadDocument(): UploadDocumentAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadDocument","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-document.html","searchKeys":["asUploadDocument","inline fun BotAction.asUploadDocument(): UploadDocumentAction?","dev.inmo.tgbotapi.types.actions.asUploadDocument"]},{"name":"inline fun BotAction.asUploadDocumentAction(): UploadDocumentAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-document-action.html","searchKeys":["asUploadDocumentAction","inline fun BotAction.asUploadDocumentAction(): UploadDocumentAction?","dev.inmo.tgbotapi.extensions.utils.asUploadDocumentAction"]},{"name":"inline fun BotAction.asUploadPhoto(): UploadPhotoAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadPhoto","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-photo.html","searchKeys":["asUploadPhoto","inline fun BotAction.asUploadPhoto(): UploadPhotoAction?","dev.inmo.tgbotapi.types.actions.asUploadPhoto"]},{"name":"inline fun BotAction.asUploadPhotoAction(): UploadPhotoAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-photo-action.html","searchKeys":["asUploadPhotoAction","inline fun BotAction.asUploadPhotoAction(): UploadPhotoAction?","dev.inmo.tgbotapi.extensions.utils.asUploadPhotoAction"]},{"name":"inline fun BotAction.asUploadVideo(): UploadVideoAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadVideo","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-video.html","searchKeys":["asUploadVideo","inline fun BotAction.asUploadVideo(): UploadVideoAction?","dev.inmo.tgbotapi.types.actions.asUploadVideo"]},{"name":"inline fun BotAction.asUploadVideoAction(): UploadVideoAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-video-action.html","searchKeys":["asUploadVideoAction","inline fun BotAction.asUploadVideoAction(): UploadVideoAction?","dev.inmo.tgbotapi.extensions.utils.asUploadVideoAction"]},{"name":"inline fun BotAction.asUploadVideoNote(): UploadVideoNoteAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-video-note.html","searchKeys":["asUploadVideoNote","inline fun BotAction.asUploadVideoNote(): UploadVideoNoteAction?","dev.inmo.tgbotapi.types.actions.asUploadVideoNote"]},{"name":"inline fun BotAction.asUploadVideoNoteAction(): UploadVideoNoteAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-video-note-action.html","searchKeys":["asUploadVideoNoteAction","inline fun BotAction.asUploadVideoNoteAction(): UploadVideoNoteAction?","dev.inmo.tgbotapi.extensions.utils.asUploadVideoNoteAction"]},{"name":"inline fun BotAction.asUploadVoice(): UploadVoiceAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadVoice","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-voice.html","searchKeys":["asUploadVoice","inline fun BotAction.asUploadVoice(): UploadVoiceAction?","dev.inmo.tgbotapi.types.actions.asUploadVoice"]},{"name":"inline fun BotAction.asUploadVoiceAction(): UploadVoiceAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-voice-action.html","searchKeys":["asUploadVoiceAction","inline fun BotAction.asUploadVoiceAction(): UploadVoiceAction?","dev.inmo.tgbotapi.extensions.utils.asUploadVoiceAction"]},{"name":"inline fun BotAction.requireChooseStickerAction(): ChooseStickerAction","description":"dev.inmo.tgbotapi.extensions.utils.requireChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-choose-sticker-action.html","searchKeys":["requireChooseStickerAction","inline fun BotAction.requireChooseStickerAction(): ChooseStickerAction","dev.inmo.tgbotapi.extensions.utils.requireChooseStickerAction"]},{"name":"inline fun BotAction.requireFindLocationAction(): FindLocationAction","description":"dev.inmo.tgbotapi.extensions.utils.requireFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-find-location-action.html","searchKeys":["requireFindLocationAction","inline fun BotAction.requireFindLocationAction(): FindLocationAction","dev.inmo.tgbotapi.extensions.utils.requireFindLocationAction"]},{"name":"inline fun BotAction.requireRecordVideoAction(): RecordVideoAction","description":"dev.inmo.tgbotapi.extensions.utils.requireRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-record-video-action.html","searchKeys":["requireRecordVideoAction","inline fun BotAction.requireRecordVideoAction(): RecordVideoAction","dev.inmo.tgbotapi.extensions.utils.requireRecordVideoAction"]},{"name":"inline fun BotAction.requireRecordVideoNoteAction(): RecordVideoNoteAction","description":"dev.inmo.tgbotapi.extensions.utils.requireRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-record-video-note-action.html","searchKeys":["requireRecordVideoNoteAction","inline fun BotAction.requireRecordVideoNoteAction(): RecordVideoNoteAction","dev.inmo.tgbotapi.extensions.utils.requireRecordVideoNoteAction"]},{"name":"inline fun BotAction.requireRecordVoiceAction(): RecordVoiceAction","description":"dev.inmo.tgbotapi.extensions.utils.requireRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-record-voice-action.html","searchKeys":["requireRecordVoiceAction","inline fun BotAction.requireRecordVoiceAction(): RecordVoiceAction","dev.inmo.tgbotapi.extensions.utils.requireRecordVoiceAction"]},{"name":"inline fun BotAction.requireTypingAction(): TypingAction","description":"dev.inmo.tgbotapi.extensions.utils.requireTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-typing-action.html","searchKeys":["requireTypingAction","inline fun BotAction.requireTypingAction(): TypingAction","dev.inmo.tgbotapi.extensions.utils.requireTypingAction"]},{"name":"inline fun BotAction.requireUploadDocumentAction(): UploadDocumentAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-document-action.html","searchKeys":["requireUploadDocumentAction","inline fun BotAction.requireUploadDocumentAction(): UploadDocumentAction","dev.inmo.tgbotapi.extensions.utils.requireUploadDocumentAction"]},{"name":"inline fun BotAction.requireUploadPhotoAction(): UploadPhotoAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-photo-action.html","searchKeys":["requireUploadPhotoAction","inline fun BotAction.requireUploadPhotoAction(): UploadPhotoAction","dev.inmo.tgbotapi.extensions.utils.requireUploadPhotoAction"]},{"name":"inline fun BotAction.requireUploadVideoAction(): UploadVideoAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-video-action.html","searchKeys":["requireUploadVideoAction","inline fun BotAction.requireUploadVideoAction(): UploadVideoAction","dev.inmo.tgbotapi.extensions.utils.requireUploadVideoAction"]},{"name":"inline fun BotAction.requireUploadVideoNoteAction(): UploadVideoNoteAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-video-note-action.html","searchKeys":["requireUploadVideoNoteAction","inline fun BotAction.requireUploadVideoNoteAction(): UploadVideoNoteAction","dev.inmo.tgbotapi.extensions.utils.requireUploadVideoNoteAction"]},{"name":"inline fun BotAction.requireUploadVoiceAction(): UploadVoiceAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-voice-action.html","searchKeys":["requireUploadVoiceAction","inline fun BotAction.requireUploadVoiceAction(): UploadVoiceAction","dev.inmo.tgbotapi.extensions.utils.requireUploadVoiceAction"]},{"name":"inline fun ByteArray.asMultipartFile(fileName: String): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","inline fun ByteArray.asMultipartFile(fileName: String): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"inline fun CallbackQuery.asDataCallbackQuery(): DataCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-data-callback-query.html","searchKeys":["asDataCallbackQuery","inline fun CallbackQuery.asDataCallbackQuery(): DataCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asDataCallbackQuery"]},{"name":"inline fun CallbackQuery.asGameShortNameCallbackQuery(): GameShortNameCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-game-short-name-callback-query.html","searchKeys":["asGameShortNameCallbackQuery","inline fun CallbackQuery.asGameShortNameCallbackQuery(): GameShortNameCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.asInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-callback-query.html","searchKeys":["asInlineMessageIdCallbackQuery","inline fun CallbackQuery.asInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdCallbackQuery"]},{"name":"inline fun CallbackQuery.asInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-data-callback-query.html","searchKeys":["asInlineMessageIdDataCallbackQuery","inline fun CallbackQuery.asInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdDataCallbackQuery"]},{"name":"inline fun CallbackQuery.asInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-game-short-name-callback-query.html","searchKeys":["asInlineMessageIdGameShortNameCallbackQuery","inline fun CallbackQuery.asInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.asMessageCallbackQuery(): MessageCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-callback-query.html","searchKeys":["asMessageCallbackQuery","inline fun CallbackQuery.asMessageCallbackQuery(): MessageCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asMessageCallbackQuery"]},{"name":"inline fun CallbackQuery.asMessageDataCallbackQuery(): MessageDataCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-data-callback-query.html","searchKeys":["asMessageDataCallbackQuery","inline fun CallbackQuery.asMessageDataCallbackQuery(): MessageDataCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asMessageDataCallbackQuery"]},{"name":"inline fun CallbackQuery.asMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-game-short-name-callback-query.html","searchKeys":["asMessageGameShortNameCallbackQuery","inline fun CallbackQuery.asMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asMessageGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.asUnknownCallbackQueryType(): UnknownCallbackQueryType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-callback-query-type.html","searchKeys":["asUnknownCallbackQueryType","inline fun CallbackQuery.asUnknownCallbackQueryType(): UnknownCallbackQueryType?","dev.inmo.tgbotapi.extensions.utils.asUnknownCallbackQueryType"]},{"name":"inline fun CallbackQuery.requireDataCallbackQuery(): DataCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-data-callback-query.html","searchKeys":["requireDataCallbackQuery","inline fun CallbackQuery.requireDataCallbackQuery(): DataCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireDataCallbackQuery"]},{"name":"inline fun CallbackQuery.requireGameShortNameCallbackQuery(): GameShortNameCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-game-short-name-callback-query.html","searchKeys":["requireGameShortNameCallbackQuery","inline fun CallbackQuery.requireGameShortNameCallbackQuery(): GameShortNameCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.requireInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-callback-query.html","searchKeys":["requireInlineMessageIdCallbackQuery","inline fun CallbackQuery.requireInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdCallbackQuery"]},{"name":"inline fun CallbackQuery.requireInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-data-callback-query.html","searchKeys":["requireInlineMessageIdDataCallbackQuery","inline fun CallbackQuery.requireInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdDataCallbackQuery"]},{"name":"inline fun CallbackQuery.requireInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-game-short-name-callback-query.html","searchKeys":["requireInlineMessageIdGameShortNameCallbackQuery","inline fun CallbackQuery.requireInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.requireMessageCallbackQuery(): MessageCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-callback-query.html","searchKeys":["requireMessageCallbackQuery","inline fun CallbackQuery.requireMessageCallbackQuery(): MessageCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireMessageCallbackQuery"]},{"name":"inline fun CallbackQuery.requireMessageDataCallbackQuery(): MessageDataCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-data-callback-query.html","searchKeys":["requireMessageDataCallbackQuery","inline fun CallbackQuery.requireMessageDataCallbackQuery(): MessageDataCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireMessageDataCallbackQuery"]},{"name":"inline fun CallbackQuery.requireMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-game-short-name-callback-query.html","searchKeys":["requireMessageGameShortNameCallbackQuery","inline fun CallbackQuery.requireMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireMessageGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.requireUnknownCallbackQueryType(): UnknownCallbackQueryType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-callback-query-type.html","searchKeys":["requireUnknownCallbackQueryType","inline fun CallbackQuery.requireUnknownCallbackQueryType(): UnknownCallbackQueryType","dev.inmo.tgbotapi.extensions.utils.requireUnknownCallbackQueryType"]},{"name":"inline fun Chat.asBot(): Bot?","description":"dev.inmo.tgbotapi.extensions.utils.asBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bot.html","searchKeys":["asBot","inline fun Chat.asBot(): Bot?","dev.inmo.tgbotapi.extensions.utils.asBot"]},{"name":"inline fun Chat.asChannelChat(): ChannelChat?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-chat.html","searchKeys":["asChannelChat","inline fun Chat.asChannelChat(): ChannelChat?","dev.inmo.tgbotapi.extensions.utils.asChannelChat"]},{"name":"inline fun Chat.asCommonBot(): CommonBot?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-bot.html","searchKeys":["asCommonBot","inline fun Chat.asCommonBot(): CommonBot?","dev.inmo.tgbotapi.extensions.utils.asCommonBot"]},{"name":"inline fun Chat.asCommonUser(): CommonUser?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-user.html","searchKeys":["asCommonUser","inline fun Chat.asCommonUser(): CommonUser?","dev.inmo.tgbotapi.extensions.utils.asCommonUser"]},{"name":"inline fun Chat.asExtendedBot(): ExtendedBot?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-bot.html","searchKeys":["asExtendedBot","inline fun Chat.asExtendedBot(): ExtendedBot?","dev.inmo.tgbotapi.extensions.utils.asExtendedBot"]},{"name":"inline fun Chat.asExtendedChannelChat(): ExtendedChannelChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-channel-chat.html","searchKeys":["asExtendedChannelChat","inline fun Chat.asExtendedChannelChat(): ExtendedChannelChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedChannelChat"]},{"name":"inline fun Chat.asExtendedChat(): ExtendedChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-chat.html","searchKeys":["asExtendedChat","inline fun Chat.asExtendedChat(): ExtendedChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedChat"]},{"name":"inline fun Chat.asExtendedGroupChat(): ExtendedGroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-group-chat.html","searchKeys":["asExtendedGroupChat","inline fun Chat.asExtendedGroupChat(): ExtendedGroupChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedGroupChat"]},{"name":"inline fun Chat.asExtendedPrivateChat(): ExtendedPrivateChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-private-chat.html","searchKeys":["asExtendedPrivateChat","inline fun Chat.asExtendedPrivateChat(): ExtendedPrivateChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedPrivateChat"]},{"name":"inline fun Chat.asExtendedPublicChat(): ExtendedPublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-public-chat.html","searchKeys":["asExtendedPublicChat","inline fun Chat.asExtendedPublicChat(): ExtendedPublicChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedPublicChat"]},{"name":"inline fun Chat.asExtendedSupergroupChat(): ExtendedSupergroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-supergroup-chat.html","searchKeys":["asExtendedSupergroupChat","inline fun Chat.asExtendedSupergroupChat(): ExtendedSupergroupChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedSupergroupChat"]},{"name":"inline fun Chat.asGroupChat(): GroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-chat.html","searchKeys":["asGroupChat","inline fun Chat.asGroupChat(): GroupChat?","dev.inmo.tgbotapi.extensions.utils.asGroupChat"]},{"name":"inline fun Chat.asPrivateChat(): PrivateChat?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-chat.html","searchKeys":["asPrivateChat","inline fun Chat.asPrivateChat(): PrivateChat?","dev.inmo.tgbotapi.extensions.utils.asPrivateChat"]},{"name":"inline fun Chat.asPublicChat(): PublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.asPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-public-chat.html","searchKeys":["asPublicChat","inline fun Chat.asPublicChat(): PublicChat?","dev.inmo.tgbotapi.extensions.utils.asPublicChat"]},{"name":"inline fun Chat.asSuperPublicChat(): SuperPublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.asSuperPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-super-public-chat.html","searchKeys":["asSuperPublicChat","inline fun Chat.asSuperPublicChat(): SuperPublicChat?","dev.inmo.tgbotapi.extensions.utils.asSuperPublicChat"]},{"name":"inline fun Chat.asSupergroupChat(): SupergroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat.html","searchKeys":["asSupergroupChat","inline fun Chat.asSupergroupChat(): SupergroupChat?","dev.inmo.tgbotapi.extensions.utils.asSupergroupChat"]},{"name":"inline fun Chat.asUnknownChatType(): UnknownChatType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownChatType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-chat-type.html","searchKeys":["asUnknownChatType","inline fun Chat.asUnknownChatType(): UnknownChatType?","dev.inmo.tgbotapi.extensions.utils.asUnknownChatType"]},{"name":"inline fun Chat.asUser(): User?","description":"dev.inmo.tgbotapi.extensions.utils.asUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-user.html","searchKeys":["asUser","inline fun Chat.asUser(): User?","dev.inmo.tgbotapi.extensions.utils.asUser"]},{"name":"inline fun Chat.asUsernameChat(): UsernameChat?","description":"dev.inmo.tgbotapi.extensions.utils.asUsernameChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-username-chat.html","searchKeys":["asUsernameChat","inline fun Chat.asUsernameChat(): UsernameChat?","dev.inmo.tgbotapi.extensions.utils.asUsernameChat"]},{"name":"inline fun Chat.requireBot(): Bot","description":"dev.inmo.tgbotapi.extensions.utils.requireBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bot.html","searchKeys":["requireBot","inline fun Chat.requireBot(): Bot","dev.inmo.tgbotapi.extensions.utils.requireBot"]},{"name":"inline fun Chat.requireChannelChat(): ChannelChat","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-chat.html","searchKeys":["requireChannelChat","inline fun Chat.requireChannelChat(): ChannelChat","dev.inmo.tgbotapi.extensions.utils.requireChannelChat"]},{"name":"inline fun Chat.requireCommonBot(): CommonBot","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-bot.html","searchKeys":["requireCommonBot","inline fun Chat.requireCommonBot(): CommonBot","dev.inmo.tgbotapi.extensions.utils.requireCommonBot"]},{"name":"inline fun Chat.requireCommonUser(): CommonUser","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-user.html","searchKeys":["requireCommonUser","inline fun Chat.requireCommonUser(): CommonUser","dev.inmo.tgbotapi.extensions.utils.requireCommonUser"]},{"name":"inline fun Chat.requireExtendedBot(): ExtendedBot","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-bot.html","searchKeys":["requireExtendedBot","inline fun Chat.requireExtendedBot(): ExtendedBot","dev.inmo.tgbotapi.extensions.utils.requireExtendedBot"]},{"name":"inline fun Chat.requireExtendedChannelChat(): ExtendedChannelChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-channel-chat.html","searchKeys":["requireExtendedChannelChat","inline fun Chat.requireExtendedChannelChat(): ExtendedChannelChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedChannelChat"]},{"name":"inline fun Chat.requireExtendedChat(): ExtendedChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-chat.html","searchKeys":["requireExtendedChat","inline fun Chat.requireExtendedChat(): ExtendedChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedChat"]},{"name":"inline fun Chat.requireExtendedGroupChat(): ExtendedGroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-group-chat.html","searchKeys":["requireExtendedGroupChat","inline fun Chat.requireExtendedGroupChat(): ExtendedGroupChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedGroupChat"]},{"name":"inline fun Chat.requireExtendedPrivateChat(): ExtendedPrivateChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-private-chat.html","searchKeys":["requireExtendedPrivateChat","inline fun Chat.requireExtendedPrivateChat(): ExtendedPrivateChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedPrivateChat"]},{"name":"inline fun Chat.requireExtendedPublicChat(): ExtendedPublicChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-public-chat.html","searchKeys":["requireExtendedPublicChat","inline fun Chat.requireExtendedPublicChat(): ExtendedPublicChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedPublicChat"]},{"name":"inline fun Chat.requireExtendedSupergroupChat(): ExtendedSupergroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-supergroup-chat.html","searchKeys":["requireExtendedSupergroupChat","inline fun Chat.requireExtendedSupergroupChat(): ExtendedSupergroupChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedSupergroupChat"]},{"name":"inline fun Chat.requireGroupChat(): GroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-chat.html","searchKeys":["requireGroupChat","inline fun Chat.requireGroupChat(): GroupChat","dev.inmo.tgbotapi.extensions.utils.requireGroupChat"]},{"name":"inline fun Chat.requirePrivateChat(): PrivateChat","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-chat.html","searchKeys":["requirePrivateChat","inline fun Chat.requirePrivateChat(): PrivateChat","dev.inmo.tgbotapi.extensions.utils.requirePrivateChat"]},{"name":"inline fun Chat.requirePublicChat(): PublicChat","description":"dev.inmo.tgbotapi.extensions.utils.requirePublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-public-chat.html","searchKeys":["requirePublicChat","inline fun Chat.requirePublicChat(): PublicChat","dev.inmo.tgbotapi.extensions.utils.requirePublicChat"]},{"name":"inline fun Chat.requireSuperPublicChat(): SuperPublicChat","description":"dev.inmo.tgbotapi.extensions.utils.requireSuperPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-super-public-chat.html","searchKeys":["requireSuperPublicChat","inline fun Chat.requireSuperPublicChat(): SuperPublicChat","dev.inmo.tgbotapi.extensions.utils.requireSuperPublicChat"]},{"name":"inline fun Chat.requireSupergroupChat(): SupergroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat.html","searchKeys":["requireSupergroupChat","inline fun Chat.requireSupergroupChat(): SupergroupChat","dev.inmo.tgbotapi.extensions.utils.requireSupergroupChat"]},{"name":"inline fun Chat.requireUnknownChatType(): UnknownChatType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownChatType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-chat-type.html","searchKeys":["requireUnknownChatType","inline fun Chat.requireUnknownChatType(): UnknownChatType","dev.inmo.tgbotapi.extensions.utils.requireUnknownChatType"]},{"name":"inline fun Chat.requireUser(): User","description":"dev.inmo.tgbotapi.extensions.utils.requireUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-user.html","searchKeys":["requireUser","inline fun Chat.requireUser(): User","dev.inmo.tgbotapi.extensions.utils.requireUser"]},{"name":"inline fun Chat.requireUsernameChat(): UsernameChat","description":"dev.inmo.tgbotapi.extensions.utils.requireUsernameChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-username-chat.html","searchKeys":["requireUsernameChat","inline fun Chat.requireUsernameChat(): UsernameChat","dev.inmo.tgbotapi.extensions.utils.requireUsernameChat"]},{"name":"inline fun ChatEvent.asChannelChatCreated(): ChannelChatCreated?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-chat-created.html","searchKeys":["asChannelChatCreated","inline fun ChatEvent.asChannelChatCreated(): ChannelChatCreated?","dev.inmo.tgbotapi.extensions.utils.asChannelChatCreated"]},{"name":"inline fun ChatEvent.asChannelEvent(): ChannelEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-event.html","searchKeys":["asChannelEvent","inline fun ChatEvent.asChannelEvent(): ChannelEvent?","dev.inmo.tgbotapi.extensions.utils.asChannelEvent"]},{"name":"inline fun ChatEvent.asCommonEvent(): CommonEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-event.html","searchKeys":["asCommonEvent","inline fun ChatEvent.asCommonEvent(): CommonEvent?","dev.inmo.tgbotapi.extensions.utils.asCommonEvent"]},{"name":"inline fun ChatEvent.asDeleteChatPhoto(): DeleteChatPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-delete-chat-photo.html","searchKeys":["asDeleteChatPhoto","inline fun ChatEvent.asDeleteChatPhoto(): DeleteChatPhoto?","dev.inmo.tgbotapi.extensions.utils.asDeleteChatPhoto"]},{"name":"inline fun ChatEvent.asGroupChatCreated(): GroupChatCreated?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-chat-created.html","searchKeys":["asGroupChatCreated","inline fun ChatEvent.asGroupChatCreated(): GroupChatCreated?","dev.inmo.tgbotapi.extensions.utils.asGroupChatCreated"]},{"name":"inline fun ChatEvent.asGroupEvent(): GroupEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-event.html","searchKeys":["asGroupEvent","inline fun ChatEvent.asGroupEvent(): GroupEvent?","dev.inmo.tgbotapi.extensions.utils.asGroupEvent"]},{"name":"inline fun ChatEvent.asLeftChatMember(): LeftChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html","searchKeys":["asLeftChatMember","inline fun ChatEvent.asLeftChatMember(): LeftChatMember?","dev.inmo.tgbotapi.extensions.utils.asLeftChatMember"]},{"name":"inline fun ChatEvent.asMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-auto-delete-timer-changed.html","searchKeys":["asMessageAutoDeleteTimerChanged","inline fun ChatEvent.asMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged?","dev.inmo.tgbotapi.extensions.utils.asMessageAutoDeleteTimerChanged"]},{"name":"inline fun ChatEvent.asMigratedToSupergroup(): MigratedToSupergroup?","description":"dev.inmo.tgbotapi.extensions.utils.asMigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-migrated-to-supergroup.html","searchKeys":["asMigratedToSupergroup","inline fun ChatEvent.asMigratedToSupergroup(): MigratedToSupergroup?","dev.inmo.tgbotapi.extensions.utils.asMigratedToSupergroup"]},{"name":"inline fun ChatEvent.asNewChatMembers(): NewChatMembers?","description":"dev.inmo.tgbotapi.extensions.utils.asNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-new-chat-members.html","searchKeys":["asNewChatMembers","inline fun ChatEvent.asNewChatMembers(): NewChatMembers?","dev.inmo.tgbotapi.extensions.utils.asNewChatMembers"]},{"name":"inline fun ChatEvent.asNewChatPhoto(): NewChatPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-new-chat-photo.html","searchKeys":["asNewChatPhoto","inline fun ChatEvent.asNewChatPhoto(): NewChatPhoto?","dev.inmo.tgbotapi.extensions.utils.asNewChatPhoto"]},{"name":"inline fun ChatEvent.asNewChatTitle(): NewChatTitle?","description":"dev.inmo.tgbotapi.extensions.utils.asNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-new-chat-title.html","searchKeys":["asNewChatTitle","inline fun ChatEvent.asNewChatTitle(): NewChatTitle?","dev.inmo.tgbotapi.extensions.utils.asNewChatTitle"]},{"name":"inline fun ChatEvent.asPinnedMessage(): PinnedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pinned-message.html","searchKeys":["asPinnedMessage","inline fun ChatEvent.asPinnedMessage(): PinnedMessage?","dev.inmo.tgbotapi.extensions.utils.asPinnedMessage"]},{"name":"inline fun ChatEvent.asProximityAlertTriggered(): ProximityAlertTriggered?","description":"dev.inmo.tgbotapi.extensions.utils.asProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-proximity-alert-triggered.html","searchKeys":["asProximityAlertTriggered","inline fun ChatEvent.asProximityAlertTriggered(): ProximityAlertTriggered?","dev.inmo.tgbotapi.extensions.utils.asProximityAlertTriggered"]},{"name":"inline fun ChatEvent.asPublicChatEvent(): PublicChatEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asPublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-public-chat-event.html","searchKeys":["asPublicChatEvent","inline fun ChatEvent.asPublicChatEvent(): PublicChatEvent?","dev.inmo.tgbotapi.extensions.utils.asPublicChatEvent"]},{"name":"inline fun ChatEvent.asSuccessfulPaymentEvent(): SuccessfulPaymentEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asSuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-successful-payment-event.html","searchKeys":["asSuccessfulPaymentEvent","inline fun ChatEvent.asSuccessfulPaymentEvent(): SuccessfulPaymentEvent?","dev.inmo.tgbotapi.extensions.utils.asSuccessfulPaymentEvent"]},{"name":"inline fun ChatEvent.asSupergroupChatCreated(): SupergroupChatCreated?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat-created.html","searchKeys":["asSupergroupChatCreated","inline fun ChatEvent.asSupergroupChatCreated(): SupergroupChatCreated?","dev.inmo.tgbotapi.extensions.utils.asSupergroupChatCreated"]},{"name":"inline fun ChatEvent.asSupergroupEvent(): SupergroupEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event.html","searchKeys":["asSupergroupEvent","inline fun ChatEvent.asSupergroupEvent(): SupergroupEvent?","dev.inmo.tgbotapi.extensions.utils.asSupergroupEvent"]},{"name":"inline fun ChatEvent.asUserLoggedIn(): UserLoggedIn?","description":"dev.inmo.tgbotapi.extensions.utils.asUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-user-logged-in.html","searchKeys":["asUserLoggedIn","inline fun ChatEvent.asUserLoggedIn(): UserLoggedIn?","dev.inmo.tgbotapi.extensions.utils.asUserLoggedIn"]},{"name":"inline fun ChatEvent.asVideoChatEnded(): VideoChatEnded?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatEnded","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-ended.html","searchKeys":["asVideoChatEnded","inline fun ChatEvent.asVideoChatEnded(): VideoChatEnded?","dev.inmo.tgbotapi.extensions.utils.asVideoChatEnded"]},{"name":"inline fun ChatEvent.asVideoChatEvent(): VideoChatEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-event.html","searchKeys":["asVideoChatEvent","inline fun ChatEvent.asVideoChatEvent(): VideoChatEvent?","dev.inmo.tgbotapi.extensions.utils.asVideoChatEvent"]},{"name":"inline fun ChatEvent.asVideoChatParticipantsInvited(): VideoChatParticipantsInvited?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-participants-invited.html","searchKeys":["asVideoChatParticipantsInvited","inline fun ChatEvent.asVideoChatParticipantsInvited(): VideoChatParticipantsInvited?","dev.inmo.tgbotapi.extensions.utils.asVideoChatParticipantsInvited"]},{"name":"inline fun ChatEvent.asVideoChatScheduled(): VideoChatScheduled?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatScheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-scheduled.html","searchKeys":["asVideoChatScheduled","inline fun ChatEvent.asVideoChatScheduled(): VideoChatScheduled?","dev.inmo.tgbotapi.extensions.utils.asVideoChatScheduled"]},{"name":"inline fun ChatEvent.asVideoChatStarted(): VideoChatStarted?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatStarted","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-started.html","searchKeys":["asVideoChatStarted","inline fun ChatEvent.asVideoChatStarted(): VideoChatStarted?","dev.inmo.tgbotapi.extensions.utils.asVideoChatStarted"]},{"name":"inline fun ChatEvent.requireChannelChatCreated(): ChannelChatCreated","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-chat-created.html","searchKeys":["requireChannelChatCreated","inline fun ChatEvent.requireChannelChatCreated(): ChannelChatCreated","dev.inmo.tgbotapi.extensions.utils.requireChannelChatCreated"]},{"name":"inline fun ChatEvent.requireChannelEvent(): ChannelEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-event.html","searchKeys":["requireChannelEvent","inline fun ChatEvent.requireChannelEvent(): ChannelEvent","dev.inmo.tgbotapi.extensions.utils.requireChannelEvent"]},{"name":"inline fun ChatEvent.requireCommonEvent(): CommonEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-event.html","searchKeys":["requireCommonEvent","inline fun ChatEvent.requireCommonEvent(): CommonEvent","dev.inmo.tgbotapi.extensions.utils.requireCommonEvent"]},{"name":"inline fun ChatEvent.requireDeleteChatPhoto(): DeleteChatPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-delete-chat-photo.html","searchKeys":["requireDeleteChatPhoto","inline fun ChatEvent.requireDeleteChatPhoto(): DeleteChatPhoto","dev.inmo.tgbotapi.extensions.utils.requireDeleteChatPhoto"]},{"name":"inline fun ChatEvent.requireGroupChatCreated(): GroupChatCreated","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-chat-created.html","searchKeys":["requireGroupChatCreated","inline fun ChatEvent.requireGroupChatCreated(): GroupChatCreated","dev.inmo.tgbotapi.extensions.utils.requireGroupChatCreated"]},{"name":"inline fun ChatEvent.requireGroupEvent(): GroupEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-event.html","searchKeys":["requireGroupEvent","inline fun ChatEvent.requireGroupEvent(): GroupEvent","dev.inmo.tgbotapi.extensions.utils.requireGroupEvent"]},{"name":"inline fun ChatEvent.requireLeftChatMember(): LeftChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html","searchKeys":["requireLeftChatMember","inline fun ChatEvent.requireLeftChatMember(): LeftChatMember","dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember"]},{"name":"inline fun ChatEvent.requireMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-auto-delete-timer-changed.html","searchKeys":["requireMessageAutoDeleteTimerChanged","inline fun ChatEvent.requireMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged","dev.inmo.tgbotapi.extensions.utils.requireMessageAutoDeleteTimerChanged"]},{"name":"inline fun ChatEvent.requireMigratedToSupergroup(): MigratedToSupergroup","description":"dev.inmo.tgbotapi.extensions.utils.requireMigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-migrated-to-supergroup.html","searchKeys":["requireMigratedToSupergroup","inline fun ChatEvent.requireMigratedToSupergroup(): MigratedToSupergroup","dev.inmo.tgbotapi.extensions.utils.requireMigratedToSupergroup"]},{"name":"inline fun ChatEvent.requireNewChatMembers(): NewChatMembers","description":"dev.inmo.tgbotapi.extensions.utils.requireNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-new-chat-members.html","searchKeys":["requireNewChatMembers","inline fun ChatEvent.requireNewChatMembers(): NewChatMembers","dev.inmo.tgbotapi.extensions.utils.requireNewChatMembers"]},{"name":"inline fun ChatEvent.requireNewChatPhoto(): NewChatPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-new-chat-photo.html","searchKeys":["requireNewChatPhoto","inline fun ChatEvent.requireNewChatPhoto(): NewChatPhoto","dev.inmo.tgbotapi.extensions.utils.requireNewChatPhoto"]},{"name":"inline fun ChatEvent.requireNewChatTitle(): NewChatTitle","description":"dev.inmo.tgbotapi.extensions.utils.requireNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-new-chat-title.html","searchKeys":["requireNewChatTitle","inline fun ChatEvent.requireNewChatTitle(): NewChatTitle","dev.inmo.tgbotapi.extensions.utils.requireNewChatTitle"]},{"name":"inline fun ChatEvent.requirePinnedMessage(): PinnedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pinned-message.html","searchKeys":["requirePinnedMessage","inline fun ChatEvent.requirePinnedMessage(): PinnedMessage","dev.inmo.tgbotapi.extensions.utils.requirePinnedMessage"]},{"name":"inline fun ChatEvent.requireProximityAlertTriggered(): ProximityAlertTriggered","description":"dev.inmo.tgbotapi.extensions.utils.requireProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-proximity-alert-triggered.html","searchKeys":["requireProximityAlertTriggered","inline fun ChatEvent.requireProximityAlertTriggered(): ProximityAlertTriggered","dev.inmo.tgbotapi.extensions.utils.requireProximityAlertTriggered"]},{"name":"inline fun ChatEvent.requirePublicChatEvent(): PublicChatEvent","description":"dev.inmo.tgbotapi.extensions.utils.requirePublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-public-chat-event.html","searchKeys":["requirePublicChatEvent","inline fun ChatEvent.requirePublicChatEvent(): PublicChatEvent","dev.inmo.tgbotapi.extensions.utils.requirePublicChatEvent"]},{"name":"inline fun ChatEvent.requireSuccessfulPaymentEvent(): SuccessfulPaymentEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireSuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-successful-payment-event.html","searchKeys":["requireSuccessfulPaymentEvent","inline fun ChatEvent.requireSuccessfulPaymentEvent(): SuccessfulPaymentEvent","dev.inmo.tgbotapi.extensions.utils.requireSuccessfulPaymentEvent"]},{"name":"inline fun ChatEvent.requireSupergroupChatCreated(): SupergroupChatCreated","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat-created.html","searchKeys":["requireSupergroupChatCreated","inline fun ChatEvent.requireSupergroupChatCreated(): SupergroupChatCreated","dev.inmo.tgbotapi.extensions.utils.requireSupergroupChatCreated"]},{"name":"inline fun ChatEvent.requireSupergroupEvent(): SupergroupEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event.html","searchKeys":["requireSupergroupEvent","inline fun ChatEvent.requireSupergroupEvent(): SupergroupEvent","dev.inmo.tgbotapi.extensions.utils.requireSupergroupEvent"]},{"name":"inline fun ChatEvent.requireUserLoggedIn(): UserLoggedIn","description":"dev.inmo.tgbotapi.extensions.utils.requireUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-user-logged-in.html","searchKeys":["requireUserLoggedIn","inline fun ChatEvent.requireUserLoggedIn(): UserLoggedIn","dev.inmo.tgbotapi.extensions.utils.requireUserLoggedIn"]},{"name":"inline fun ChatEvent.requireVideoChatEnded(): VideoChatEnded","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatEnded","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-ended.html","searchKeys":["requireVideoChatEnded","inline fun ChatEvent.requireVideoChatEnded(): VideoChatEnded","dev.inmo.tgbotapi.extensions.utils.requireVideoChatEnded"]},{"name":"inline fun ChatEvent.requireVideoChatEvent(): VideoChatEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-event.html","searchKeys":["requireVideoChatEvent","inline fun ChatEvent.requireVideoChatEvent(): VideoChatEvent","dev.inmo.tgbotapi.extensions.utils.requireVideoChatEvent"]},{"name":"inline fun ChatEvent.requireVideoChatParticipantsInvited(): VideoChatParticipantsInvited","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-participants-invited.html","searchKeys":["requireVideoChatParticipantsInvited","inline fun ChatEvent.requireVideoChatParticipantsInvited(): VideoChatParticipantsInvited","dev.inmo.tgbotapi.extensions.utils.requireVideoChatParticipantsInvited"]},{"name":"inline fun ChatEvent.requireVideoChatScheduled(): VideoChatScheduled","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatScheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-scheduled.html","searchKeys":["requireVideoChatScheduled","inline fun ChatEvent.requireVideoChatScheduled(): VideoChatScheduled","dev.inmo.tgbotapi.extensions.utils.requireVideoChatScheduled"]},{"name":"inline fun ChatEvent.requireVideoChatStarted(): VideoChatStarted","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatStarted","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-started.html","searchKeys":["requireVideoChatStarted","inline fun ChatEvent.requireVideoChatStarted(): VideoChatStarted","dev.inmo.tgbotapi.extensions.utils.requireVideoChatStarted"]},{"name":"inline fun ChatInviteLink.asChatInviteLinkUnlimited(): ChatInviteLinkUnlimited?","description":"dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-unlimited.html","searchKeys":["asChatInviteLinkUnlimited","inline fun ChatInviteLink.asChatInviteLinkUnlimited(): ChatInviteLinkUnlimited?","dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkUnlimited"]},{"name":"inline fun ChatInviteLink.asChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest?","description":"dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-join-request.html","searchKeys":["asChatInviteLinkWithJoinRequest","inline fun ChatInviteLink.asChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest?","dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithJoinRequest"]},{"name":"inline fun ChatInviteLink.asChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers?","description":"dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-limited-members.html","searchKeys":["asChatInviteLinkWithLimitedMembers","inline fun ChatInviteLink.asChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers?","dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithLimitedMembers"]},{"name":"inline fun ChatInviteLink.asPrimaryInviteLink(): PrimaryInviteLink?","description":"dev.inmo.tgbotapi.extensions.utils.asPrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-primary-invite-link.html","searchKeys":["asPrimaryInviteLink","inline fun ChatInviteLink.asPrimaryInviteLink(): PrimaryInviteLink?","dev.inmo.tgbotapi.extensions.utils.asPrimaryInviteLink"]},{"name":"inline fun ChatInviteLink.asSecondaryChatInviteLink(): SecondaryChatInviteLink?","description":"dev.inmo.tgbotapi.extensions.utils.asSecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secondary-chat-invite-link.html","searchKeys":["asSecondaryChatInviteLink","inline fun ChatInviteLink.asSecondaryChatInviteLink(): SecondaryChatInviteLink?","dev.inmo.tgbotapi.extensions.utils.asSecondaryChatInviteLink"]},{"name":"inline fun ChatInviteLink.requireChatInviteLinkUnlimited(): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-unlimited.html","searchKeys":["requireChatInviteLinkUnlimited","inline fun ChatInviteLink.requireChatInviteLinkUnlimited(): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkUnlimited"]},{"name":"inline fun ChatInviteLink.requireChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-join-request.html","searchKeys":["requireChatInviteLinkWithJoinRequest","inline fun ChatInviteLink.requireChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithJoinRequest"]},{"name":"inline fun ChatInviteLink.requireChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-limited-members.html","searchKeys":["requireChatInviteLinkWithLimitedMembers","inline fun ChatInviteLink.requireChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithLimitedMembers"]},{"name":"inline fun ChatInviteLink.requirePrimaryInviteLink(): PrimaryInviteLink","description":"dev.inmo.tgbotapi.extensions.utils.requirePrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-primary-invite-link.html","searchKeys":["requirePrimaryInviteLink","inline fun ChatInviteLink.requirePrimaryInviteLink(): PrimaryInviteLink","dev.inmo.tgbotapi.extensions.utils.requirePrimaryInviteLink"]},{"name":"inline fun ChatInviteLink.requireSecondaryChatInviteLink(): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.utils.requireSecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secondary-chat-invite-link.html","searchKeys":["requireSecondaryChatInviteLink","inline fun ChatInviteLink.requireSecondaryChatInviteLink(): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.utils.requireSecondaryChatInviteLink"]},{"name":"inline fun ChatMember.asAdministratorChatMember(): AdministratorChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asAdministratorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-administrator-chat-member.html","searchKeys":["asAdministratorChatMember","inline fun ChatMember.asAdministratorChatMember(): AdministratorChatMember?","dev.inmo.tgbotapi.extensions.utils.asAdministratorChatMember"]},{"name":"inline fun ChatMember.asBannedChatMember(): BannedChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asBannedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-banned-chat-member.html","searchKeys":["asBannedChatMember","inline fun ChatMember.asBannedChatMember(): BannedChatMember?","dev.inmo.tgbotapi.extensions.utils.asBannedChatMember"]},{"name":"inline fun ChatMember.asCreatorChatMember(): CreatorChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asCreatorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-creator-chat-member.html","searchKeys":["asCreatorChatMember","inline fun ChatMember.asCreatorChatMember(): CreatorChatMember?","dev.inmo.tgbotapi.extensions.utils.asCreatorChatMember"]},{"name":"inline fun ChatMember.asKickedChatMember(): KickedChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asKickedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-kicked-chat-member.html","searchKeys":["asKickedChatMember","inline fun ChatMember.asKickedChatMember(): KickedChatMember?","dev.inmo.tgbotapi.extensions.utils.asKickedChatMember"]},{"name":"inline fun ChatMember.asLeftChatMember(): LeftChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html","searchKeys":["asLeftChatMember","inline fun ChatMember.asLeftChatMember(): LeftChatMember?","dev.inmo.tgbotapi.extensions.utils.asLeftChatMember"]},{"name":"inline fun ChatMember.asMemberChatMember(): MemberChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asMemberChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-member-chat-member.html","searchKeys":["asMemberChatMember","inline fun ChatMember.asMemberChatMember(): MemberChatMember?","dev.inmo.tgbotapi.extensions.utils.asMemberChatMember"]},{"name":"inline fun ChatMember.asRestrictedChatMember(): RestrictedChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asRestrictedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-restricted-chat-member.html","searchKeys":["asRestrictedChatMember","inline fun ChatMember.asRestrictedChatMember(): RestrictedChatMember?","dev.inmo.tgbotapi.extensions.utils.asRestrictedChatMember"]},{"name":"inline fun ChatMember.asSpecialRightsChatMember(): SpecialRightsChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asSpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-special-rights-chat-member.html","searchKeys":["asSpecialRightsChatMember","inline fun ChatMember.asSpecialRightsChatMember(): SpecialRightsChatMember?","dev.inmo.tgbotapi.extensions.utils.asSpecialRightsChatMember"]},{"name":"inline fun ChatMember.requireAdministratorChatMember(): AdministratorChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireAdministratorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-administrator-chat-member.html","searchKeys":["requireAdministratorChatMember","inline fun ChatMember.requireAdministratorChatMember(): AdministratorChatMember","dev.inmo.tgbotapi.extensions.utils.requireAdministratorChatMember"]},{"name":"inline fun ChatMember.requireBannedChatMember(): BannedChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireBannedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-banned-chat-member.html","searchKeys":["requireBannedChatMember","inline fun ChatMember.requireBannedChatMember(): BannedChatMember","dev.inmo.tgbotapi.extensions.utils.requireBannedChatMember"]},{"name":"inline fun ChatMember.requireCreatorChatMember(): CreatorChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireCreatorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-creator-chat-member.html","searchKeys":["requireCreatorChatMember","inline fun ChatMember.requireCreatorChatMember(): CreatorChatMember","dev.inmo.tgbotapi.extensions.utils.requireCreatorChatMember"]},{"name":"inline fun ChatMember.requireKickedChatMember(): KickedChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireKickedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-kicked-chat-member.html","searchKeys":["requireKickedChatMember","inline fun ChatMember.requireKickedChatMember(): KickedChatMember","dev.inmo.tgbotapi.extensions.utils.requireKickedChatMember"]},{"name":"inline fun ChatMember.requireLeftChatMember(): LeftChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html","searchKeys":["requireLeftChatMember","inline fun ChatMember.requireLeftChatMember(): LeftChatMember","dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember"]},{"name":"inline fun ChatMember.requireMemberChatMember(): MemberChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireMemberChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-member-chat-member.html","searchKeys":["requireMemberChatMember","inline fun ChatMember.requireMemberChatMember(): MemberChatMember","dev.inmo.tgbotapi.extensions.utils.requireMemberChatMember"]},{"name":"inline fun ChatMember.requireRestrictedChatMember(): RestrictedChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireRestrictedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-restricted-chat-member.html","searchKeys":["requireRestrictedChatMember","inline fun ChatMember.requireRestrictedChatMember(): RestrictedChatMember","dev.inmo.tgbotapi.extensions.utils.requireRestrictedChatMember"]},{"name":"inline fun ChatMember.requireSpecialRightsChatMember(): SpecialRightsChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireSpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-special-rights-chat-member.html","searchKeys":["requireSpecialRightsChatMember","inline fun ChatMember.requireSpecialRightsChatMember(): SpecialRightsChatMember","dev.inmo.tgbotapi.extensions.utils.requireSpecialRightsChatMember"]},{"name":"inline fun ChosenInlineResult.asBaseChosenInlineResult(): BaseChosenInlineResult?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-chosen-inline-result.html","searchKeys":["asBaseChosenInlineResult","inline fun ChosenInlineResult.asBaseChosenInlineResult(): BaseChosenInlineResult?","dev.inmo.tgbotapi.extensions.utils.asBaseChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.asLocationChosenInlineResult(): LocationChosenInlineResult?","description":"dev.inmo.tgbotapi.extensions.utils.asLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-location-chosen-inline-result.html","searchKeys":["asLocationChosenInlineResult","inline fun ChosenInlineResult.asLocationChosenInlineResult(): LocationChosenInlineResult?","dev.inmo.tgbotapi.extensions.utils.asLocationChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.requireBaseChosenInlineResult(): BaseChosenInlineResult","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-chosen-inline-result.html","searchKeys":["requireBaseChosenInlineResult","inline fun ChosenInlineResult.requireBaseChosenInlineResult(): BaseChosenInlineResult","dev.inmo.tgbotapi.extensions.utils.requireBaseChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.requireLocationChosenInlineResult(): LocationChosenInlineResult","description":"dev.inmo.tgbotapi.extensions.utils.requireLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-location-chosen-inline-result.html","searchKeys":["requireLocationChosenInlineResult","inline fun ChosenInlineResult.requireLocationChosenInlineResult(): LocationChosenInlineResult","dev.inmo.tgbotapi.extensions.utils.requireLocationChosenInlineResult"]},{"name":"inline fun CommonSendInvoiceData.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html","searchKeys":["asInputInvoiceMessageContent","inline fun CommonSendInvoiceData.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent"]},{"name":"inline fun CommonSendInvoiceData.asSendInvoice(): SendInvoice?","description":"dev.inmo.tgbotapi.extensions.utils.asSendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-send-invoice.html","searchKeys":["asSendInvoice","inline fun CommonSendInvoiceData.asSendInvoice(): SendInvoice?","dev.inmo.tgbotapi.extensions.utils.asSendInvoice"]},{"name":"inline fun CommonSendInvoiceData.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html","searchKeys":["requireInputInvoiceMessageContent","inline fun CommonSendInvoiceData.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent"]},{"name":"inline fun CommonSendInvoiceData.requireVoiceChatParticipantsInvited(): SendInvoice","description":"dev.inmo.tgbotapi.extensions.utils.requireVoiceChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-voice-chat-participants-invited.html","searchKeys":["requireVoiceChatParticipantsInvited","inline fun CommonSendInvoiceData.requireVoiceChatParticipantsInvited(): SendInvoice","dev.inmo.tgbotapi.extensions.utils.requireVoiceChatParticipantsInvited"]},{"name":"inline fun DiceAnimationType.asBasketballDiceAnimationType(): BasketballDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asBasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.html","searchKeys":["asBasketballDiceAnimationType","inline fun DiceAnimationType.asBasketballDiceAnimationType(): BasketballDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asBasketballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asBowlingDiceAnimationType(): BowlingDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asBowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.html","searchKeys":["asBowlingDiceAnimationType","inline fun DiceAnimationType.asBowlingDiceAnimationType(): BowlingDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asBowlingDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asCubeDiceAnimationType(): CubeDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asCubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.html","searchKeys":["asCubeDiceAnimationType","inline fun DiceAnimationType.asCubeDiceAnimationType(): CubeDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asCubeDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asCustomDiceAnimationType(): CustomDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asCustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.html","searchKeys":["asCustomDiceAnimationType","inline fun DiceAnimationType.asCustomDiceAnimationType(): CustomDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asCustomDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asDartsDiceAnimationType(): DartsDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asDartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.html","searchKeys":["asDartsDiceAnimationType","inline fun DiceAnimationType.asDartsDiceAnimationType(): DartsDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asDartsDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asFootballDiceAnimationType(): FootballDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asFootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.html","searchKeys":["asFootballDiceAnimationType","inline fun DiceAnimationType.asFootballDiceAnimationType(): FootballDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asFootballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asSlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.html","searchKeys":["asSlotMachineDiceAnimationType","inline fun DiceAnimationType.asSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asSlotMachineDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireBasketballDiceAnimationType(): BasketballDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireBasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.html","searchKeys":["requireBasketballDiceAnimationType","inline fun DiceAnimationType.requireBasketballDiceAnimationType(): BasketballDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireBasketballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireBowlingDiceAnimationType(): BowlingDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireBowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.html","searchKeys":["requireBowlingDiceAnimationType","inline fun DiceAnimationType.requireBowlingDiceAnimationType(): BowlingDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireBowlingDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireCubeDiceAnimationType(): CubeDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireCubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.html","searchKeys":["requireCubeDiceAnimationType","inline fun DiceAnimationType.requireCubeDiceAnimationType(): CubeDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireCubeDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireCustomDiceAnimationType(): CustomDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireCustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.html","searchKeys":["requireCustomDiceAnimationType","inline fun DiceAnimationType.requireCustomDiceAnimationType(): CustomDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireCustomDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireDartsDiceAnimationType(): DartsDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireDartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.html","searchKeys":["requireDartsDiceAnimationType","inline fun DiceAnimationType.requireDartsDiceAnimationType(): DartsDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireDartsDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireFootballDiceAnimationType(): FootballDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireFootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.html","searchKeys":["requireFootballDiceAnimationType","inline fun DiceAnimationType.requireFootballDiceAnimationType(): FootballDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireFootballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireSlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.html","searchKeys":["requireSlotMachineDiceAnimationType","inline fun DiceAnimationType.requireSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireSlotMachineDiceAnimationType"]},{"name":"inline fun EncryptedPassportElement.asBankStatement(): BankStatement?","description":"dev.inmo.tgbotapi.extensions.utils.asBankStatement","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bank-statement.html","searchKeys":["asBankStatement","inline fun EncryptedPassportElement.asBankStatement(): BankStatement?","dev.inmo.tgbotapi.extensions.utils.asBankStatement"]},{"name":"inline fun EncryptedPassportElement.asCommonPassport(): CommonPassport?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-passport.html","searchKeys":["asCommonPassport","inline fun EncryptedPassportElement.asCommonPassport(): CommonPassport?","dev.inmo.tgbotapi.extensions.utils.asCommonPassport"]},{"name":"inline fun EncryptedPassportElement.asDriverLicense(): DriverLicense?","description":"dev.inmo.tgbotapi.extensions.utils.asDriverLicense","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-driver-license.html","searchKeys":["asDriverLicense","inline fun EncryptedPassportElement.asDriverLicense(): DriverLicense?","dev.inmo.tgbotapi.extensions.utils.asDriverLicense"]},{"name":"inline fun EncryptedPassportElement.asEmail(): Email?","description":"dev.inmo.tgbotapi.extensions.utils.asEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-email.html","searchKeys":["asEmail","inline fun EncryptedPassportElement.asEmail(): Email?","dev.inmo.tgbotapi.extensions.utils.asEmail"]},{"name":"inline fun EncryptedPassportElement.asEncryptedAddress(): EncryptedAddress?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedAddress","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-address.html","searchKeys":["asEncryptedAddress","inline fun EncryptedPassportElement.asEncryptedAddress(): EncryptedAddress?","dev.inmo.tgbotapi.extensions.utils.asEncryptedAddress"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-translatable.html","searchKeys":["asEncryptedPassportElementTranslatable","inline fun EncryptedPassportElement.asEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementTranslatable"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithData(): EncryptedPassportElementWithData?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-data.html","searchKeys":["asEncryptedPassportElementWithData","inline fun EncryptedPassportElement.asEncryptedPassportElementWithData(): EncryptedPassportElementWithData?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithData"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-email.html","searchKeys":["asEncryptedPassportElementWithEmail","inline fun EncryptedPassportElement.asEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithEmail"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-files-collection.html","searchKeys":["asEncryptedPassportElementWithFilesCollection","inline fun EncryptedPassportElement.asEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFilesCollection"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-front-side.html","searchKeys":["asEncryptedPassportElementWithFrontSide","inline fun EncryptedPassportElement.asEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFrontSide"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-phone-number.html","searchKeys":["asEncryptedPassportElementWithPhoneNumber","inline fun EncryptedPassportElement.asEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-reverse-side.html","searchKeys":["asEncryptedPassportElementWithReverseSide","inline fun EncryptedPassportElement.asEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithReverseSide"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-selfie.html","searchKeys":["asEncryptedPassportElementWithSelfie","inline fun EncryptedPassportElement.asEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithSelfie"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-files-collection.html","searchKeys":["asEncryptedPassportElementWithTranslatableFilesCollection","inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-i-d-document.html","searchKeys":["asEncryptedPassportElementWithTranslatableIDDocument","inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableIDDocument"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPersonalDetails(): EncryptedPersonalDetails?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-personal-details.html","searchKeys":["asEncryptedPersonalDetails","inline fun EncryptedPassportElement.asEncryptedPersonalDetails(): EncryptedPersonalDetails?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPersonalDetails"]},{"name":"inline fun EncryptedPassportElement.asIdentityCard(): IdentityCard?","description":"dev.inmo.tgbotapi.extensions.utils.asIdentityCard","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-identity-card.html","searchKeys":["asIdentityCard","inline fun EncryptedPassportElement.asIdentityCard(): IdentityCard?","dev.inmo.tgbotapi.extensions.utils.asIdentityCard"]},{"name":"inline fun EncryptedPassportElement.asInternalPassport(): InternalPassport?","description":"dev.inmo.tgbotapi.extensions.utils.asInternalPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-internal-passport.html","searchKeys":["asInternalPassport","inline fun EncryptedPassportElement.asInternalPassport(): InternalPassport?","dev.inmo.tgbotapi.extensions.utils.asInternalPassport"]},{"name":"inline fun EncryptedPassportElement.asPassport(): Passport?","description":"dev.inmo.tgbotapi.extensions.utils.asPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport.html","searchKeys":["asPassport","inline fun EncryptedPassportElement.asPassport(): Passport?","dev.inmo.tgbotapi.extensions.utils.asPassport"]},{"name":"inline fun EncryptedPassportElement.asPassportRegistration(): PassportRegistration?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-registration.html","searchKeys":["asPassportRegistration","inline fun EncryptedPassportElement.asPassportRegistration(): PassportRegistration?","dev.inmo.tgbotapi.extensions.utils.asPassportRegistration"]},{"name":"inline fun EncryptedPassportElement.asPhoneNumber(): PhoneNumber?","description":"dev.inmo.tgbotapi.extensions.utils.asPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-phone-number.html","searchKeys":["asPhoneNumber","inline fun EncryptedPassportElement.asPhoneNumber(): PhoneNumber?","dev.inmo.tgbotapi.extensions.utils.asPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.asRentalAgreement(): RentalAgreement?","description":"dev.inmo.tgbotapi.extensions.utils.asRentalAgreement","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement.html","searchKeys":["asRentalAgreement","inline fun EncryptedPassportElement.asRentalAgreement(): RentalAgreement?","dev.inmo.tgbotapi.extensions.utils.asRentalAgreement"]},{"name":"inline fun EncryptedPassportElement.asTemporaryRegistration(): TemporaryRegistration?","description":"dev.inmo.tgbotapi.extensions.utils.asTemporaryRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-temporary-registration.html","searchKeys":["asTemporaryRegistration","inline fun EncryptedPassportElement.asTemporaryRegistration(): TemporaryRegistration?","dev.inmo.tgbotapi.extensions.utils.asTemporaryRegistration"]},{"name":"inline fun EncryptedPassportElement.asUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-encrypted-passport-element.html","searchKeys":["asUnknownEncryptedPassportElement","inline fun EncryptedPassportElement.asUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement?","dev.inmo.tgbotapi.extensions.utils.asUnknownEncryptedPassportElement"]},{"name":"inline fun EncryptedPassportElement.asUtilityBill(): UtilityBill?","description":"dev.inmo.tgbotapi.extensions.utils.asUtilityBill","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-utility-bill.html","searchKeys":["asUtilityBill","inline fun EncryptedPassportElement.asUtilityBill(): UtilityBill?","dev.inmo.tgbotapi.extensions.utils.asUtilityBill"]},{"name":"inline fun EncryptedPassportElement.requireBankStatement(): BankStatement","description":"dev.inmo.tgbotapi.extensions.utils.requireBankStatement","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bank-statement.html","searchKeys":["requireBankStatement","inline fun EncryptedPassportElement.requireBankStatement(): BankStatement","dev.inmo.tgbotapi.extensions.utils.requireBankStatement"]},{"name":"inline fun EncryptedPassportElement.requireCommonPassport(): CommonPassport","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-passport.html","searchKeys":["requireCommonPassport","inline fun EncryptedPassportElement.requireCommonPassport(): CommonPassport","dev.inmo.tgbotapi.extensions.utils.requireCommonPassport"]},{"name":"inline fun EncryptedPassportElement.requireDriverLicense(): DriverLicense","description":"dev.inmo.tgbotapi.extensions.utils.requireDriverLicense","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-driver-license.html","searchKeys":["requireDriverLicense","inline fun EncryptedPassportElement.requireDriverLicense(): DriverLicense","dev.inmo.tgbotapi.extensions.utils.requireDriverLicense"]},{"name":"inline fun EncryptedPassportElement.requireEmail(): Email","description":"dev.inmo.tgbotapi.extensions.utils.requireEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-email.html","searchKeys":["requireEmail","inline fun EncryptedPassportElement.requireEmail(): Email","dev.inmo.tgbotapi.extensions.utils.requireEmail"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedAddress(): EncryptedAddress","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedAddress","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-address.html","searchKeys":["requireEncryptedAddress","inline fun EncryptedPassportElement.requireEncryptedAddress(): EncryptedAddress","dev.inmo.tgbotapi.extensions.utils.requireEncryptedAddress"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-translatable.html","searchKeys":["requireEncryptedPassportElementTranslatable","inline fun EncryptedPassportElement.requireEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementTranslatable"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithData(): EncryptedPassportElementWithData","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-data.html","searchKeys":["requireEncryptedPassportElementWithData","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithData(): EncryptedPassportElementWithData","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithData"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-email.html","searchKeys":["requireEncryptedPassportElementWithEmail","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithEmail"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-files-collection.html","searchKeys":["requireEncryptedPassportElementWithFilesCollection","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFilesCollection"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-front-side.html","searchKeys":["requireEncryptedPassportElementWithFrontSide","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFrontSide"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-phone-number.html","searchKeys":["requireEncryptedPassportElementWithPhoneNumber","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-reverse-side.html","searchKeys":["requireEncryptedPassportElementWithReverseSide","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithReverseSide"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-selfie.html","searchKeys":["requireEncryptedPassportElementWithSelfie","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithSelfie"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-files-collection.html","searchKeys":["requireEncryptedPassportElementWithTranslatableFilesCollection","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-i-d-document.html","searchKeys":["requireEncryptedPassportElementWithTranslatableIDDocument","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableIDDocument"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPersonalDetails(): EncryptedPersonalDetails","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-personal-details.html","searchKeys":["requireEncryptedPersonalDetails","inline fun EncryptedPassportElement.requireEncryptedPersonalDetails(): EncryptedPersonalDetails","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPersonalDetails"]},{"name":"inline fun EncryptedPassportElement.requireIdentityCard(): IdentityCard","description":"dev.inmo.tgbotapi.extensions.utils.requireIdentityCard","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-identity-card.html","searchKeys":["requireIdentityCard","inline fun EncryptedPassportElement.requireIdentityCard(): IdentityCard","dev.inmo.tgbotapi.extensions.utils.requireIdentityCard"]},{"name":"inline fun EncryptedPassportElement.requireInternalPassport(): InternalPassport","description":"dev.inmo.tgbotapi.extensions.utils.requireInternalPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-internal-passport.html","searchKeys":["requireInternalPassport","inline fun EncryptedPassportElement.requireInternalPassport(): InternalPassport","dev.inmo.tgbotapi.extensions.utils.requireInternalPassport"]},{"name":"inline fun EncryptedPassportElement.requirePassport(): Passport","description":"dev.inmo.tgbotapi.extensions.utils.requirePassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport.html","searchKeys":["requirePassport","inline fun EncryptedPassportElement.requirePassport(): Passport","dev.inmo.tgbotapi.extensions.utils.requirePassport"]},{"name":"inline fun EncryptedPassportElement.requirePassportRegistration(): PassportRegistration","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-registration.html","searchKeys":["requirePassportRegistration","inline fun EncryptedPassportElement.requirePassportRegistration(): PassportRegistration","dev.inmo.tgbotapi.extensions.utils.requirePassportRegistration"]},{"name":"inline fun EncryptedPassportElement.requirePhoneNumber(): PhoneNumber","description":"dev.inmo.tgbotapi.extensions.utils.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-phone-number.html","searchKeys":["requirePhoneNumber","inline fun EncryptedPassportElement.requirePhoneNumber(): PhoneNumber","dev.inmo.tgbotapi.extensions.utils.requirePhoneNumber"]},{"name":"inline fun EncryptedPassportElement.requireRentalAgreement(): RentalAgreement","description":"dev.inmo.tgbotapi.extensions.utils.requireRentalAgreement","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement.html","searchKeys":["requireRentalAgreement","inline fun EncryptedPassportElement.requireRentalAgreement(): RentalAgreement","dev.inmo.tgbotapi.extensions.utils.requireRentalAgreement"]},{"name":"inline fun EncryptedPassportElement.requireTemporaryRegistration(): TemporaryRegistration","description":"dev.inmo.tgbotapi.extensions.utils.requireTemporaryRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-temporary-registration.html","searchKeys":["requireTemporaryRegistration","inline fun EncryptedPassportElement.requireTemporaryRegistration(): TemporaryRegistration","dev.inmo.tgbotapi.extensions.utils.requireTemporaryRegistration"]},{"name":"inline fun EncryptedPassportElement.requireUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-encrypted-passport-element.html","searchKeys":["requireUnknownEncryptedPassportElement","inline fun EncryptedPassportElement.requireUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement","dev.inmo.tgbotapi.extensions.utils.requireUnknownEncryptedPassportElement"]},{"name":"inline fun EncryptedPassportElement.requireUtilityBill(): UtilityBill","description":"dev.inmo.tgbotapi.extensions.utils.requireUtilityBill","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-utility-bill.html","searchKeys":["requireUtilityBill","inline fun EncryptedPassportElement.requireUtilityBill(): UtilityBill","dev.inmo.tgbotapi.extensions.utils.requireUtilityBill"]},{"name":"inline fun EntitiesBuilder.bold(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.bold(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.bold(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.bold(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.boldln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.boldln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.boldln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.boldln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.botCommand(command: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.botCommand","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bot-command.html","searchKeys":["botCommand","inline fun EntitiesBuilder.botCommand(command: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.botCommand"]},{"name":"inline fun EntitiesBuilder.botCommandln(command: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.botCommandln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bot-commandln.html","searchKeys":["botCommandln","inline fun EntitiesBuilder.botCommandln(command: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.botCommandln"]},{"name":"inline fun EntitiesBuilder.cashTag(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTag(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTag(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTag(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.cashTagln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.cashTagln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.cashTagln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.code(code: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.code","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code.html","searchKeys":["code","inline fun EntitiesBuilder.code(code: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.code"]},{"name":"inline fun EntitiesBuilder.codeln(code: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/codeln.html","searchKeys":["codeln","inline fun EntitiesBuilder.codeln(code: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.codeln"]},{"name":"inline fun EntitiesBuilder.email(emailAddress: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(emailAddress: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.email(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.email(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.email(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.emailln(emailAddress: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(emailAddress: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.emailln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.emailln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.emailln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.hashtag(hashtag: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(hashtag: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtag(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtag(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtag(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtagln(hashtag: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(hashtag: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.hashtagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.hashtagln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.hashtagln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.italic(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italic(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italic(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italic(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italicln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.italicln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.italicln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.italicln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.link(text: String, url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","inline fun EntitiesBuilder.link(text: String, url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"inline fun EntitiesBuilder.link(url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","inline fun EntitiesBuilder.link(url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"inline fun EntitiesBuilder.linkln(text: String, url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/linkln.html","searchKeys":["linkln","inline fun EntitiesBuilder.linkln(text: String, url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.linkln"]},{"name":"inline fun EntitiesBuilder.linkln(url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/linkln.html","searchKeys":["linkln","inline fun EntitiesBuilder.linkln(url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.linkln"]},{"name":"inline fun EntitiesBuilder.mention(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(parts: TextSourcesList, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(parts: TextSourcesList, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(text: String, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(text: String, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(user: User, vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(user: User, vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(whoToMention: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(whoToMention: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mentionln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(parts: TextSourcesList, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(parts: TextSourcesList, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(text: String, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(text: String, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(user: User, vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(user: User, vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(whoToMention: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(whoToMention: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.phone(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phone(number: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(number: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phone(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phone(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phoneln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.phoneln(number: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(number: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.phoneln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.phoneln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.pre(code: String, language: String?): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.pre","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html","searchKeys":["pre","inline fun EntitiesBuilder.pre(code: String, language: String?): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.pre"]},{"name":"inline fun EntitiesBuilder.preln(code: String, language: String?): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/preln.html","searchKeys":["preln","inline fun EntitiesBuilder.preln(code: String, language: String?): List","dev.inmo.tgbotapi.extensions.utils.formatting.preln"]},{"name":"inline fun EntitiesBuilder.regular(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regular","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html","searchKeys":["regular","inline fun EntitiesBuilder.regular(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.regular"]},{"name":"inline fun EntitiesBuilder.regularln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regularln.html","searchKeys":["regularln","inline fun EntitiesBuilder.regularln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.regularln"]},{"name":"inline fun EntitiesBuilder.spoiler(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoiler(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoiler(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoiler(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoilerln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.spoilerln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.spoilerln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.spoilerln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.strikethrough(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethrough(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethrough(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethrough(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethroughln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.strikethroughln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.strikethroughln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.strikethroughln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.underline(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underline(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underline(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underline(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underlineln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun EntitiesBuilder.underlineln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun EntitiesBuilder.underlineln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun EntitiesBuilder.underlineln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun Flow>.channelCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html","searchKeys":["channelCreatedEvents","inline fun Flow>.channelCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents"]},{"name":"inline fun Flow>.channelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html","searchKeys":["channelEvents","inline fun Flow>.channelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents"]},{"name":"inline fun Flow>.deletedChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html","searchKeys":["deletedChannelPhotoEvents","inline fun Flow>.deletedChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents"]},{"name":"inline fun Flow>.deletedGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html","searchKeys":["deletedGroupPhotoEvents","inline fun Flow>.deletedGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents"]},{"name":"inline fun Flow>.deletedSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html","searchKeys":["deletedSupergroupPhotoEvents","inline fun Flow>.deletedSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents"]},{"name":"inline fun Flow>.groupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html","searchKeys":["groupCreatedEvents","inline fun Flow>.groupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents"]},{"name":"inline fun Flow>.groupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html","searchKeys":["groupEvents","inline fun Flow>.groupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents"]},{"name":"inline fun Flow>.leftGroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html","searchKeys":["leftGroupMemberEvents","inline fun Flow>.leftGroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents"]},{"name":"inline fun Flow>.leftSupergroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html","searchKeys":["leftSupergroupMemberEvents","inline fun Flow>.leftSupergroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents"]},{"name":"inline fun Flow>.newChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html","searchKeys":["newChannelPhotoEvents","inline fun Flow>.newChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents"]},{"name":"inline fun Flow>.newChannelPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html","searchKeys":["newChannelPinnedMessageEvents","inline fun Flow>.newChannelPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents"]},{"name":"inline fun Flow>.newChannelTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html","searchKeys":["newChannelTitleEvents","inline fun Flow>.newChannelTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents"]},{"name":"inline fun Flow>.newGroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html","searchKeys":["newGroupMembersEvents","inline fun Flow>.newGroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents"]},{"name":"inline fun Flow>.newGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html","searchKeys":["newGroupPhotoEvents","inline fun Flow>.newGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents"]},{"name":"inline fun Flow>.newGroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html","searchKeys":["newGroupPinnedMessageEvents","inline fun Flow>.newGroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents"]},{"name":"inline fun Flow>.newGroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html","searchKeys":["newGroupTitleEvents","inline fun Flow>.newGroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents"]},{"name":"inline fun Flow>.newPrivatePinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html","searchKeys":["newPrivatePinnedMessageEvents","inline fun Flow>.newPrivatePinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents"]},{"name":"inline fun Flow>.newSupergroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html","searchKeys":["newSupergroupMembersEvents","inline fun Flow>.newSupergroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents"]},{"name":"inline fun Flow>.newSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html","searchKeys":["newSupergroupPhotoEvents","inline fun Flow>.newSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents"]},{"name":"inline fun Flow>.newSupergroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html","searchKeys":["newSupergroupPinnedMessageEvents","inline fun Flow>.newSupergroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents"]},{"name":"inline fun Flow>.newSupergroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html","searchKeys":["newSupergroupTitleEvents","inline fun Flow>.newSupergroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents"]},{"name":"inline fun Flow>.privateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html","searchKeys":["privateEvents","inline fun Flow>.privateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents"]},{"name":"inline fun Flow>.proximityAlertTriggeredInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html","searchKeys":["proximityAlertTriggeredInGroupEvents","inline fun Flow>.proximityAlertTriggeredInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents"]},{"name":"inline fun Flow>.proximityAlertTriggeredInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html","searchKeys":["proximityAlertTriggeredInSupergroupEvents","inline fun Flow>.proximityAlertTriggeredInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents"]},{"name":"inline fun Flow>.successfulPaymentInChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html","searchKeys":["successfulPaymentInChannelEvents","inline fun Flow>.successfulPaymentInChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents"]},{"name":"inline fun Flow>.successfulPaymentInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html","searchKeys":["successfulPaymentInGroupEvents","inline fun Flow>.successfulPaymentInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents"]},{"name":"inline fun Flow>.successfulPaymentInPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html","searchKeys":["successfulPaymentInPrivateEvents","inline fun Flow>.successfulPaymentInPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents"]},{"name":"inline fun Flow>.successfulPaymentInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html","searchKeys":["successfulPaymentInSupergroupEvents","inline fun Flow>.successfulPaymentInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents"]},{"name":"inline fun Flow>.supergroupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html","searchKeys":["supergroupCreatedEvents","inline fun Flow>.supergroupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents"]},{"name":"inline fun Flow>.supergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html","searchKeys":["supergroupEvents","inline fun Flow>.supergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.channelCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html","searchKeys":["channelCreatedEvents","inline fun FlowsUpdatesFilter.channelCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents"]},{"name":"inline fun FlowsUpdatesFilter.channelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html","searchKeys":["channelEvents","inline fun FlowsUpdatesFilter.channelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents"]},{"name":"inline fun FlowsUpdatesFilter.deletedChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html","searchKeys":["deletedChannelPhotoEvents","inline fun FlowsUpdatesFilter.deletedChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.deletedGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html","searchKeys":["deletedGroupPhotoEvents","inline fun FlowsUpdatesFilter.deletedGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.deletedSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html","searchKeys":["deletedSupergroupPhotoEvents","inline fun FlowsUpdatesFilter.deletedSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.events(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.events","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/events.html","searchKeys":["events","inline fun FlowsUpdatesFilter.events(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.events"]},{"name":"inline fun FlowsUpdatesFilter.groupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html","searchKeys":["groupCreatedEvents","inline fun FlowsUpdatesFilter.groupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents"]},{"name":"inline fun FlowsUpdatesFilter.groupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html","searchKeys":["groupEvents","inline fun FlowsUpdatesFilter.groupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents"]},{"name":"inline fun FlowsUpdatesFilter.imageMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html","searchKeys":["imageMessages","inline fun FlowsUpdatesFilter.imageMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages"]},{"name":"inline fun FlowsUpdatesFilter.leftGroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html","searchKeys":["leftGroupMemberEvents","inline fun FlowsUpdatesFilter.leftGroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents"]},{"name":"inline fun FlowsUpdatesFilter.leftSupergroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html","searchKeys":["leftSupergroupMemberEvents","inline fun FlowsUpdatesFilter.leftSupergroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents"]},{"name":"inline fun FlowsUpdatesFilter.newChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html","searchKeys":["newChannelPhotoEvents","inline fun FlowsUpdatesFilter.newChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.newChannelPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html","searchKeys":["newChannelPinnedMessageEvents","inline fun FlowsUpdatesFilter.newChannelPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newChannelTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html","searchKeys":["newChannelTitleEvents","inline fun FlowsUpdatesFilter.newChannelTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html","searchKeys":["newGroupMembersEvents","inline fun FlowsUpdatesFilter.newGroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html","searchKeys":["newGroupPhotoEvents","inline fun FlowsUpdatesFilter.newGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html","searchKeys":["newGroupPinnedMessageEvents","inline fun FlowsUpdatesFilter.newGroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html","searchKeys":["newGroupTitleEvents","inline fun FlowsUpdatesFilter.newGroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents"]},{"name":"inline fun FlowsUpdatesFilter.newPrivatePinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html","searchKeys":["newPrivatePinnedMessageEvents","inline fun FlowsUpdatesFilter.newPrivatePinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html","searchKeys":["newSupergroupMembersEvents","inline fun FlowsUpdatesFilter.newSupergroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html","searchKeys":["newSupergroupPhotoEvents","inline fun FlowsUpdatesFilter.newSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html","searchKeys":["newSupergroupPinnedMessageEvents","inline fun FlowsUpdatesFilter.newSupergroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html","searchKeys":["newSupergroupTitleEvents","inline fun FlowsUpdatesFilter.newSupergroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents"]},{"name":"inline fun FlowsUpdatesFilter.privateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html","searchKeys":["privateEvents","inline fun FlowsUpdatesFilter.privateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents"]},{"name":"inline fun FlowsUpdatesFilter.proximityAlertTriggeredInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html","searchKeys":["proximityAlertTriggeredInGroupEvents","inline fun FlowsUpdatesFilter.proximityAlertTriggeredInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.proximityAlertTriggeredInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html","searchKeys":["proximityAlertTriggeredInSupergroupEvents","inline fun FlowsUpdatesFilter.proximityAlertTriggeredInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html","searchKeys":["successfulPaymentInChannelEvents","inline fun FlowsUpdatesFilter.successfulPaymentInChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html","searchKeys":["successfulPaymentInGroupEvents","inline fun FlowsUpdatesFilter.successfulPaymentInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html","searchKeys":["successfulPaymentInPrivateEvents","inline fun FlowsUpdatesFilter.successfulPaymentInPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html","searchKeys":["successfulPaymentInSupergroupEvents","inline fun FlowsUpdatesFilter.successfulPaymentInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.supergroupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html","searchKeys":["supergroupCreatedEvents","inline fun FlowsUpdatesFilter.supergroupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents"]},{"name":"inline fun FlowsUpdatesFilter.supergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html","searchKeys":["supergroupEvents","inline fun FlowsUpdatesFilter.supergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents"]},{"name":"inline fun ForwardInfo.asAnonymousForwardInfo(): AnonymousForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asAnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-anonymous-forward-info.html","searchKeys":["asAnonymousForwardInfo","inline fun ForwardInfo.asAnonymousForwardInfo(): AnonymousForwardInfo?","dev.inmo.tgbotapi.extensions.utils.asAnonymousForwardInfo"]},{"name":"inline fun ForwardInfo.asForwardFromChannelInfo(): ForwardFromChannelInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-forward-from-channel-info.html","searchKeys":["asForwardFromChannelInfo","inline fun ForwardInfo.asForwardFromChannelInfo(): ForwardFromChannelInfo?","dev.inmo.tgbotapi.extensions.utils.asForwardFromChannelInfo"]},{"name":"inline fun ForwardInfo.asForwardFromPublicChatInfo(): ForwardFromPublicChatInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-forward-from-public-chat-info.html","searchKeys":["asForwardFromPublicChatInfo","inline fun ForwardInfo.asForwardFromPublicChatInfo(): ForwardFromPublicChatInfo?","dev.inmo.tgbotapi.extensions.utils.asForwardFromPublicChatInfo"]},{"name":"inline fun ForwardInfo.asForwardFromSupergroupInfo(): ForwardFromSupergroupInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-forward-from-supergroup-info.html","searchKeys":["asForwardFromSupergroupInfo","inline fun ForwardInfo.asForwardFromSupergroupInfo(): ForwardFromSupergroupInfo?","dev.inmo.tgbotapi.extensions.utils.asForwardFromSupergroupInfo"]},{"name":"inline fun ForwardInfo.asUserForwardInfo(): UserForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asUserForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-user-forward-info.html","searchKeys":["asUserForwardInfo","inline fun ForwardInfo.asUserForwardInfo(): UserForwardInfo?","dev.inmo.tgbotapi.extensions.utils.asUserForwardInfo"]},{"name":"inline fun ForwardInfo.requireAnonymousForwardInfo(): AnonymousForwardInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireAnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-anonymous-forward-info.html","searchKeys":["requireAnonymousForwardInfo","inline fun ForwardInfo.requireAnonymousForwardInfo(): AnonymousForwardInfo","dev.inmo.tgbotapi.extensions.utils.requireAnonymousForwardInfo"]},{"name":"inline fun ForwardInfo.requireForwardFromChannelInfo(): ForwardFromChannelInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-forward-from-channel-info.html","searchKeys":["requireForwardFromChannelInfo","inline fun ForwardInfo.requireForwardFromChannelInfo(): ForwardFromChannelInfo","dev.inmo.tgbotapi.extensions.utils.requireForwardFromChannelInfo"]},{"name":"inline fun ForwardInfo.requireForwardFromPublicChatInfo(): ForwardFromPublicChatInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-forward-from-public-chat-info.html","searchKeys":["requireForwardFromPublicChatInfo","inline fun ForwardInfo.requireForwardFromPublicChatInfo(): ForwardFromPublicChatInfo","dev.inmo.tgbotapi.extensions.utils.requireForwardFromPublicChatInfo"]},{"name":"inline fun ForwardInfo.requireForwardFromSupergroupInfo(): ForwardFromSupergroupInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-forward-from-supergroup-info.html","searchKeys":["requireForwardFromSupergroupInfo","inline fun ForwardInfo.requireForwardFromSupergroupInfo(): ForwardFromSupergroupInfo","dev.inmo.tgbotapi.extensions.utils.requireForwardFromSupergroupInfo"]},{"name":"inline fun ForwardInfo.requireUserForwardInfo(): UserForwardInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireUserForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-user-forward-info.html","searchKeys":["requireUserForwardInfo","inline fun ForwardInfo.requireUserForwardInfo(): UserForwardInfo","dev.inmo.tgbotapi.extensions.utils.requireUserForwardInfo"]},{"name":"inline fun Identifier.mention(parts: TextSourcesList): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun Identifier.mention(parts: TextSourcesList): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun Identifier.mention(text: String): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun Identifier.mention(text: String): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun InlineKeyboardBuilder.row(block: InlineKeyboardRowBuilder.() -> Unit): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.row","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/row.html","searchKeys":["row","inline fun InlineKeyboardBuilder.row(block: InlineKeyboardRowBuilder.() -> Unit): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.row"]},{"name":"inline fun InlineKeyboardButton.asCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asCallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-callback-data-inline-keyboard-button.html","searchKeys":["asCallbackDataInlineKeyboardButton","inline fun InlineKeyboardButton.asCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asCallbackDataInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asCallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-callback-game-inline-keyboard-button.html","searchKeys":["asCallbackGameInlineKeyboardButton","inline fun InlineKeyboardButton.asCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asCallbackGameInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asLoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-login-u-r-l-inline-keyboard-button.html","searchKeys":["asLoginURLInlineKeyboardButton","inline fun InlineKeyboardButton.asLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asLoginURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asPayInlineKeyboardButton(): PayInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asPayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pay-inline-keyboard-button.html","searchKeys":["asPayInlineKeyboardButton","inline fun InlineKeyboardButton.asPayInlineKeyboardButton(): PayInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asPayInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["asSwitchInlineQueryCurrentChatInlineKeyboardButton","inline fun InlineKeyboardButton.asSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-inline-keyboard-button.html","searchKeys":["asSwitchInlineQueryInlineKeyboardButton","inline fun InlineKeyboardButton.asSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asURLInlineKeyboardButton(): URLInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-inline-keyboard-button.html","searchKeys":["asURLInlineKeyboardButton","inline fun InlineKeyboardButton.asURLInlineKeyboardButton(): URLInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-inline-keyboard-button.html","searchKeys":["asUnknownInlineKeyboardButton","inline fun InlineKeyboardButton.asUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asUnknownInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asWebAppKeyboardButton(): WebAppKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asWebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-web-app-keyboard-button.html","searchKeys":["asWebAppKeyboardButton","inline fun InlineKeyboardButton.asWebAppKeyboardButton(): WebAppKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asWebAppKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireCallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-callback-data-inline-keyboard-button.html","searchKeys":["requireCallbackDataInlineKeyboardButton","inline fun InlineKeyboardButton.requireCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireCallbackDataInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireCallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-callback-game-inline-keyboard-button.html","searchKeys":["requireCallbackGameInlineKeyboardButton","inline fun InlineKeyboardButton.requireCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireCallbackGameInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireLoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-login-u-r-l-inline-keyboard-button.html","searchKeys":["requireLoginURLInlineKeyboardButton","inline fun InlineKeyboardButton.requireLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireLoginURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requirePayInlineKeyboardButton(): PayInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requirePayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pay-inline-keyboard-button.html","searchKeys":["requirePayInlineKeyboardButton","inline fun InlineKeyboardButton.requirePayInlineKeyboardButton(): PayInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requirePayInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["requireSwitchInlineQueryCurrentChatInlineKeyboardButton","inline fun InlineKeyboardButton.requireSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-inline-keyboard-button.html","searchKeys":["requireSwitchInlineQueryInlineKeyboardButton","inline fun InlineKeyboardButton.requireSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireURLInlineKeyboardButton(): URLInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-inline-keyboard-button.html","searchKeys":["requireURLInlineKeyboardButton","inline fun InlineKeyboardButton.requireURLInlineKeyboardButton(): URLInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-inline-keyboard-button.html","searchKeys":["requireUnknownInlineKeyboardButton","inline fun InlineKeyboardButton.requireUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireUnknownInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireWebAppKeyboardButton(): WebAppKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireWebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-web-app-keyboard-button.html","searchKeys":["requireWebAppKeyboardButton","inline fun InlineKeyboardButton.requireWebAppKeyboardButton(): WebAppKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireWebAppKeyboardButton"]},{"name":"inline fun InlineKeyboardRowBuilder.dataButton(text: String, data: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.dataButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/data-button.html","searchKeys":["dataButton","inline fun InlineKeyboardRowBuilder.dataButton(text: String, data: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.dataButton"]},{"name":"inline fun InlineKeyboardRowBuilder.gameButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.gameButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/game-button.html","searchKeys":["gameButton","inline fun InlineKeyboardRowBuilder.gameButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.gameButton"]},{"name":"inline fun InlineKeyboardRowBuilder.inlineQueryButton(text: String, data: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-button.html","searchKeys":["inlineQueryButton","inline fun InlineKeyboardRowBuilder.inlineQueryButton(text: String, data: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryButton"]},{"name":"inline fun InlineKeyboardRowBuilder.inlineQueryInCurrentChatButton(text: String, data: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryInCurrentChatButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-current-chat-button.html","searchKeys":["inlineQueryInCurrentChatButton","inline fun InlineKeyboardRowBuilder.inlineQueryInCurrentChatButton(text: String, data: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryInCurrentChatButton"]},{"name":"inline fun InlineKeyboardRowBuilder.loginButton(text: String, loginUrl: LoginURL): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.loginButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/login-button.html","searchKeys":["loginButton","inline fun InlineKeyboardRowBuilder.loginButton(text: String, loginUrl: LoginURL): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.loginButton"]},{"name":"inline fun InlineKeyboardRowBuilder.payButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.payButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/pay-button.html","searchKeys":["payButton","inline fun InlineKeyboardRowBuilder.payButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.payButton"]},{"name":"inline fun InlineKeyboardRowBuilder.urlButton(text: String, url: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.urlButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/url-button.html","searchKeys":["urlButton","inline fun InlineKeyboardRowBuilder.urlButton(text: String, url: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.urlButton"]},{"name":"inline fun InlineKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun InlineKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun InlineKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun InlineKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun InlineQuery.asBaseInlineQuery(): BaseInlineQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-inline-query.html","searchKeys":["asBaseInlineQuery","inline fun InlineQuery.asBaseInlineQuery(): BaseInlineQuery?","dev.inmo.tgbotapi.extensions.utils.asBaseInlineQuery"]},{"name":"inline fun InlineQuery.asLocationInlineQuery(): LocationInlineQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-location-inline-query.html","searchKeys":["asLocationInlineQuery","inline fun InlineQuery.asLocationInlineQuery(): LocationInlineQuery?","dev.inmo.tgbotapi.extensions.utils.asLocationInlineQuery"]},{"name":"inline fun InlineQuery.requireBaseInlineQuery(): BaseInlineQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-inline-query.html","searchKeys":["requireBaseInlineQuery","inline fun InlineQuery.requireBaseInlineQuery(): BaseInlineQuery","dev.inmo.tgbotapi.extensions.utils.requireBaseInlineQuery"]},{"name":"inline fun InlineQuery.requireLocationInlineQuery(): LocationInlineQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-location-inline-query.html","searchKeys":["requireLocationInlineQuery","inline fun InlineQuery.requireLocationInlineQuery(): LocationInlineQuery","dev.inmo.tgbotapi.extensions.utils.requireLocationInlineQuery"]},{"name":"inline fun InlineQueryResult.asDescribedInlineQueryResult(): DescribedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asDescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-described-inline-query-result.html","searchKeys":["asDescribedInlineQueryResult","inline fun InlineQueryResult.asDescribedInlineQueryResult(): DescribedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asDescribedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asFileInlineQueryResult(): FileInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asFileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-file-inline-query-result.html","searchKeys":["asFileInlineQueryResult","inline fun InlineQueryResult.asFileInlineQueryResult(): FileInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asFileInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultArticle(): InlineQueryResultArticle?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-article.html","searchKeys":["asInlineQueryResultArticle","inline fun InlineQueryResult.asInlineQueryResultArticle(): InlineQueryResultArticle?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultArticle"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultAudio(): InlineQueryResultAudio?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio.html","searchKeys":["asInlineQueryResultAudio","inline fun InlineQueryResult.asInlineQueryResultAudio(): InlineQueryResultAudio?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudio"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultAudioCached(): InlineQueryResultAudioCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-cached.html","searchKeys":["asInlineQueryResultAudioCached","inline fun InlineQueryResult.asInlineQueryResultAudioCached(): InlineQueryResultAudioCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-common.html","searchKeys":["asInlineQueryResultAudioCommon","inline fun InlineQueryResult.asInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultContact(): InlineQueryResultContact?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-contact.html","searchKeys":["asInlineQueryResultContact","inline fun InlineQueryResult.asInlineQueryResultContact(): InlineQueryResultContact?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultContact"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultDocument(): InlineQueryResultDocument?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document.html","searchKeys":["asInlineQueryResultDocument","inline fun InlineQueryResult.asInlineQueryResultDocument(): InlineQueryResultDocument?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocument"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-cached.html","searchKeys":["asInlineQueryResultDocumentCached","inline fun InlineQueryResult.asInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-common.html","searchKeys":["asInlineQueryResultDocumentCommon","inline fun InlineQueryResult.asInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGame(): InlineQueryResultGame?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-game.html","searchKeys":["asInlineQueryResultGame","inline fun InlineQueryResult.asInlineQueryResultGame(): InlineQueryResultGame?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGame"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGif(): InlineQueryResultGif?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif.html","searchKeys":["asInlineQueryResultGif","inline fun InlineQueryResult.asInlineQueryResultGif(): InlineQueryResultGif?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGif"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGifCached(): InlineQueryResultGifCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-cached.html","searchKeys":["asInlineQueryResultGifCached","inline fun InlineQueryResult.asInlineQueryResultGifCached(): InlineQueryResultGifCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGifCommon(): InlineQueryResultGifCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-common.html","searchKeys":["asInlineQueryResultGifCommon","inline fun InlineQueryResult.asInlineQueryResultGifCommon(): InlineQueryResultGifCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultLocation(): InlineQueryResultLocation?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-location.html","searchKeys":["asInlineQueryResultLocation","inline fun InlineQueryResult.asInlineQueryResultLocation(): InlineQueryResultLocation?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultLocation"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif.html","searchKeys":["asInlineQueryResultMpeg4Gif","inline fun InlineQueryResult.asInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4Gif"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-cached.html","searchKeys":["asInlineQueryResultMpeg4GifCached","inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-common.html","searchKeys":["asInlineQueryResultMpeg4GifCommon","inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultPhoto(): InlineQueryResultPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo.html","searchKeys":["asInlineQueryResultPhoto","inline fun InlineQueryResult.asInlineQueryResultPhoto(): InlineQueryResultPhoto?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhoto"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-cached.html","searchKeys":["asInlineQueryResultPhotoCached","inline fun InlineQueryResult.asInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-common.html","searchKeys":["asInlineQueryResultPhotoCommon","inline fun InlineQueryResult.asInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultStickerCached(): InlineQueryResultStickerCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-sticker-cached.html","searchKeys":["asInlineQueryResultStickerCached","inline fun InlineQueryResult.asInlineQueryResultStickerCached(): InlineQueryResultStickerCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultStickerCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVenue(): InlineQueryResultVenue?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-venue.html","searchKeys":["asInlineQueryResultVenue","inline fun InlineQueryResult.asInlineQueryResultVenue(): InlineQueryResultVenue?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVenue"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVideo(): InlineQueryResultVideo?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video.html","searchKeys":["asInlineQueryResultVideo","inline fun InlineQueryResult.asInlineQueryResultVideo(): InlineQueryResultVideo?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideo"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVideoCached(): InlineQueryResultVideoCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-cached.html","searchKeys":["asInlineQueryResultVideoCached","inline fun InlineQueryResult.asInlineQueryResultVideoCached(): InlineQueryResultVideoCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-common.html","searchKeys":["asInlineQueryResultVideoCommon","inline fun InlineQueryResult.asInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVoice(): InlineQueryResultVoice?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice.html","searchKeys":["asInlineQueryResultVoice","inline fun InlineQueryResult.asInlineQueryResultVoice(): InlineQueryResultVoice?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoice"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-cached.html","searchKeys":["asInlineQueryResultVoiceCached","inline fun InlineQueryResult.asInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-common.html","searchKeys":["asInlineQueryResultVoiceCommon","inline fun InlineQueryResult.asInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCommon"]},{"name":"inline fun InlineQueryResult.asOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asOptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-optionally-titled-inline-query-result.html","searchKeys":["asOptionallyTitledInlineQueryResult","inline fun InlineQueryResult.asOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asOptionallyTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asSizedInlineQueryResult(): SizedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sized-inline-query-result.html","searchKeys":["asSizedInlineQueryResult","inline fun InlineQueryResult.asSizedInlineQueryResult(): SizedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumb-sized-inline-query-result.html","searchKeys":["asThumbSizedInlineQueryResult","inline fun InlineQueryResult.asThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asThumbSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asThumbedInlineQueryResult(): ThumbedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-inline-query-result.html","searchKeys":["asThumbedInlineQueryResult","inline fun InlineQueryResult.asThumbedInlineQueryResult(): ThumbedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asThumbedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-with-mime-type-inline-query-result.html","searchKeys":["asThumbedWithMimeTypeInlineQueryResult","inline fun InlineQueryResult.asThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asThumbedWithMimeTypeInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asTitledInlineQueryResult(): TitledInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-titled-inline-query-result.html","searchKeys":["asTitledInlineQueryResult","inline fun InlineQueryResult.asTitledInlineQueryResult(): TitledInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asUrlInlineQueryResult(): UrlInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asUrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-url-inline-query-result.html","searchKeys":["asUrlInlineQueryResult","inline fun InlineQueryResult.asUrlInlineQueryResult(): UrlInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asUrlInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asWithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-with-input-message-content-inline-query-result.html","searchKeys":["asWithInputMessageContentInlineQueryResult","inline fun InlineQueryResult.asWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asWithInputMessageContentInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireDescribedInlineQueryResult(): DescribedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireDescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-described-inline-query-result.html","searchKeys":["requireDescribedInlineQueryResult","inline fun InlineQueryResult.requireDescribedInlineQueryResult(): DescribedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireDescribedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireFileInlineQueryResult(): FileInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireFileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-file-inline-query-result.html","searchKeys":["requireFileInlineQueryResult","inline fun InlineQueryResult.requireFileInlineQueryResult(): FileInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireFileInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultArticle(): InlineQueryResultArticle","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-article.html","searchKeys":["requireInlineQueryResultArticle","inline fun InlineQueryResult.requireInlineQueryResultArticle(): InlineQueryResultArticle","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultArticle"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultAudio(): InlineQueryResultAudio","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio.html","searchKeys":["requireInlineQueryResultAudio","inline fun InlineQueryResult.requireInlineQueryResultAudio(): InlineQueryResultAudio","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudio"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultAudioCached(): InlineQueryResultAudioCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-cached.html","searchKeys":["requireInlineQueryResultAudioCached","inline fun InlineQueryResult.requireInlineQueryResultAudioCached(): InlineQueryResultAudioCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-common.html","searchKeys":["requireInlineQueryResultAudioCommon","inline fun InlineQueryResult.requireInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultContact(): InlineQueryResultContact","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-contact.html","searchKeys":["requireInlineQueryResultContact","inline fun InlineQueryResult.requireInlineQueryResultContact(): InlineQueryResultContact","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultContact"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultDocument(): InlineQueryResultDocument","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document.html","searchKeys":["requireInlineQueryResultDocument","inline fun InlineQueryResult.requireInlineQueryResultDocument(): InlineQueryResultDocument","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocument"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-cached.html","searchKeys":["requireInlineQueryResultDocumentCached","inline fun InlineQueryResult.requireInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-common.html","searchKeys":["requireInlineQueryResultDocumentCommon","inline fun InlineQueryResult.requireInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGame(): InlineQueryResultGame","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-game.html","searchKeys":["requireInlineQueryResultGame","inline fun InlineQueryResult.requireInlineQueryResultGame(): InlineQueryResultGame","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGame"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGif(): InlineQueryResultGif","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif.html","searchKeys":["requireInlineQueryResultGif","inline fun InlineQueryResult.requireInlineQueryResultGif(): InlineQueryResultGif","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGif"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGifCached(): InlineQueryResultGifCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-cached.html","searchKeys":["requireInlineQueryResultGifCached","inline fun InlineQueryResult.requireInlineQueryResultGifCached(): InlineQueryResultGifCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGifCommon(): InlineQueryResultGifCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-common.html","searchKeys":["requireInlineQueryResultGifCommon","inline fun InlineQueryResult.requireInlineQueryResultGifCommon(): InlineQueryResultGifCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultLocation(): InlineQueryResultLocation","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-location.html","searchKeys":["requireInlineQueryResultLocation","inline fun InlineQueryResult.requireInlineQueryResultLocation(): InlineQueryResultLocation","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultLocation"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif.html","searchKeys":["requireInlineQueryResultMpeg4Gif","inline fun InlineQueryResult.requireInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4Gif"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-cached.html","searchKeys":["requireInlineQueryResultMpeg4GifCached","inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-common.html","searchKeys":["requireInlineQueryResultMpeg4GifCommon","inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultPhoto(): InlineQueryResultPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo.html","searchKeys":["requireInlineQueryResultPhoto","inline fun InlineQueryResult.requireInlineQueryResultPhoto(): InlineQueryResultPhoto","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhoto"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-cached.html","searchKeys":["requireInlineQueryResultPhotoCached","inline fun InlineQueryResult.requireInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-common.html","searchKeys":["requireInlineQueryResultPhotoCommon","inline fun InlineQueryResult.requireInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultStickerCached(): InlineQueryResultStickerCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-sticker-cached.html","searchKeys":["requireInlineQueryResultStickerCached","inline fun InlineQueryResult.requireInlineQueryResultStickerCached(): InlineQueryResultStickerCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultStickerCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVenue(): InlineQueryResultVenue","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-venue.html","searchKeys":["requireInlineQueryResultVenue","inline fun InlineQueryResult.requireInlineQueryResultVenue(): InlineQueryResultVenue","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVenue"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVideo(): InlineQueryResultVideo","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video.html","searchKeys":["requireInlineQueryResultVideo","inline fun InlineQueryResult.requireInlineQueryResultVideo(): InlineQueryResultVideo","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideo"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVideoCached(): InlineQueryResultVideoCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-cached.html","searchKeys":["requireInlineQueryResultVideoCached","inline fun InlineQueryResult.requireInlineQueryResultVideoCached(): InlineQueryResultVideoCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-common.html","searchKeys":["requireInlineQueryResultVideoCommon","inline fun InlineQueryResult.requireInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVoice(): InlineQueryResultVoice","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice.html","searchKeys":["requireInlineQueryResultVoice","inline fun InlineQueryResult.requireInlineQueryResultVoice(): InlineQueryResultVoice","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoice"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-cached.html","searchKeys":["requireInlineQueryResultVoiceCached","inline fun InlineQueryResult.requireInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-common.html","searchKeys":["requireInlineQueryResultVoiceCommon","inline fun InlineQueryResult.requireInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCommon"]},{"name":"inline fun InlineQueryResult.requireOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireOptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-optionally-titled-inline-query-result.html","searchKeys":["requireOptionallyTitledInlineQueryResult","inline fun InlineQueryResult.requireOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireOptionallyTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireSizedInlineQueryResult(): SizedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sized-inline-query-result.html","searchKeys":["requireSizedInlineQueryResult","inline fun InlineQueryResult.requireSizedInlineQueryResult(): SizedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumb-sized-inline-query-result.html","searchKeys":["requireThumbSizedInlineQueryResult","inline fun InlineQueryResult.requireThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireThumbSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireThumbedInlineQueryResult(): ThumbedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-inline-query-result.html","searchKeys":["requireThumbedInlineQueryResult","inline fun InlineQueryResult.requireThumbedInlineQueryResult(): ThumbedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireThumbedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-with-mime-type-inline-query-result.html","searchKeys":["requireThumbedWithMimeTypeInlineQueryResult","inline fun InlineQueryResult.requireThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireThumbedWithMimeTypeInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireTitledInlineQueryResult(): TitledInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-titled-inline-query-result.html","searchKeys":["requireTitledInlineQueryResult","inline fun InlineQueryResult.requireTitledInlineQueryResult(): TitledInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireUrlInlineQueryResult(): UrlInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireUrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-url-inline-query-result.html","searchKeys":["requireUrlInlineQueryResult","inline fun InlineQueryResult.requireUrlInlineQueryResult(): UrlInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireUrlInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireWithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-input-message-content-inline-query-result.html","searchKeys":["requireWithInputMessageContentInlineQueryResult","inline fun InlineQueryResult.requireWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireWithInputMessageContentInlineQueryResult"]},{"name":"inline fun InputMessageContent.asInputContactMessageContent(): InputContactMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputContactMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-contact-message-content.html","searchKeys":["asInputContactMessageContent","inline fun InputMessageContent.asInputContactMessageContent(): InputContactMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputContactMessageContent"]},{"name":"inline fun InputMessageContent.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html","searchKeys":["asInputInvoiceMessageContent","inline fun InputMessageContent.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent"]},{"name":"inline fun InputMessageContent.asInputLocationMessageContent(): InputLocationMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-location-message-content.html","searchKeys":["asInputLocationMessageContent","inline fun InputMessageContent.asInputLocationMessageContent(): InputLocationMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputLocationMessageContent"]},{"name":"inline fun InputMessageContent.asInputTextMessageContent(): InputTextMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputTextMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-text-message-content.html","searchKeys":["asInputTextMessageContent","inline fun InputMessageContent.asInputTextMessageContent(): InputTextMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputTextMessageContent"]},{"name":"inline fun InputMessageContent.asInputVenueMessageContent(): InputVenueMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-venue-message-content.html","searchKeys":["asInputVenueMessageContent","inline fun InputMessageContent.asInputVenueMessageContent(): InputVenueMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputVenueMessageContent"]},{"name":"inline fun InputMessageContent.requireInputContactMessageContent(): InputContactMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputContactMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-contact-message-content.html","searchKeys":["requireInputContactMessageContent","inline fun InputMessageContent.requireInputContactMessageContent(): InputContactMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputContactMessageContent"]},{"name":"inline fun InputMessageContent.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html","searchKeys":["requireInputInvoiceMessageContent","inline fun InputMessageContent.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent"]},{"name":"inline fun InputMessageContent.requireInputLocationMessageContent(): InputLocationMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-location-message-content.html","searchKeys":["requireInputLocationMessageContent","inline fun InputMessageContent.requireInputLocationMessageContent(): InputLocationMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputLocationMessageContent"]},{"name":"inline fun InputMessageContent.requireInputTextMessageContent(): InputTextMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputTextMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-text-message-content.html","searchKeys":["requireInputTextMessageContent","inline fun InputMessageContent.requireInputTextMessageContent(): InputTextMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputTextMessageContent"]},{"name":"inline fun InputMessageContent.requireInputVenueMessageContent(): InputVenueMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-venue-message-content.html","searchKeys":["requireInputVenueMessageContent","inline fun InputMessageContent.requireInputVenueMessageContent(): InputVenueMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputVenueMessageContent"]},{"name":"inline fun KeyboardMarkup.asForceReply(): ReplyForce?","description":"dev.inmo.tgbotapi.extensions.utils.asForceReply","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-force-reply.html","searchKeys":["asForceReply","inline fun KeyboardMarkup.asForceReply(): ReplyForce?","dev.inmo.tgbotapi.extensions.utils.asForceReply"]},{"name":"inline fun KeyboardMarkup.asInlineKeyboardMarkup(): InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-keyboard-markup.html","searchKeys":["asInlineKeyboardMarkup","inline fun KeyboardMarkup.asInlineKeyboardMarkup(): InlineKeyboardMarkup?","dev.inmo.tgbotapi.extensions.utils.asInlineKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.asReplyKeyboardMarkup(): ReplyKeyboardMarkup?","description":"dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-markup.html","searchKeys":["asReplyKeyboardMarkup","inline fun KeyboardMarkup.asReplyKeyboardMarkup(): ReplyKeyboardMarkup?","dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.asReplyKeyboardRemove(): ReplyKeyboardRemove?","description":"dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-remove.html","searchKeys":["asReplyKeyboardRemove","inline fun KeyboardMarkup.asReplyKeyboardRemove(): ReplyKeyboardRemove?","dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardRemove"]},{"name":"inline fun KeyboardMarkup.requireForceReply(): ReplyForce","description":"dev.inmo.tgbotapi.extensions.utils.requireForceReply","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-force-reply.html","searchKeys":["requireForceReply","inline fun KeyboardMarkup.requireForceReply(): ReplyForce","dev.inmo.tgbotapi.extensions.utils.requireForceReply"]},{"name":"inline fun KeyboardMarkup.requireInlineKeyboardMarkup(): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-keyboard-markup.html","searchKeys":["requireInlineKeyboardMarkup","inline fun KeyboardMarkup.requireInlineKeyboardMarkup(): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.requireInlineKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.requireReplyKeyboardMarkup(): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-markup.html","searchKeys":["requireReplyKeyboardMarkup","inline fun KeyboardMarkup.requireReplyKeyboardMarkup(): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.requireReplyKeyboardRemove(): ReplyKeyboardRemove","description":"dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-remove.html","searchKeys":["requireReplyKeyboardRemove","inline fun KeyboardMarkup.requireReplyKeyboardRemove(): ReplyKeyboardRemove","dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardRemove"]},{"name":"inline fun List.separateForText(): List>","description":"dev.inmo.tgbotapi.types.message.textsources.separateForText","location":"docs/dev.inmo.tgbotapi.types.message.textsources/separate-for-text.html","searchKeys":["separateForText","inline fun List.separateForText(): List>","dev.inmo.tgbotapi.types.message.textsources.separateForText"]},{"name":"inline fun Location.asLiveLocation(): LiveLocation?","description":"dev.inmo.tgbotapi.extensions.utils.asLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-live-location.html","searchKeys":["asLiveLocation","inline fun Location.asLiveLocation(): LiveLocation?","dev.inmo.tgbotapi.extensions.utils.asLiveLocation"]},{"name":"inline fun Location.asStaticLocation(): StaticLocation?","description":"dev.inmo.tgbotapi.extensions.utils.asStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-static-location.html","searchKeys":["asStaticLocation","inline fun Location.asStaticLocation(): StaticLocation?","dev.inmo.tgbotapi.extensions.utils.asStaticLocation"]},{"name":"inline fun Location.requireLiveLocation(): LiveLocation","description":"dev.inmo.tgbotapi.extensions.utils.requireLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-live-location.html","searchKeys":["requireLiveLocation","inline fun Location.requireLiveLocation(): LiveLocation","dev.inmo.tgbotapi.extensions.utils.requireLiveLocation"]},{"name":"inline fun Location.requireStaticLocation(): StaticLocation","description":"dev.inmo.tgbotapi.extensions.utils.requireStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-static-location.html","searchKeys":["requireStaticLocation","inline fun Location.requireStaticLocation(): StaticLocation","dev.inmo.tgbotapi.extensions.utils.requireStaticLocation"]},{"name":"inline fun MPPFile.multipartFile(): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.multipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/multipart-file.html","searchKeys":["multipartFile","inline fun MPPFile.multipartFile(): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.multipartFile"]},{"name":"inline fun MediaContent.asDocumentContent(): DocumentContent","description":"dev.inmo.tgbotapi.types.message.content.asDocumentContent","location":"docs/dev.inmo.tgbotapi.types.message.content/as-document-content.html","searchKeys":["asDocumentContent","inline fun MediaContent.asDocumentContent(): DocumentContent","dev.inmo.tgbotapi.types.message.content.asDocumentContent"]},{"name":"inline fun Message.asAnonymousGroupContentMessage(): AnonymousGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message.html","searchKeys":["asAnonymousGroupContentMessage","inline fun Message.asAnonymousGroupContentMessage(): AnonymousGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessage"]},{"name":"inline fun Message.asAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl?","description":"dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message-impl.html","searchKeys":["asAnonymousGroupContentMessageImpl","inline fun Message.asAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl?","dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessageImpl"]},{"name":"inline fun Message.asChannelContentMessage(): ChannelContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message.html","searchKeys":["asChannelContentMessage","inline fun Message.asChannelContentMessage(): ChannelContentMessage?","dev.inmo.tgbotapi.extensions.utils.asChannelContentMessage"]},{"name":"inline fun Message.asChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html","searchKeys":["asChannelContentMessageImpl","inline fun Message.asChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl?","dev.inmo.tgbotapi.extensions.utils.asChannelContentMessageImpl"]},{"name":"inline fun Message.asChannelEventMessage(): ChannelEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-event-message.html","searchKeys":["asChannelEventMessage","inline fun Message.asChannelEventMessage(): ChannelEventMessage?","dev.inmo.tgbotapi.extensions.utils.asChannelEventMessage"]},{"name":"inline fun Message.asChannelMediaGroupMessage(): ChannelMediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-media-group-message.html","searchKeys":["asChannelMediaGroupMessage","inline fun Message.asChannelMediaGroupMessage(): ChannelMediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.asChannelMediaGroupMessage"]},{"name":"inline fun Message.asChatEventMessage(): ChatEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChatEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-event-message.html","searchKeys":["asChatEventMessage","inline fun Message.asChatEventMessage(): ChatEventMessage?","dev.inmo.tgbotapi.extensions.utils.asChatEventMessage"]},{"name":"inline fun Message.asCommonGroupContentMessage(): CommonGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-group-content-message.html","searchKeys":["asCommonGroupContentMessage","inline fun Message.asCommonGroupContentMessage(): CommonGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonGroupContentMessage"]},{"name":"inline fun Message.asCommonGroupEventMessage(): CommonGroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-group-event-message.html","searchKeys":["asCommonGroupEventMessage","inline fun Message.asCommonGroupEventMessage(): CommonGroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonGroupEventMessage"]},{"name":"inline fun Message.asCommonMediaGroupMessage(): CommonMediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-media-group-message.html","searchKeys":["asCommonMediaGroupMessage","inline fun Message.asCommonMediaGroupMessage(): CommonMediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonMediaGroupMessage"]},{"name":"inline fun Message.asCommonMessage(): CommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-message.html","searchKeys":["asCommonMessage","inline fun Message.asCommonMessage(): CommonMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonMessage"]},{"name":"inline fun Message.asCommonSupergroupEventMessage(): CommonSupergroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-supergroup-event-message.html","searchKeys":["asCommonSupergroupEventMessage","inline fun Message.asCommonSupergroupEventMessage(): CommonSupergroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonSupergroupEventMessage"]},{"name":"inline fun Message.asConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-connected-from-channel-group-content-message.html","searchKeys":["asConnectedFromChannelGroupContentMessage","inline fun Message.asConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asConnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.asContentMessage(): ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-content-message.html","searchKeys":["asContentMessage","inline fun Message.asContentMessage(): ContentMessage?","dev.inmo.tgbotapi.extensions.utils.asContentMessage"]},{"name":"inline fun Message.asFromChannelGroupContentMessage(): FromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-from-channel-group-content-message.html","searchKeys":["asFromChannelGroupContentMessage","inline fun Message.asFromChannelGroupContentMessage(): FromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asFromChannelGroupContentMessage"]},{"name":"inline fun Message.asFromUserMessage(): FromUserMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asFromUserMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-from-user-message.html","searchKeys":["asFromUserMessage","inline fun Message.asFromUserMessage(): FromUserMessage?","dev.inmo.tgbotapi.extensions.utils.asFromUserMessage"]},{"name":"inline fun Message.asGroupContentMessage(): GroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-content-message.html","searchKeys":["asGroupContentMessage","inline fun Message.asGroupContentMessage(): GroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asGroupContentMessage"]},{"name":"inline fun Message.asGroupEventMessage(): GroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-event-message.html","searchKeys":["asGroupEventMessage","inline fun Message.asGroupEventMessage(): GroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asGroupEventMessage"]},{"name":"inline fun Message.asMediaGroupMessage(): MediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-message.html","searchKeys":["asMediaGroupMessage","inline fun Message.asMediaGroupMessage(): MediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupMessage"]},{"name":"inline fun Message.asPassportMessage(): PassportMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-message.html","searchKeys":["asPassportMessage","inline fun Message.asPassportMessage(): PassportMessage?","dev.inmo.tgbotapi.extensions.utils.asPassportMessage"]},{"name":"inline fun Message.asPossiblyEditedMessage(): PossiblyEditedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-edited-message.html","searchKeys":["asPossiblyEditedMessage","inline fun Message.asPossiblyEditedMessage(): PossiblyEditedMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyEditedMessage"]},{"name":"inline fun Message.asPossiblyForwardedMessage(): PossiblyForwardedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-forwarded-message.html","searchKeys":["asPossiblyForwardedMessage","inline fun Message.asPossiblyForwardedMessage(): PossiblyForwardedMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyForwardedMessage"]},{"name":"inline fun Message.asPossiblyPaymentMessage(): PossiblyPaymentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-payment-message.html","searchKeys":["asPossiblyPaymentMessage","inline fun Message.asPossiblyPaymentMessage(): PossiblyPaymentMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyPaymentMessage"]},{"name":"inline fun Message.asPossiblyReplyMessage(): PossiblyReplyMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-reply-message.html","searchKeys":["asPossiblyReplyMessage","inline fun Message.asPossiblyReplyMessage(): PossiblyReplyMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyReplyMessage"]},{"name":"inline fun Message.asPossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-sent-via-bot-common-message.html","searchKeys":["asPossiblySentViaBotCommonMessage","inline fun Message.asPossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblySentViaBotCommonMessage"]},{"name":"inline fun Message.asPrivateContentMessage(): PrivateContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-content-message.html","searchKeys":["asPrivateContentMessage","inline fun Message.asPrivateContentMessage(): PrivateContentMessage?","dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessage"]},{"name":"inline fun Message.asPrivateContentMessageImpl(): PrivateContentMessageImpl?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-content-message-impl.html","searchKeys":["asPrivateContentMessageImpl","inline fun Message.asPrivateContentMessageImpl(): PrivateContentMessageImpl?","dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessageImpl"]},{"name":"inline fun Message.asPrivateEventMessage(): PrivateEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-event-message.html","searchKeys":["asPrivateEventMessage","inline fun Message.asPrivateEventMessage(): PrivateEventMessage?","dev.inmo.tgbotapi.extensions.utils.asPrivateEventMessage"]},{"name":"inline fun Message.asPublicContentMessage(): PublicContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPublicContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-public-content-message.html","searchKeys":["asPublicContentMessage","inline fun Message.asPublicContentMessage(): PublicContentMessage?","dev.inmo.tgbotapi.extensions.utils.asPublicContentMessage"]},{"name":"inline fun Message.asSignedMessage(): SignedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asSignedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-signed-message.html","searchKeys":["asSignedMessage","inline fun Message.asSignedMessage(): SignedMessage?","dev.inmo.tgbotapi.extensions.utils.asSignedMessage"]},{"name":"inline fun Message.asSupergroupEventMessage(): SupergroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event-message.html","searchKeys":["asSupergroupEventMessage","inline fun Message.asSupergroupEventMessage(): SupergroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asSupergroupEventMessage"]},{"name":"inline fun Message.asUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asUnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unconnected-from-channel-group-content-message.html","searchKeys":["asUnconnectedFromChannelGroupContentMessage","inline fun Message.asUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asUnconnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.asUnknownMessageType(): UnknownMessageType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownMessageType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-message-type.html","searchKeys":["asUnknownMessageType","inline fun Message.asUnknownMessageType(): UnknownMessageType?","dev.inmo.tgbotapi.extensions.utils.asUnknownMessageType"]},{"name":"inline fun Message.requireAnonymousGroupContentMessage(): AnonymousGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message.html","searchKeys":["requireAnonymousGroupContentMessage","inline fun Message.requireAnonymousGroupContentMessage(): AnonymousGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessage"]},{"name":"inline fun Message.requireAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl","description":"dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message-impl.html","searchKeys":["requireAnonymousGroupContentMessageImpl","inline fun Message.requireAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl","dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessageImpl"]},{"name":"inline fun Message.requireChannelContentMessage(): ChannelContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html","searchKeys":["requireChannelContentMessage","inline fun Message.requireChannelContentMessage(): ChannelContentMessage","dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessage"]},{"name":"inline fun Message.requireChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html","searchKeys":["requireChannelContentMessageImpl","inline fun Message.requireChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl","dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessageImpl"]},{"name":"inline fun Message.requireChannelEventMessage(): ChannelEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-event-message.html","searchKeys":["requireChannelEventMessage","inline fun Message.requireChannelEventMessage(): ChannelEventMessage","dev.inmo.tgbotapi.extensions.utils.requireChannelEventMessage"]},{"name":"inline fun Message.requireChannelMediaGroupMessage(): ChannelMediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-media-group-message.html","searchKeys":["requireChannelMediaGroupMessage","inline fun Message.requireChannelMediaGroupMessage(): ChannelMediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireChannelMediaGroupMessage"]},{"name":"inline fun Message.requireChatEventMessage(): ChatEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChatEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-event-message.html","searchKeys":["requireChatEventMessage","inline fun Message.requireChatEventMessage(): ChatEventMessage","dev.inmo.tgbotapi.extensions.utils.requireChatEventMessage"]},{"name":"inline fun Message.requireCommonGroupContentMessage(): CommonGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-group-content-message.html","searchKeys":["requireCommonGroupContentMessage","inline fun Message.requireCommonGroupContentMessage(): CommonGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonGroupContentMessage"]},{"name":"inline fun Message.requireCommonGroupEventMessage(): CommonGroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-group-event-message.html","searchKeys":["requireCommonGroupEventMessage","inline fun Message.requireCommonGroupEventMessage(): CommonGroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonGroupEventMessage"]},{"name":"inline fun Message.requireCommonMediaGroupMessage(): CommonMediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-media-group-message.html","searchKeys":["requireCommonMediaGroupMessage","inline fun Message.requireCommonMediaGroupMessage(): CommonMediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonMediaGroupMessage"]},{"name":"inline fun Message.requireCommonMessage(): CommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-message.html","searchKeys":["requireCommonMessage","inline fun Message.requireCommonMessage(): CommonMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonMessage"]},{"name":"inline fun Message.requireCommonSupergroupEventMessage(): CommonSupergroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-supergroup-event-message.html","searchKeys":["requireCommonSupergroupEventMessage","inline fun Message.requireCommonSupergroupEventMessage(): CommonSupergroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonSupergroupEventMessage"]},{"name":"inline fun Message.requireConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-connected-from-channel-group-content-message.html","searchKeys":["requireConnectedFromChannelGroupContentMessage","inline fun Message.requireConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireConnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.requireContentMessage(): ContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-content-message.html","searchKeys":["requireContentMessage","inline fun Message.requireContentMessage(): ContentMessage","dev.inmo.tgbotapi.extensions.utils.requireContentMessage"]},{"name":"inline fun Message.requireFromChannelGroupContentMessage(): FromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-from-channel-group-content-message.html","searchKeys":["requireFromChannelGroupContentMessage","inline fun Message.requireFromChannelGroupContentMessage(): FromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireFromChannelGroupContentMessage"]},{"name":"inline fun Message.requireFromUserMessage(): FromUserMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireFromUserMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-from-user-message.html","searchKeys":["requireFromUserMessage","inline fun Message.requireFromUserMessage(): FromUserMessage","dev.inmo.tgbotapi.extensions.utils.requireFromUserMessage"]},{"name":"inline fun Message.requireGroupContentMessage(): GroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-content-message.html","searchKeys":["requireGroupContentMessage","inline fun Message.requireGroupContentMessage(): GroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireGroupContentMessage"]},{"name":"inline fun Message.requireGroupEventMessage(): GroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-event-message.html","searchKeys":["requireGroupEventMessage","inline fun Message.requireGroupEventMessage(): GroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireGroupEventMessage"]},{"name":"inline fun Message.requireMediaGroupMessage(): MediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-message.html","searchKeys":["requireMediaGroupMessage","inline fun Message.requireMediaGroupMessage(): MediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMessage"]},{"name":"inline fun Message.requirePassportMessage(): PassportMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-message.html","searchKeys":["requirePassportMessage","inline fun Message.requirePassportMessage(): PassportMessage","dev.inmo.tgbotapi.extensions.utils.requirePassportMessage"]},{"name":"inline fun Message.requirePossiblyEditedMessage(): PossiblyEditedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-edited-message.html","searchKeys":["requirePossiblyEditedMessage","inline fun Message.requirePossiblyEditedMessage(): PossiblyEditedMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyEditedMessage"]},{"name":"inline fun Message.requirePossiblyForwardedMessage(): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-forwarded-message.html","searchKeys":["requirePossiblyForwardedMessage","inline fun Message.requirePossiblyForwardedMessage(): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyForwardedMessage"]},{"name":"inline fun Message.requirePossiblyPaymentMessage(): PossiblyPaymentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-payment-message.html","searchKeys":["requirePossiblyPaymentMessage","inline fun Message.requirePossiblyPaymentMessage(): PossiblyPaymentMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyPaymentMessage"]},{"name":"inline fun Message.requirePossiblyReplyMessage(): PossiblyReplyMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-reply-message.html","searchKeys":["requirePossiblyReplyMessage","inline fun Message.requirePossiblyReplyMessage(): PossiblyReplyMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyReplyMessage"]},{"name":"inline fun Message.requirePossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-sent-via-bot-common-message.html","searchKeys":["requirePossiblySentViaBotCommonMessage","inline fun Message.requirePossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblySentViaBotCommonMessage"]},{"name":"inline fun Message.requirePrivateContentMessage(): PrivateContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-content-message.html","searchKeys":["requirePrivateContentMessage","inline fun Message.requirePrivateContentMessage(): PrivateContentMessage","dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessage"]},{"name":"inline fun Message.requirePrivateContentMessageImpl(): PrivateContentMessageImpl","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-content-message-impl.html","searchKeys":["requirePrivateContentMessageImpl","inline fun Message.requirePrivateContentMessageImpl(): PrivateContentMessageImpl","dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessageImpl"]},{"name":"inline fun Message.requirePrivateEventMessage(): PrivateEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-event-message.html","searchKeys":["requirePrivateEventMessage","inline fun Message.requirePrivateEventMessage(): PrivateEventMessage","dev.inmo.tgbotapi.extensions.utils.requirePrivateEventMessage"]},{"name":"inline fun Message.requirePublicContentMessage(): PublicContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePublicContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-public-content-message.html","searchKeys":["requirePublicContentMessage","inline fun Message.requirePublicContentMessage(): PublicContentMessage","dev.inmo.tgbotapi.extensions.utils.requirePublicContentMessage"]},{"name":"inline fun Message.requireSignedMessage(): SignedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireSignedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-signed-message.html","searchKeys":["requireSignedMessage","inline fun Message.requireSignedMessage(): SignedMessage","dev.inmo.tgbotapi.extensions.utils.requireSignedMessage"]},{"name":"inline fun Message.requireSupergroupEventMessage(): SupergroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event-message.html","searchKeys":["requireSupergroupEventMessage","inline fun Message.requireSupergroupEventMessage(): SupergroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireSupergroupEventMessage"]},{"name":"inline fun Message.requireUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireUnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unconnected-from-channel-group-content-message.html","searchKeys":["requireUnconnectedFromChannelGroupContentMessage","inline fun Message.requireUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireUnconnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.requireUnknownMessageType(): UnknownMessageType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownMessageType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-message-type.html","searchKeys":["requireUnknownMessageType","inline fun Message.requireUnknownMessageType(): UnknownMessageType","dev.inmo.tgbotapi.extensions.utils.requireUnknownMessageType"]},{"name":"inline fun MessageContent.asTextedInput(): TextedInput?","description":"dev.inmo.tgbotapi.extensions.utils.asTextedInput","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-texted-input.html","searchKeys":["asTextedInput","inline fun MessageContent.asTextedInput(): TextedInput?","dev.inmo.tgbotapi.extensions.utils.asTextedInput"]},{"name":"inline fun MessageContent.requireTextedInput(): TextedInput","description":"dev.inmo.tgbotapi.extensions.utils.requireTextedInput","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-texted-input.html","searchKeys":["requireTextedInput","inline fun MessageContent.requireTextedInput(): TextedInput","dev.inmo.tgbotapi.extensions.utils.requireTextedInput"]},{"name":"inline fun PassportElementError.asPassportElementErrorDataField(): PassportElementErrorDataField?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-data-field.html","searchKeys":["asPassportElementErrorDataField","inline fun PassportElementError.asPassportElementErrorDataField(): PassportElementErrorDataField?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorDataField"]},{"name":"inline fun PassportElementError.asPassportElementErrorFile(): PassportElementErrorFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-file.html","searchKeys":["asPassportElementErrorFile","inline fun PassportElementError.asPassportElementErrorFile(): PassportElementErrorFile?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFile"]},{"name":"inline fun PassportElementError.asPassportElementErrorFiles(): PassportElementErrorFiles?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-files.html","searchKeys":["asPassportElementErrorFiles","inline fun PassportElementError.asPassportElementErrorFiles(): PassportElementErrorFiles?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFiles"]},{"name":"inline fun PassportElementError.asPassportElementErrorFrontSide(): PassportElementErrorFrontSide?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-front-side.html","searchKeys":["asPassportElementErrorFrontSide","inline fun PassportElementError.asPassportElementErrorFrontSide(): PassportElementErrorFrontSide?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFrontSide"]},{"name":"inline fun PassportElementError.asPassportElementErrorReverseSide(): PassportElementErrorReverseSide?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-reverse-side.html","searchKeys":["asPassportElementErrorReverseSide","inline fun PassportElementError.asPassportElementErrorReverseSide(): PassportElementErrorReverseSide?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorReverseSide"]},{"name":"inline fun PassportElementError.asPassportElementErrorSelfie(): PassportElementErrorSelfie?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-selfie.html","searchKeys":["asPassportElementErrorSelfie","inline fun PassportElementError.asPassportElementErrorSelfie(): PassportElementErrorSelfie?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorSelfie"]},{"name":"inline fun PassportElementError.asPassportElementErrorTranslationFile(): PassportElementErrorTranslationFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-file.html","searchKeys":["asPassportElementErrorTranslationFile","inline fun PassportElementError.asPassportElementErrorTranslationFile(): PassportElementErrorTranslationFile?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFile"]},{"name":"inline fun PassportElementError.asPassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-files.html","searchKeys":["asPassportElementErrorTranslationFiles","inline fun PassportElementError.asPassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFiles"]},{"name":"inline fun PassportElementError.asPassportElementErrorUnspecified(): PassportElementErrorUnspecified?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-unspecified.html","searchKeys":["asPassportElementErrorUnspecified","inline fun PassportElementError.asPassportElementErrorUnspecified(): PassportElementErrorUnspecified?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorUnspecified"]},{"name":"inline fun PassportElementError.asPassportElementFileError(): PassportElementFileError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementFileError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-file-error.html","searchKeys":["asPassportElementFileError","inline fun PassportElementError.asPassportElementFileError(): PassportElementFileError?","dev.inmo.tgbotapi.extensions.utils.asPassportElementFileError"]},{"name":"inline fun PassportElementError.asPassportElementFilesError(): PassportElementFilesError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementFilesError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-files-error.html","searchKeys":["asPassportElementFilesError","inline fun PassportElementError.asPassportElementFilesError(): PassportElementFilesError?","dev.inmo.tgbotapi.extensions.utils.asPassportElementFilesError"]},{"name":"inline fun PassportElementError.asPassportMultipleElementsError(): PassportMultipleElementsError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-multiple-elements-error.html","searchKeys":["asPassportMultipleElementsError","inline fun PassportElementError.asPassportMultipleElementsError(): PassportMultipleElementsError?","dev.inmo.tgbotapi.extensions.utils.asPassportMultipleElementsError"]},{"name":"inline fun PassportElementError.asPassportSingleElementError(): PassportSingleElementError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportSingleElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-single-element-error.html","searchKeys":["asPassportSingleElementError","inline fun PassportElementError.asPassportSingleElementError(): PassportSingleElementError?","dev.inmo.tgbotapi.extensions.utils.asPassportSingleElementError"]},{"name":"inline fun PassportElementError.asUnknownPassportElementError(): UnknownPassportElementError?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-passport-element-error.html","searchKeys":["asUnknownPassportElementError","inline fun PassportElementError.asUnknownPassportElementError(): UnknownPassportElementError?","dev.inmo.tgbotapi.extensions.utils.asUnknownPassportElementError"]},{"name":"inline fun PassportElementError.requirePassportElementErrorDataField(): PassportElementErrorDataField","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-data-field.html","searchKeys":["requirePassportElementErrorDataField","inline fun PassportElementError.requirePassportElementErrorDataField(): PassportElementErrorDataField","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorDataField"]},{"name":"inline fun PassportElementError.requirePassportElementErrorFile(): PassportElementErrorFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-file.html","searchKeys":["requirePassportElementErrorFile","inline fun PassportElementError.requirePassportElementErrorFile(): PassportElementErrorFile","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFile"]},{"name":"inline fun PassportElementError.requirePassportElementErrorFiles(): PassportElementErrorFiles","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-files.html","searchKeys":["requirePassportElementErrorFiles","inline fun PassportElementError.requirePassportElementErrorFiles(): PassportElementErrorFiles","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFiles"]},{"name":"inline fun PassportElementError.requirePassportElementErrorFrontSide(): PassportElementErrorFrontSide","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-front-side.html","searchKeys":["requirePassportElementErrorFrontSide","inline fun PassportElementError.requirePassportElementErrorFrontSide(): PassportElementErrorFrontSide","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFrontSide"]},{"name":"inline fun PassportElementError.requirePassportElementErrorReverseSide(): PassportElementErrorReverseSide","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-reverse-side.html","searchKeys":["requirePassportElementErrorReverseSide","inline fun PassportElementError.requirePassportElementErrorReverseSide(): PassportElementErrorReverseSide","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorReverseSide"]},{"name":"inline fun PassportElementError.requirePassportElementErrorSelfie(): PassportElementErrorSelfie","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-selfie.html","searchKeys":["requirePassportElementErrorSelfie","inline fun PassportElementError.requirePassportElementErrorSelfie(): PassportElementErrorSelfie","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorSelfie"]},{"name":"inline fun PassportElementError.requirePassportElementErrorTranslationFile(): PassportElementErrorTranslationFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-file.html","searchKeys":["requirePassportElementErrorTranslationFile","inline fun PassportElementError.requirePassportElementErrorTranslationFile(): PassportElementErrorTranslationFile","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFile"]},{"name":"inline fun PassportElementError.requirePassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-files.html","searchKeys":["requirePassportElementErrorTranslationFiles","inline fun PassportElementError.requirePassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFiles"]},{"name":"inline fun PassportElementError.requirePassportElementErrorUnspecified(): PassportElementErrorUnspecified","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-unspecified.html","searchKeys":["requirePassportElementErrorUnspecified","inline fun PassportElementError.requirePassportElementErrorUnspecified(): PassportElementErrorUnspecified","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorUnspecified"]},{"name":"inline fun PassportElementError.requirePassportElementFileError(): PassportElementFileError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementFileError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-file-error.html","searchKeys":["requirePassportElementFileError","inline fun PassportElementError.requirePassportElementFileError(): PassportElementFileError","dev.inmo.tgbotapi.extensions.utils.requirePassportElementFileError"]},{"name":"inline fun PassportElementError.requirePassportElementFilesError(): PassportElementFilesError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementFilesError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-files-error.html","searchKeys":["requirePassportElementFilesError","inline fun PassportElementError.requirePassportElementFilesError(): PassportElementFilesError","dev.inmo.tgbotapi.extensions.utils.requirePassportElementFilesError"]},{"name":"inline fun PassportElementError.requirePassportMultipleElementsError(): PassportMultipleElementsError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-multiple-elements-error.html","searchKeys":["requirePassportMultipleElementsError","inline fun PassportElementError.requirePassportMultipleElementsError(): PassportMultipleElementsError","dev.inmo.tgbotapi.extensions.utils.requirePassportMultipleElementsError"]},{"name":"inline fun PassportElementError.requirePassportSingleElementError(): PassportSingleElementError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportSingleElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-single-element-error.html","searchKeys":["requirePassportSingleElementError","inline fun PassportElementError.requirePassportSingleElementError(): PassportSingleElementError","dev.inmo.tgbotapi.extensions.utils.requirePassportSingleElementError"]},{"name":"inline fun PassportElementError.requireUnknownPassportElementError(): UnknownPassportElementError","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-passport-element-error.html","searchKeys":["requireUnknownPassportElementError","inline fun PassportElementError.requireUnknownPassportElementError(): UnknownPassportElementError","dev.inmo.tgbotapi.extensions.utils.requireUnknownPassportElementError"]},{"name":"inline fun Poll.asMultipleAnswersPoll(): MultipleAnswersPoll?","description":"dev.inmo.tgbotapi.extensions.utils.asMultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-multiple-answers-poll.html","searchKeys":["asMultipleAnswersPoll","inline fun Poll.asMultipleAnswersPoll(): MultipleAnswersPoll?","dev.inmo.tgbotapi.extensions.utils.asMultipleAnswersPoll"]},{"name":"inline fun Poll.asQuizPoll(): QuizPoll?","description":"dev.inmo.tgbotapi.extensions.utils.asQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-quiz-poll.html","searchKeys":["asQuizPoll","inline fun Poll.asQuizPoll(): QuizPoll?","dev.inmo.tgbotapi.extensions.utils.asQuizPoll"]},{"name":"inline fun Poll.asRegularPoll(): RegularPoll?","description":"dev.inmo.tgbotapi.extensions.utils.asRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-regular-poll.html","searchKeys":["asRegularPoll","inline fun Poll.asRegularPoll(): RegularPoll?","dev.inmo.tgbotapi.extensions.utils.asRegularPoll"]},{"name":"inline fun Poll.asUnknownPollType(): UnknownPollType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownPollType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-poll-type.html","searchKeys":["asUnknownPollType","inline fun Poll.asUnknownPollType(): UnknownPollType?","dev.inmo.tgbotapi.extensions.utils.asUnknownPollType"]},{"name":"inline fun Poll.requireMultipleAnswersPoll(): MultipleAnswersPoll","description":"dev.inmo.tgbotapi.extensions.utils.requireMultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-multiple-answers-poll.html","searchKeys":["requireMultipleAnswersPoll","inline fun Poll.requireMultipleAnswersPoll(): MultipleAnswersPoll","dev.inmo.tgbotapi.extensions.utils.requireMultipleAnswersPoll"]},{"name":"inline fun Poll.requireQuizPoll(): QuizPoll","description":"dev.inmo.tgbotapi.extensions.utils.requireQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-quiz-poll.html","searchKeys":["requireQuizPoll","inline fun Poll.requireQuizPoll(): QuizPoll","dev.inmo.tgbotapi.extensions.utils.requireQuizPoll"]},{"name":"inline fun Poll.requireRegularPoll(): RegularPoll","description":"dev.inmo.tgbotapi.extensions.utils.requireRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-regular-poll.html","searchKeys":["requireRegularPoll","inline fun Poll.requireRegularPoll(): RegularPoll","dev.inmo.tgbotapi.extensions.utils.requireRegularPoll"]},{"name":"inline fun Poll.requireUnknownPollType(): UnknownPollType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownPollType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-poll-type.html","searchKeys":["requireUnknownPollType","inline fun Poll.requireUnknownPollType(): UnknownPollType","dev.inmo.tgbotapi.extensions.utils.requireUnknownPollType"]},{"name":"inline fun ReplyKeyboardBuilder.row(block: ReplyKeyboardRowBuilder.() -> Unit): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.row","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/row.html","searchKeys":["row","inline fun ReplyKeyboardBuilder.row(block: ReplyKeyboardRowBuilder.() -> Unit): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.row"]},{"name":"inline fun ReplyKeyboardRowBuilder.requestContactButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.requestContactButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-contact-button.html","searchKeys":["requestContactButton","inline fun ReplyKeyboardRowBuilder.requestContactButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.requestContactButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.requestLocationButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.requestLocationButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-location-button.html","searchKeys":["requestLocationButton","inline fun ReplyKeyboardRowBuilder.requestLocationButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.requestLocationButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.requestPollButton(text: String, pollType: KeyboardButtonPollType): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.requestPollButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-poll-button.html","searchKeys":["requestPollButton","inline fun ReplyKeyboardRowBuilder.requestPollButton(text: String, pollType: KeyboardButtonPollType): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.requestPollButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.simpleButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.simpleButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/simple-button.html","searchKeys":["simpleButton","inline fun ReplyKeyboardRowBuilder.simpleButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.simpleButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun ResendableContent.asAnimationContent(): AnimationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asAnimationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-animation-content.html","searchKeys":["asAnimationContent","inline fun ResendableContent.asAnimationContent(): AnimationContent?","dev.inmo.tgbotapi.extensions.utils.asAnimationContent"]},{"name":"inline fun ResendableContent.asAudioContent(): AudioContent?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-content.html","searchKeys":["asAudioContent","inline fun ResendableContent.asAudioContent(): AudioContent?","dev.inmo.tgbotapi.extensions.utils.asAudioContent"]},{"name":"inline fun ResendableContent.asAudioMediaGroupContent(): AudioMediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-content.html","searchKeys":["asAudioMediaGroupContent","inline fun ResendableContent.asAudioMediaGroupContent(): AudioMediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupContent"]},{"name":"inline fun ResendableContent.asContactContent(): ContactContent?","description":"dev.inmo.tgbotapi.extensions.utils.asContactContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-contact-content.html","searchKeys":["asContactContent","inline fun ResendableContent.asContactContent(): ContactContent?","dev.inmo.tgbotapi.extensions.utils.asContactContent"]},{"name":"inline fun ResendableContent.asDiceContent(): DiceContent?","description":"dev.inmo.tgbotapi.extensions.utils.asDiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-dice-content.html","searchKeys":["asDiceContent","inline fun ResendableContent.asDiceContent(): DiceContent?","dev.inmo.tgbotapi.extensions.utils.asDiceContent"]},{"name":"inline fun ResendableContent.asDocumentContent(): DocumentContent?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-content.html","searchKeys":["asDocumentContent","inline fun ResendableContent.asDocumentContent(): DocumentContent?","dev.inmo.tgbotapi.extensions.utils.asDocumentContent"]},{"name":"inline fun ResendableContent.asDocumentMediaGroupContent(): DocumentMediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-content.html","searchKeys":["asDocumentMediaGroupContent","inline fun ResendableContent.asDocumentMediaGroupContent(): DocumentMediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupContent"]},{"name":"inline fun ResendableContent.asGameContent(): GameContent?","description":"dev.inmo.tgbotapi.extensions.utils.asGameContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-game-content.html","searchKeys":["asGameContent","inline fun ResendableContent.asGameContent(): GameContent?","dev.inmo.tgbotapi.extensions.utils.asGameContent"]},{"name":"inline fun ResendableContent.asInvoiceContent(): InvoiceContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInvoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-invoice-content.html","searchKeys":["asInvoiceContent","inline fun ResendableContent.asInvoiceContent(): InvoiceContent?","dev.inmo.tgbotapi.extensions.utils.asInvoiceContent"]},{"name":"inline fun ResendableContent.asLiveLocationContent(): LiveLocationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asLiveLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-live-location-content.html","searchKeys":["asLiveLocationContent","inline fun ResendableContent.asLiveLocationContent(): LiveLocationContent?","dev.inmo.tgbotapi.extensions.utils.asLiveLocationContent"]},{"name":"inline fun ResendableContent.asLocationContent(): LocationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-location-content.html","searchKeys":["asLocationContent","inline fun ResendableContent.asLocationContent(): LocationContent?","dev.inmo.tgbotapi.extensions.utils.asLocationContent"]},{"name":"inline fun ResendableContent.asMediaCollectionContent(): MediaCollectionContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaCollectionContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-collection-content.html","searchKeys":["asMediaCollectionContent","inline fun ResendableContent.asMediaCollectionContent(): MediaCollectionContent?","dev.inmo.tgbotapi.extensions.utils.asMediaCollectionContent"]},{"name":"inline fun ResendableContent.asMediaContent(): MediaContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-content.html","searchKeys":["asMediaContent","inline fun ResendableContent.asMediaContent(): MediaContent?","dev.inmo.tgbotapi.extensions.utils.asMediaContent"]},{"name":"inline fun ResendableContent.asMediaGroupContent(): MediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-content.html","searchKeys":["asMediaGroupContent","inline fun ResendableContent.asMediaGroupContent(): MediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupContent"]},{"name":"inline fun ResendableContent.asMessageContent(): MessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-content.html","searchKeys":["asMessageContent","inline fun ResendableContent.asMessageContent(): MessageContent?","dev.inmo.tgbotapi.extensions.utils.asMessageContent"]},{"name":"inline fun ResendableContent.asPhotoContent(): PhotoContent?","description":"dev.inmo.tgbotapi.extensions.utils.asPhotoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-photo-content.html","searchKeys":["asPhotoContent","inline fun ResendableContent.asPhotoContent(): PhotoContent?","dev.inmo.tgbotapi.extensions.utils.asPhotoContent"]},{"name":"inline fun ResendableContent.asPollContent(): PollContent?","description":"dev.inmo.tgbotapi.extensions.utils.asPollContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-poll-content.html","searchKeys":["asPollContent","inline fun ResendableContent.asPollContent(): PollContent?","dev.inmo.tgbotapi.extensions.utils.asPollContent"]},{"name":"inline fun ResendableContent.asStaticLocationContent(): StaticLocationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asStaticLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-static-location-content.html","searchKeys":["asStaticLocationContent","inline fun ResendableContent.asStaticLocationContent(): StaticLocationContent?","dev.inmo.tgbotapi.extensions.utils.asStaticLocationContent"]},{"name":"inline fun ResendableContent.asStickerContent(): StickerContent?","description":"dev.inmo.tgbotapi.extensions.utils.asStickerContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sticker-content.html","searchKeys":["asStickerContent","inline fun ResendableContent.asStickerContent(): StickerContent?","dev.inmo.tgbotapi.extensions.utils.asStickerContent"]},{"name":"inline fun ResendableContent.asTextContent(): TextContent?","description":"dev.inmo.tgbotapi.extensions.utils.asTextContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-text-content.html","searchKeys":["asTextContent","inline fun ResendableContent.asTextContent(): TextContent?","dev.inmo.tgbotapi.extensions.utils.asTextContent"]},{"name":"inline fun ResendableContent.asTextedMediaContent(): TextedMediaContent?","description":"dev.inmo.tgbotapi.extensions.utils.asTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-texted-media-content.html","searchKeys":["asTextedMediaContent","inline fun ResendableContent.asTextedMediaContent(): TextedMediaContent?","dev.inmo.tgbotapi.extensions.utils.asTextedMediaContent"]},{"name":"inline fun ResendableContent.asVenueContent(): VenueContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVenueContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-venue-content.html","searchKeys":["asVenueContent","inline fun ResendableContent.asVenueContent(): VenueContent?","dev.inmo.tgbotapi.extensions.utils.asVenueContent"]},{"name":"inline fun ResendableContent.asVideoContent(): VideoContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-content.html","searchKeys":["asVideoContent","inline fun ResendableContent.asVideoContent(): VideoContent?","dev.inmo.tgbotapi.extensions.utils.asVideoContent"]},{"name":"inline fun ResendableContent.asVideoNoteContent(): VideoNoteContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoNoteContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-note-content.html","searchKeys":["asVideoNoteContent","inline fun ResendableContent.asVideoNoteContent(): VideoNoteContent?","dev.inmo.tgbotapi.extensions.utils.asVideoNoteContent"]},{"name":"inline fun ResendableContent.asVisualMediaGroupContent(): VisualMediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-content.html","searchKeys":["asVisualMediaGroupContent","inline fun ResendableContent.asVisualMediaGroupContent(): VisualMediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupContent"]},{"name":"inline fun ResendableContent.asVoiceContent(): VoiceContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-voice-content.html","searchKeys":["asVoiceContent","inline fun ResendableContent.asVoiceContent(): VoiceContent?","dev.inmo.tgbotapi.extensions.utils.asVoiceContent"]},{"name":"inline fun ResendableContent.requireAnimationContent(): AnimationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireAnimationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-animation-content.html","searchKeys":["requireAnimationContent","inline fun ResendableContent.requireAnimationContent(): AnimationContent","dev.inmo.tgbotapi.extensions.utils.requireAnimationContent"]},{"name":"inline fun ResendableContent.requireAudioContent(): AudioContent","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-content.html","searchKeys":["requireAudioContent","inline fun ResendableContent.requireAudioContent(): AudioContent","dev.inmo.tgbotapi.extensions.utils.requireAudioContent"]},{"name":"inline fun ResendableContent.requireAudioMediaGroupContent(): AudioMediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-content.html","searchKeys":["requireAudioMediaGroupContent","inline fun ResendableContent.requireAudioMediaGroupContent(): AudioMediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupContent"]},{"name":"inline fun ResendableContent.requireContactContent(): ContactContent","description":"dev.inmo.tgbotapi.extensions.utils.requireContactContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-contact-content.html","searchKeys":["requireContactContent","inline fun ResendableContent.requireContactContent(): ContactContent","dev.inmo.tgbotapi.extensions.utils.requireContactContent"]},{"name":"inline fun ResendableContent.requireDiceContent(): DiceContent","description":"dev.inmo.tgbotapi.extensions.utils.requireDiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-dice-content.html","searchKeys":["requireDiceContent","inline fun ResendableContent.requireDiceContent(): DiceContent","dev.inmo.tgbotapi.extensions.utils.requireDiceContent"]},{"name":"inline fun ResendableContent.requireDocumentContent(): DocumentContent","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-content.html","searchKeys":["requireDocumentContent","inline fun ResendableContent.requireDocumentContent(): DocumentContent","dev.inmo.tgbotapi.extensions.utils.requireDocumentContent"]},{"name":"inline fun ResendableContent.requireDocumentMediaGroupContent(): DocumentMediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-content.html","searchKeys":["requireDocumentMediaGroupContent","inline fun ResendableContent.requireDocumentMediaGroupContent(): DocumentMediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupContent"]},{"name":"inline fun ResendableContent.requireGameContent(): GameContent","description":"dev.inmo.tgbotapi.extensions.utils.requireGameContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-game-content.html","searchKeys":["requireGameContent","inline fun ResendableContent.requireGameContent(): GameContent","dev.inmo.tgbotapi.extensions.utils.requireGameContent"]},{"name":"inline fun ResendableContent.requireInvoiceContent(): InvoiceContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInvoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-invoice-content.html","searchKeys":["requireInvoiceContent","inline fun ResendableContent.requireInvoiceContent(): InvoiceContent","dev.inmo.tgbotapi.extensions.utils.requireInvoiceContent"]},{"name":"inline fun ResendableContent.requireLiveLocationContent(): LiveLocationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireLiveLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-live-location-content.html","searchKeys":["requireLiveLocationContent","inline fun ResendableContent.requireLiveLocationContent(): LiveLocationContent","dev.inmo.tgbotapi.extensions.utils.requireLiveLocationContent"]},{"name":"inline fun ResendableContent.requireLocationContent(): LocationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-location-content.html","searchKeys":["requireLocationContent","inline fun ResendableContent.requireLocationContent(): LocationContent","dev.inmo.tgbotapi.extensions.utils.requireLocationContent"]},{"name":"inline fun ResendableContent.requireMediaCollectionContent(): MediaCollectionContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaCollectionContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-collection-content.html","searchKeys":["requireMediaCollectionContent","inline fun ResendableContent.requireMediaCollectionContent(): MediaCollectionContent","dev.inmo.tgbotapi.extensions.utils.requireMediaCollectionContent"]},{"name":"inline fun ResendableContent.requireMediaContent(): MediaContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-content.html","searchKeys":["requireMediaContent","inline fun ResendableContent.requireMediaContent(): MediaContent","dev.inmo.tgbotapi.extensions.utils.requireMediaContent"]},{"name":"inline fun ResendableContent.requireMediaGroupContent(): MediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-content.html","searchKeys":["requireMediaGroupContent","inline fun ResendableContent.requireMediaGroupContent(): MediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupContent"]},{"name":"inline fun ResendableContent.requireMessageContent(): MessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-content.html","searchKeys":["requireMessageContent","inline fun ResendableContent.requireMessageContent(): MessageContent","dev.inmo.tgbotapi.extensions.utils.requireMessageContent"]},{"name":"inline fun ResendableContent.requirePhotoContent(): PhotoContent","description":"dev.inmo.tgbotapi.extensions.utils.requirePhotoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-photo-content.html","searchKeys":["requirePhotoContent","inline fun ResendableContent.requirePhotoContent(): PhotoContent","dev.inmo.tgbotapi.extensions.utils.requirePhotoContent"]},{"name":"inline fun ResendableContent.requirePollContent(): PollContent","description":"dev.inmo.tgbotapi.extensions.utils.requirePollContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-poll-content.html","searchKeys":["requirePollContent","inline fun ResendableContent.requirePollContent(): PollContent","dev.inmo.tgbotapi.extensions.utils.requirePollContent"]},{"name":"inline fun ResendableContent.requireStaticLocationContent(): StaticLocationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireStaticLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-static-location-content.html","searchKeys":["requireStaticLocationContent","inline fun ResendableContent.requireStaticLocationContent(): StaticLocationContent","dev.inmo.tgbotapi.extensions.utils.requireStaticLocationContent"]},{"name":"inline fun ResendableContent.requireStickerContent(): StickerContent","description":"dev.inmo.tgbotapi.extensions.utils.requireStickerContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sticker-content.html","searchKeys":["requireStickerContent","inline fun ResendableContent.requireStickerContent(): StickerContent","dev.inmo.tgbotapi.extensions.utils.requireStickerContent"]},{"name":"inline fun ResendableContent.requireTextContent(): TextContent","description":"dev.inmo.tgbotapi.extensions.utils.requireTextContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-text-content.html","searchKeys":["requireTextContent","inline fun ResendableContent.requireTextContent(): TextContent","dev.inmo.tgbotapi.extensions.utils.requireTextContent"]},{"name":"inline fun ResendableContent.requireTextedMediaContent(): TextedMediaContent","description":"dev.inmo.tgbotapi.extensions.utils.requireTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-texted-media-content.html","searchKeys":["requireTextedMediaContent","inline fun ResendableContent.requireTextedMediaContent(): TextedMediaContent","dev.inmo.tgbotapi.extensions.utils.requireTextedMediaContent"]},{"name":"inline fun ResendableContent.requireVenueContent(): VenueContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVenueContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-venue-content.html","searchKeys":["requireVenueContent","inline fun ResendableContent.requireVenueContent(): VenueContent","dev.inmo.tgbotapi.extensions.utils.requireVenueContent"]},{"name":"inline fun ResendableContent.requireVideoContent(): VideoContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-content.html","searchKeys":["requireVideoContent","inline fun ResendableContent.requireVideoContent(): VideoContent","dev.inmo.tgbotapi.extensions.utils.requireVideoContent"]},{"name":"inline fun ResendableContent.requireVideoNoteContent(): VideoNoteContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoNoteContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-note-content.html","searchKeys":["requireVideoNoteContent","inline fun ResendableContent.requireVideoNoteContent(): VideoNoteContent","dev.inmo.tgbotapi.extensions.utils.requireVideoNoteContent"]},{"name":"inline fun ResendableContent.requireVisualMediaGroupContent(): VisualMediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-content.html","searchKeys":["requireVisualMediaGroupContent","inline fun ResendableContent.requireVisualMediaGroupContent(): VisualMediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupContent"]},{"name":"inline fun ResendableContent.requireVoiceContent(): VoiceContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-voice-content.html","searchKeys":["requireVoiceContent","inline fun ResendableContent.requireVoiceContent(): VoiceContent","dev.inmo.tgbotapi.extensions.utils.requireVoiceContent"]},{"name":"inline fun ScheduledCloseInfo.asApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-approximate-scheduled-close-info.html","searchKeys":["asApproximateScheduledCloseInfo","inline fun ScheduledCloseInfo.asApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo?","dev.inmo.tgbotapi.extensions.utils.asApproximateScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.asExactScheduledCloseInfo(): ExactScheduledCloseInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-exact-scheduled-close-info.html","searchKeys":["asExactScheduledCloseInfo","inline fun ScheduledCloseInfo.asExactScheduledCloseInfo(): ExactScheduledCloseInfo?","dev.inmo.tgbotapi.extensions.utils.asExactScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.requireApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-approximate-scheduled-close-info.html","searchKeys":["requireApproximateScheduledCloseInfo","inline fun ScheduledCloseInfo.requireApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.requireApproximateScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.requireExactScheduledCloseInfo(): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-exact-scheduled-close-info.html","searchKeys":["requireExactScheduledCloseInfo","inline fun ScheduledCloseInfo.requireExactScheduledCloseInfo(): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.requireExactScheduledCloseInfo"]},{"name":"inline fun SecureValue.asAddressSecureValue(): AddressSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asAddressSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-address-secure-value.html","searchKeys":["asAddressSecureValue","inline fun SecureValue.asAddressSecureValue(): AddressSecureValue?","dev.inmo.tgbotapi.extensions.utils.asAddressSecureValue"]},{"name":"inline fun SecureValue.asBankStatementSecureValue(): BankStatementSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asBankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bank-statement-secure-value.html","searchKeys":["asBankStatementSecureValue","inline fun SecureValue.asBankStatementSecureValue(): BankStatementSecureValue?","dev.inmo.tgbotapi.extensions.utils.asBankStatementSecureValue"]},{"name":"inline fun SecureValue.asCommonPassportSecureValue(): CommonPassportSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-passport-secure-value.html","searchKeys":["asCommonPassportSecureValue","inline fun SecureValue.asCommonPassportSecureValue(): CommonPassportSecureValue?","dev.inmo.tgbotapi.extensions.utils.asCommonPassportSecureValue"]},{"name":"inline fun SecureValue.asDriverLicenseSecureValue(): DriverLicenseSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asDriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-driver-license-secure-value.html","searchKeys":["asDriverLicenseSecureValue","inline fun SecureValue.asDriverLicenseSecureValue(): DriverLicenseSecureValue?","dev.inmo.tgbotapi.extensions.utils.asDriverLicenseSecureValue"]},{"name":"inline fun SecureValue.asIdentityCardSecureValue(): IdentityCardSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asIdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-identity-card-secure-value.html","searchKeys":["asIdentityCardSecureValue","inline fun SecureValue.asIdentityCardSecureValue(): IdentityCardSecureValue?","dev.inmo.tgbotapi.extensions.utils.asIdentityCardSecureValue"]},{"name":"inline fun SecureValue.asIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asIdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-identity-with-reverse-side-secure-value.html","searchKeys":["asIdentityWithReverseSideSecureValue","inline fun SecureValue.asIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue?","dev.inmo.tgbotapi.extensions.utils.asIdentityWithReverseSideSecureValue"]},{"name":"inline fun SecureValue.asInternalPassportSecureValue(): InternalPassportSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asInternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-internal-passport-secure-value.html","searchKeys":["asInternalPassportSecureValue","inline fun SecureValue.asInternalPassportSecureValue(): InternalPassportSecureValue?","dev.inmo.tgbotapi.extensions.utils.asInternalPassportSecureValue"]},{"name":"inline fun SecureValue.asOtherDocumentsSecureValue(): OtherDocumentsSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asOtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-other-documents-secure-value.html","searchKeys":["asOtherDocumentsSecureValue","inline fun SecureValue.asOtherDocumentsSecureValue(): OtherDocumentsSecureValue?","dev.inmo.tgbotapi.extensions.utils.asOtherDocumentsSecureValue"]},{"name":"inline fun SecureValue.asPassportRegistrationSecureValue(): PassportRegistrationSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-registration-secure-value.html","searchKeys":["asPassportRegistrationSecureValue","inline fun SecureValue.asPassportRegistrationSecureValue(): PassportRegistrationSecureValue?","dev.inmo.tgbotapi.extensions.utils.asPassportRegistrationSecureValue"]},{"name":"inline fun SecureValue.asPassportSecureValue(): PassportSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-secure-value.html","searchKeys":["asPassportSecureValue","inline fun SecureValue.asPassportSecureValue(): PassportSecureValue?","dev.inmo.tgbotapi.extensions.utils.asPassportSecureValue"]},{"name":"inline fun SecureValue.asPersonalDetailsSecureValue(): PersonalDetailsSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asPersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-personal-details-secure-value.html","searchKeys":["asPersonalDetailsSecureValue","inline fun SecureValue.asPersonalDetailsSecureValue(): PersonalDetailsSecureValue?","dev.inmo.tgbotapi.extensions.utils.asPersonalDetailsSecureValue"]},{"name":"inline fun SecureValue.asRentalAgreementSecureValue(): RentalAgreementSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asRentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement-secure-value.html","searchKeys":["asRentalAgreementSecureValue","inline fun SecureValue.asRentalAgreementSecureValue(): RentalAgreementSecureValue?","dev.inmo.tgbotapi.extensions.utils.asRentalAgreementSecureValue"]},{"name":"inline fun SecureValue.asSecureValueIdentity(): SecureValueIdentity?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueIdentity","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-identity.html","searchKeys":["asSecureValueIdentity","inline fun SecureValue.asSecureValueIdentity(): SecureValueIdentity?","dev.inmo.tgbotapi.extensions.utils.asSecureValueIdentity"]},{"name":"inline fun SecureValue.asSecureValueWithData(): SecureValueWithData?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-data.html","searchKeys":["asSecureValueWithData","inline fun SecureValue.asSecureValueWithData(): SecureValueWithData?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithData"]},{"name":"inline fun SecureValue.asSecureValueWithFiles(): SecureValueWithFiles?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-files.html","searchKeys":["asSecureValueWithFiles","inline fun SecureValue.asSecureValueWithFiles(): SecureValueWithFiles?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithFiles"]},{"name":"inline fun SecureValue.asSecureValueWithReverseSide(): SecureValueWithReverseSide?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-reverse-side.html","searchKeys":["asSecureValueWithReverseSide","inline fun SecureValue.asSecureValueWithReverseSide(): SecureValueWithReverseSide?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithReverseSide"]},{"name":"inline fun SecureValue.asSecureValueWithTranslations(): SecureValueWithTranslations?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-translations.html","searchKeys":["asSecureValueWithTranslations","inline fun SecureValue.asSecureValueWithTranslations(): SecureValueWithTranslations?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithTranslations"]},{"name":"inline fun SecureValue.asTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asTemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-temporal-registration-secure-value.html","searchKeys":["asTemporalRegistrationSecureValue","inline fun SecureValue.asTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue?","dev.inmo.tgbotapi.extensions.utils.asTemporalRegistrationSecureValue"]},{"name":"inline fun SecureValue.asUtilityBillSecureValue(): UtilityBillSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asUtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-utility-bill-secure-value.html","searchKeys":["asUtilityBillSecureValue","inline fun SecureValue.asUtilityBillSecureValue(): UtilityBillSecureValue?","dev.inmo.tgbotapi.extensions.utils.asUtilityBillSecureValue"]},{"name":"inline fun SecureValue.requireAddressSecureValue(): AddressSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireAddressSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-address-secure-value.html","searchKeys":["requireAddressSecureValue","inline fun SecureValue.requireAddressSecureValue(): AddressSecureValue","dev.inmo.tgbotapi.extensions.utils.requireAddressSecureValue"]},{"name":"inline fun SecureValue.requireBankStatementSecureValue(): BankStatementSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireBankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bank-statement-secure-value.html","searchKeys":["requireBankStatementSecureValue","inline fun SecureValue.requireBankStatementSecureValue(): BankStatementSecureValue","dev.inmo.tgbotapi.extensions.utils.requireBankStatementSecureValue"]},{"name":"inline fun SecureValue.requireCommonPassportSecureValue(): CommonPassportSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-passport-secure-value.html","searchKeys":["requireCommonPassportSecureValue","inline fun SecureValue.requireCommonPassportSecureValue(): CommonPassportSecureValue","dev.inmo.tgbotapi.extensions.utils.requireCommonPassportSecureValue"]},{"name":"inline fun SecureValue.requireDriverLicenseSecureValue(): DriverLicenseSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireDriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-driver-license-secure-value.html","searchKeys":["requireDriverLicenseSecureValue","inline fun SecureValue.requireDriverLicenseSecureValue(): DriverLicenseSecureValue","dev.inmo.tgbotapi.extensions.utils.requireDriverLicenseSecureValue"]},{"name":"inline fun SecureValue.requireIdentityCardSecureValue(): IdentityCardSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireIdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-identity-card-secure-value.html","searchKeys":["requireIdentityCardSecureValue","inline fun SecureValue.requireIdentityCardSecureValue(): IdentityCardSecureValue","dev.inmo.tgbotapi.extensions.utils.requireIdentityCardSecureValue"]},{"name":"inline fun SecureValue.requireIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireIdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-identity-with-reverse-side-secure-value.html","searchKeys":["requireIdentityWithReverseSideSecureValue","inline fun SecureValue.requireIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue","dev.inmo.tgbotapi.extensions.utils.requireIdentityWithReverseSideSecureValue"]},{"name":"inline fun SecureValue.requireInternalPassportSecureValue(): InternalPassportSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireInternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-internal-passport-secure-value.html","searchKeys":["requireInternalPassportSecureValue","inline fun SecureValue.requireInternalPassportSecureValue(): InternalPassportSecureValue","dev.inmo.tgbotapi.extensions.utils.requireInternalPassportSecureValue"]},{"name":"inline fun SecureValue.requireOtherDocumentsSecureValue(): OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireOtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-other-documents-secure-value.html","searchKeys":["requireOtherDocumentsSecureValue","inline fun SecureValue.requireOtherDocumentsSecureValue(): OtherDocumentsSecureValue","dev.inmo.tgbotapi.extensions.utils.requireOtherDocumentsSecureValue"]},{"name":"inline fun SecureValue.requirePassportRegistrationSecureValue(): PassportRegistrationSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-registration-secure-value.html","searchKeys":["requirePassportRegistrationSecureValue","inline fun SecureValue.requirePassportRegistrationSecureValue(): PassportRegistrationSecureValue","dev.inmo.tgbotapi.extensions.utils.requirePassportRegistrationSecureValue"]},{"name":"inline fun SecureValue.requirePassportSecureValue(): PassportSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-secure-value.html","searchKeys":["requirePassportSecureValue","inline fun SecureValue.requirePassportSecureValue(): PassportSecureValue","dev.inmo.tgbotapi.extensions.utils.requirePassportSecureValue"]},{"name":"inline fun SecureValue.requirePersonalDetailsSecureValue(): PersonalDetailsSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requirePersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-personal-details-secure-value.html","searchKeys":["requirePersonalDetailsSecureValue","inline fun SecureValue.requirePersonalDetailsSecureValue(): PersonalDetailsSecureValue","dev.inmo.tgbotapi.extensions.utils.requirePersonalDetailsSecureValue"]},{"name":"inline fun SecureValue.requireRentalAgreementSecureValue(): RentalAgreementSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireRentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement-secure-value.html","searchKeys":["requireRentalAgreementSecureValue","inline fun SecureValue.requireRentalAgreementSecureValue(): RentalAgreementSecureValue","dev.inmo.tgbotapi.extensions.utils.requireRentalAgreementSecureValue"]},{"name":"inline fun SecureValue.requireSecureValueIdentity(): SecureValueIdentity","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueIdentity","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-identity.html","searchKeys":["requireSecureValueIdentity","inline fun SecureValue.requireSecureValueIdentity(): SecureValueIdentity","dev.inmo.tgbotapi.extensions.utils.requireSecureValueIdentity"]},{"name":"inline fun SecureValue.requireSecureValueWithData(): SecureValueWithData","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-data.html","searchKeys":["requireSecureValueWithData","inline fun SecureValue.requireSecureValueWithData(): SecureValueWithData","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithData"]},{"name":"inline fun SecureValue.requireSecureValueWithFiles(): SecureValueWithFiles","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-files.html","searchKeys":["requireSecureValueWithFiles","inline fun SecureValue.requireSecureValueWithFiles(): SecureValueWithFiles","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithFiles"]},{"name":"inline fun SecureValue.requireSecureValueWithReverseSide(): SecureValueWithReverseSide","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-reverse-side.html","searchKeys":["requireSecureValueWithReverseSide","inline fun SecureValue.requireSecureValueWithReverseSide(): SecureValueWithReverseSide","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithReverseSide"]},{"name":"inline fun SecureValue.requireSecureValueWithTranslations(): SecureValueWithTranslations","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-translations.html","searchKeys":["requireSecureValueWithTranslations","inline fun SecureValue.requireSecureValueWithTranslations(): SecureValueWithTranslations","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithTranslations"]},{"name":"inline fun SecureValue.requireTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireTemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-temporal-registration-secure-value.html","searchKeys":["requireTemporalRegistrationSecureValue","inline fun SecureValue.requireTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue","dev.inmo.tgbotapi.extensions.utils.requireTemporalRegistrationSecureValue"]},{"name":"inline fun SecureValue.requireUtilityBillSecureValue(): UtilityBillSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireUtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-utility-bill-secure-value.html","searchKeys":["requireUtilityBillSecureValue","inline fun SecureValue.requireUtilityBillSecureValue(): UtilityBillSecureValue","dev.inmo.tgbotapi.extensions.utils.requireUtilityBillSecureValue"]},{"name":"inline fun SendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-documents-group.html","searchKeys":["SendDocumentsGroup","inline fun SendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendDocumentsGroup"]},{"name":"inline fun SendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendPlaylist","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-playlist.html","searchKeys":["SendPlaylist","inline fun SendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendPlaylist"]},{"name":"inline fun SendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-visual-media-group.html","searchKeys":["SendVisualMediaGroup","inline fun SendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendVisualMediaGroup"]},{"name":"inline fun TelegramMedia.asAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-member-telegram-media.html","searchKeys":["asAudioMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.asDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-member-telegram-media.html","searchKeys":["asDocumentMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.asDuratedTelegramMedia(): DuratedTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asDuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-durated-telegram-media.html","searchKeys":["asDuratedTelegramMedia","inline fun TelegramMedia.asDuratedTelegramMedia(): DuratedTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asDuratedTelegramMedia"]},{"name":"inline fun TelegramMedia.asMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-member-telegram-media.html","searchKeys":["asMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.asSizedTelegramMedia(): SizedTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asSizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sized-telegram-media.html","searchKeys":["asSizedTelegramMedia","inline fun TelegramMedia.asSizedTelegramMedia(): SizedTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asSizedTelegramMedia"]},{"name":"inline fun TelegramMedia.asTelegramMediaAnimation(): TelegramMediaAnimation?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-animation.html","searchKeys":["asTelegramMediaAnimation","inline fun TelegramMedia.asTelegramMediaAnimation(): TelegramMediaAnimation?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAnimation"]},{"name":"inline fun TelegramMedia.asTelegramMediaAudio(): TelegramMediaAudio?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-audio.html","searchKeys":["asTelegramMediaAudio","inline fun TelegramMedia.asTelegramMediaAudio(): TelegramMediaAudio?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAudio"]},{"name":"inline fun TelegramMedia.asTelegramMediaDocument(): TelegramMediaDocument?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-document.html","searchKeys":["asTelegramMediaDocument","inline fun TelegramMedia.asTelegramMediaDocument(): TelegramMediaDocument?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaDocument"]},{"name":"inline fun TelegramMedia.asTelegramMediaPhoto(): TelegramMediaPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-photo.html","searchKeys":["asTelegramMediaPhoto","inline fun TelegramMedia.asTelegramMediaPhoto(): TelegramMediaPhoto?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaPhoto"]},{"name":"inline fun TelegramMedia.asTelegramMediaVideo(): TelegramMediaVideo?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-video.html","searchKeys":["asTelegramMediaVideo","inline fun TelegramMedia.asTelegramMediaVideo(): TelegramMediaVideo?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaVideo"]},{"name":"inline fun TelegramMedia.asThumbedTelegramMedia(): ThumbedTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-telegram-media.html","searchKeys":["asThumbedTelegramMedia","inline fun TelegramMedia.asThumbedTelegramMedia(): ThumbedTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asThumbedTelegramMedia"]},{"name":"inline fun TelegramMedia.asTitledTelegramMedia(): TitledTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asTitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-titled-telegram-media.html","searchKeys":["asTitledTelegramMedia","inline fun TelegramMedia.asTitledTelegramMedia(): TitledTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asTitledTelegramMedia"]},{"name":"inline fun TelegramMedia.asVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-member-telegram-media.html","searchKeys":["asVisualMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-member-telegram-media.html","searchKeys":["requireAudioMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-member-telegram-media.html","searchKeys":["requireDocumentMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireDuratedTelegramMedia(): DuratedTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireDuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-durated-telegram-media.html","searchKeys":["requireDuratedTelegramMedia","inline fun TelegramMedia.requireDuratedTelegramMedia(): DuratedTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireDuratedTelegramMedia"]},{"name":"inline fun TelegramMedia.requireMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-member-telegram-media.html","searchKeys":["requireMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireSizedTelegramMedia(): SizedTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireSizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sized-telegram-media.html","searchKeys":["requireSizedTelegramMedia","inline fun TelegramMedia.requireSizedTelegramMedia(): SizedTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireSizedTelegramMedia"]},{"name":"inline fun TelegramMedia.requireTelegramMediaAnimation(): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-animation.html","searchKeys":["requireTelegramMediaAnimation","inline fun TelegramMedia.requireTelegramMediaAnimation(): TelegramMediaAnimation","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAnimation"]},{"name":"inline fun TelegramMedia.requireTelegramMediaAudio(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-audio.html","searchKeys":["requireTelegramMediaAudio","inline fun TelegramMedia.requireTelegramMediaAudio(): TelegramMediaAudio","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAudio"]},{"name":"inline fun TelegramMedia.requireTelegramMediaDocument(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-document.html","searchKeys":["requireTelegramMediaDocument","inline fun TelegramMedia.requireTelegramMediaDocument(): TelegramMediaDocument","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaDocument"]},{"name":"inline fun TelegramMedia.requireTelegramMediaPhoto(): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-photo.html","searchKeys":["requireTelegramMediaPhoto","inline fun TelegramMedia.requireTelegramMediaPhoto(): TelegramMediaPhoto","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaPhoto"]},{"name":"inline fun TelegramMedia.requireTelegramMediaVideo(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-video.html","searchKeys":["requireTelegramMediaVideo","inline fun TelegramMedia.requireTelegramMediaVideo(): TelegramMediaVideo","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaVideo"]},{"name":"inline fun TelegramMedia.requireThumbedTelegramMedia(): ThumbedTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-telegram-media.html","searchKeys":["requireThumbedTelegramMedia","inline fun TelegramMedia.requireThumbedTelegramMedia(): ThumbedTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireThumbedTelegramMedia"]},{"name":"inline fun TelegramMedia.requireTitledTelegramMedia(): TitledTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireTitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-titled-telegram-media.html","searchKeys":["requireTitledTelegramMedia","inline fun TelegramMedia.requireTitledTelegramMedia(): TitledTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireTitledTelegramMedia"]},{"name":"inline fun TelegramMedia.requireVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-member-telegram-media.html","searchKeys":["requireVisualMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMediaFile.asAnimatedSticker(): AnimatedSticker?","description":"dev.inmo.tgbotapi.extensions.utils.asAnimatedSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-animated-sticker.html","searchKeys":["asAnimatedSticker","inline fun TelegramMediaFile.asAnimatedSticker(): AnimatedSticker?","dev.inmo.tgbotapi.extensions.utils.asAnimatedSticker"]},{"name":"inline fun TelegramMediaFile.asAnimationFile(): AnimationFile?","description":"dev.inmo.tgbotapi.extensions.utils.asAnimationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-animation-file.html","searchKeys":["asAnimationFile","inline fun TelegramMediaFile.asAnimationFile(): AnimationFile?","dev.inmo.tgbotapi.extensions.utils.asAnimationFile"]},{"name":"inline fun TelegramMediaFile.asAudioFile(): AudioFile?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-file.html","searchKeys":["asAudioFile","inline fun TelegramMediaFile.asAudioFile(): AudioFile?","dev.inmo.tgbotapi.extensions.utils.asAudioFile"]},{"name":"inline fun TelegramMediaFile.asDocumentFile(): DocumentFile","description":"dev.inmo.tgbotapi.types.files.asDocumentFile","location":"docs/dev.inmo.tgbotapi.types.files/as-document-file.html","searchKeys":["asDocumentFile","inline fun TelegramMediaFile.asDocumentFile(): DocumentFile","dev.inmo.tgbotapi.types.files.asDocumentFile"]},{"name":"inline fun TelegramMediaFile.asDocumentFile(): DocumentFile?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-file.html","searchKeys":["asDocumentFile","inline fun TelegramMediaFile.asDocumentFile(): DocumentFile?","dev.inmo.tgbotapi.extensions.utils.asDocumentFile"]},{"name":"inline fun TelegramMediaFile.asFile(): File?","description":"dev.inmo.tgbotapi.extensions.utils.asFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-file.html","searchKeys":["asFile","inline fun TelegramMediaFile.asFile(): File?","dev.inmo.tgbotapi.extensions.utils.asFile"]},{"name":"inline fun TelegramMediaFile.asMimedMediaFile(): MimedMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asMimedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-mimed-media-file.html","searchKeys":["asMimedMediaFile","inline fun TelegramMediaFile.asMimedMediaFile(): MimedMediaFile?","dev.inmo.tgbotapi.extensions.utils.asMimedMediaFile"]},{"name":"inline fun TelegramMediaFile.asPathedFile(): PathedFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPathedFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pathed-file.html","searchKeys":["asPathedFile","inline fun TelegramMediaFile.asPathedFile(): PathedFile?","dev.inmo.tgbotapi.extensions.utils.asPathedFile"]},{"name":"inline fun TelegramMediaFile.asPhotoSize(): PhotoSize?","description":"dev.inmo.tgbotapi.extensions.utils.asPhotoSize","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-photo-size.html","searchKeys":["asPhotoSize","inline fun TelegramMediaFile.asPhotoSize(): PhotoSize?","dev.inmo.tgbotapi.extensions.utils.asPhotoSize"]},{"name":"inline fun TelegramMediaFile.asPlayableMediaFile(): PlayableMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPlayableMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-playable-media-file.html","searchKeys":["asPlayableMediaFile","inline fun TelegramMediaFile.asPlayableMediaFile(): PlayableMediaFile?","dev.inmo.tgbotapi.extensions.utils.asPlayableMediaFile"]},{"name":"inline fun TelegramMediaFile.asSimpleSticker(): SimpleSticker?","description":"dev.inmo.tgbotapi.extensions.utils.asSimpleSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-simple-sticker.html","searchKeys":["asSimpleSticker","inline fun TelegramMediaFile.asSimpleSticker(): SimpleSticker?","dev.inmo.tgbotapi.extensions.utils.asSimpleSticker"]},{"name":"inline fun TelegramMediaFile.asSizedMediaFile(): SizedMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asSizedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sized-media-file.html","searchKeys":["asSizedMediaFile","inline fun TelegramMediaFile.asSizedMediaFile(): SizedMediaFile?","dev.inmo.tgbotapi.extensions.utils.asSizedMediaFile"]},{"name":"inline fun TelegramMediaFile.asSticker(): Sticker?","description":"dev.inmo.tgbotapi.extensions.utils.asSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sticker.html","searchKeys":["asSticker","inline fun TelegramMediaFile.asSticker(): Sticker?","dev.inmo.tgbotapi.extensions.utils.asSticker"]},{"name":"inline fun TelegramMediaFile.asThumbedMediaFile(): ThumbedMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-media-file.html","searchKeys":["asThumbedMediaFile","inline fun TelegramMediaFile.asThumbedMediaFile(): ThumbedMediaFile?","dev.inmo.tgbotapi.extensions.utils.asThumbedMediaFile"]},{"name":"inline fun TelegramMediaFile.asVideoFile(): VideoFile?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-file.html","searchKeys":["asVideoFile","inline fun TelegramMediaFile.asVideoFile(): VideoFile?","dev.inmo.tgbotapi.extensions.utils.asVideoFile"]},{"name":"inline fun TelegramMediaFile.asVideoNoteFile(): VideoNoteFile?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoNoteFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-note-file.html","searchKeys":["asVideoNoteFile","inline fun TelegramMediaFile.asVideoNoteFile(): VideoNoteFile?","dev.inmo.tgbotapi.extensions.utils.asVideoNoteFile"]},{"name":"inline fun TelegramMediaFile.asVideoSticker(): VideoSticker?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-sticker.html","searchKeys":["asVideoSticker","inline fun TelegramMediaFile.asVideoSticker(): VideoSticker?","dev.inmo.tgbotapi.extensions.utils.asVideoSticker"]},{"name":"inline fun TelegramMediaFile.asVoiceFile(): VoiceFile?","description":"dev.inmo.tgbotapi.extensions.utils.asVoiceFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-voice-file.html","searchKeys":["asVoiceFile","inline fun TelegramMediaFile.asVoiceFile(): VoiceFile?","dev.inmo.tgbotapi.extensions.utils.asVoiceFile"]},{"name":"inline fun TelegramMediaFile.requireAnimatedSticker(): AnimatedSticker","description":"dev.inmo.tgbotapi.extensions.utils.requireAnimatedSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-animated-sticker.html","searchKeys":["requireAnimatedSticker","inline fun TelegramMediaFile.requireAnimatedSticker(): AnimatedSticker","dev.inmo.tgbotapi.extensions.utils.requireAnimatedSticker"]},{"name":"inline fun TelegramMediaFile.requireAnimationFile(): AnimationFile","description":"dev.inmo.tgbotapi.extensions.utils.requireAnimationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-animation-file.html","searchKeys":["requireAnimationFile","inline fun TelegramMediaFile.requireAnimationFile(): AnimationFile","dev.inmo.tgbotapi.extensions.utils.requireAnimationFile"]},{"name":"inline fun TelegramMediaFile.requireAudioFile(): AudioFile","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-file.html","searchKeys":["requireAudioFile","inline fun TelegramMediaFile.requireAudioFile(): AudioFile","dev.inmo.tgbotapi.extensions.utils.requireAudioFile"]},{"name":"inline fun TelegramMediaFile.requireDocumentFile(): DocumentFile","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-file.html","searchKeys":["requireDocumentFile","inline fun TelegramMediaFile.requireDocumentFile(): DocumentFile","dev.inmo.tgbotapi.extensions.utils.requireDocumentFile"]},{"name":"inline fun TelegramMediaFile.requireFile(): File","description":"dev.inmo.tgbotapi.extensions.utils.requireFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-file.html","searchKeys":["requireFile","inline fun TelegramMediaFile.requireFile(): File","dev.inmo.tgbotapi.extensions.utils.requireFile"]},{"name":"inline fun TelegramMediaFile.requireMimedMediaFile(): MimedMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requireMimedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-mimed-media-file.html","searchKeys":["requireMimedMediaFile","inline fun TelegramMediaFile.requireMimedMediaFile(): MimedMediaFile","dev.inmo.tgbotapi.extensions.utils.requireMimedMediaFile"]},{"name":"inline fun TelegramMediaFile.requirePathedFile(): PathedFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePathedFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pathed-file.html","searchKeys":["requirePathedFile","inline fun TelegramMediaFile.requirePathedFile(): PathedFile","dev.inmo.tgbotapi.extensions.utils.requirePathedFile"]},{"name":"inline fun TelegramMediaFile.requirePhotoSize(): PhotoSize","description":"dev.inmo.tgbotapi.extensions.utils.requirePhotoSize","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-photo-size.html","searchKeys":["requirePhotoSize","inline fun TelegramMediaFile.requirePhotoSize(): PhotoSize","dev.inmo.tgbotapi.extensions.utils.requirePhotoSize"]},{"name":"inline fun TelegramMediaFile.requirePlayableMediaFile(): PlayableMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePlayableMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-playable-media-file.html","searchKeys":["requirePlayableMediaFile","inline fun TelegramMediaFile.requirePlayableMediaFile(): PlayableMediaFile","dev.inmo.tgbotapi.extensions.utils.requirePlayableMediaFile"]},{"name":"inline fun TelegramMediaFile.requireSimpleSticker(): SimpleSticker","description":"dev.inmo.tgbotapi.extensions.utils.requireSimpleSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-simple-sticker.html","searchKeys":["requireSimpleSticker","inline fun TelegramMediaFile.requireSimpleSticker(): SimpleSticker","dev.inmo.tgbotapi.extensions.utils.requireSimpleSticker"]},{"name":"inline fun TelegramMediaFile.requireSizedMediaFile(): SizedMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requireSizedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sized-media-file.html","searchKeys":["requireSizedMediaFile","inline fun TelegramMediaFile.requireSizedMediaFile(): SizedMediaFile","dev.inmo.tgbotapi.extensions.utils.requireSizedMediaFile"]},{"name":"inline fun TelegramMediaFile.requireSticker(): Sticker","description":"dev.inmo.tgbotapi.extensions.utils.requireSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sticker.html","searchKeys":["requireSticker","inline fun TelegramMediaFile.requireSticker(): Sticker","dev.inmo.tgbotapi.extensions.utils.requireSticker"]},{"name":"inline fun TelegramMediaFile.requireThumbedMediaFile(): ThumbedMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-media-file.html","searchKeys":["requireThumbedMediaFile","inline fun TelegramMediaFile.requireThumbedMediaFile(): ThumbedMediaFile","dev.inmo.tgbotapi.extensions.utils.requireThumbedMediaFile"]},{"name":"inline fun TelegramMediaFile.requireVideoFile(): VideoFile","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-file.html","searchKeys":["requireVideoFile","inline fun TelegramMediaFile.requireVideoFile(): VideoFile","dev.inmo.tgbotapi.extensions.utils.requireVideoFile"]},{"name":"inline fun TelegramMediaFile.requireVideoNoteFile(): VideoNoteFile","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoNoteFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-note-file.html","searchKeys":["requireVideoNoteFile","inline fun TelegramMediaFile.requireVideoNoteFile(): VideoNoteFile","dev.inmo.tgbotapi.extensions.utils.requireVideoNoteFile"]},{"name":"inline fun TelegramMediaFile.requireVideoSticker(): VideoSticker","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-sticker.html","searchKeys":["requireVideoSticker","inline fun TelegramMediaFile.requireVideoSticker(): VideoSticker","dev.inmo.tgbotapi.extensions.utils.requireVideoSticker"]},{"name":"inline fun TelegramMediaFile.requireVoiceFile(): VoiceFile","description":"dev.inmo.tgbotapi.extensions.utils.requireVoiceFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-voice-file.html","searchKeys":["requireVoiceFile","inline fun TelegramMediaFile.requireVoiceFile(): VoiceFile","dev.inmo.tgbotapi.extensions.utils.requireVoiceFile"]},{"name":"inline fun TextSource.asBoldTextSource(): BoldTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asBoldTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bold-text-source.html","searchKeys":["asBoldTextSource","inline fun TextSource.asBoldTextSource(): BoldTextSource?","dev.inmo.tgbotapi.extensions.utils.asBoldTextSource"]},{"name":"inline fun TextSource.asBotCommandTextSource(): BotCommandTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asBotCommandTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bot-command-text-source.html","searchKeys":["asBotCommandTextSource","inline fun TextSource.asBotCommandTextSource(): BotCommandTextSource?","dev.inmo.tgbotapi.extensions.utils.asBotCommandTextSource"]},{"name":"inline fun TextSource.asCashTagTextSource(): CashTagTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asCashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-cash-tag-text-source.html","searchKeys":["asCashTagTextSource","inline fun TextSource.asCashTagTextSource(): CashTagTextSource?","dev.inmo.tgbotapi.extensions.utils.asCashTagTextSource"]},{"name":"inline fun TextSource.asCodeTextSource(): CodeTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asCodeTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-code-text-source.html","searchKeys":["asCodeTextSource","inline fun TextSource.asCodeTextSource(): CodeTextSource?","dev.inmo.tgbotapi.extensions.utils.asCodeTextSource"]},{"name":"inline fun TextSource.asEMailTextSource(): EMailTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asEMailTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-e-mail-text-source.html","searchKeys":["asEMailTextSource","inline fun TextSource.asEMailTextSource(): EMailTextSource?","dev.inmo.tgbotapi.extensions.utils.asEMailTextSource"]},{"name":"inline fun TextSource.asHashTagTextSource(): HashTagTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asHashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-hash-tag-text-source.html","searchKeys":["asHashTagTextSource","inline fun TextSource.asHashTagTextSource(): HashTagTextSource?","dev.inmo.tgbotapi.extensions.utils.asHashTagTextSource"]},{"name":"inline fun TextSource.asItalicTextSource(): ItalicTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asItalicTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-italic-text-source.html","searchKeys":["asItalicTextSource","inline fun TextSource.asItalicTextSource(): ItalicTextSource?","dev.inmo.tgbotapi.extensions.utils.asItalicTextSource"]},{"name":"inline fun TextSource.asMentionTextSource(): MentionTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-mention-text-source.html","searchKeys":["asMentionTextSource","inline fun TextSource.asMentionTextSource(): MentionTextSource?","dev.inmo.tgbotapi.extensions.utils.asMentionTextSource"]},{"name":"inline fun TextSource.asMultilevelTextSource(): MultilevelTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asMultilevelTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-multilevel-text-source.html","searchKeys":["asMultilevelTextSource","inline fun TextSource.asMultilevelTextSource(): MultilevelTextSource?","dev.inmo.tgbotapi.extensions.utils.asMultilevelTextSource"]},{"name":"inline fun TextSource.asPhoneNumberTextSource(): PhoneNumberTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asPhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-phone-number-text-source.html","searchKeys":["asPhoneNumberTextSource","inline fun TextSource.asPhoneNumberTextSource(): PhoneNumberTextSource?","dev.inmo.tgbotapi.extensions.utils.asPhoneNumberTextSource"]},{"name":"inline fun TextSource.asPreTextSource(): PreTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asPreTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pre-text-source.html","searchKeys":["asPreTextSource","inline fun TextSource.asPreTextSource(): PreTextSource?","dev.inmo.tgbotapi.extensions.utils.asPreTextSource"]},{"name":"inline fun TextSource.asRegularTextSource(): RegularTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asRegularTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-regular-text-source.html","searchKeys":["asRegularTextSource","inline fun TextSource.asRegularTextSource(): RegularTextSource?","dev.inmo.tgbotapi.extensions.utils.asRegularTextSource"]},{"name":"inline fun TextSource.asStrikethroughTextSource(): StrikethroughTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asStrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-strikethrough-text-source.html","searchKeys":["asStrikethroughTextSource","inline fun TextSource.asStrikethroughTextSource(): StrikethroughTextSource?","dev.inmo.tgbotapi.extensions.utils.asStrikethroughTextSource"]},{"name":"inline fun TextSource.asTextLinkTextSource(): TextLinkTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asTextLinkTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-text-link-text-source.html","searchKeys":["asTextLinkTextSource","inline fun TextSource.asTextLinkTextSource(): TextLinkTextSource?","dev.inmo.tgbotapi.extensions.utils.asTextLinkTextSource"]},{"name":"inline fun TextSource.asTextMentionTextSource(): TextMentionTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asTextMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-text-mention-text-source.html","searchKeys":["asTextMentionTextSource","inline fun TextSource.asTextMentionTextSource(): TextMentionTextSource?","dev.inmo.tgbotapi.extensions.utils.asTextMentionTextSource"]},{"name":"inline fun TextSource.asURLTextSource(): URLTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asURLTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-text-source.html","searchKeys":["asURLTextSource","inline fun TextSource.asURLTextSource(): URLTextSource?","dev.inmo.tgbotapi.extensions.utils.asURLTextSource"]},{"name":"inline fun TextSource.asUnderlineTextSource(): UnderlineTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asUnderlineTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-underline-text-source.html","searchKeys":["asUnderlineTextSource","inline fun TextSource.asUnderlineTextSource(): UnderlineTextSource?","dev.inmo.tgbotapi.extensions.utils.asUnderlineTextSource"]},{"name":"inline fun TextSource.requireBoldTextSource(): BoldTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireBoldTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bold-text-source.html","searchKeys":["requireBoldTextSource","inline fun TextSource.requireBoldTextSource(): BoldTextSource","dev.inmo.tgbotapi.extensions.utils.requireBoldTextSource"]},{"name":"inline fun TextSource.requireBotCommandTextSource(): BotCommandTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireBotCommandTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bot-command-text-source.html","searchKeys":["requireBotCommandTextSource","inline fun TextSource.requireBotCommandTextSource(): BotCommandTextSource","dev.inmo.tgbotapi.extensions.utils.requireBotCommandTextSource"]},{"name":"inline fun TextSource.requireCashTagTextSource(): CashTagTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireCashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-cash-tag-text-source.html","searchKeys":["requireCashTagTextSource","inline fun TextSource.requireCashTagTextSource(): CashTagTextSource","dev.inmo.tgbotapi.extensions.utils.requireCashTagTextSource"]},{"name":"inline fun TextSource.requireCodeTextSource(): CodeTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireCodeTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-code-text-source.html","searchKeys":["requireCodeTextSource","inline fun TextSource.requireCodeTextSource(): CodeTextSource","dev.inmo.tgbotapi.extensions.utils.requireCodeTextSource"]},{"name":"inline fun TextSource.requireEMailTextSource(): EMailTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireEMailTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-e-mail-text-source.html","searchKeys":["requireEMailTextSource","inline fun TextSource.requireEMailTextSource(): EMailTextSource","dev.inmo.tgbotapi.extensions.utils.requireEMailTextSource"]},{"name":"inline fun TextSource.requireHashTagTextSource(): HashTagTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireHashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-hash-tag-text-source.html","searchKeys":["requireHashTagTextSource","inline fun TextSource.requireHashTagTextSource(): HashTagTextSource","dev.inmo.tgbotapi.extensions.utils.requireHashTagTextSource"]},{"name":"inline fun TextSource.requireItalicTextSource(): ItalicTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireItalicTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-italic-text-source.html","searchKeys":["requireItalicTextSource","inline fun TextSource.requireItalicTextSource(): ItalicTextSource","dev.inmo.tgbotapi.extensions.utils.requireItalicTextSource"]},{"name":"inline fun TextSource.requireMentionTextSource(): MentionTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-mention-text-source.html","searchKeys":["requireMentionTextSource","inline fun TextSource.requireMentionTextSource(): MentionTextSource","dev.inmo.tgbotapi.extensions.utils.requireMentionTextSource"]},{"name":"inline fun TextSource.requireMultilevelTextSource(): MultilevelTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireMultilevelTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-multilevel-text-source.html","searchKeys":["requireMultilevelTextSource","inline fun TextSource.requireMultilevelTextSource(): MultilevelTextSource","dev.inmo.tgbotapi.extensions.utils.requireMultilevelTextSource"]},{"name":"inline fun TextSource.requirePhoneNumberTextSource(): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requirePhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-phone-number-text-source.html","searchKeys":["requirePhoneNumberTextSource","inline fun TextSource.requirePhoneNumberTextSource(): PhoneNumberTextSource","dev.inmo.tgbotapi.extensions.utils.requirePhoneNumberTextSource"]},{"name":"inline fun TextSource.requirePreTextSource(): PreTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requirePreTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pre-text-source.html","searchKeys":["requirePreTextSource","inline fun TextSource.requirePreTextSource(): PreTextSource","dev.inmo.tgbotapi.extensions.utils.requirePreTextSource"]},{"name":"inline fun TextSource.requireRegularTextSource(): RegularTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireRegularTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-regular-text-source.html","searchKeys":["requireRegularTextSource","inline fun TextSource.requireRegularTextSource(): RegularTextSource","dev.inmo.tgbotapi.extensions.utils.requireRegularTextSource"]},{"name":"inline fun TextSource.requireStrikethroughTextSource(): StrikethroughTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireStrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-strikethrough-text-source.html","searchKeys":["requireStrikethroughTextSource","inline fun TextSource.requireStrikethroughTextSource(): StrikethroughTextSource","dev.inmo.tgbotapi.extensions.utils.requireStrikethroughTextSource"]},{"name":"inline fun TextSource.requireTextLinkTextSource(): TextLinkTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireTextLinkTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-text-link-text-source.html","searchKeys":["requireTextLinkTextSource","inline fun TextSource.requireTextLinkTextSource(): TextLinkTextSource","dev.inmo.tgbotapi.extensions.utils.requireTextLinkTextSource"]},{"name":"inline fun TextSource.requireTextMentionTextSource(): TextMentionTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireTextMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-text-mention-text-source.html","searchKeys":["requireTextMentionTextSource","inline fun TextSource.requireTextMentionTextSource(): TextMentionTextSource","dev.inmo.tgbotapi.extensions.utils.requireTextMentionTextSource"]},{"name":"inline fun TextSource.requireURLTextSource(): URLTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireURLTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-text-source.html","searchKeys":["requireURLTextSource","inline fun TextSource.requireURLTextSource(): URLTextSource","dev.inmo.tgbotapi.extensions.utils.requireURLTextSource"]},{"name":"inline fun TextSource.requireUnderlineTextSource(): UnderlineTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireUnderlineTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-underline-text-source.html","searchKeys":["requireUnderlineTextSource","inline fun TextSource.requireUnderlineTextSource(): UnderlineTextSource","dev.inmo.tgbotapi.extensions.utils.requireUnderlineTextSource"]},{"name":"inline fun TextSourcesList.makeHtmlString(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeHtmlString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-html-string.html","searchKeys":["makeHtmlString","inline fun TextSourcesList.makeHtmlString(): String","dev.inmo.tgbotapi.utils.extensions.makeHtmlString"]},{"name":"inline fun TextSourcesList.makeMarkdownString(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeMarkdownString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-markdown-string.html","searchKeys":["makeMarkdownString","inline fun TextSourcesList.makeMarkdownString(): String","dev.inmo.tgbotapi.utils.extensions.makeMarkdownString"]},{"name":"inline fun TextSourcesList.makeMarkdownV2String(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeMarkdownV2String","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-markdown-v2-string.html","searchKeys":["makeMarkdownV2String","inline fun TextSourcesList.makeMarkdownV2String(): String","dev.inmo.tgbotapi.utils.extensions.makeMarkdownV2String"]},{"name":"inline fun TextSourcesList.makeSourceString(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeSourceString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-source-string.html","searchKeys":["makeSourceString","inline fun TextSourcesList.makeSourceString(): String","dev.inmo.tgbotapi.utils.extensions.makeSourceString"]},{"name":"inline fun TextSourcesList.makeString(parseMode: ParseMode? = null): String","description":"dev.inmo.tgbotapi.utils.extensions.makeString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-string.html","searchKeys":["makeString","inline fun TextSourcesList.makeString(parseMode: ParseMode? = null): String","dev.inmo.tgbotapi.utils.extensions.makeString"]},{"name":"inline fun Update.asBaseEditMessageUpdate(): BaseEditMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-edit-message-update.html","searchKeys":["asBaseEditMessageUpdate","inline fun Update.asBaseEditMessageUpdate(): BaseEditMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asBaseEditMessageUpdate"]},{"name":"inline fun Update.asBaseMessageUpdate(): BaseMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-message-update.html","searchKeys":["asBaseMessageUpdate","inline fun Update.asBaseMessageUpdate(): BaseMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asBaseMessageUpdate"]},{"name":"inline fun Update.asBaseSentMessageUpdate(): BaseSentMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-sent-message-update.html","searchKeys":["asBaseSentMessageUpdate","inline fun Update.asBaseSentMessageUpdate(): BaseSentMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asBaseSentMessageUpdate"]},{"name":"inline fun Update.asCallbackQueryUpdate(): CallbackQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asCallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-callback-query-update.html","searchKeys":["asCallbackQueryUpdate","inline fun Update.asCallbackQueryUpdate(): CallbackQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asCallbackQueryUpdate"]},{"name":"inline fun Update.asChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-post-media-group-update.html","searchKeys":["asChannelPostMediaGroupUpdate","inline fun Update.asChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.asChannelPostUpdate(): ChannelPostUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-post-update.html","searchKeys":["asChannelPostUpdate","inline fun Update.asChannelPostUpdate(): ChannelPostUpdate?","dev.inmo.tgbotapi.extensions.utils.asChannelPostUpdate"]},{"name":"inline fun Update.asChatJoinRequestUpdate(): ChatJoinRequestUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-join-request-update.html","searchKeys":["asChatJoinRequestUpdate","inline fun Update.asChatJoinRequestUpdate(): ChatJoinRequestUpdate?","dev.inmo.tgbotapi.extensions.utils.asChatJoinRequestUpdate"]},{"name":"inline fun Update.asChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-member-updated-update.html","searchKeys":["asChatMemberUpdatedUpdate","inline fun Update.asChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate?","dev.inmo.tgbotapi.extensions.utils.asChatMemberUpdatedUpdate"]},{"name":"inline fun Update.asChosenInlineResultUpdate(): ChosenInlineResultUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chosen-inline-result-update.html","searchKeys":["asChosenInlineResultUpdate","inline fun Update.asChosenInlineResultUpdate(): ChosenInlineResultUpdate?","dev.inmo.tgbotapi.extensions.utils.asChosenInlineResultUpdate"]},{"name":"inline fun Update.asCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-chat-member-updated-update.html","searchKeys":["asCommonChatMemberUpdatedUpdate","inline fun Update.asCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate?","dev.inmo.tgbotapi.extensions.utils.asCommonChatMemberUpdatedUpdate"]},{"name":"inline fun Update.asEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-media-group-update.html","searchKeys":["asEditChannelPostMediaGroupUpdate","inline fun Update.asEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.asEditChannelPostUpdate(): EditChannelPostUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-update.html","searchKeys":["asEditChannelPostUpdate","inline fun Update.asEditChannelPostUpdate(): EditChannelPostUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditChannelPostUpdate"]},{"name":"inline fun Update.asEditMediaGroupUpdate(): EditMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-media-group-update.html","searchKeys":["asEditMediaGroupUpdate","inline fun Update.asEditMediaGroupUpdate(): EditMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditMediaGroupUpdate"]},{"name":"inline fun Update.asEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-message-media-group-update.html","searchKeys":["asEditMessageMediaGroupUpdate","inline fun Update.asEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditMessageMediaGroupUpdate"]},{"name":"inline fun Update.asEditMessageUpdate(): EditMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-message-update.html","searchKeys":["asEditMessageUpdate","inline fun Update.asEditMessageUpdate(): EditMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditMessageUpdate"]},{"name":"inline fun Update.asInlineQueryUpdate(): InlineQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-update.html","searchKeys":["asInlineQueryUpdate","inline fun Update.asInlineQueryUpdate(): InlineQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryUpdate"]},{"name":"inline fun Update.asMediaGroupUpdate(): MediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-update.html","searchKeys":["asMediaGroupUpdate","inline fun Update.asMediaGroupUpdate(): MediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupUpdate"]},{"name":"inline fun Update.asMessageMediaGroupUpdate(): MessageMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-media-group-update.html","searchKeys":["asMessageMediaGroupUpdate","inline fun Update.asMessageMediaGroupUpdate(): MessageMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asMessageMediaGroupUpdate"]},{"name":"inline fun Update.asMessageUpdate(): MessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-update.html","searchKeys":["asMessageUpdate","inline fun Update.asMessageUpdate(): MessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asMessageUpdate"]},{"name":"inline fun Update.asMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-my-chat-member-updated-update.html","searchKeys":["asMyChatMemberUpdatedUpdate","inline fun Update.asMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate?","dev.inmo.tgbotapi.extensions.utils.asMyChatMemberUpdatedUpdate"]},{"name":"inline fun Update.asPollAnswerUpdate(): PollAnswerUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asPollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-poll-answer-update.html","searchKeys":["asPollAnswerUpdate","inline fun Update.asPollAnswerUpdate(): PollAnswerUpdate?","dev.inmo.tgbotapi.extensions.utils.asPollAnswerUpdate"]},{"name":"inline fun Update.asPollUpdate(): PollUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asPollUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-poll-update.html","searchKeys":["asPollUpdate","inline fun Update.asPollUpdate(): PollUpdate?","dev.inmo.tgbotapi.extensions.utils.asPollUpdate"]},{"name":"inline fun Update.asPreCheckoutQueryUpdate(): PreCheckoutQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asPreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pre-checkout-query-update.html","searchKeys":["asPreCheckoutQueryUpdate","inline fun Update.asPreCheckoutQueryUpdate(): PreCheckoutQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asPreCheckoutQueryUpdate"]},{"name":"inline fun Update.asSentMediaGroupUpdate(): SentMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sent-media-group-update.html","searchKeys":["asSentMediaGroupUpdate","inline fun Update.asSentMediaGroupUpdate(): SentMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asSentMediaGroupUpdate"]},{"name":"inline fun Update.asShippingQueryUpdate(): ShippingQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-shipping-query-update.html","searchKeys":["asShippingQueryUpdate","inline fun Update.asShippingQueryUpdate(): ShippingQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asShippingQueryUpdate"]},{"name":"inline fun Update.asUnknownUpdate(): UnknownUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-update.html","searchKeys":["asUnknownUpdate","inline fun Update.asUnknownUpdate(): UnknownUpdate?","dev.inmo.tgbotapi.extensions.utils.asUnknownUpdate"]},{"name":"inline fun Update.requireBaseEditMessageUpdate(): BaseEditMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-edit-message-update.html","searchKeys":["requireBaseEditMessageUpdate","inline fun Update.requireBaseEditMessageUpdate(): BaseEditMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireBaseEditMessageUpdate"]},{"name":"inline fun Update.requireBaseMessageUpdate(): BaseMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-message-update.html","searchKeys":["requireBaseMessageUpdate","inline fun Update.requireBaseMessageUpdate(): BaseMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireBaseMessageUpdate"]},{"name":"inline fun Update.requireBaseSentMessageUpdate(): BaseSentMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-sent-message-update.html","searchKeys":["requireBaseSentMessageUpdate","inline fun Update.requireBaseSentMessageUpdate(): BaseSentMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireBaseSentMessageUpdate"]},{"name":"inline fun Update.requireCallbackQueryUpdate(): CallbackQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireCallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-callback-query-update.html","searchKeys":["requireCallbackQueryUpdate","inline fun Update.requireCallbackQueryUpdate(): CallbackQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requireCallbackQueryUpdate"]},{"name":"inline fun Update.requireChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-post-media-group-update.html","searchKeys":["requireChannelPostMediaGroupUpdate","inline fun Update.requireChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.requireChannelPostUpdate(): ChannelPostUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-post-update.html","searchKeys":["requireChannelPostUpdate","inline fun Update.requireChannelPostUpdate(): ChannelPostUpdate","dev.inmo.tgbotapi.extensions.utils.requireChannelPostUpdate"]},{"name":"inline fun Update.requireChatJoinRequestUpdate(): ChatJoinRequestUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-join-request-update.html","searchKeys":["requireChatJoinRequestUpdate","inline fun Update.requireChatJoinRequestUpdate(): ChatJoinRequestUpdate","dev.inmo.tgbotapi.extensions.utils.requireChatJoinRequestUpdate"]},{"name":"inline fun Update.requireChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-member-updated-update.html","searchKeys":["requireChatMemberUpdatedUpdate","inline fun Update.requireChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate","dev.inmo.tgbotapi.extensions.utils.requireChatMemberUpdatedUpdate"]},{"name":"inline fun Update.requireChosenInlineResultUpdate(): ChosenInlineResultUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chosen-inline-result-update.html","searchKeys":["requireChosenInlineResultUpdate","inline fun Update.requireChosenInlineResultUpdate(): ChosenInlineResultUpdate","dev.inmo.tgbotapi.extensions.utils.requireChosenInlineResultUpdate"]},{"name":"inline fun Update.requireCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-chat-member-updated-update.html","searchKeys":["requireCommonChatMemberUpdatedUpdate","inline fun Update.requireCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate","dev.inmo.tgbotapi.extensions.utils.requireCommonChatMemberUpdatedUpdate"]},{"name":"inline fun Update.requireEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-media-group-update.html","searchKeys":["requireEditChannelPostMediaGroupUpdate","inline fun Update.requireEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.requireEditChannelPostUpdate(): EditChannelPostUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-update.html","searchKeys":["requireEditChannelPostUpdate","inline fun Update.requireEditChannelPostUpdate(): EditChannelPostUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostUpdate"]},{"name":"inline fun Update.requireEditMediaGroupUpdate(): EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-media-group-update.html","searchKeys":["requireEditMediaGroupUpdate","inline fun Update.requireEditMediaGroupUpdate(): EditMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditMediaGroupUpdate"]},{"name":"inline fun Update.requireEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-message-media-group-update.html","searchKeys":["requireEditMessageMediaGroupUpdate","inline fun Update.requireEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditMessageMediaGroupUpdate"]},{"name":"inline fun Update.requireEditMessageUpdate(): EditMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-message-update.html","searchKeys":["requireEditMessageUpdate","inline fun Update.requireEditMessageUpdate(): EditMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditMessageUpdate"]},{"name":"inline fun Update.requireInlineQueryUpdate(): InlineQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-update.html","searchKeys":["requireInlineQueryUpdate","inline fun Update.requireInlineQueryUpdate(): InlineQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryUpdate"]},{"name":"inline fun Update.requireMediaGroupUpdate(): MediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-update.html","searchKeys":["requireMediaGroupUpdate","inline fun Update.requireMediaGroupUpdate(): MediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupUpdate"]},{"name":"inline fun Update.requireMessageMediaGroupUpdate(): MessageMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-media-group-update.html","searchKeys":["requireMessageMediaGroupUpdate","inline fun Update.requireMessageMediaGroupUpdate(): MessageMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireMessageMediaGroupUpdate"]},{"name":"inline fun Update.requireMessageUpdate(): MessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-update.html","searchKeys":["requireMessageUpdate","inline fun Update.requireMessageUpdate(): MessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireMessageUpdate"]},{"name":"inline fun Update.requireMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-my-chat-member-updated-update.html","searchKeys":["requireMyChatMemberUpdatedUpdate","inline fun Update.requireMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate","dev.inmo.tgbotapi.extensions.utils.requireMyChatMemberUpdatedUpdate"]},{"name":"inline fun Update.requirePollAnswerUpdate(): PollAnswerUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requirePollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-poll-answer-update.html","searchKeys":["requirePollAnswerUpdate","inline fun Update.requirePollAnswerUpdate(): PollAnswerUpdate","dev.inmo.tgbotapi.extensions.utils.requirePollAnswerUpdate"]},{"name":"inline fun Update.requirePollUpdate(): PollUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requirePollUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-poll-update.html","searchKeys":["requirePollUpdate","inline fun Update.requirePollUpdate(): PollUpdate","dev.inmo.tgbotapi.extensions.utils.requirePollUpdate"]},{"name":"inline fun Update.requirePreCheckoutQueryUpdate(): PreCheckoutQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requirePreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pre-checkout-query-update.html","searchKeys":["requirePreCheckoutQueryUpdate","inline fun Update.requirePreCheckoutQueryUpdate(): PreCheckoutQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requirePreCheckoutQueryUpdate"]},{"name":"inline fun Update.requireSentMediaGroupUpdate(): SentMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sent-media-group-update.html","searchKeys":["requireSentMediaGroupUpdate","inline fun Update.requireSentMediaGroupUpdate(): SentMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireSentMediaGroupUpdate"]},{"name":"inline fun Update.requireShippingQueryUpdate(): ShippingQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-shipping-query-update.html","searchKeys":["requireShippingQueryUpdate","inline fun Update.requireShippingQueryUpdate(): ShippingQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requireShippingQueryUpdate"]},{"name":"inline fun Update.requireUnknownUpdate(): UnknownUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-update.html","searchKeys":["requireUnknownUpdate","inline fun Update.requireUnknownUpdate(): UnknownUpdate","dev.inmo.tgbotapi.extensions.utils.requireUnknownUpdate"]},{"name":"inline fun User.mention(parts: TextSourcesList): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun User.mention(parts: TextSourcesList): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun User.mention(text: String): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun User.mention(text: String): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun UserId.mention(parts: TextSourcesList): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun UserId.mention(parts: TextSourcesList): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun UserId.mention(text: String): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun UserId.mention(text: String): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun VideoFile.toTelegramMediaVideo(text: String? = null, parseMode: ParseMode? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.files.toTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html","searchKeys":["toTelegramMediaVideo","inline fun VideoFile.toTelegramMediaVideo(text: String? = null, parseMode: ParseMode? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.files.toTelegramMediaVideo"]},{"name":"inline fun VideoFile.toTelegramMediaVideo(textSources: TextSourcesList): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.files.toTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html","searchKeys":["toTelegramMediaVideo","inline fun VideoFile.toTelegramMediaVideo(textSources: TextSourcesList): TelegramMediaVideo","dev.inmo.tgbotapi.types.files.toTelegramMediaVideo"]},{"name":"inline fun bold(parts: TextSourcesList): BoldTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.bold","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bold.html","searchKeys":["bold","inline fun bold(parts: TextSourcesList): BoldTextSource","dev.inmo.tgbotapi.types.message.textsources.bold"]},{"name":"inline fun bold(text: String): BoldTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.bold","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bold.html","searchKeys":["bold","inline fun bold(text: String): BoldTextSource","dev.inmo.tgbotapi.types.message.textsources.bold"]},{"name":"inline fun bold(vararg parts: TextSource): BoldTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.bold","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bold.html","searchKeys":["bold","inline fun bold(vararg parts: TextSource): BoldTextSource","dev.inmo.tgbotapi.types.message.textsources.bold"]},{"name":"inline fun botCommand(command: String): BotCommandTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.botCommand","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bot-command.html","searchKeys":["botCommand","inline fun botCommand(command: String): BotCommandTextSource","dev.inmo.tgbotapi.types.message.textsources.botCommand"]},{"name":"inline fun cashTag(parts: TextSourcesList): CashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.cashTag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html","searchKeys":["cashTag","inline fun cashTag(parts: TextSourcesList): CashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.cashTag"]},{"name":"inline fun cashTag(tag: String): CashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.cashTag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html","searchKeys":["cashTag","inline fun cashTag(tag: String): CashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.cashTag"]},{"name":"inline fun cashTag(vararg parts: TextSource): CashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.cashTag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html","searchKeys":["cashTag","inline fun cashTag(vararg parts: TextSource): CashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.cashTag"]},{"name":"inline fun code(code: String): CodeTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.code","location":"docs/dev.inmo.tgbotapi.types.message.textsources/code.html","searchKeys":["code","inline fun code(code: String): CodeTextSource","dev.inmo.tgbotapi.types.message.textsources.code"]},{"name":"inline fun email(emailAddress: String): EMailTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.email","location":"docs/dev.inmo.tgbotapi.types.message.textsources/email.html","searchKeys":["email","inline fun email(emailAddress: String): EMailTextSource","dev.inmo.tgbotapi.types.message.textsources.email"]},{"name":"inline fun email(parts: TextSourcesList): EMailTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.email","location":"docs/dev.inmo.tgbotapi.types.message.textsources/email.html","searchKeys":["email","inline fun email(parts: TextSourcesList): EMailTextSource","dev.inmo.tgbotapi.types.message.textsources.email"]},{"name":"inline fun email(vararg parts: TextSource): EMailTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.email","location":"docs/dev.inmo.tgbotapi.types.message.textsources/email.html","searchKeys":["email","inline fun email(vararg parts: TextSource): EMailTextSource","dev.inmo.tgbotapi.types.message.textsources.email"]},{"name":"inline fun flowsUpdatesFilter(internalChannelsSizes: Int = 100, block: FlowsUpdatesFilter.() -> Unit): FlowsUpdatesFilter","description":"dev.inmo.tgbotapi.extensions.utils.updates.flowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/flows-updates-filter.html","searchKeys":["flowsUpdatesFilter","inline fun flowsUpdatesFilter(internalChannelsSizes: Int = 100, block: FlowsUpdatesFilter.() -> Unit): FlowsUpdatesFilter","dev.inmo.tgbotapi.extensions.utils.updates.flowsUpdatesFilter"]},{"name":"inline fun handleResult(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","description":"dev.inmo.tgbotapi.webapps.handleResult","location":"docs/dev.inmo.tgbotapi.webapps/handle-result.html","searchKeys":["handleResult","inline fun handleResult(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","dev.inmo.tgbotapi.webapps.handleResult"]},{"name":"inline fun hashtag(hashtag: String): HashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.hashtag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/hashtag.html","searchKeys":["hashtag","inline fun hashtag(hashtag: String): HashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.hashtag"]},{"name":"inline fun hashtag(parts: TextSourcesList): HashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.hashtag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/hashtag.html","searchKeys":["hashtag","inline fun hashtag(parts: TextSourcesList): HashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.hashtag"]},{"name":"inline fun hashtag(vararg parts: TextSource): HashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.hashtag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/hashtag.html","searchKeys":["hashtag","inline fun hashtag(vararg parts: TextSource): HashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.hashtag"]},{"name":"inline fun inlineKeyboard(block: InlineKeyboardBuilder.() -> Unit): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-keyboard.html","searchKeys":["inlineKeyboard","inline fun inlineKeyboard(block: InlineKeyboardBuilder.() -> Unit): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard"]},{"name":"inline fun italic(parts: TextSourcesList): ItalicTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.italic","location":"docs/dev.inmo.tgbotapi.types.message.textsources/italic.html","searchKeys":["italic","inline fun italic(parts: TextSourcesList): ItalicTextSource","dev.inmo.tgbotapi.types.message.textsources.italic"]},{"name":"inline fun italic(text: String): ItalicTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.italic","location":"docs/dev.inmo.tgbotapi.types.message.textsources/italic.html","searchKeys":["italic","inline fun italic(text: String): ItalicTextSource","dev.inmo.tgbotapi.types.message.textsources.italic"]},{"name":"inline fun italic(vararg parts: TextSource): ItalicTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.italic","location":"docs/dev.inmo.tgbotapi.types.message.textsources/italic.html","searchKeys":["italic","inline fun italic(vararg parts: TextSource): ItalicTextSource","dev.inmo.tgbotapi.types.message.textsources.italic"]},{"name":"inline fun link(text: String, url: String): TextLinkTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.link","location":"docs/dev.inmo.tgbotapi.types.message.textsources/link.html","searchKeys":["link","inline fun link(text: String, url: String): TextLinkTextSource","dev.inmo.tgbotapi.types.message.textsources.link"]},{"name":"inline fun link(url: String): URLTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.link","location":"docs/dev.inmo.tgbotapi.types.message.textsources/link.html","searchKeys":["link","inline fun link(url: String): URLTextSource","dev.inmo.tgbotapi.types.message.textsources.link"]},{"name":"inline fun makeDeepLink(username: Username, startParameter: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeDeepLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-deep-link.html","searchKeys":["makeDeepLink","inline fun makeDeepLink(username: Username, startParameter: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeDeepLink"]},{"name":"inline fun makeLink(username: Username): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link.html","searchKeys":["makeLink","inline fun makeLink(username: Username): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeLink"]},{"name":"inline fun makeTelegramDeepLink(username: String, startParameter: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html","searchKeys":["makeTelegramDeepLink","inline fun makeTelegramDeepLink(username: String, startParameter: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink"]},{"name":"inline fun makeTelegramDeepLink(username: Username, startParameter: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html","searchKeys":["makeTelegramDeepLink","inline fun makeTelegramDeepLink(username: Username, startParameter: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink"]},{"name":"inline fun mention(parts: TextSourcesList): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(parts: TextSourcesList, id: Identifier): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList, id: Identifier): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(parts: TextSourcesList, user: User): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList, user: User): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(parts: TextSourcesList, userId: UserId): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList, userId: UserId): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(text: String, id: Identifier): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(text: String, id: Identifier): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(text: String, user: User): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(text: String, user: User): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(text: String, userId: UserId): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(text: String, userId: UserId): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/mention.html","searchKeys":["mention","inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","dev.inmo.tgbotapi.types.MessageEntity.textsources.mention"]},{"name":"inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(vararg parts: TextSource): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(vararg parts: TextSource): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(whoToMention: String): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(whoToMention: String): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(whoToMention: Username): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(whoToMention: Username): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun phone(number: String): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.phone","location":"docs/dev.inmo.tgbotapi.types.message.textsources/phone.html","searchKeys":["phone","inline fun phone(number: String): PhoneNumberTextSource","dev.inmo.tgbotapi.types.message.textsources.phone"]},{"name":"inline fun phone(parts: TextSourcesList): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.phone","location":"docs/dev.inmo.tgbotapi.types.message.textsources/phone.html","searchKeys":["phone","inline fun phone(parts: TextSourcesList): PhoneNumberTextSource","dev.inmo.tgbotapi.types.message.textsources.phone"]},{"name":"inline fun phone(vararg parts: TextSource): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.phone","location":"docs/dev.inmo.tgbotapi.types.message.textsources/phone.html","searchKeys":["phone","inline fun phone(vararg parts: TextSource): PhoneNumberTextSource","dev.inmo.tgbotapi.types.message.textsources.phone"]},{"name":"inline fun pre(code: String, language: String? = null): PreTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.pre","location":"docs/dev.inmo.tgbotapi.types.message.textsources/pre.html","searchKeys":["pre","inline fun pre(code: String, language: String? = null): PreTextSource","dev.inmo.tgbotapi.types.message.textsources.pre"]},{"name":"inline fun regular(text: String): RegularTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.regular","location":"docs/dev.inmo.tgbotapi.types.message.textsources/regular.html","searchKeys":["regular","inline fun regular(text: String): RegularTextSource","dev.inmo.tgbotapi.types.message.textsources.regular"]},{"name":"inline fun replyKeyboard(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, block: ReplyKeyboardBuilder.() -> Unit): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/reply-keyboard.html","searchKeys":["replyKeyboard","inline fun replyKeyboard(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, block: ReplyKeyboardBuilder.() -> Unit): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard"]},{"name":"inline fun sendDataOrWorkWithQueryId(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","description":"dev.inmo.tgbotapi.webapps.sendDataOrWorkWithQueryId","location":"docs/dev.inmo.tgbotapi.webapps/send-data-or-work-with-query-id.html","searchKeys":["sendDataOrWorkWithQueryId","inline fun sendDataOrWorkWithQueryId(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","dev.inmo.tgbotapi.webapps.sendDataOrWorkWithQueryId"]},{"name":"inline fun spoiler(parts: TextSourcesList): SpoilerTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.spoiler","location":"docs/dev.inmo.tgbotapi.types.message.textsources/spoiler.html","searchKeys":["spoiler","inline fun spoiler(parts: TextSourcesList): SpoilerTextSource","dev.inmo.tgbotapi.types.message.textsources.spoiler"]},{"name":"inline fun spoiler(text: String): SpoilerTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.spoiler","location":"docs/dev.inmo.tgbotapi.types.message.textsources/spoiler.html","searchKeys":["spoiler","inline fun spoiler(text: String): SpoilerTextSource","dev.inmo.tgbotapi.types.message.textsources.spoiler"]},{"name":"inline fun spoiler(vararg parts: TextSource): SpoilerTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.spoiler","location":"docs/dev.inmo.tgbotapi.types.message.textsources/spoiler.html","searchKeys":["spoiler","inline fun spoiler(vararg parts: TextSource): SpoilerTextSource","dev.inmo.tgbotapi.types.message.textsources.spoiler"]},{"name":"inline fun strikethrough(parts: TextSourcesList): StrikethroughTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.strikethrough","location":"docs/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html","searchKeys":["strikethrough","inline fun strikethrough(parts: TextSourcesList): StrikethroughTextSource","dev.inmo.tgbotapi.types.message.textsources.strikethrough"]},{"name":"inline fun strikethrough(text: String): StrikethroughTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.strikethrough","location":"docs/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html","searchKeys":["strikethrough","inline fun strikethrough(text: String): StrikethroughTextSource","dev.inmo.tgbotapi.types.message.textsources.strikethrough"]},{"name":"inline fun strikethrough(vararg parts: TextSource): StrikethroughTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.strikethrough","location":"docs/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html","searchKeys":["strikethrough","inline fun strikethrough(vararg parts: TextSource): StrikethroughTextSource","dev.inmo.tgbotapi.types.message.textsources.strikethrough"]},{"name":"inline fun telegramBot(bots: List, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(bots: List, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","description":"dev.inmo.tgbotapi.bot.ktor.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","dev.inmo.tgbotapi.bot.ktor.telegramBot"]},{"name":"inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","description":"dev.inmo.tgbotapi.bot.ktor.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","dev.inmo.tgbotapi.bot.ktor.telegramBot"]},{"name":"inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, client: HttpClient = HttpClient()): TelegramBot","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, client: HttpClient = HttpClient()): TelegramBot","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(token: String, clientEngine: HttpClientEngine, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, clientEngine: HttpClientEngine, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientEngine: HttpClientEngine, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientEngine: HttpClientEngine, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): List","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElse","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/text-sources-or-else.html","searchKeys":["textSourcesOrElse","inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): List","dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElse"]},{"name":"inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElse","location":"docs/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else.html","searchKeys":["textSourcesOrElse","inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElse"]},{"name":"inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): List","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElseTextSource","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/text-sources-or-else-text-source.html","searchKeys":["textSourcesOrElseTextSource","inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): List","dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElseTextSource"]},{"name":"inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElseTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else-text-source.html","searchKeys":["textSourcesOrElseTextSource","inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElseTextSource"]},{"name":"inline fun underline(parts: TextSourcesList): UnderlineTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.underline","location":"docs/dev.inmo.tgbotapi.types.message.textsources/underline.html","searchKeys":["underline","inline fun underline(parts: TextSourcesList): UnderlineTextSource","dev.inmo.tgbotapi.types.message.textsources.underline"]},{"name":"inline fun underline(text: String): UnderlineTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.underline","location":"docs/dev.inmo.tgbotapi.types.message.textsources/underline.html","searchKeys":["underline","inline fun underline(text: String): UnderlineTextSource","dev.inmo.tgbotapi.types.message.textsources.underline"]},{"name":"inline fun underline(vararg parts: TextSource): UnderlineTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.underline","location":"docs/dev.inmo.tgbotapi.types.message.textsources/underline.html","searchKeys":["underline","inline fun underline(vararg parts: TextSource): UnderlineTextSource","dev.inmo.tgbotapi.types.message.textsources.underline"]},{"name":"inline operator fun List.plus(text: String): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun List.plus(text: String): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun TextSource.plus(other: List): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun TextSource.plus(other: List): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun TextSource.plus(other: TextSource): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun TextSource.plus(other: TextSource): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun TextSource.plus(text: String): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun TextSource.plus(text: String): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun invoke(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html","searchKeys":["invoke","inline operator fun invoke(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke"]},{"name":"inline operator fun invoke(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html","searchKeys":["invoke","inline operator fun invoke(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke"]},{"name":"inline operator fun invoke(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html","searchKeys":["invoke","inline operator fun invoke(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke"]},{"name":"inline suspend fun BehaviourContext.waitPassportMessagesWith(count: Int = 1, initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }, filter: SimpleFilter? = null, noinline mapper: PassportMessageMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessagesWith","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages-with.html","searchKeys":["waitPassportMessagesWith","inline suspend fun BehaviourContext.waitPassportMessagesWith(count: Int = 1, initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }, filter: SimpleFilter? = null, noinline mapper: PassportMessageMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessagesWith"]},{"name":"inline suspend fun ByteReadChannel.asMultipartFile(fileName: String): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","inline suspend fun ByteReadChannel.asMultipartFile(fileName: String): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"inline suspend fun ByteReadChannelAllocator.asMultipartFile(fileName: String): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","inline suspend fun ByteReadChannelAllocator.asMultipartFile(fileName: String): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"inline suspend fun TelegramBot.close(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.close","location":"docs/dev.inmo.tgbotapi.extensions.api/close.html","searchKeys":["close","inline suspend fun TelegramBot.close(): Boolean","dev.inmo.tgbotapi.extensions.api.close"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.logOut(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.logOut","location":"docs/dev.inmo.tgbotapi.extensions.api/log-out.html","searchKeys":["logOut","inline suspend fun TelegramBot.logOut(): Boolean","dev.inmo.tgbotapi.extensions.api.logOut"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, animationType: DiceAnimationType, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, animationType: DiceAnimationType, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, entities: TextSourcesList, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, entities: TextSourcesList, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, copy: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, copy: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, fromChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, fromChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, fromChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, fromChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, poll: Poll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, poll: Poll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, entities: TextSourcesList, isAnonymous: Boolean = true, isClosed: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, entities: TextSourcesList, isAnonymous: Boolean = true, isClosed: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, entities: TextSourcesList, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, entities: TextSourcesList, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, entities: TextSourcesList, thumb: InputFile? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html","searchKeys":["replyWithAnimation","inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, entities: TextSourcesList, thumb: InputFile? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation"]},{"name":"inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html","searchKeys":["replyWithAnimation","inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation"]},{"name":"inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html","searchKeys":["replyWithAudio","inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAudio"]},{"name":"inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html","searchKeys":["replyWithAudio","inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAudio"]},{"name":"inline suspend fun TelegramBot.replyWithDice(to: Message, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-dice.html","searchKeys":["replyWithDice","inline suspend fun TelegramBot.replyWithDice(to: Message, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithDice"]},{"name":"inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html","searchKeys":["replyWithDocument","inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithDocument"]},{"name":"inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html","searchKeys":["replyWithDocument","inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithDocument"]},{"name":"inline suspend fun TelegramBot.replyWithDocuments(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDocuments","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-documents.html","searchKeys":["replyWithDocuments","inline suspend fun TelegramBot.replyWithDocuments(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithDocuments"]},{"name":"inline suspend fun TelegramBot.replyWithGallery(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithGallery","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-gallery.html","searchKeys":["replyWithGallery","inline suspend fun TelegramBot.replyWithGallery(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithGallery"]},{"name":"inline suspend fun TelegramBot.replyWithGame(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html","searchKeys":["replyWithGame","inline suspend fun TelegramBot.replyWithGame(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithGame"]},{"name":"inline suspend fun TelegramBot.replyWithGame(to: Message, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html","searchKeys":["replyWithGame","inline suspend fun TelegramBot.replyWithGame(to: Message, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithGame"]},{"name":"inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html","searchKeys":["replyWithLiveLocation","inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation"]},{"name":"inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html","searchKeys":["replyWithLiveLocation","inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation"]},{"name":"inline suspend fun TelegramBot.replyWithMediaGroup(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-media-group.html","searchKeys":["replyWithMediaGroup","inline suspend fun TelegramBot.replyWithMediaGroup(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithMediaGroup"]},{"name":"inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html","searchKeys":["replyWithPhoto","inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto"]},{"name":"inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html","searchKeys":["replyWithPhoto","inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto"]},{"name":"inline suspend fun TelegramBot.replyWithPlaylist(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-playlist.html","searchKeys":["replyWithPlaylist","inline suspend fun TelegramBot.replyWithPlaylist(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithPlaylist"]},{"name":"inline suspend fun TelegramBot.replyWithSticker(to: Message, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-sticker.html","searchKeys":["replyWithSticker","inline suspend fun TelegramBot.replyWithSticker(to: Message, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithSticker"]},{"name":"inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html","searchKeys":["replyWithVideo","inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVideo"]},{"name":"inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html","searchKeys":["replyWithVideo","inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVideo"]},{"name":"inline suspend fun TelegramBot.replyWithVideoNote(to: Message, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-video-note.html","searchKeys":["replyWithVideoNote","inline suspend fun TelegramBot.replyWithVideoNote(to: Message, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVideoNote"]},{"name":"inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html","searchKeys":["replyWithVoice","inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVoice"]},{"name":"inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html","searchKeys":["replyWithVoice","inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVoice"]},{"name":"inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"interface AdministratorChatMember : SpecialRightsChatMember, ChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/index.html","searchKeys":["AdministratorChatMember","interface AdministratorChatMember : SpecialRightsChatMember, ChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember"]},{"name":"interface Amounted","description":"dev.inmo.tgbotapi.types.payments.abstracts.Amounted","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/index.html","searchKeys":["Amounted","interface Amounted","dev.inmo.tgbotapi.types.payments.abstracts.Amounted"]},{"name":"interface AnonymousGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html","searchKeys":["AnonymousGroupContentMessage","interface AnonymousGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage"]},{"name":"interface AnswerPreCheckoutQuery : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/index.html","searchKeys":["AnswerPreCheckoutQuery","interface AnswerPreCheckoutQuery : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery"]},{"name":"interface AnswerShippingQuery : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.html","searchKeys":["AnswerShippingQuery","interface AnswerShippingQuery : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery"]},{"name":"interface AudioMediaGroupContent : MediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-media-group-content/index.html","searchKeys":["AudioMediaGroupContent","interface AudioMediaGroupContent : MediaGroupContent","dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent"]},{"name":"interface AudioMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.AudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-audio-media-group-member-telegram-media/index.html","searchKeys":["AudioMediaGroupMemberTelegramMedia","interface AudioMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.AudioMediaGroupMemberTelegramMedia"]},{"name":"interface BannedChatMember : ChatMember, UntilDate","description":"dev.inmo.tgbotapi.types.chat.member.BannedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-banned-chat-member/index.html","searchKeys":["BannedChatMember","interface BannedChatMember : ChatMember, UntilDate","dev.inmo.tgbotapi.types.chat.member.BannedChatMember"]},{"name":"interface BaseEditMessageUpdate : BaseMessageUpdate","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/index.html","searchKeys":["BaseEditMessageUpdate","interface BaseEditMessageUpdate : BaseMessageUpdate","dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate"]},{"name":"interface BaseMessageUpdate : Update","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/index.html","searchKeys":["BaseMessageUpdate","interface BaseMessageUpdate : Update","dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate"]},{"name":"interface BaseSentMessageUpdate : BaseMessageUpdate","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.html","searchKeys":["BaseSentMessageUpdate","interface BaseSentMessageUpdate : BaseMessageUpdate","dev.inmo.tgbotapi.types.update.abstracts.BaseSentMessageUpdate"]},{"name":"interface BehaviourContext : FlowsUpdatesFilter, RequestsExecutor, CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html","searchKeys":["BehaviourContext","interface BehaviourContext : FlowsUpdatesFilter, RequestsExecutor, CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext"]},{"name":"interface BehaviourContextWithFSM : BehaviourContext, StatesMachine ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/index.html","searchKeys":["BehaviourContextWithFSM","interface BehaviourContextWithFSM : BehaviourContext, StatesMachine ","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM"]},{"name":"interface BotAction","description":"dev.inmo.tgbotapi.types.actions.BotAction","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action/index.html","searchKeys":["BotAction","interface BotAction","dev.inmo.tgbotapi.types.actions.BotAction"]},{"name":"interface BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/index.html","searchKeys":["BotCommandScope","interface BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScope"]},{"name":"interface CallbackQuery : FromUser","description":"dev.inmo.tgbotapi.types.queries.callback.CallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-callback-query/index.html","searchKeys":["CallbackQuery","interface CallbackQuery : FromUser","dev.inmo.tgbotapi.types.queries.callback.CallbackQuery"]},{"name":"interface ChannelChat : SuperPublicChat","description":"dev.inmo.tgbotapi.types.chat.ChannelChat","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat/index.html","searchKeys":["ChannelChat","interface ChannelChat : SuperPublicChat","dev.inmo.tgbotapi.types.chat.ChannelChat"]},{"name":"interface ChannelContentMessage : PossiblySentViaBotCommonMessage , SignedMessage, WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html","searchKeys":["ChannelContentMessage","interface ChannelContentMessage : PossiblySentViaBotCommonMessage , SignedMessage, WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage"]},{"name":"interface ChannelEvent : ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChannelEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.html","searchKeys":["ChannelEvent","interface ChannelEvent : ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChannelEvent"]},{"name":"interface Chat","description":"dev.inmo.tgbotapi.types.chat.Chat","location":"docs/dev.inmo.tgbotapi.types.chat/-chat/index.html","searchKeys":["Chat","interface Chat","dev.inmo.tgbotapi.types.chat.Chat"]},{"name":"interface ChatAdministratorRights : SpecialChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/index.html","searchKeys":["ChatAdministratorRights","interface ChatAdministratorRights : SpecialChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights"]},{"name":"interface ChatBotCommandScope : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.ChatBotCommandScope","location":"docs/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/index.html","searchKeys":["ChatBotCommandScope","interface ChatBotCommandScope : BotCommandScope","dev.inmo.tgbotapi.types.commands.ChatBotCommandScope"]},{"name":"interface ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChatEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-chat-event/index.html","searchKeys":["ChatEvent","interface ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChatEvent"]},{"name":"interface ChatEventMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/index.html","searchKeys":["ChatEventMessage","interface ChatEventMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage"]},{"name":"interface ChatInviteLink : WithUser","description":"dev.inmo.tgbotapi.types.ChatInviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/index.html","searchKeys":["ChatInviteLink","interface ChatInviteLink : WithUser","dev.inmo.tgbotapi.types.ChatInviteLink"]},{"name":"interface ChatInviteLinkRequest : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/index.html","searchKeys":["ChatInviteLinkRequest","interface ChatInviteLinkRequest : SimpleRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest"]},{"name":"interface ChatJoinRequestAnswer : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/index.html","searchKeys":["ChatJoinRequestAnswer","interface ChatJoinRequestAnswer : SimpleRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer"]},{"name":"interface ChatMember : WithUser","description":"dev.inmo.tgbotapi.types.chat.member.ChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member/index.html","searchKeys":["ChatMember","interface ChatMember : WithUser","dev.inmo.tgbotapi.types.chat.member.ChatMember"]},{"name":"interface ChatMemberRequest : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/index.html","searchKeys":["ChatMemberRequest","interface ChatMemberRequest : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest"]},{"name":"interface ChatMemberUpdatedUpdate : Update","description":"dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/index.html","searchKeys":["ChatMemberUpdatedUpdate","interface ChatMemberUpdatedUpdate : Update","dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate"]},{"name":"interface ChatRequest : OptionalChatRequest","description":"dev.inmo.tgbotapi.abstracts.types.ChatRequest","location":"docs/dev.inmo.tgbotapi.abstracts.types/-chat-request/index.html","searchKeys":["ChatRequest","interface ChatRequest : OptionalChatRequest","dev.inmo.tgbotapi.abstracts.types.ChatRequest"]},{"name":"interface ChatSenderRequest : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html","searchKeys":["ChatSenderRequest","interface ChatSenderRequest : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest"]},{"name":"interface ChosenInlineResult : FromUser","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/index.html","searchKeys":["ChosenInlineResult","interface ChosenInlineResult : FromUser","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult"]},{"name":"interface CommonContactData","description":"dev.inmo.tgbotapi.abstracts.CommonContactData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/index.html","searchKeys":["CommonContactData","interface CommonContactData","dev.inmo.tgbotapi.abstracts.CommonContactData"]},{"name":"interface CommonEvent : PublicChatEvent, PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.CommonEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.html","searchKeys":["CommonEvent","interface CommonEvent : PublicChatEvent, PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.CommonEvent"]},{"name":"interface CommonGroupContentMessage : GroupContentMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.CommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html","searchKeys":["CommonGroupContentMessage","interface CommonGroupContentMessage : GroupContentMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.abstracts.CommonGroupContentMessage"]},{"name":"interface CommonMessage : Message, PossiblyForwardedMessage, PossiblyEditedMessage, PossiblyReplyMessage, PossiblyMarkedUp, ContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.CommonMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html","searchKeys":["CommonMessage","interface CommonMessage : Message, PossiblyForwardedMessage, PossiblyEditedMessage, PossiblyReplyMessage, PossiblyMarkedUp, ContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.CommonMessage"]},{"name":"interface CommonSendInvoiceData : Titled, Currencied, Priced","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/index.html","searchKeys":["CommonSendInvoiceData","interface CommonSendInvoiceData : Titled, Currencied, Priced","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData"]},{"name":"interface CommonVenueData : Titled","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/index.html","searchKeys":["CommonVenueData","interface CommonVenueData : Titled","dev.inmo.tgbotapi.abstracts.CommonVenueData"]},{"name":"interface ConnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.ConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-connected-from-channel-group-content-message/index.html","searchKeys":["ConnectedFromChannelGroupContentMessage","interface ConnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.ConnectedFromChannelGroupContentMessage"]},{"name":"interface ContentMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html","searchKeys":["ContentMessage","interface ContentMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage"]},{"name":"interface CreateChatInviteLink : EditChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/index.html","searchKeys":["CreateChatInviteLink","interface CreateChatInviteLink : EditChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink"]},{"name":"interface CreateStickerSetAction : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/index.html","searchKeys":["CreateStickerSetAction","interface CreateStickerSetAction : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction"]},{"name":"interface Currencied","description":"dev.inmo.tgbotapi.types.payments.abstracts.Currencied","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/index.html","searchKeys":["Currencied","interface Currencied","dev.inmo.tgbotapi.types.payments.abstracts.Currencied"]},{"name":"interface CustomNamedMediaFile","description":"dev.inmo.tgbotapi.types.files.CustomNamedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-custom-named-media-file/index.html","searchKeys":["CustomNamedMediaFile","interface CustomNamedMediaFile","dev.inmo.tgbotapi.types.files.CustomNamedMediaFile"]},{"name":"interface DataCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/index.html","searchKeys":["DataCallbackQuery","interface DataCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery"]},{"name":"interface DataRequest : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.send.media.base.DataRequest","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-data-request/index.html","searchKeys":["DataRequest","interface DataRequest : SimpleRequest ","dev.inmo.tgbotapi.requests.send.media.base.DataRequest"]},{"name":"interface Decryptor","description":"dev.inmo.tgbotapi.utils.passport.Decryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/-decryptor/index.html","searchKeys":["Decryptor","interface Decryptor","dev.inmo.tgbotapi.utils.passport.Decryptor"]},{"name":"interface DescribedInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html","searchKeys":["DescribedInlineQueryResult","interface DescribedInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult"]},{"name":"interface DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.html","searchKeys":["DiceAnimationType","interface DiceAnimationType","dev.inmo.tgbotapi.types.dice.DiceAnimationType"]},{"name":"interface DisableNotification","description":"dev.inmo.tgbotapi.abstracts.types.DisableNotification","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-notification/index.html","searchKeys":["DisableNotification","interface DisableNotification","dev.inmo.tgbotapi.abstracts.types.DisableNotification"]},{"name":"interface DisableWebPagePreview","description":"dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/index.html","searchKeys":["DisableWebPagePreview","interface DisableWebPagePreview","dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview"]},{"name":"interface DocumentMediaGroupContent : MediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-media-group-content/index.html","searchKeys":["DocumentMediaGroupContent","interface DocumentMediaGroupContent : MediaGroupContent","dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent"]},{"name":"interface DocumentMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.DocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-document-media-group-member-telegram-media/index.html","searchKeys":["DocumentMediaGroupMemberTelegramMedia","interface DocumentMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.DocumentMediaGroupMemberTelegramMedia"]},{"name":"interface DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/index.html","searchKeys":["DuratedInlineResultQuery","interface DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery"]},{"name":"interface DuratedSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/index.html","searchKeys":["DuratedSendMessageRequest","interface DuratedSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest"]},{"name":"interface DuratedTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.DuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-durated-telegram-media/index.html","searchKeys":["DuratedTelegramMedia","interface DuratedTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.DuratedTelegramMedia"]},{"name":"interface EditChatInviteLink : EditChatInviteLinkRequest , KnownChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/index.html","searchKeys":["EditChatInviteLink","interface EditChatInviteLink : EditChatInviteLinkRequest , KnownChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink"]},{"name":"interface EditChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/index.html","searchKeys":["EditChatInviteLinkRequest","interface EditChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest"]},{"name":"interface EditChatMessage : SimpleRequest> , MessageAction","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditChatMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-chat-message/index.html","searchKeys":["EditChatMessage","interface EditChatMessage : SimpleRequest> , MessageAction","dev.inmo.tgbotapi.requests.edit.abstracts.EditChatMessage"]},{"name":"interface EditDisableWebPagePreviewMessage","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/index.html","searchKeys":["EditDisableWebPagePreviewMessage","interface EditDisableWebPagePreviewMessage","dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage"]},{"name":"interface EditInlineMessage : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/index.html","searchKeys":["EditInlineMessage","interface EditInlineMessage : SimpleRequest ","dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage"]},{"name":"interface EditLocationMessage : Locationed, HorizontallyAccured, ProximityAlertable, Headed","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditLocationMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.html","searchKeys":["EditLocationMessage","interface EditLocationMessage : Locationed, HorizontallyAccured, ProximityAlertable, Headed","dev.inmo.tgbotapi.requests.edit.abstracts.EditLocationMessage"]},{"name":"interface EditMediaGroupUpdate : BaseEditMessageUpdate, MediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-media-group-update/index.html","searchKeys":["EditMediaGroupUpdate","interface EditMediaGroupUpdate : BaseEditMessageUpdate, MediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate"]},{"name":"interface EditMediaMessage","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/index.html","searchKeys":["EditMediaMessage","interface EditMediaMessage","dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage"]},{"name":"interface EditReplyMessage : ReplyMarkup","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/index.html","searchKeys":["EditReplyMessage","interface EditReplyMessage : ReplyMarkup","dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage"]},{"name":"interface EditTextChatMessage : TextedOutput","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/index.html","searchKeys":["EditTextChatMessage","interface EditTextChatMessage : TextedOutput","dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage"]},{"name":"interface EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/index.html","searchKeys":["EncryptedPassportElement","interface EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement"]},{"name":"interface EncryptedPassportElementTranslatable : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/index.html","searchKeys":["EncryptedPassportElementTranslatable","interface EncryptedPassportElementTranslatable : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable"]},{"name":"interface EncryptedPassportElementWithData : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/index.html","searchKeys":["EncryptedPassportElementWithData","interface EncryptedPassportElementWithData : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData"]},{"name":"interface EncryptedPassportElementWithEmail : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/index.html","searchKeys":["EncryptedPassportElementWithEmail","interface EncryptedPassportElementWithEmail : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail"]},{"name":"interface EncryptedPassportElementWithFilesCollection : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/index.html","searchKeys":["EncryptedPassportElementWithFilesCollection","interface EncryptedPassportElementWithFilesCollection : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection"]},{"name":"interface EncryptedPassportElementWithFrontSide : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/index.html","searchKeys":["EncryptedPassportElementWithFrontSide","interface EncryptedPassportElementWithFrontSide : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide"]},{"name":"interface EncryptedPassportElementWithPhoneNumber : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/index.html","searchKeys":["EncryptedPassportElementWithPhoneNumber","interface EncryptedPassportElementWithPhoneNumber : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber"]},{"name":"interface EncryptedPassportElementWithReverseSide : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/index.html","searchKeys":["EncryptedPassportElementWithReverseSide","interface EncryptedPassportElementWithReverseSide : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide"]},{"name":"interface EncryptedPassportElementWithSelfie : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/index.html","searchKeys":["EncryptedPassportElementWithSelfie","interface EncryptedPassportElementWithSelfie : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie"]},{"name":"interface EntitiesOutput : TextedWithTextSources","description":"dev.inmo.tgbotapi.abstracts.EntitiesOutput","location":"docs/dev.inmo.tgbotapi.abstracts/-entities-output/index.html","searchKeys":["EntitiesOutput","interface EntitiesOutput : TextedWithTextSources","dev.inmo.tgbotapi.abstracts.EntitiesOutput"]},{"name":"interface ExtendedChannelChat : ChannelChat, ExtendedPublicChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/index.html","searchKeys":["ExtendedChannelChat","interface ExtendedChannelChat : ChannelChat, ExtendedPublicChat","dev.inmo.tgbotapi.types.chat.ExtendedChannelChat"]},{"name":"interface ExtendedChat : Chat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat/index.html","searchKeys":["ExtendedChat","interface ExtendedChat : Chat","dev.inmo.tgbotapi.types.chat.ExtendedChat"]},{"name":"interface ExtendedGroupChat : GroupChat, ExtendedPublicChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat/index.html","searchKeys":["ExtendedGroupChat","interface ExtendedGroupChat : GroupChat, ExtendedPublicChat","dev.inmo.tgbotapi.types.chat.ExtendedGroupChat"]},{"name":"interface ExtendedPrivateChat : PrivateChat, ExtendedChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/index.html","searchKeys":["ExtendedPrivateChat","interface ExtendedPrivateChat : PrivateChat, ExtendedChat","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat"]},{"name":"interface ExtendedPublicChat : ExtendedChat, PublicChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/index.html","searchKeys":["ExtendedPublicChat","interface ExtendedPublicChat : ExtendedChat, PublicChat","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat"]},{"name":"interface ExtendedSupergroupChat : SupergroupChat, ExtendedGroupChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/index.html","searchKeys":["ExtendedSupergroupChat","interface ExtendedSupergroupChat : SupergroupChat, ExtendedGroupChat","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat"]},{"name":"interface FileInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/index.html","searchKeys":["FileInlineQueryResult","interface FileInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult"]},{"name":"interface FlowsUpdatesFilter : UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html","searchKeys":["FlowsUpdatesFilter","interface FlowsUpdatesFilter : UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter"]},{"name":"interface FromChannelGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html","searchKeys":["FromChannelGroupContentMessage","interface FromChannelGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage"]},{"name":"interface FromUser : WithUser","description":"dev.inmo.tgbotapi.abstracts.FromUser","location":"docs/dev.inmo.tgbotapi.abstracts/-from-user/index.html","searchKeys":["FromUser","interface FromUser : WithUser","dev.inmo.tgbotapi.abstracts.FromUser"]},{"name":"interface FromUserMessage : FromUser, Message","description":"dev.inmo.tgbotapi.types.message.abstracts.FromUserMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-user-message/index.html","searchKeys":["FromUserMessage","interface FromUserMessage : FromUser, Message","dev.inmo.tgbotapi.types.message.abstracts.FromUserMessage"]},{"name":"interface GameShortNameCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/index.html","searchKeys":["GameShortNameCallbackQuery","interface GameShortNameCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery"]},{"name":"interface GetGameHighScores : SimpleRequest> ","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.html","searchKeys":["GetGameHighScores","interface GetGameHighScores : SimpleRequest> ","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores"]},{"name":"interface GroupChat : PublicChat","description":"dev.inmo.tgbotapi.types.chat.GroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat/index.html","searchKeys":["GroupChat","interface GroupChat : PublicChat","dev.inmo.tgbotapi.types.chat.GroupChat"]},{"name":"interface GroupContentMessage : PublicContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html","searchKeys":["GroupContentMessage","interface GroupContentMessage : PublicContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage"]},{"name":"interface GroupEvent : ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.GroupEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.html","searchKeys":["GroupEvent","interface GroupEvent : ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.GroupEvent"]},{"name":"interface GroupEventMessage : ChatEventMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.GroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/index.html","searchKeys":["GroupEventMessage","interface GroupEventMessage : ChatEventMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.abstracts.GroupEventMessage"]},{"name":"interface Headed","description":"dev.inmo.tgbotapi.abstracts.Headed","location":"docs/dev.inmo.tgbotapi.abstracts/-headed/index.html","searchKeys":["Headed","interface Headed","dev.inmo.tgbotapi.abstracts.Headed"]},{"name":"interface HorizontallyAccured","description":"dev.inmo.tgbotapi.abstracts.HorizontallyAccured","location":"docs/dev.inmo.tgbotapi.abstracts/-horizontally-accured/index.html","searchKeys":["HorizontallyAccured","interface HorizontallyAccured","dev.inmo.tgbotapi.abstracts.HorizontallyAccured"]},{"name":"interface InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/index.html","searchKeys":["InlineKeyboardButton","interface InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton"]},{"name":"interface InlineMessageAction","description":"dev.inmo.tgbotapi.abstracts.types.InlineMessageAction","location":"docs/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/index.html","searchKeys":["InlineMessageAction","interface InlineMessageAction","dev.inmo.tgbotapi.abstracts.types.InlineMessageAction"]},{"name":"interface InlineMessageIdCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/index.html","searchKeys":["InlineMessageIdCallbackQuery","interface InlineMessageIdCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery"]},{"name":"interface InlineQuery : FromUser","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html","searchKeys":["InlineQuery","interface InlineQuery : FromUser","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery"]},{"name":"interface InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html","searchKeys":["InlineQueryResult","interface InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult"]},{"name":"interface InlineQueryResultAudio : InlineQueryResultAudioCommon, UrlInlineQueryResult, DuratedInlineResultQuery, Performerable, TitledInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio/index.html","searchKeys":["InlineQueryResultAudio","interface InlineQueryResultAudio : InlineQueryResultAudioCommon, UrlInlineQueryResult, DuratedInlineResultQuery, Performerable, TitledInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudio"]},{"name":"interface InlineQueryResultAudioCached : InlineQueryResultAudioCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-cached/index.html","searchKeys":["InlineQueryResultAudioCached","interface InlineQueryResultAudioCached : InlineQueryResultAudioCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCached"]},{"name":"interface InlineQueryResultAudioCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-common/index.html","searchKeys":["InlineQueryResultAudioCommon","interface InlineQueryResultAudioCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCommon"]},{"name":"interface InlineQueryResultDocument : InlineQueryResultDocumentCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult, MimeTyped","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document/index.html","searchKeys":["InlineQueryResultDocument","interface InlineQueryResultDocument : InlineQueryResultDocumentCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult, MimeTyped","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocument"]},{"name":"interface InlineQueryResultDocumentCached : InlineQueryResultDocumentCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-cached/index.html","searchKeys":["InlineQueryResultDocumentCached","interface InlineQueryResultDocumentCached : InlineQueryResultDocumentCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCached"]},{"name":"interface InlineQueryResultDocumentCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-common/index.html","searchKeys":["InlineQueryResultDocumentCommon","interface InlineQueryResultDocumentCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCommon"]},{"name":"interface InlineQueryResultGif : InlineQueryResultGifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif/index.html","searchKeys":["InlineQueryResultGif","interface InlineQueryResultGif : InlineQueryResultGifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGif"]},{"name":"interface InlineQueryResultGifCached : InlineQueryResultGifCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-cached/index.html","searchKeys":["InlineQueryResultGifCached","interface InlineQueryResultGifCached : InlineQueryResultGifCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCached"]},{"name":"interface InlineQueryResultGifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-common/index.html","searchKeys":["InlineQueryResultGifCommon","interface InlineQueryResultGifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCommon"]},{"name":"interface InlineQueryResultMpeg4Gif : InlineQueryResultMpeg4GifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif/index.html","searchKeys":["InlineQueryResultMpeg4Gif","interface InlineQueryResultMpeg4Gif : InlineQueryResultMpeg4GifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4Gif"]},{"name":"interface InlineQueryResultMpeg4GifCached : InlineQueryResultMpeg4GifCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-cached/index.html","searchKeys":["InlineQueryResultMpeg4GifCached","interface InlineQueryResultMpeg4GifCached : InlineQueryResultMpeg4GifCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCached"]},{"name":"interface InlineQueryResultMpeg4GifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-common/index.html","searchKeys":["InlineQueryResultMpeg4GifCommon","interface InlineQueryResultMpeg4GifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCommon"]},{"name":"interface InlineQueryResultPhoto : InlineQueryResultPhotoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, SizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo/index.html","searchKeys":["InlineQueryResultPhoto","interface InlineQueryResultPhoto : InlineQueryResultPhotoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, SizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhoto"]},{"name":"interface InlineQueryResultPhotoCached : InlineQueryResultPhotoCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-cached/index.html","searchKeys":["InlineQueryResultPhotoCached","interface InlineQueryResultPhotoCached : InlineQueryResultPhotoCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCached"]},{"name":"interface InlineQueryResultPhotoCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-common/index.html","searchKeys":["InlineQueryResultPhotoCommon","interface InlineQueryResultPhotoCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCommon"]},{"name":"interface InlineQueryResultVideo : InlineQueryResultVideoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, MimeTyped, SizedInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video/index.html","searchKeys":["InlineQueryResultVideo","interface InlineQueryResultVideo : InlineQueryResultVideoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, MimeTyped, SizedInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideo"]},{"name":"interface InlineQueryResultVideoCached : InlineQueryResultVideoCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-cached/index.html","searchKeys":["InlineQueryResultVideoCached","interface InlineQueryResultVideoCached : InlineQueryResultVideoCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCached"]},{"name":"interface InlineQueryResultVideoCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-common/index.html","searchKeys":["InlineQueryResultVideoCommon","interface InlineQueryResultVideoCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCommon"]},{"name":"interface InlineQueryResultVoice : InlineQueryResultVoiceCommon, UrlInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice/index.html","searchKeys":["InlineQueryResultVoice","interface InlineQueryResultVoice : InlineQueryResultVoiceCommon, UrlInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoice"]},{"name":"interface InlineQueryResultVoiceCached : InlineQueryResultVoiceCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-cached/index.html","searchKeys":["InlineQueryResultVoiceCached","interface InlineQueryResultVoiceCached : InlineQueryResultVoiceCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCached"]},{"name":"interface InlineQueryResultVoiceCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult, TitledInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-common/index.html","searchKeys":["InlineQueryResultVoiceCommon","interface InlineQueryResultVoiceCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult, TitledInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCommon"]},{"name":"interface InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-message-content/index.html","searchKeys":["InputMessageContent","interface InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputMessageContent"]},{"name":"interface KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button/index.html","searchKeys":["KeyboardButton","interface KeyboardButton","dev.inmo.tgbotapi.types.buttons.KeyboardButton"]},{"name":"interface KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/index.html","searchKeys":["KeyboardButtonPollType","interface KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType"]},{"name":"interface KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.html","searchKeys":["KeyboardMarkup","interface KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.KeyboardMarkup"]},{"name":"interface KnownChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/index.html","searchKeys":["KnownChatInviteLinkRequest","interface KnownChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest"]},{"name":"interface KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.KtorCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/index.html","searchKeys":["KtorCallFactory","interface KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.KtorCallFactory"]},{"name":"interface KtorPipelineStepsHolder","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/index.html","searchKeys":["KtorPipelineStepsHolder","interface KtorPipelineStepsHolder","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder"]},{"name":"interface LeftChatMember : ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member/index.html","searchKeys":["LeftChatMember","interface LeftChatMember : ChatMember","dev.inmo.tgbotapi.types.chat.member.LeftChatMember"]},{"name":"interface LimitedMembersChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/index.html","searchKeys":["LimitedMembersChatInviteLinkRequest","interface LimitedMembersChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest"]},{"name":"interface Livable","description":"dev.inmo.tgbotapi.abstracts.Livable","location":"docs/dev.inmo.tgbotapi.abstracts/-livable/index.html","searchKeys":["Livable","interface Livable","dev.inmo.tgbotapi.abstracts.Livable"]},{"name":"interface Location : Locationed, HorizontallyAccured","description":"dev.inmo.tgbotapi.types.location.Location","location":"docs/dev.inmo.tgbotapi.types.location/-location/index.html","searchKeys":["Location","interface Location : Locationed, HorizontallyAccured","dev.inmo.tgbotapi.types.location.Location"]},{"name":"interface LocationContent : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.LocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/index.html","searchKeys":["LocationContent","interface LocationContent : MessageContent","dev.inmo.tgbotapi.types.message.content.LocationContent"]},{"name":"interface Locationed","description":"dev.inmo.tgbotapi.abstracts.Locationed","location":"docs/dev.inmo.tgbotapi.abstracts/-locationed/index.html","searchKeys":["Locationed","interface Locationed","dev.inmo.tgbotapi.abstracts.Locationed"]},{"name":"interface MediaCollectionContent : MessageContent, MediaContent","description":"dev.inmo.tgbotapi.types.message.content.MediaCollectionContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-collection-content/index.html","searchKeys":["MediaCollectionContent","interface MediaCollectionContent : MessageContent, MediaContent","dev.inmo.tgbotapi.types.message.content.MediaCollectionContent"]},{"name":"interface MediaContent : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.MediaContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-content/index.html","searchKeys":["MediaContent","interface MediaContent : MessageContent","dev.inmo.tgbotapi.types.message.content.MediaContent"]},{"name":"interface MediaGroupContent : TextedMediaContent","description":"dev.inmo.tgbotapi.types.message.content.MediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-group-content/index.html","searchKeys":["MediaGroupContent","interface MediaGroupContent : TextedMediaContent","dev.inmo.tgbotapi.types.message.content.MediaGroupContent"]},{"name":"interface MediaGroupMemberTelegramMedia : TelegramMedia, TextedOutput","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/index.html","searchKeys":["MediaGroupMemberTelegramMedia","interface MediaGroupMemberTelegramMedia : TelegramMedia, TextedOutput","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia"]},{"name":"interface MediaGroupMessage : CommonMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/index.html","searchKeys":["MediaGroupMessage","interface MediaGroupMessage : CommonMessage ","dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage"]},{"name":"interface MediaGroupUpdate : Update","description":"dev.inmo.tgbotapi.types.update.media_group.MediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-media-group-update/index.html","searchKeys":["MediaGroupUpdate","interface MediaGroupUpdate : Update","dev.inmo.tgbotapi.types.update.media_group.MediaGroupUpdate"]},{"name":"interface MemberChatMember : ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member/index.html","searchKeys":["MemberChatMember","interface MemberChatMember : ChatMember","dev.inmo.tgbotapi.types.chat.member.MemberChatMember"]},{"name":"interface MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton","location":"docs/dev.inmo.tgbotapi.types/-menu-button/index.html","searchKeys":["MenuButton","interface MenuButton","dev.inmo.tgbotapi.types.MenuButton"]},{"name":"interface Message","description":"dev.inmo.tgbotapi.types.message.abstracts.Message","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html","searchKeys":["Message","interface Message","dev.inmo.tgbotapi.types.message.abstracts.Message"]},{"name":"interface MessageAction : ChatRequest","description":"dev.inmo.tgbotapi.abstracts.types.MessageAction","location":"docs/dev.inmo.tgbotapi.abstracts.types/-message-action/index.html","searchKeys":["MessageAction","interface MessageAction : ChatRequest","dev.inmo.tgbotapi.abstracts.types.MessageAction"]},{"name":"interface MessageCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/index.html","searchKeys":["MessageCallbackQuery","interface MessageCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery"]},{"name":"interface MessageContent : ResendableContent","description":"dev.inmo.tgbotapi.types.message.content.MessageContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-message-content/index.html","searchKeys":["MessageContent","interface MessageContent : ResendableContent","dev.inmo.tgbotapi.types.message.content.MessageContent"]},{"name":"interface MimeTyped","description":"dev.inmo.tgbotapi.abstracts.MimeTyped","location":"docs/dev.inmo.tgbotapi.abstracts/-mime-typed/index.html","searchKeys":["MimeTyped","interface MimeTyped","dev.inmo.tgbotapi.abstracts.MimeTyped"]},{"name":"interface MimedMediaFile : TelegramMediaFile, MimeTyped","description":"dev.inmo.tgbotapi.types.files.MimedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-mimed-media-file/index.html","searchKeys":["MimedMediaFile","interface MimedMediaFile : TelegramMediaFile, MimeTyped","dev.inmo.tgbotapi.types.files.MimedMediaFile"]},{"name":"interface MultilevelTextSource : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/index.html","searchKeys":["MultilevelTextSource","interface MultilevelTextSource : TextSource","dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource"]},{"name":"interface MultipartRequest : Request ","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartRequest","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/index.html","searchKeys":["MultipartRequest","interface MultipartRequest : Request ","dev.inmo.tgbotapi.requests.abstracts.MultipartRequest"]},{"name":"interface MultipleAnswersPoll : Poll","description":"dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/index.html","searchKeys":["MultipleAnswersPoll","interface MultipleAnswersPoll : Poll","dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll"]},{"name":"interface MyCommandsRequest : SimpleRequest , WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.requests.bot.MyCommandsRequest","location":"docs/dev.inmo.tgbotapi.requests.bot/-my-commands-request/index.html","searchKeys":["MyCommandsRequest","interface MyCommandsRequest : SimpleRequest , WithOptionalLanguageCode","dev.inmo.tgbotapi.requests.bot.MyCommandsRequest"]},{"name":"interface OptionalChatRequest","description":"dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest","location":"docs/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/index.html","searchKeys":["OptionalChatRequest","interface OptionalChatRequest","dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest"]},{"name":"interface OptionallyTitledInlineQueryResult : InlineQueryResult, Titled","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.OptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-optionally-titled-inline-query-result/index.html","searchKeys":["OptionallyTitledInlineQueryResult","interface OptionallyTitledInlineQueryResult : InlineQueryResult, Titled","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.OptionallyTitledInlineQueryResult"]},{"name":"interface ParsableOutput : Texted","description":"dev.inmo.tgbotapi.abstracts.ParsableOutput","location":"docs/dev.inmo.tgbotapi.abstracts/-parsable-output/index.html","searchKeys":["ParsableOutput","interface ParsableOutput : Texted","dev.inmo.tgbotapi.abstracts.ParsableOutput"]},{"name":"interface ParseMode","description":"dev.inmo.tgbotapi.types.message.ParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode/index.html","searchKeys":["ParseMode","interface ParseMode","dev.inmo.tgbotapi.types.message.ParseMode"]},{"name":"interface PaymentInfo","description":"dev.inmo.tgbotapi.types.message.payments.abstracts.PaymentInfo","location":"docs/dev.inmo.tgbotapi.types.message.payments.abstracts/-payment-info/index.html","searchKeys":["PaymentInfo","interface PaymentInfo","dev.inmo.tgbotapi.types.message.payments.abstracts.PaymentInfo"]},{"name":"interface Performerable","description":"dev.inmo.tgbotapi.abstracts.Performerable","location":"docs/dev.inmo.tgbotapi.abstracts/-performerable/index.html","searchKeys":["Performerable","interface Performerable","dev.inmo.tgbotapi.abstracts.Performerable"]},{"name":"interface PlayableMediaFile : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.PlayableMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-playable-media-file/index.html","searchKeys":["PlayableMediaFile","interface PlayableMediaFile : TelegramMediaFile","dev.inmo.tgbotapi.types.files.PlayableMediaFile"]},{"name":"interface Poll","description":"dev.inmo.tgbotapi.types.polls.Poll","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/index.html","searchKeys":["Poll","interface Poll","dev.inmo.tgbotapi.types.polls.Poll"]},{"name":"interface PositionedSendMessageRequest : SendMessageRequest , Locationed","description":"dev.inmo.tgbotapi.requests.send.abstracts.PositionedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-positioned-send-message-request/index.html","searchKeys":["PositionedSendMessageRequest","interface PositionedSendMessageRequest : SendMessageRequest , Locationed","dev.inmo.tgbotapi.requests.send.abstracts.PositionedSendMessageRequest"]},{"name":"interface PossiblyEditedMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/index.html","searchKeys":["PossiblyEditedMessage","interface PossiblyEditedMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage"]},{"name":"interface PossiblyForwardedMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/index.html","searchKeys":["PossiblyForwardedMessage","interface PossiblyForwardedMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage"]},{"name":"interface PossiblyMarkedUp","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/index.html","searchKeys":["PossiblyMarkedUp","interface PossiblyMarkedUp","dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp"]},{"name":"interface PossiblyPaymentMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/index.html","searchKeys":["PossiblyPaymentMessage","interface PossiblyPaymentMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage"]},{"name":"interface PossiblyReplyMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/index.html","searchKeys":["PossiblyReplyMessage","interface PossiblyReplyMessage","dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage"]},{"name":"interface PossiblySentViaBot","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/index.html","searchKeys":["PossiblySentViaBot","interface PossiblySentViaBot","dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot"]},{"name":"interface PossiblySentViaBotCommonMessage : CommonMessage , PossiblySentViaBot","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot-common-message/index.html","searchKeys":["PossiblySentViaBotCommonMessage","interface PossiblySentViaBotCommonMessage : CommonMessage , PossiblySentViaBot","dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBotCommonMessage"]},{"name":"interface Priced","description":"dev.inmo.tgbotapi.types.payments.abstracts.Priced","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-priced/index.html","searchKeys":["Priced","interface Priced","dev.inmo.tgbotapi.types.payments.abstracts.Priced"]},{"name":"interface PrivateChat : Chat, UsernameChat","description":"dev.inmo.tgbotapi.types.chat.PrivateChat","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/index.html","searchKeys":["PrivateChat","interface PrivateChat : Chat, UsernameChat","dev.inmo.tgbotapi.types.chat.PrivateChat"]},{"name":"interface PrivateContentMessage : PossiblySentViaBotCommonMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.PrivateContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html","searchKeys":["PrivateContentMessage","interface PrivateContentMessage : PossiblySentViaBotCommonMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.abstracts.PrivateContentMessage"]},{"name":"interface PrivateEvent : ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PrivateEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-private-event/index.html","searchKeys":["PrivateEvent","interface PrivateEvent : ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PrivateEvent"]},{"name":"interface ProtectContent","description":"dev.inmo.tgbotapi.abstracts.types.ProtectContent","location":"docs/dev.inmo.tgbotapi.abstracts.types/-protect-content/index.html","searchKeys":["ProtectContent","interface ProtectContent","dev.inmo.tgbotapi.abstracts.types.ProtectContent"]},{"name":"interface ProximityAlertable","description":"dev.inmo.tgbotapi.abstracts.ProximityAlertable","location":"docs/dev.inmo.tgbotapi.abstracts/-proximity-alertable/index.html","searchKeys":["ProximityAlertable","interface ProximityAlertable","dev.inmo.tgbotapi.abstracts.ProximityAlertable"]},{"name":"interface PublicChat : Chat","description":"dev.inmo.tgbotapi.types.chat.PublicChat","location":"docs/dev.inmo.tgbotapi.types.chat/-public-chat/index.html","searchKeys":["PublicChat","interface PublicChat : Chat","dev.inmo.tgbotapi.types.chat.PublicChat"]},{"name":"interface PublicChatEvent : ChannelEvent, GroupEvent, SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PublicChatEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-public-chat-event/index.html","searchKeys":["PublicChatEvent","interface PublicChatEvent : ChannelEvent, GroupEvent, SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PublicChatEvent"]},{"name":"interface PublicContentMessage : PossiblySentViaBotCommonMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html","searchKeys":["PublicContentMessage","interface PublicContentMessage : PossiblySentViaBotCommonMessage ","dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage"]},{"name":"interface ReplyMarkup","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMarkup","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-markup/index.html","searchKeys":["ReplyMarkup","interface ReplyMarkup","dev.inmo.tgbotapi.abstracts.types.ReplyMarkup"]},{"name":"interface ReplyMessageId","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMessageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/index.html","searchKeys":["ReplyMessageId","interface ReplyMessageId","dev.inmo.tgbotapi.abstracts.types.ReplyMessageId"]},{"name":"interface ReplyingMarkupSendMessageRequest : SendMessageRequest , ReplyMarkup","description":"dev.inmo.tgbotapi.requests.send.abstracts.ReplyingMarkupSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-replying-markup-send-message-request/index.html","searchKeys":["ReplyingMarkupSendMessageRequest","interface ReplyingMarkupSendMessageRequest : SendMessageRequest , ReplyMarkup","dev.inmo.tgbotapi.requests.send.abstracts.ReplyingMarkupSendMessageRequest"]},{"name":"interface Request","description":"dev.inmo.tgbotapi.requests.abstracts.Request","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-request/index.html","searchKeys":["Request","interface Request","dev.inmo.tgbotapi.requests.abstracts.Request"]},{"name":"interface RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/index.html","searchKeys":["RequestLimiter","interface RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter"]},{"name":"interface RequestsExecutor : Closeable","description":"dev.inmo.tgbotapi.bot.RequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot/-requests-executor/index.html","searchKeys":["RequestsExecutor","interface RequestsExecutor : Closeable","dev.inmo.tgbotapi.bot.RequestsExecutor"]},{"name":"interface ResendableContent","description":"dev.inmo.tgbotapi.types.message.content.ResendableContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-resendable-content/index.html","searchKeys":["ResendableContent","interface ResendableContent","dev.inmo.tgbotapi.types.message.content.ResendableContent"]},{"name":"interface ScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/index.html","searchKeys":["ScheduledCloseInfo","interface ScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo"]},{"name":"interface SecondaryChatInviteLink : ChatInviteLink","description":"dev.inmo.tgbotapi.types.SecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html","searchKeys":["SecondaryChatInviteLink","interface SecondaryChatInviteLink : ChatInviteLink","dev.inmo.tgbotapi.types.SecondaryChatInviteLink"]},{"name":"interface SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/index.html","searchKeys":["SecureValue","interface SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue"]},{"name":"interface SecureValueIdentity : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/index.html","searchKeys":["SecureValueIdentity","interface SecureValueIdentity : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity"]},{"name":"interface SecureValueWithData : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/index.html","searchKeys":["SecureValueWithData","interface SecureValueWithData : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData"]},{"name":"interface SecureValueWithFiles : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/index.html","searchKeys":["SecureValueWithFiles","interface SecureValueWithFiles : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles"]},{"name":"interface SecureValueWithReverseSide : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/index.html","searchKeys":["SecureValueWithReverseSide","interface SecureValueWithReverseSide : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide"]},{"name":"interface SecureValueWithTranslations : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/index.html","searchKeys":["SecureValueWithTranslations","interface SecureValueWithTranslations : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations"]},{"name":"interface SendChatMessageRequest : SimpleRequest , ChatRequest","description":"dev.inmo.tgbotapi.requests.send.abstracts.SendChatMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-send-chat-message-request/index.html","searchKeys":["SendChatMessageRequest","interface SendChatMessageRequest : SimpleRequest , ChatRequest","dev.inmo.tgbotapi.requests.send.abstracts.SendChatMessageRequest"]},{"name":"interface SendMessageRequest : SendChatMessageRequest , ReplyMessageId, DisableNotification, ProtectContent","description":"dev.inmo.tgbotapi.requests.send.abstracts.SendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-send-message-request/index.html","searchKeys":["SendMessageRequest","interface SendMessageRequest : SendChatMessageRequest , ReplyMessageId, DisableNotification, ProtectContent","dev.inmo.tgbotapi.requests.send.abstracts.SendMessageRequest"]},{"name":"interface SentMediaGroupUpdate : MediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-sent-media-group-update/index.html","searchKeys":["SentMediaGroupUpdate","interface SentMediaGroupUpdate : MediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate"]},{"name":"interface SetGameScore : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.html","searchKeys":["SetGameScore","interface SetGameScore : SimpleRequest ","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore"]},{"name":"interface SignedMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.SignedMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/index.html","searchKeys":["SignedMessage","interface SignedMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.SignedMessage"]},{"name":"interface SimpleRequest : Request ","description":"dev.inmo.tgbotapi.requests.abstracts.SimpleRequest","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.html","searchKeys":["SimpleRequest","interface SimpleRequest : Request ","dev.inmo.tgbotapi.requests.abstracts.SimpleRequest"]},{"name":"interface SizedInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/index.html","searchKeys":["SizedInlineQueryResult","interface SizedInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult"]},{"name":"interface SizedMediaFile : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.SizedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-sized-media-file/index.html","searchKeys":["SizedMediaFile","interface SizedMediaFile : TelegramMediaFile","dev.inmo.tgbotapi.types.files.SizedMediaFile"]},{"name":"interface SizedSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/index.html","searchKeys":["SizedSendMessageRequest","interface SizedSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest"]},{"name":"interface SizedTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.SizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-sized-telegram-media/index.html","searchKeys":["SizedTelegramMedia","interface SizedTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.SizedTelegramMedia"]},{"name":"interface SpecialChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/index.html","searchKeys":["SpecialChatAdministratorRights","interface SpecialChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights"]},{"name":"interface SpecialRightsChatMember : ChatMember, SpecialChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.SpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-rights-chat-member/index.html","searchKeys":["SpecialRightsChatMember","interface SpecialRightsChatMember : ChatMember, SpecialChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.SpecialRightsChatMember"]},{"name":"interface StandardStickerSetAction : StickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.html","searchKeys":["StandardStickerSetAction","interface StandardStickerSetAction : StickerSetAction","dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction"]},{"name":"interface Sticker : TelegramMediaFile, SizedMediaFile, ThumbedMediaFile","description":"dev.inmo.tgbotapi.types.files.Sticker","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/index.html","searchKeys":["Sticker","interface Sticker : TelegramMediaFile, SizedMediaFile, ThumbedMediaFile","dev.inmo.tgbotapi.types.files.Sticker"]},{"name":"interface StickerSetAction : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/index.html","searchKeys":["StickerSetAction","interface StickerSetAction : SimpleRequest ","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction"]},{"name":"interface SuperPublicChat : PublicChat, UsernameChat","description":"dev.inmo.tgbotapi.types.chat.SuperPublicChat","location":"docs/dev.inmo.tgbotapi.types.chat/-super-public-chat/index.html","searchKeys":["SuperPublicChat","interface SuperPublicChat : PublicChat, UsernameChat","dev.inmo.tgbotapi.types.chat.SuperPublicChat"]},{"name":"interface SupergroupChat : GroupChat, SuperPublicChat","description":"dev.inmo.tgbotapi.types.chat.SupergroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat/index.html","searchKeys":["SupergroupChat","interface SupergroupChat : GroupChat, SuperPublicChat","dev.inmo.tgbotapi.types.chat.SupergroupChat"]},{"name":"interface SupergroupEvent : GroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.SupergroupEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.html","searchKeys":["SupergroupEvent","interface SupergroupEvent : GroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.SupergroupEvent"]},{"name":"interface SupergroupEventMessage : GroupEventMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.SupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/index.html","searchKeys":["SupergroupEventMessage","interface SupergroupEventMessage : GroupEventMessage ","dev.inmo.tgbotapi.types.message.abstracts.SupergroupEventMessage"]},{"name":"interface TelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/index.html","searchKeys":["TelegramMedia","interface TelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMedia"]},{"name":"interface TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html","searchKeys":["TelegramMediaFile","interface TelegramMediaFile","dev.inmo.tgbotapi.types.files.TelegramMediaFile"]},{"name":"interface TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/index.html","searchKeys":["TextSource","interface TextSource","dev.inmo.tgbotapi.types.message.textsources.TextSource"]},{"name":"interface TextableSendMessageRequest : SendMessageRequest , TextedOutput","description":"dev.inmo.tgbotapi.requests.send.abstracts.TextableSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-textable-send-message-request/index.html","searchKeys":["TextableSendMessageRequest","interface TextableSendMessageRequest : SendMessageRequest , TextedOutput","dev.inmo.tgbotapi.requests.send.abstracts.TextableSendMessageRequest"]},{"name":"interface Texted","description":"dev.inmo.tgbotapi.abstracts.Texted","location":"docs/dev.inmo.tgbotapi.abstracts/-texted/index.html","searchKeys":["Texted","interface Texted","dev.inmo.tgbotapi.abstracts.Texted"]},{"name":"interface TextedInput : TextedWithTextSources","description":"dev.inmo.tgbotapi.abstracts.TextedInput","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-input/index.html","searchKeys":["TextedInput","interface TextedInput : TextedWithTextSources","dev.inmo.tgbotapi.abstracts.TextedInput"]},{"name":"interface TextedMediaContent : MediaContent, TextedInput","description":"dev.inmo.tgbotapi.types.message.content.TextedMediaContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-texted-media-content/index.html","searchKeys":["TextedMediaContent","interface TextedMediaContent : MediaContent, TextedInput","dev.inmo.tgbotapi.types.message.content.TextedMediaContent"]},{"name":"interface TextedOutput : ParsableOutput, EntitiesOutput","description":"dev.inmo.tgbotapi.abstracts.TextedOutput","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-output/index.html","searchKeys":["TextedOutput","interface TextedOutput : ParsableOutput, EntitiesOutput","dev.inmo.tgbotapi.abstracts.TextedOutput"]},{"name":"interface TextedWithTextSources : Texted","description":"dev.inmo.tgbotapi.abstracts.TextedWithTextSources","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/index.html","searchKeys":["TextedWithTextSources","interface TextedWithTextSources : Texted","dev.inmo.tgbotapi.abstracts.TextedWithTextSources"]},{"name":"interface ThumbSizedInlineQueryResult : InlineQueryResult, ThumbedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html","searchKeys":["ThumbSizedInlineQueryResult","interface ThumbSizedInlineQueryResult : InlineQueryResult, ThumbedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult"]},{"name":"interface ThumbedInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html","searchKeys":["ThumbedInlineQueryResult","interface ThumbedInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult"]},{"name":"interface ThumbedMediaFile : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.ThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-thumbed-media-file/index.html","searchKeys":["ThumbedMediaFile","interface ThumbedMediaFile : TelegramMediaFile","dev.inmo.tgbotapi.types.files.ThumbedMediaFile"]},{"name":"interface ThumbedSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/index.html","searchKeys":["ThumbedSendMessageRequest","interface ThumbedSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest"]},{"name":"interface ThumbedTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/index.html","searchKeys":["ThumbedTelegramMedia","interface ThumbedTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia"]},{"name":"interface ThumbedWithMimeTypeInlineQueryResult : ThumbedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/index.html","searchKeys":["ThumbedWithMimeTypeInlineQueryResult","interface ThumbedWithMimeTypeInlineQueryResult : ThumbedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult"]},{"name":"interface Titled","description":"dev.inmo.tgbotapi.abstracts.Titled","location":"docs/dev.inmo.tgbotapi.abstracts/-titled/index.html","searchKeys":["Titled","interface Titled","dev.inmo.tgbotapi.abstracts.Titled"]},{"name":"interface TitledInlineQueryResult : OptionallyTitledInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html","searchKeys":["TitledInlineQueryResult","interface TitledInlineQueryResult : OptionallyTitledInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult"]},{"name":"interface TitledMediaFile","description":"dev.inmo.tgbotapi.types.files.TitledMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-titled-media-file/index.html","searchKeys":["TitledMediaFile","interface TitledMediaFile","dev.inmo.tgbotapi.types.files.TitledMediaFile"]},{"name":"interface TitledSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/index.html","searchKeys":["TitledSendMessageRequest","interface TitledSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest"]},{"name":"interface TitledTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.TitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-titled-telegram-media/index.html","searchKeys":["TitledTelegramMedia","interface TitledTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.TitledTelegramMedia"]},{"name":"interface UnconnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.UnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-from-channel-group-content-message/index.html","searchKeys":["UnconnectedFromChannelGroupContentMessage","interface UnconnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.UnconnectedFromChannelGroupContentMessage"]},{"name":"interface UntilDate","description":"dev.inmo.tgbotapi.abstracts.types.UntilDate","location":"docs/dev.inmo.tgbotapi.abstracts.types/-until-date/index.html","searchKeys":["UntilDate","interface UntilDate","dev.inmo.tgbotapi.abstracts.types.UntilDate"]},{"name":"interface Update","description":"dev.inmo.tgbotapi.types.update.abstracts.Update","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update/index.html","searchKeys":["Update","interface Update","dev.inmo.tgbotapi.types.update.abstracts.Update"]},{"name":"interface UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.UpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html","searchKeys":["UpdatesFilter","interface UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.UpdatesFilter"]},{"name":"interface UrlInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html","searchKeys":["UrlInlineQueryResult","interface UrlInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult"]},{"name":"interface UsernameChat : Chat","description":"dev.inmo.tgbotapi.types.chat.UsernameChat","location":"docs/dev.inmo.tgbotapi.types.chat/-username-chat/index.html","searchKeys":["UsernameChat","interface UsernameChat : Chat","dev.inmo.tgbotapi.types.chat.UsernameChat"]},{"name":"interface VideoChatEvent : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.VideoChatEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-video-chat-event/index.html","searchKeys":["VideoChatEvent","interface VideoChatEvent : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.VideoChatEvent"]},{"name":"interface VisualMediaGroupContent : MediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-visual-media-group-content/index.html","searchKeys":["VisualMediaGroupContent","interface VisualMediaGroupContent : MediaGroupContent","dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent"]},{"name":"interface VisualMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.VisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-visual-media-group-member-telegram-media/index.html","searchKeys":["VisualMediaGroupMemberTelegramMedia","interface VisualMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.VisualMediaGroupMemberTelegramMedia"]},{"name":"interface WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html","searchKeys":["WithFileIdInlineQueryResult","interface WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult"]},{"name":"interface WithInputMessageContentInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html","searchKeys":["WithInputMessageContentInlineQueryResult","interface WithInputMessageContentInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult"]},{"name":"interface WithJoinRequestChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/index.html","searchKeys":["WithJoinRequestChatInviteLinkRequest","interface WithJoinRequestChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest"]},{"name":"interface WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/index.html","searchKeys":["WithOptionalLanguageCode","interface WithOptionalLanguageCode","dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode"]},{"name":"interface WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/index.html","searchKeys":["WithSenderChatMessage","interface WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage"]},{"name":"interface WithUser","description":"dev.inmo.tgbotapi.abstracts.WithUser","location":"docs/dev.inmo.tgbotapi.abstracts/-with-user/index.html","searchKeys":["WithUser","interface WithUser","dev.inmo.tgbotapi.abstracts.WithUser"]},{"name":"object AdministratorChatMemberSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/index.html","searchKeys":["AdministratorChatMemberSerializer","object AdministratorChatMemberSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer"]},{"name":"object Application","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/index.html","searchKeys":["Application","object Application","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application"]},{"name":"object BasketballDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/index.html","searchKeys":["BasketballDiceAnimationType","object BasketballDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType"]},{"name":"object BotActionSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/index.html","searchKeys":["BotActionSerializer","object BotActionSerializer : KSerializer ","dev.inmo.tgbotapi.types.actions.BotActionSerializer"]},{"name":"object BotCommandScopeAllChatAdministrators : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/index.html","searchKeys":["BotCommandScopeAllChatAdministrators","object BotCommandScopeAllChatAdministrators : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators"]},{"name":"object BotCommandScopeAllGroupChats : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/index.html","searchKeys":["BotCommandScopeAllGroupChats","object BotCommandScopeAllGroupChats : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats"]},{"name":"object BotCommandScopeAllPrivateChats : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/index.html","searchKeys":["BotCommandScopeAllPrivateChats","object BotCommandScopeAllPrivateChats : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats"]},{"name":"object BotCommandScopeDefault : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/index.html","searchKeys":["BotCommandScopeDefault","object BotCommandScopeDefault : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault"]},{"name":"object BotCommandScopeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/index.html","searchKeys":["BotCommandScopeSerializer","object BotCommandScopeSerializer : KSerializer ","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer"]},{"name":"object BowlingDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/index.html","searchKeys":["BowlingDiceAnimationType","object BowlingDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType"]},{"name":"object BuiltinMimeTypes","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/index.html","searchKeys":["BuiltinMimeTypes","object BuiltinMimeTypes","dev.inmo.tgbotapi.utils.BuiltinMimeTypes"]},{"name":"object ByChatChatJoinRequestMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/index.html","searchKeys":["ByChatChatJoinRequestMarkerFactory","object ByChatChatJoinRequestMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory"]},{"name":"object ByChatChatMemberUpdatedMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/index.html","searchKeys":["ByChatChatMemberUpdatedMarkerFactory","object ByChatChatMemberUpdatedMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory"]},{"name":"object ByChatInstanceCallbackQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/index.html","searchKeys":["ByChatInstanceCallbackQueryMarkerFactory","object ByChatInstanceCallbackQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory"]},{"name":"object ByChatMediaGroupMarkerFactory : MarkerFactory>, Any> ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-media-group-marker-factory/index.html","searchKeys":["ByChatMediaGroupMarkerFactory","object ByChatMediaGroupMarkerFactory : MarkerFactory>, Any> ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory"]},{"name":"object ByChatMessageMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/index.html","searchKeys":["ByChatMessageMarkerFactory","object ByChatMessageMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory"]},{"name":"object ByIdCallbackQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/index.html","searchKeys":["ByIdCallbackQueryMarkerFactory","object ByIdCallbackQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory"]},{"name":"object ByIdInlineQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/index.html","searchKeys":["ByIdInlineQueryMarkerFactory","object ByIdInlineQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory"]},{"name":"object ByIdPollAnswerMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/index.html","searchKeys":["ByIdPollAnswerMarkerFactory","object ByIdPollAnswerMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory"]},{"name":"object ByIdPollMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/index.html","searchKeys":["ByIdPollMarkerFactory","object ByIdPollMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory"]},{"name":"object ByUserCallbackQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/index.html","searchKeys":["ByUserCallbackQueryMarkerFactory","object ByUserCallbackQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory"]},{"name":"object ByUserIdChosenInlineResultMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/index.html","searchKeys":["ByUserIdChosenInlineResultMarkerFactory","object ByUserIdChosenInlineResultMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory"]},{"name":"object ByUserInlineQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/index.html","searchKeys":["ByUserInlineQueryMarkerFactory","object ByUserInlineQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory"]},{"name":"object ByUserMessageMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/index.html","searchKeys":["ByUserMessageMarkerFactory","object ByUserMessageMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory"]},{"name":"object ByUserPreCheckoutQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/index.html","searchKeys":["ByUserPreCheckoutQueryMarkerFactory","object ByUserPreCheckoutQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory"]},{"name":"object ByUserShippingQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/index.html","searchKeys":["ByUserShippingQueryMarkerFactory","object ByUserShippingQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory"]},{"name":"object ByteReadChannelAllocatorDeserializationStrategy : DeserializationStrategy ","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/index.html","searchKeys":["ByteReadChannelAllocatorDeserializationStrategy","object ByteReadChannelAllocatorDeserializationStrategy : DeserializationStrategy ","dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy"]},{"name":"object CallbackGame","description":"dev.inmo.tgbotapi.types.games.CallbackGame","location":"docs/dev.inmo.tgbotapi.types.games/-callback-game/index.html","searchKeys":["CallbackGame","object CallbackGame","dev.inmo.tgbotapi.types.games.CallbackGame"]},{"name":"object ChannelChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/index.html","searchKeys":["ChannelChatType","object ChannelChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType"]},{"name":"object ChatIdentifierSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/index.html","searchKeys":["ChatIdentifierSerializer","object ChatIdentifierSerializer : KSerializer ","dev.inmo.tgbotapi.types.ChatIdentifierSerializer"]},{"name":"object ChatInviteLinkSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/index.html","searchKeys":["ChatInviteLinkSerializer","object ChatInviteLinkSerializer : KSerializer ","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer"]},{"name":"object ChatMemberSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/index.html","searchKeys":["ChatMemberSerializer","object ChatMemberSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer"]},{"name":"object ChatTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/index.html","searchKeys":["ChatTypeSerializer","object ChatTypeSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer"]},{"name":"object ChooseStickerAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.ChooseStickerAction","location":"docs/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/index.html","searchKeys":["ChooseStickerAction","object ChooseStickerAction : BotAction","dev.inmo.tgbotapi.types.actions.ChooseStickerAction"]},{"name":"object Close : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.local.Close","location":"docs/dev.inmo.tgbotapi.requests.local/-close/index.html","searchKeys":["Close","object Close : SimpleRequest ","dev.inmo.tgbotapi.requests.local.Close"]},{"name":"object Commands : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.Commands","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-commands/index.html","searchKeys":["Commands","object Commands : MenuButton","dev.inmo.tgbotapi.types.MenuButton.Commands"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.Companion","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.message.content.LocationContent.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.message.content.MessageContent.Companion","location":"docs/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.message.content.MessageContent.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.polls.PollOption.Companion","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.polls.PollOption.Companion"]},{"name":"object Companion : KtorPipelineStepsHolder","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.Companion","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/-companion/index.html","searchKeys":["Companion","object Companion : KtorPipelineStepsHolder","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.Companion"]},{"name":"object Companion : MyCommandsRequest ","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.Companion","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-companion/index.html","searchKeys":["Companion","object Companion : MyCommandsRequest ","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.Companion"]},{"name":"object Companion : MyCommandsRequest> ","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.Companion","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-companion/index.html","searchKeys":["Companion","object Companion : MyCommandsRequest> ","dev.inmo.tgbotapi.requests.bot.GetMyCommands.Companion"]},{"name":"object CubeDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/index.html","searchKeys":["CubeDiceAnimationType","object CubeDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType"]},{"name":"object DartsDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/index.html","searchKeys":["DartsDiceAnimationType","object DartsDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType"]},{"name":"object Default : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.Default","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-default/index.html","searchKeys":["Default","object Default : MenuButton","dev.inmo.tgbotapi.types.MenuButton.Default"]},{"name":"object DiceAnimationTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/index.html","searchKeys":["DiceAnimationTypeSerializer","object DiceAnimationTypeSerializer : KSerializer ","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer"]},{"name":"object DownloadFileChannelRequestCallFactory : KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/index.html","searchKeys":["DownloadFileChannelRequestCallFactory","object DownloadFileChannelRequestCallFactory : KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory"]},{"name":"object DownloadFileRequestCallFactory : KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/index.html","searchKeys":["DownloadFileRequestCallFactory","object DownloadFileRequestCallFactory : KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory"]},{"name":"object EncryptedElementSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/index.html","searchKeys":["EncryptedElementSerializer","object EncryptedElementSerializer : KSerializer ","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer"]},{"name":"object ExtendedChatSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/index.html","searchKeys":["ExtendedChatSerializer","object ExtendedChatSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer"]},{"name":"object FindLocationAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.FindLocationAction","location":"docs/dev.inmo.tgbotapi.types.actions/-find-location-action/index.html","searchKeys":["FindLocationAction","object FindLocationAction : BotAction","dev.inmo.tgbotapi.types.actions.FindLocationAction"]},{"name":"object FootballDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/index.html","searchKeys":["FootballDiceAnimationType","object FootballDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType"]},{"name":"object GameHighScoresSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.requests.games.abstracts.GameHighScoresSerializer","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-game-high-scores-serializer/index.html","searchKeys":["GameHighScoresSerializer","object GameHighScoresSerializer : KSerializer> ","dev.inmo.tgbotapi.requests.games.abstracts.GameHighScoresSerializer"]},{"name":"object GetDefaultChatMenuButton : OptionalChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/index.html","searchKeys":["GetDefaultChatMenuButton","object GetDefaultChatMenuButton : OptionalChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton"]},{"name":"object GetMe : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.GetMe","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/index.html","searchKeys":["GetMe","object GetMe : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.GetMe"]},{"name":"object GroupChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/index.html","searchKeys":["GroupChatType","object GroupChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType"]},{"name":"object HTMLParseMode : ParseMode","description":"dev.inmo.tgbotapi.types.message.HTMLParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/index.html","searchKeys":["HTMLParseMode","object HTMLParseMode : ParseMode","dev.inmo.tgbotapi.types.message.HTMLParseMode"]},{"name":"object Image","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/index.html","searchKeys":["Image","object Image","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image"]},{"name":"object InlineKeyboardButtonSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/index.html","searchKeys":["InlineKeyboardButtonSerializer","object InlineKeyboardButtonSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer"]},{"name":"object InlineQueryAnswersResultsSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.requests.answers.InlineQueryAnswersResultsSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-inline-query-answers-results-serializer/index.html","searchKeys":["InlineQueryAnswersResultsSerializer","object InlineQueryAnswersResultsSerializer : KSerializer> ","dev.inmo.tgbotapi.requests.answers.InlineQueryAnswersResultsSerializer"]},{"name":"object InlineQueryResultSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/index.html","searchKeys":["InlineQueryResultSerializer","object InlineQueryResultSerializer : KSerializer ","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer"]},{"name":"object InputFileSerializer : KSerializer ","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/index.html","searchKeys":["InputFileSerializer","object InputFileSerializer : KSerializer ","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer"]},{"name":"object InputMessageContentSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/index.html","searchKeys":["InputMessageContentSerializer","object InputMessageContentSerializer : KSerializer ","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer"]},{"name":"object KeyboardButtonPollTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/index.html","searchKeys":["KeyboardButtonPollTypeSerializer","object KeyboardButtonPollTypeSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer"]},{"name":"object KeyboardButtonSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/index.html","searchKeys":["KeyboardButtonSerializer","object KeyboardButtonSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer"]},{"name":"object KeyboardMarkupSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/index.html","searchKeys":["KeyboardMarkupSerializer","object KeyboardMarkupSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer"]},{"name":"object LabeledPricesSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.types.payments.LabeledPricesSerializer","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-prices-serializer/index.html","searchKeys":["LabeledPricesSerializer","object LabeledPricesSerializer : KSerializer> ","dev.inmo.tgbotapi.types.payments.LabeledPricesSerializer"]},{"name":"object LocationContentSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html","searchKeys":["LocationContentSerializer","object LocationContentSerializer : KSerializer ","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer"]},{"name":"object LocationSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.location.LocationSerializer","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/index.html","searchKeys":["LocationSerializer","object LocationSerializer : KSerializer ","dev.inmo.tgbotapi.types.location.LocationSerializer"]},{"name":"object LogOut : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.local.LogOut","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/index.html","searchKeys":["LogOut","object LogOut : SimpleRequest ","dev.inmo.tgbotapi.requests.local.LogOut"]},{"name":"object MainButtonClicked : EventType","description":"dev.inmo.tgbotapi.webapps.EventType.MainButtonClicked","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/-main-button-clicked/index.html","searchKeys":["MainButtonClicked","object MainButtonClicked : EventType","dev.inmo.tgbotapi.webapps.EventType.MainButtonClicked"]},{"name":"object MarkdownParseMode : ParseMode","description":"dev.inmo.tgbotapi.types.message.MarkdownParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/index.html","searchKeys":["MarkdownParseMode","object MarkdownParseMode : ParseMode","dev.inmo.tgbotapi.types.message.MarkdownParseMode"]},{"name":"object MarkdownV2ParseMode : ParseMode","description":"dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/index.html","searchKeys":["MarkdownV2ParseMode","object MarkdownV2ParseMode : ParseMode","dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode"]},{"name":"object MediaGroupMemberTelegramMediaSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/index.html","searchKeys":["MediaGroupMemberTelegramMediaSerializer","object MediaGroupMemberTelegramMediaSerializer : KSerializer ","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer"]},{"name":"object MenuButtonSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/index.html","searchKeys":["MenuButtonSerializer","object MenuButtonSerializer : KSerializer ","dev.inmo.tgbotapi.types.MenuButtonSerializer"]},{"name":"object MessageIdSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.MessageIdSerializer","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/index.html","searchKeys":["MessageIdSerializer","object MessageIdSerializer : KSerializer ","dev.inmo.tgbotapi.types.MessageIdSerializer"]},{"name":"object MimeTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/index.html","searchKeys":["MimeTypeSerializer","object MimeTypeSerializer : KSerializer ","dev.inmo.tgbotapi.utils.MimeTypeSerializer"]},{"name":"object ParseModeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/index.html","searchKeys":["ParseModeSerializer","object ParseModeSerializer : KSerializer ","dev.inmo.tgbotapi.types.message.ParseModeSerializer"]},{"name":"object PassportElementErrorSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/index.html","searchKeys":["PassportElementErrorSerializer","object PassportElementErrorSerializer : KSerializer ","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer"]},{"name":"object PhotoSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.files.PhotoSerializer","location":"docs/dev.inmo.tgbotapi.types.files/-photo-serializer/index.html","searchKeys":["PhotoSerializer","object PhotoSerializer : KSerializer ","dev.inmo.tgbotapi.types.files.PhotoSerializer"]},{"name":"object PollOptionSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/index.html","searchKeys":["PollOptionSerializer","object PollOptionSerializer : KSerializer ","dev.inmo.tgbotapi.types.polls.PollOptionSerializer"]},{"name":"object PollSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.polls.PollSerializer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/index.html","searchKeys":["PollSerializer","object PollSerializer : KSerializer ","dev.inmo.tgbotapi.types.polls.PollSerializer"]},{"name":"object PreviewChatSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/index.html","searchKeys":["PreviewChatSerializer","object PreviewChatSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer"]},{"name":"object PrivateChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/index.html","searchKeys":["PrivateChatType","object PrivateChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType"]},{"name":"object QuizKeyboardButtonPollType : KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/index.html","searchKeys":["QuizKeyboardButtonPollType","object QuizKeyboardButtonPollType : KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType"]},{"name":"object RecordVideoAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.RecordVideoAction","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-action/index.html","searchKeys":["RecordVideoAction","object RecordVideoAction : BotAction","dev.inmo.tgbotapi.types.actions.RecordVideoAction"]},{"name":"object RecordVideoNoteAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-note-action/index.html","searchKeys":["RecordVideoNoteAction","object RecordVideoNoteAction : BotAction","dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction"]},{"name":"object RecordVoiceAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.RecordVoiceAction","location":"docs/dev.inmo.tgbotapi.types.actions/-record-voice-action/index.html","searchKeys":["RecordVoiceAction","object RecordVoiceAction : BotAction","dev.inmo.tgbotapi.types.actions.RecordVoiceAction"]},{"name":"object RegularKeyboardButtonPollType : KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/index.html","searchKeys":["RegularKeyboardButtonPollType","object RegularKeyboardButtonPollType : KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType"]},{"name":"object ShippingOptionsSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.requests.answers.payments.ShippingOptionsSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-shipping-options-serializer/index.html","searchKeys":["ShippingOptionsSerializer","object ShippingOptionsSerializer : KSerializer> ","dev.inmo.tgbotapi.requests.answers.payments.ShippingOptionsSerializer"]},{"name":"object SlotMachineDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/index.html","searchKeys":["SlotMachineDiceAnimationType","object SlotMachineDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType"]},{"name":"object StickerSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.files.StickerSerializer","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/index.html","searchKeys":["StickerSerializer","object StickerSerializer : KSerializer ","dev.inmo.tgbotapi.types.files.StickerSerializer"]},{"name":"object SupergroupChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/index.html","searchKeys":["SupergroupChatType","object SupergroupChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType"]},{"name":"object TelegramDateSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/index.html","searchKeys":["TelegramDateSerializer","object TelegramDateSerializer : KSerializer ","dev.inmo.tgbotapi.types.TelegramDateSerializer"]},{"name":"object TelegramMediaSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/index.html","searchKeys":["TelegramMediaSerializer","object TelegramMediaSerializer : KSerializer ","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer"]},{"name":"object Text","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/index.html","searchKeys":["Text","object Text","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text"]},{"name":"object TextSourceSerializer : TypedSerializer ","description":"dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/index.html","searchKeys":["TextSourceSerializer","object TextSourceSerializer : TypedSerializer ","dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer"]},{"name":"object ThemeChanged : EventType","description":"dev.inmo.tgbotapi.webapps.EventType.ThemeChanged","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/-theme-changed/index.html","searchKeys":["ThemeChanged","object ThemeChanged : EventType","dev.inmo.tgbotapi.webapps.EventType.ThemeChanged"]},{"name":"object TypingAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.TypingAction","location":"docs/dev.inmo.tgbotapi.types.actions/-typing-action/index.html","searchKeys":["TypingAction","object TypingAction : BotAction","dev.inmo.tgbotapi.types.actions.TypingAction"]},{"name":"object UpdateDeserializationStrategy : DeserializationStrategy ","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/index.html","searchKeys":["UpdateDeserializationStrategy","object UpdateDeserializationStrategy : DeserializationStrategy ","dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy"]},{"name":"object UpdateSerializerWithoutSerialization : KSerializer ","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/index.html","searchKeys":["UpdateSerializerWithoutSerialization","object UpdateSerializerWithoutSerialization : KSerializer ","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization"]},{"name":"object UploadDocumentAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadDocumentAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-document-action/index.html","searchKeys":["UploadDocumentAction","object UploadDocumentAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadDocumentAction"]},{"name":"object UploadPhotoAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadPhotoAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-photo-action/index.html","searchKeys":["UploadPhotoAction","object UploadPhotoAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadPhotoAction"]},{"name":"object UploadVideoAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadVideoAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-action/index.html","searchKeys":["UploadVideoAction","object UploadVideoAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadVideoAction"]},{"name":"object UploadVideoNoteAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/index.html","searchKeys":["UploadVideoNoteAction","object UploadVideoNoteAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction"]},{"name":"object UploadVoiceAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadVoiceAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-voice-action/index.html","searchKeys":["UploadVoiceAction","object UploadVoiceAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadVoiceAction"]},{"name":"object UserProfilePhotosPhotosSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.types.UserProfilePhotosPhotosSerializer","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos-photos-serializer/index.html","searchKeys":["UserProfilePhotosPhotosSerializer","object UserProfilePhotosPhotosSerializer : KSerializer> ","dev.inmo.tgbotapi.types.UserProfilePhotosPhotosSerializer"]},{"name":"object UserSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.UserSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/index.html","searchKeys":["UserSerializer","object UserSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.UserSerializer"]},{"name":"object Video","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/index.html","searchKeys":["Video","object Video","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video"]},{"name":"object VideoChatStarted : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatStarted","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-started/index.html","searchKeys":["VideoChatStarted","object VideoChatStarted : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatStarted"]},{"name":"object ViewportChanged : EventType","description":"dev.inmo.tgbotapi.webapps.EventType.ViewportChanged","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/-viewport-changed/index.html","searchKeys":["ViewportChanged","object ViewportChanged : EventType","dev.inmo.tgbotapi.webapps.EventType.ViewportChanged"]},{"name":"open class HandleableTriggersHolder(preset: List = emptyList())","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/index.html","searchKeys":["HandleableTriggersHolder","open class HandleableTriggersHolder(preset: List = emptyList())","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder"]},{"name":"open class MatrixBuilder","description":"dev.inmo.tgbotapi.utils.MatrixBuilder","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/index.html","searchKeys":["MatrixBuilder","open class MatrixBuilder","dev.inmo.tgbotapi.utils.MatrixBuilder"]},{"name":"open class RowBuilder","description":"dev.inmo.tgbotapi.utils.RowBuilder","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/index.html","searchKeys":["RowBuilder","open class RowBuilder","dev.inmo.tgbotapi.utils.RowBuilder"]},{"name":"open fun addStrict(kClass: KClass, handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.addStrict","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add-strict.html","searchKeys":["addStrict","open fun addStrict(kClass: KClass, handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.addStrict"]},{"name":"open fun copy(location: Location = this.location)","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.copy","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/copy.html","searchKeys":["copy","open fun copy(location: Location = this.location)","dev.inmo.tgbotapi.types.message.content.LocationContent.copy"]},{"name":"open override fun add(kClass: KClass, strict: Boolean, handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.add","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/add.html","searchKeys":["add","open override fun add(kClass: KClass, strict: Boolean, handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.add"]},{"name":"open override fun include(type: String, serializer: KSerializer)","description":"dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.include","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/include.html","searchKeys":["include","open override fun include(type: String, serializer: KSerializer)","dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.include"]},{"name":"open override fun asTelegramMedia(): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaAnimation","dev.inmo.tgbotapi.types.message.content.AnimationContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaAudio","dev.inmo.tgbotapi.types.message.content.AudioContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaAudio","dev.inmo.tgbotapi.types.message.content.VoiceContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaDocument","dev.inmo.tgbotapi.types.message.content.DocumentContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaDocument","dev.inmo.tgbotapi.types.message.content.StickerContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaPhoto","dev.inmo.tgbotapi.types.message.content.PhotoContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaVideo","dev.inmo.tgbotapi.types.message.content.VideoContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaVideo","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.asTelegramMedia"]},{"name":"open override fun close()","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.close","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/close.html","searchKeys":["close","open override fun close()","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.close"]},{"name":"open override fun close()","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.close","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/close.html","searchKeys":["close","open override fun close()","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.close"]},{"name":"open override fun close()","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.close","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/close.html","searchKeys":["close","open override fun close()","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.close"]},{"name":"open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/copy.html","searchKeys":["copy","open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.copy"]},{"name":"open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/copy.html","searchKeys":["copy","open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.copy"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.AnimationContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.AudioContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.ContactContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.ContactContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.DiceContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.DiceContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.DocumentContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.GameContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.GameContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.InvoiceContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.LiveLocationContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.PhotoContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.PollContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.PollContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.StaticLocationContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.StickerContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.TextContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.TextContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VenueContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VenueContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VideoContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VoiceContent.createResend"]},{"name":"open override fun decrypt(data: EncryptedData): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.AESDecryptor.decrypt","location":"docs/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/decrypt.html","searchKeys":["decrypt","open override fun decrypt(data: EncryptedData): SourceBytes","dev.inmo.tgbotapi.utils.passport.AESDecryptor.decrypt"]},{"name":"open override fun deserialize(decoder: Decoder): AdministratorChatMember","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): AdministratorChatMember","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): BotAction","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): BotAction","dev.inmo.tgbotapi.types.actions.BotActionSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.deserialize","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ByteReadChannelAllocator","dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Chat","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Chat","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatIdentifier","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatIdentifier","dev.inmo.tgbotapi.types.ChatIdentifierSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatMember","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatType","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): DiceAnimationType","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ExtendedChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ExtendedChat","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): FileId","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): KeyboardButton","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Location","description":"dev.inmo.tgbotapi.types.location.LocationSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Location","dev.inmo.tgbotapi.types.location.LocationSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): LocationContent","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): LocationContent","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MenuButton","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MenuButton","dev.inmo.tgbotapi.types.MenuButtonSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MessageIdentifier","description":"dev.inmo.tgbotapi.types.MessageIdSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MessageIdentifier","dev.inmo.tgbotapi.types.MessageIdSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MimeType","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MimeType","dev.inmo.tgbotapi.utils.MimeTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ParseMode","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ParseMode","dev.inmo.tgbotapi.types.message.ParseModeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): PassportElementError","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Poll","description":"dev.inmo.tgbotapi.types.polls.PollSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Poll","dev.inmo.tgbotapi.types.polls.PollSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): PollOption","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): PollOption","dev.inmo.tgbotapi.types.polls.PollOptionSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Sticker","description":"dev.inmo.tgbotapi.types.files.StickerSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Sticker","dev.inmo.tgbotapi.types.files.StickerSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): TelegramDate","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): TelegramDate","dev.inmo.tgbotapi.types.TelegramDateSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): TelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): TelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Update","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.deserialize","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Update","dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Update","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.deserialize","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Update","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): User","description":"dev.inmo.tgbotapi.types.chat.UserSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): User","dev.inmo.tgbotapi.types.chat.UserSerializer.deserialize"]},{"name":"open override fun exclude(type: String)","description":"dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.exclude","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/exclude.html","searchKeys":["exclude","open override fun exclude(type: String)","dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.exclude"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.DeleteMessage.method","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.DeleteMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.DownloadFile.method","location":"docs/dev.inmo.tgbotapi.requests/-download-file/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.DownloadFile.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.method","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.DownloadFileStream.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.ForwardMessage.method","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.ForwardMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.GetUpdates.method","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.GetUpdates.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.method","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.SetPassportDataErrors.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.StopPoll.method","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.StopPoll.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.GetMe.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.GetMe.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.GetMyCommands.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.SetMyCommands.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.LeaveChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.method","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.method","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.method","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.method","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.method","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.method","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.method","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.method","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.method","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.method","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.get.GetFile.method","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.get.GetFile.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.get.GetStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.method","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.local.Close.method","location":"docs/dev.inmo.tgbotapi.requests.local/-close/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.local.Close.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.local.LogOut.method","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.local.LogOut.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.method","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.CopyMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendAction.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendAction.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendContact.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendContact.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendDice.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendDice.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendLocation.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendTextMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendVenue.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendVenue.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.method","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.games.SendGame.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendAudioData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendVideoData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.method","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.method","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.method","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.polls.SendPoll.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.method","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.method","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.method","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.webhook.SetWebhook.method"]},{"name":"open override fun serialize(encoder: Encoder, value: AdministratorChatMember)","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: AdministratorChatMember)","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: BotAction)","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: BotAction)","dev.inmo.tgbotapi.types.actions.BotActionSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: BotCommandScope)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: BotCommandScope)","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Chat)","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Chat)","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatIdentifier)","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatIdentifier)","dev.inmo.tgbotapi.types.ChatIdentifierSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatInviteLink)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatInviteLink)","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatMember)","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatMember)","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatType)","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatType)","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: DiceAnimationType)","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: DiceAnimationType)","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: EncryptedPassportElement)","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: EncryptedPassportElement)","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ExtendedChat)","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ExtendedChat)","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InlineKeyboardButton)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InlineKeyboardButton)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InlineQueryResult)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InlineQueryResult)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InputFile)","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.serialize","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InputFile)","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InputMessageContent)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InputMessageContent)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: KeyboardButton)","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: KeyboardButton)","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: KeyboardButtonPollType)","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: KeyboardButtonPollType)","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: KeyboardMarkup)","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: KeyboardMarkup)","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Location)","description":"dev.inmo.tgbotapi.types.location.LocationSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Location)","dev.inmo.tgbotapi.types.location.LocationSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: LocationContent)","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: LocationContent)","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MediaGroupMemberTelegramMedia)","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MediaGroupMemberTelegramMedia)","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MenuButton)","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MenuButton)","dev.inmo.tgbotapi.types.MenuButtonSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MessageIdentifier)","description":"dev.inmo.tgbotapi.types.MessageIdSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MessageIdentifier)","dev.inmo.tgbotapi.types.MessageIdSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MimeType)","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MimeType)","dev.inmo.tgbotapi.utils.MimeTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ParseMode)","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ParseMode)","dev.inmo.tgbotapi.types.message.ParseModeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: PassportElementError)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: PassportElementError)","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Poll)","description":"dev.inmo.tgbotapi.types.polls.PollSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Poll)","dev.inmo.tgbotapi.types.polls.PollSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: PollOption)","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: PollOption)","dev.inmo.tgbotapi.types.polls.PollOptionSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Sticker)","description":"dev.inmo.tgbotapi.types.files.StickerSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Sticker)","dev.inmo.tgbotapi.types.files.StickerSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: TelegramDate)","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: TelegramDate)","dev.inmo.tgbotapi.types.TelegramDateSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: TelegramMedia)","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: TelegramMedia)","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Update): Nothing","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.serialize","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Update): Nothing","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: User)","description":"dev.inmo.tgbotapi.types.chat.UserSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: User)","dev.inmo.tgbotapi.types.chat.UserSerializer.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.serialize"]},{"name":"open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.setPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/set-photo.html","searchKeys":["setPhoto","open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.setPhoto"]},{"name":"open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.setPhoto","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/set-photo.html","searchKeys":["setPhoto","open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.setPhoto"]},{"name":"open override fun start(scope: CoroutineScope): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.start","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start.html","searchKeys":["start","open override fun start(scope: CoroutineScope): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.start"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaAudio","dev.inmo.tgbotapi.types.message.content.AudioContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaDocument","dev.inmo.tgbotapi.types.message.content.DocumentContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaPhoto","dev.inmo.tgbotapi.types.message.content.PhotoContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaVideo","dev.inmo.tgbotapi.types.message.content.VideoContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toString(): String","description":"dev.inmo.tgbotapi.utils.MimeType.toString","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/to-string.html","searchKeys":["toString","open override fun toString(): String","dev.inmo.tgbotapi.utils.MimeType.toString"]},{"name":"open override fun unsetPhoto()","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.unsetPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/unset-photo.html","searchKeys":["unsetPhoto","open override fun unsetPhoto()","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.unsetPhoto"]},{"name":"open override fun unsetPhoto()","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.unsetPhoto","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/unset-photo.html","searchKeys":["unsetPhoto","open override fun unsetPhoto()","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.unsetPhoto"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.ChooseStickerAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.ChooseStickerAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.CustomBotAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-custom-bot-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.CustomBotAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.FindLocationAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-find-location-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.FindLocationAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.RecordVideoAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.RecordVideoAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-note-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.RecordVoiceAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-record-voice-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.RecordVoiceAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.TypingAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-typing-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.TypingAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadDocumentAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-document-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadDocumentAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadPhotoAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-photo-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadPhotoAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadVideoAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadVideoAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadVoiceAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-voice-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadVoiceAction.actionName"]},{"name":"open override val address: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.address","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/address.html","searchKeys":["address","open override val address: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.address"]},{"name":"open override val address: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.address","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/address.html","searchKeys":["address","open override val address: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.address"]},{"name":"open override val address: String","description":"dev.inmo.tgbotapi.types.venue.Venue.address","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/address.html","searchKeys":["address","open override val address: String","dev.inmo.tgbotapi.types.venue.Venue.address"]},{"name":"open override val allUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.allUpdatesFlow","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/all-updates-flow.html","searchKeys":["allUpdatesFlow","open override val allUpdatesFlow: Flow","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.allUpdatesFlow"]},{"name":"open override val allUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-flow.html","searchKeys":["allUpdatesFlow","open override val allUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesFlow"]},{"name":"open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/all-updates-without-media-groups-grouping-flow.html","searchKeys":["allUpdatesWithoutMediaGroupsGroupingFlow","open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow"]},{"name":"open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-without-media-groups-grouping-flow.html","searchKeys":["allUpdatesWithoutMediaGroupsGroupingFlow","open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow"]},{"name":"open override val allowMultipleAnswers: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.allowMultipleAnswers","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/allow-multiple-answers.html","searchKeys":["allowMultipleAnswers","open override val allowMultipleAnswers: Boolean = false","dev.inmo.tgbotapi.types.polls.RegularPoll.allowMultipleAnswers"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendContact.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendDice.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendLocation.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendVenue.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.games.SendGame.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowSendingWithoutReply"]},{"name":"open override val allowedUpdates: List","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allowedUpdates","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/allowed-updates.html","searchKeys":["allowedUpdates","open override val allowedUpdates: List","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allowedUpdates"]},{"name":"open override val allowedUpdates: List","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.allowedUpdates","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/allowed-updates.html","searchKeys":["allowedUpdates","open override val allowedUpdates: List","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.allowedUpdates"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.Invoice.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.Invoice.amount"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.LabeledPrice.amount"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.amount"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.amount"]},{"name":"open override val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/as-update-receiver.html","searchKeys":["asUpdateReceiver","open override val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.asUpdateReceiver"]},{"name":"open override val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/as-update-receiver.html","searchKeys":["asUpdateReceiver","open override val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.asUpdateReceiver"]},{"name":"open override val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/as-update-receiver.html","searchKeys":["asUpdateReceiver","open override val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.asUpdateReceiver"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.authorSignature"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.authorSignature"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.authorSignature"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.authorSignature"]},{"name":"open override val bio: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.bio","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/bio.html","searchKeys":["bio","open override val bio: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.bio"]},{"name":"open override val bot: TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.bot","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/bot.html","searchKeys":["bot","open override val bot: TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.bot"]},{"name":"open override val callbackQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.callbackQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/callback-queries-flow.html","searchKeys":["callbackQueriesFlow","open override val callbackQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.callbackQueriesFlow"]},{"name":"open override val canBeEdited: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canBeEdited","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-be-edited.html","searchKeys":["canBeEdited","open override val canBeEdited: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canBeEdited"]},{"name":"open override val canBeEdited: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canBeEdited","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-be-edited.html","searchKeys":["canBeEdited","open override val canBeEdited: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canBeEdited"]},{"name":"open override val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canChangeInfo"]},{"name":"open override val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canChangeInfo"]},{"name":"open override val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canChangeInfo"]},{"name":"open override val canChangeInfo: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canChangeInfo"]},{"name":"open override val canEditMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-messages.html","searchKeys":["canEditMessages","open override val canEditMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canEditMessages"]},{"name":"open override val canEditMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-edit-messages.html","searchKeys":["canEditMessages","open override val canEditMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canEditMessages"]},{"name":"open override val canEditMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-edit-messages.html","searchKeys":["canEditMessages","open override val canEditMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canEditMessages"]},{"name":"open override val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canInviteUsers"]},{"name":"open override val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canInviteUsers"]},{"name":"open override val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canInviteUsers"]},{"name":"open override val canInviteUsers: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canInviteUsers"]},{"name":"open override val canManageChat: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-chat.html","searchKeys":["canManageChat","open override val canManageChat: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageChat"]},{"name":"open override val canManageChat: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-manage-chat.html","searchKeys":["canManageChat","open override val canManageChat: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageChat"]},{"name":"open override val canManageChat: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-manage-chat.html","searchKeys":["canManageChat","open override val canManageChat: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageChat"]},{"name":"open override val canManageVideoChats: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-video-chats.html","searchKeys":["canManageVideoChats","open override val canManageVideoChats: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageVideoChats"]},{"name":"open override val canManageVideoChats: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-manage-video-chats.html","searchKeys":["canManageVideoChats","open override val canManageVideoChats: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageVideoChats"]},{"name":"open override val canManageVideoChats: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-manage-video-chats.html","searchKeys":["canManageVideoChats","open override val canManageVideoChats: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageVideoChats"]},{"name":"open override val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPinMessages"]},{"name":"open override val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPinMessages"]},{"name":"open override val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canPinMessages"]},{"name":"open override val canPinMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPinMessages"]},{"name":"open override val canPostMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-messages.html","searchKeys":["canPostMessages","open override val canPostMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPostMessages"]},{"name":"open override val canPostMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-post-messages.html","searchKeys":["canPostMessages","open override val canPostMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPostMessages"]},{"name":"open override val canPostMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-post-messages.html","searchKeys":["canPostMessages","open override val canPostMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPostMessages"]},{"name":"open override val canPromoteMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-promote-members.html","searchKeys":["canPromoteMembers","open override val canPromoteMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPromoteMembers"]},{"name":"open override val canPromoteMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-promote-members.html","searchKeys":["canPromoteMembers","open override val canPromoteMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPromoteMembers"]},{"name":"open override val canPromoteMembers: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-promote-members.html","searchKeys":["canPromoteMembers","open override val canPromoteMembers: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPromoteMembers"]},{"name":"open override val canRemoveMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-remove-messages.html","searchKeys":["canRemoveMessages","open override val canRemoveMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRemoveMessages"]},{"name":"open override val canRemoveMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-remove-messages.html","searchKeys":["canRemoveMessages","open override val canRemoveMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRemoveMessages"]},{"name":"open override val canRemoveMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-remove-messages.html","searchKeys":["canRemoveMessages","open override val canRemoveMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRemoveMessages"]},{"name":"open override val canRestrictMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-restrict-members.html","searchKeys":["canRestrictMembers","open override val canRestrictMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRestrictMembers"]},{"name":"open override val canRestrictMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-restrict-members.html","searchKeys":["canRestrictMembers","open override val canRestrictMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRestrictMembers"]},{"name":"open override val canRestrictMembers: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-restrict-members.html","searchKeys":["canRestrictMembers","open override val canRestrictMembers: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRestrictMembers"]},{"name":"open override val canSetStickerSet: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.canSetStickerSet","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/can-set-sticker-set.html","searchKeys":["canSetStickerSet","open override val canSetStickerSet: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.canSetStickerSet"]},{"name":"open override val channel: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.channel","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/channel.html","searchKeys":["channel","open override val channel: ChannelChat","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.channel"]},{"name":"open override val channel: ChannelChat","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.channel","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/channel.html","searchKeys":["channel","open override val channel: ChannelChat","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.channel"]},{"name":"open override val channelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-post-media-groups-flow.html","searchKeys":["channelPostMediaGroupsFlow","open override val channelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostMediaGroupsFlow"]},{"name":"open override val channelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-posts-flow.html","searchKeys":["channelPostsFlow","open override val channelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostsFlow"]},{"name":"open override val chat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/chat.html","searchKeys":["chat","open override val chat: ChannelChat","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.chat"]},{"name":"open override val chat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/chat.html","searchKeys":["chat","open override val chat: ChannelChat","dev.inmo.tgbotapi.types.message.ChannelEventMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.PassportMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.PassportMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.chat"]},{"name":"open override val chat: PrivateChat","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/chat.html","searchKeys":["chat","open override val chat: PrivateChat","dev.inmo.tgbotapi.types.message.PrivateEventMessage.chat"]},{"name":"open override val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.chat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/chat.html","searchKeys":["chat","open override val chat: PublicChat","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.chat"]},{"name":"open override val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.chat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/chat.html","searchKeys":["chat","open override val chat: PublicChat","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.chat"]},{"name":"open override val chat: SupergroupChat","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat.html","searchKeys":["chat","open override val chat: SupergroupChat","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chat"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.ChannelEventMessage.chatEvent"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chatEvent"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chatEvent"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.PrivateEventMessage.chatEvent"]},{"name":"open override val chatId: ChatId","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatId","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.chatId"]},{"name":"open override val chatId: ChatId","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.chatId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/chat-id.html","searchKeys":["chatId","open override val chatId: ChatId","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.chatId"]},{"name":"open override val chatId: ChatId","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/chat-id.html","searchKeys":["chatId","open override val chatId: ChatId","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.DeleteMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.DeleteMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.StopPoll.chatId","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.StopPoll.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.LeaveChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendAction.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendAction.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendContact.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendContact.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendDice.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendDice.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendLocation.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendLocation.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendTextMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendVenue.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendVenue.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.games.SendGame.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendAudioData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendVideoData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier?","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier?","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.chatId"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.chatInstance"]},{"name":"open override val chatJoinRequestUpdateFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatJoinRequestUpdateFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-join-request-update-flow.html","searchKeys":["chatJoinRequestUpdateFlow","open override val chatJoinRequestUpdateFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatJoinRequestUpdateFlow"]},{"name":"open override val chatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-member-updates-flow.html","searchKeys":["chatMemberUpdatesFlow","open override val chatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatMemberUpdatesFlow"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.chatPhoto"]},{"name":"open override val chatType: ChatType?","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.chatType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/chat-type.html","searchKeys":["chatType","open override val chatType: ChatType?","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.chatType"]},{"name":"open override val chatType: ChatType?","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.chatType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/chat-type.html","searchKeys":["chatType","open override val chatType: ChatType?","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.chatType"]},{"name":"open override val chosenInlineResultsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chosenInlineResultsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chosen-inline-results-flow.html","searchKeys":["chosenInlineResultsFlow","open override val chosenInlineResultsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chosenInlineResultsFlow"]},{"name":"open override val closeDateTime: DateTime","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.closeDateTime","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/close-date-time.html","searchKeys":["closeDateTime","open override val closeDateTime: DateTime","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.closeDateTime"]},{"name":"open override val closeDateTime: DateTime","description":"dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.closeDateTime","location":"docs/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/close-date-time.html","searchKeys":["closeDateTime","open override val closeDateTime: DateTime","dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.closeDateTime"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.content","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.content","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.content"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.creator"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.creator"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.creator"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.creator","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.PrimaryInviteLink.creator"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.credentials"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.currency","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.currency","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.Invoice.currency","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.payments.Invoice.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.currency","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.currency","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.currency"]},{"name":"open override val customTitle: String? = null","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.customTitle","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/custom-title.html","searchKeys":["customTitle","open override val customTitle: String? = null","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.customTitle"]},{"name":"open override val customTitle: String? = null","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.customTitle","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/custom-title.html","searchKeys":["customTitle","open override val customTitle: String? = null","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.customTitle"]},{"name":"open override val data: CallbackQuery","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/data.html","searchKeys":["data","open override val data: CallbackQuery","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.data"]},{"name":"open override val data: ChatJoinRequest","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/data.html","searchKeys":["data","open override val data: ChatJoinRequest","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.data"]},{"name":"open override val data: ChatMemberUpdated","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/data.html","searchKeys":["data","open override val data: ChatMemberUpdated","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.data"]},{"name":"open override val data: ChatMemberUpdated","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/data.html","searchKeys":["data","open override val data: ChatMemberUpdated","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.data"]},{"name":"open override val data: ChosenInlineResult","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/data.html","searchKeys":["data","open override val data: ChosenInlineResult","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.data"]},{"name":"open override val data: CommonMessage<*>","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/data.html","searchKeys":["data","open override val data: CommonMessage<*>","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.data"]},{"name":"open override val data: CommonMessage<*>","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/data.html","searchKeys":["data","open override val data: CommonMessage<*>","dev.inmo.tgbotapi.types.update.EditMessageUpdate.data"]},{"name":"open override val data: DataCredentials","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.data"]},{"name":"open override val data: DataCredentials","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.data"]},{"name":"open override val data: InlineQuery","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/data.html","searchKeys":["data","open override val data: InlineQuery","dev.inmo.tgbotapi.types.update.InlineQueryUpdate.data"]},{"name":"open override val data: List>","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/data.html","searchKeys":["data","open override val data: List>","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.data"]},{"name":"open override val data: List>","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/data.html","searchKeys":["data","open override val data: List>","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.data"]},{"name":"open override val data: MediaGroupMessage","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/data.html","searchKeys":["data","open override val data: MediaGroupMessage","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.data"]},{"name":"open override val data: MediaGroupMessage","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/data.html","searchKeys":["data","open override val data: MediaGroupMessage","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.data"]},{"name":"open override val data: Message","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/data.html","searchKeys":["data","open override val data: Message","dev.inmo.tgbotapi.types.update.ChannelPostUpdate.data"]},{"name":"open override val data: Message","description":"dev.inmo.tgbotapi.types.update.MessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/data.html","searchKeys":["data","open override val data: Message","dev.inmo.tgbotapi.types.update.MessageUpdate.data"]},{"name":"open override val data: Poll","description":"dev.inmo.tgbotapi.types.update.PollUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/data.html","searchKeys":["data","open override val data: Poll","dev.inmo.tgbotapi.types.update.PollUpdate.data"]},{"name":"open override val data: PollAnswer","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/data.html","searchKeys":["data","open override val data: PollAnswer","dev.inmo.tgbotapi.types.update.PollAnswerUpdate.data"]},{"name":"open override val data: PreCheckoutQuery","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/data.html","searchKeys":["data","open override val data: PreCheckoutQuery","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.data"]},{"name":"open override val data: ShippingQuery","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/data.html","searchKeys":["data","open override val data: ShippingQuery","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.data"]},{"name":"open override val data: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.data","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/data.html","searchKeys":["data","open override val data: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.data"]},{"name":"open override val data: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.data","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/data.html","searchKeys":["data","open override val data: String","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.data"]},{"name":"open override val data: String","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/data.html","searchKeys":["data","open override val data: String","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.data"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ChannelEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.PassportMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.PassportMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.PrivateEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.date","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.date"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.dateOfOriginal"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.dateOfOriginal"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.dateOfOriginal"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.UserForwardInfo.dateOfOriginal"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.description","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.description"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.ChatIdentifierSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.MenuButtonSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.MessageIdSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.MessageIdSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.TelegramDateSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.actions.BotActionSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.UserSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.UserSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.files.StickerSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.files.StickerSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.location.LocationSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.location.LocationSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.message.ParseModeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.polls.PollOptionSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.polls.PollSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.polls.PollSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.descriptor","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.descriptor","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.descriptor","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.utils.MimeTypeSerializer.descriptor"]},{"name":"open override val disableEditMessage: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.disableEditMessage","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/disable-edit-message.html","searchKeys":["disableEditMessage","open override val disableEditMessage: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.disableEditMessage"]},{"name":"open override val disableEditMessage: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.disableEditMessage","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/disable-edit-message.html","searchKeys":["disableEditMessage","open override val disableEditMessage: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.disableEditMessage"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.CopyMessage.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendContact.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendContact.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendDice.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendDice.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendLocation.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendLocation.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendTextMessage.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendVenue.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendVenue.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.games.SendGame.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAudioData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.disableNotification"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.disableWebPagePreview"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.disableWebPagePreview"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.disableWebPagePreview"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.disableWebPagePreview"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.AnimationFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.AudioFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.VideoFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.VideoNoteFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.VoiceFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.VoiceFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.duration","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.duration","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.duration","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.duration"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.editDate"]},{"name":"open override val editedChannelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-post-media-groups-flow.html","searchKeys":["editedChannelPostMediaGroupsFlow","open override val editedChannelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostMediaGroupsFlow"]},{"name":"open override val editedChannelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-posts-flow.html","searchKeys":["editedChannelPostsFlow","open override val editedChannelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostsFlow"]},{"name":"open override val editedMessageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-message-media-groups-flow.html","searchKeys":["editedMessageMediaGroupsFlow","open override val editedMessageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessageMediaGroupsFlow"]},{"name":"open override val editedMessagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-messages-flow.html","searchKeys":["editedMessagesFlow","open override val editedMessagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessagesFlow"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.elementHash"]},{"name":"open override val elementsHashes: List","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.elementsHashes","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/elements-hashes.html","searchKeys":["elementsHashes","open override val elementsHashes: List","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.elementsHashes"]},{"name":"open override val elementsHashes: List","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.elementsHashes","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/elements-hashes.html","searchKeys":["elementsHashes","open override val elementsHashes: List","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.elementsHashes"]},{"name":"open override val email: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email.email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/email.html","searchKeys":["email","open override val email: String","dev.inmo.tgbotapi.types.passport.encrypted.Email.email"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.emoji"]},{"name":"open override val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/emoji.html","searchKeys":["emoji","open override val emoji: String? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.emoji"]},{"name":"open override val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/emoji.html","searchKeys":["emoji","open override val emoji: String? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.emoji"]},{"name":"open override val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/emoji.html","searchKeys":["emoji","open override val emoji: String? = null","dev.inmo.tgbotapi.types.files.VideoSticker.emoji"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.emojis"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.expirationDateTime"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.expirationDateTime"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.expirationDateTime"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.PrimaryInviteLink.expirationDateTime"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp"]},{"name":"open override val expireDate: DateTime?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expireDate","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expire-date.html","searchKeys":["expireDate","open override val expireDate: DateTime?","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expireDate"]},{"name":"open override val expireDate: DateTime?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expireDate","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expire-date.html","searchKeys":["expireDate","open override val expireDate: DateTime?","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expireDate"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.file"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.AnimatedSticker.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.AnimationFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.AudioFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.DocumentFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.File.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.File.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.PassportFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.PassportFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.PathedFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.PhotoSize.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.PhotoSize.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.SimpleSticker.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VideoFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VideoNoteFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VideoSticker.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VideoSticker.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VoiceFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VoiceFile.fileId"]},{"name":"open override val fileId: String","description":"dev.inmo.tgbotapi.requests.abstracts.FileId.fileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-file-id/file-id.html","searchKeys":["fileId","open override val fileId: String","dev.inmo.tgbotapi.requests.abstracts.FileId.fileId"]},{"name":"open override val fileId: String","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.fileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/file-id.html","searchKeys":["fileId","open override val fileId: String","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.fileId"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.AnimationFile.fileName"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.AudioFile.fileName"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.DocumentFile.fileName"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.VideoFile.fileName"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.AnimationFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.AudioFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.DocumentFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.File.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.File.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.PassportFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.PassportFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.PathedFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.PhotoSize.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.PhotoSize.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VideoFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VideoNoteFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VideoSticker.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VoiceFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VoiceFile.fileSize"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.AnimatedSticker.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.AnimationFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.AudioFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.DocumentFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.File.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.File.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.PassportFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.PassportFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.PathedFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.PhotoSize.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.PhotoSize.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.SimpleSticker.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VideoFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VideoNoteFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VideoSticker.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VideoSticker.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VoiceFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VoiceFile.fileUniqueId"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.files"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.Contact.firstName","location":"docs/dev.inmo.tgbotapi.types/-contact/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.Contact.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.firstName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.firstName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.CommonBot.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.CommonBot.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.CommonUser.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.CommonUser.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.ExtendedBot.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.firstName"]},{"name":"open override val force: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.force","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/force.html","searchKeys":["force","open override val force: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.force"]},{"name":"open override val force: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.force","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/force.html","searchKeys":["force","open override val force: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.force"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.forwardInfo"]},{"name":"open override val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-id.html","searchKeys":["foursquareId","open override val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareId"]},{"name":"open override val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-id.html","searchKeys":["foursquareId","open override val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareId"]},{"name":"open override val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.foursquareId","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/foursquare-id.html","searchKeys":["foursquareId","open override val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.types.venue.Venue.foursquareId"]},{"name":"open override val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-type.html","searchKeys":["foursquareType","open override val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareType"]},{"name":"open override val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-type.html","searchKeys":["foursquareType","open override val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareType"]},{"name":"open override val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.foursquareType","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/foursquare-type.html","searchKeys":["foursquareType","open override val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.types.venue.Venue.foursquareType"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.from","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.PassportMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.PassportMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.from","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo.from","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.UserForwardInfo.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.from","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.from","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.payments.ShippingQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.from","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.polls.PollAnswer.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.from"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.frontSide"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.frontSide"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.frontSide"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.frontSide"]},{"name":"open override val gameShortName: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.gameShortName","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/game-short-name.html","searchKeys":["gameShortName","open override val gameShortName: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.gameShortName"]},{"name":"open override val gameShortName: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.gameShortName","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/game-short-name.html","searchKeys":["gameShortName","open override val gameShortName: String","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.gameShortName"]},{"name":"open override val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-id.html","searchKeys":["googlePlaceId","open override val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceId"]},{"name":"open override val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-id.html","searchKeys":["googlePlaceId","open override val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceId"]},{"name":"open override val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.googlePlaceId","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/google-place-id.html","searchKeys":["googlePlaceId","open override val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.types.venue.Venue.googlePlaceId"]},{"name":"open override val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-type.html","searchKeys":["googlePlaceType","open override val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceType"]},{"name":"open override val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-type.html","searchKeys":["googlePlaceType","open override val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceType"]},{"name":"open override val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.googlePlaceType","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/google-place-type.html","searchKeys":["googlePlaceType","open override val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.types.venue.Venue.googlePlaceType"]},{"name":"open override val hasPrivateForwards: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.hasPrivateForwards","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-private-forwards.html","searchKeys":["hasPrivateForwards","open override val hasPrivateForwards: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.hasPrivateForwards"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.Email.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.hash"]},{"name":"open override val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/hash.html","searchKeys":["hash","open override val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.hash"]},{"name":"open override val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/hash.html","searchKeys":["hash","open override val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.hash"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.heading","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.heading","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.heading","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.requests.send.SendLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.heading","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.heading","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.types.location.LiveLocation.heading","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.types.location.LiveLocation.heading"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.height","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.AnimatedSticker.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.AnimationFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.AnimationFile.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.PhotoSize.height","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.PhotoSize.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.height","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.SimpleSticker.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.VideoFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.VideoFile.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.VideoNoteFile.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.VideoSticker.height","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.VideoSticker.height"]},{"name":"open override val height: Int?","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.height","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/height.html","searchKeys":["height","open override val height: Int?","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.height","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.height","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.height","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.height","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.height"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.requests.send.SendLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.location.LiveLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.location.LiveLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.location.StaticLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.location.StaticLocation.horizontalAccuracy"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.html"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.GroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType.id","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.UnknownChatType.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.id","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.id"]},{"name":"open override val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.id","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/id.html","searchKeys":["id","open override val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.QuizPoll.id"]},{"name":"open override val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.id","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/id.html","searchKeys":["id","open override val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.RegularPoll.id"]},{"name":"open override val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.id","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/id.html","searchKeys":["id","open override val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.UnknownPollType.id"]},{"name":"open override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.CommonBot.id","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/id.html","searchKeys":["id","open override val id: UserId","dev.inmo.tgbotapi.types.chat.CommonBot.id"]},{"name":"open override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.CommonUser.id","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/id.html","searchKeys":["id","open override val id: UserId","dev.inmo.tgbotapi.types.chat.CommonUser.id"]},{"name":"open override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/id.html","searchKeys":["id","open override val id: UserId","dev.inmo.tgbotapi.types.chat.ExtendedBot.id"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.ietfLanguageCode"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.requests.bot.GetMyCommands.ietfLanguageCode"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.requests.bot.SetMyCommands.ietfLanguageCode"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.types.chat.CommonUser.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.types.chat.CommonUser.ietfLanguageCode"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier?","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier?","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.inlineMessageId"]},{"name":"open override val inlineQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.inlineQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/inline-queries-flow.html","searchKeys":["inlineQueriesFlow","open override val inlineQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.inlineQueriesFlow"]},{"name":"open override val inputMessageContent: InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.inputMessageContent"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.PrimaryInviteLink.inviteLink"]},{"name":"open override val inviteLink: String? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.inviteLink"]},{"name":"open override val inviteLink: String? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String? = null","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.inviteLink"]},{"name":"open override val inviteLink: String? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.inviteLink"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.polls.QuizPoll.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.polls.RegularPoll.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.polls.UnknownPollType.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = true","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = true","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = true","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = true","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isAnonymous"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isClosed","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isClosed","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.types.polls.QuizPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.types.polls.RegularPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.types.polls.UnknownPollType.isClosed"]},{"name":"open override val isOk: Boolean = false","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = false","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.isOk"]},{"name":"open override val isOk: Boolean = false","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = false","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.isOk"]},{"name":"open override val isOk: Boolean = true","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = true","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.isOk"]},{"name":"open override val isOk: Boolean = true","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = true","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.isOk"]},{"name":"open override val isPrimary: Boolean","description":"dev.inmo.tgbotapi.types.SecondaryChatInviteLink.isPrimary","location":"docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/is-primary.html","searchKeys":["isPrimary","open override val isPrimary: Boolean","dev.inmo.tgbotapi.types.SecondaryChatInviteLink.isPrimary"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.isRevoked"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.isRevoked"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.isRevoked"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.PrimaryInviteLink.isRevoked"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.CommonBot.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.CommonBot.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.CommonUser.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.CommonUser.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.ExtendedBot.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.lastName"]},{"name":"open override val lastName: String? = null","description":"dev.inmo.tgbotapi.types.Contact.lastName","location":"docs/dev.inmo.tgbotapi.types/-contact/last-name.html","searchKeys":["lastName","open override val lastName: String? = null","dev.inmo.tgbotapi.types.Contact.lastName"]},{"name":"open override val lastName: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.lastName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/last-name.html","searchKeys":["lastName","open override val lastName: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.lastName"]},{"name":"open override val lastName: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.lastName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/last-name.html","searchKeys":["lastName","open override val lastName: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.lastName"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.latitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.latitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendLocation.latitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.send.SendLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendVenue.latitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.send.SendVenue.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.location.LiveLocation.latitude","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.location.LiveLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.location.StaticLocation.latitude","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.location.StaticLocation.latitude"]},{"name":"open override val linkedChannelChatId: ChatId? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.linkedChannelChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/linked-channel-chat-id.html","searchKeys":["linkedChannelChatId","open override val linkedChannelChatId: ChatId? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.linkedChannelChatId"]},{"name":"open override val linkedGroupChatId: ChatId? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.linkedGroupChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/linked-group-chat-id.html","searchKeys":["linkedGroupChatId","open override val linkedGroupChatId: ChatId? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.linkedGroupChatId"]},{"name":"open override val livePeriod: Seconds","description":"dev.inmo.tgbotapi.types.location.LiveLocation.livePeriod","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds","dev.inmo.tgbotapi.types.location.LiveLocation.livePeriod"]},{"name":"open override val livePeriod: Seconds? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.livePeriod","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds? = null","dev.inmo.tgbotapi.requests.send.SendLocation.livePeriod"]},{"name":"open override val livePeriod: Seconds? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.livePeriod","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.livePeriod"]},{"name":"open override val livePeriod: Seconds? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.livePeriod","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.livePeriod"]},{"name":"open override val location: ChatLocation? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.location","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/location.html","searchKeys":["location","open override val location: ChatLocation? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.location"]},{"name":"open override val location: LiveLocation","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent.location","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/location.html","searchKeys":["location","open override val location: LiveLocation","dev.inmo.tgbotapi.types.message.content.LiveLocationContent.location"]},{"name":"open override val location: StaticLocation","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent.location","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/location.html","searchKeys":["location","open override val location: StaticLocation","dev.inmo.tgbotapi.types.message.content.StaticLocationContent.location"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.longitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.longitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendLocation.longitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.send.SendLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendVenue.longitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.send.SendVenue.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.location.LiveLocation.longitude","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.location.LiveLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.location.StaticLocation.longitude","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.location.StaticLocation.longitude"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdown"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdownV2"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.types.files.VideoSticker.maskPosition"]},{"name":"open override val maxTipAmount: Int? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.maxTipAmount","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/max-tip-amount.html","searchKeys":["maxTipAmount","open override val maxTipAmount: Int? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.maxTipAmount"]},{"name":"open override val maxTipAmount: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.maxTipAmount","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/max-tip-amount.html","searchKeys":["maxTipAmount","open override val maxTipAmount: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.maxTipAmount"]},{"name":"open override val media: AnimationFile","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/media.html","searchKeys":["media","open override val media: AnimationFile","dev.inmo.tgbotapi.types.message.content.AnimationContent.media"]},{"name":"open override val media: AudioFile","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/media.html","searchKeys":["media","open override val media: AudioFile","dev.inmo.tgbotapi.types.message.content.AudioContent.media"]},{"name":"open override val media: DocumentFile","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/media.html","searchKeys":["media","open override val media: DocumentFile","dev.inmo.tgbotapi.types.message.content.DocumentContent.media"]},{"name":"open override val media: PhotoSize","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/media.html","searchKeys":["media","open override val media: PhotoSize","dev.inmo.tgbotapi.types.message.content.PhotoContent.media"]},{"name":"open override val media: Sticker","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/media.html","searchKeys":["media","open override val media: Sticker","dev.inmo.tgbotapi.types.message.content.StickerContent.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.media"]},{"name":"open override val media: TelegramMedia","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.media","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/media.html","searchKeys":["media","open override val media: TelegramMedia","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.media"]},{"name":"open override val media: TelegramMedia","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.media","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/media.html","searchKeys":["media","open override val media: TelegramMedia","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.media"]},{"name":"open override val media: VideoFile","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/media.html","searchKeys":["media","open override val media: VideoFile","dev.inmo.tgbotapi.types.message.content.VideoContent.media"]},{"name":"open override val media: VideoNoteFile","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/media.html","searchKeys":["media","open override val media: VideoNoteFile","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.media"]},{"name":"open override val media: VoiceFile","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/media.html","searchKeys":["media","open override val media: VoiceFile","dev.inmo.tgbotapi.types.message.content.VoiceContent.media"]},{"name":"open override val mediaCollection: Photo","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.mediaCollection","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/media-collection.html","searchKeys":["mediaCollection","open override val mediaCollection: Photo","dev.inmo.tgbotapi.types.message.content.PhotoContent.mediaCollection"]},{"name":"open override val mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.mediaGroupId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/media-group-id.html","searchKeys":["mediaGroupId","open override val mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.mediaGroupId"]},{"name":"open override val mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.mediaGroupId","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/media-group-id.html","searchKeys":["mediaGroupId","open override val mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.mediaGroupId"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.mediaMap"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.mediaMap"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.mediaMap"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.mediaMap"]},{"name":"open override val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.membersLimit","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/members-limit.html","searchKeys":["membersLimit","open override val membersLimit: MembersLimit","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.membersLimit"]},{"name":"open override val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.membersLimit","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/members-limit.html","searchKeys":["membersLimit","open override val membersLimit: MembersLimit","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.membersLimit"]},{"name":"open override val message: ContentMessage","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.message","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/message.html","searchKeys":["message","open override val message: ContentMessage","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.message"]},{"name":"open override val message: ContentMessage","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.message","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/message.html","searchKeys":["message","open override val message: ContentMessage","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.message","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.message"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.DeleteMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.DeleteMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.StopPoll.messageId","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.StopPoll.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.messageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.messageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ChannelEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.PassportMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.PassportMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.PrivateEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.messageId","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.messageId"]},{"name":"open override val messageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/message-media-groups-flow.html","searchKeys":["messageMediaGroupsFlow","open override val messageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messageMediaGroupsFlow"]},{"name":"open override val messagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/messages-flow.html","searchKeys":["messagesFlow","open override val messagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messagesFlow"]},{"name":"open override val mimeType: MimeType","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.mimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.mimeType"]},{"name":"open override val mimeType: MimeType","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.mimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.AnimationFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.AudioFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.DocumentFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.VideoFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.VoiceFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.VoiceFile.mimeType"]},{"name":"open override val myChatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.myChatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/my-chat-member-updates-flow.html","searchKeys":["myChatMemberUpdatesFlow","open override val myChatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.myChatMemberUpdatesFlow"]},{"name":"open override val name: StickerSetName","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/name.html","searchKeys":["name","open override val name: StickerSetName","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.name"]},{"name":"open override val name: String?","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.name","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/name.html","searchKeys":["name","open override val name: String?","dev.inmo.tgbotapi.types.PrimaryInviteLink.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.name"]},{"name":"open override val offset: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.offset","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/offset.html","searchKeys":["offset","open override val offset: String","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.offset"]},{"name":"open override val offset: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.offset","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/offset.html","searchKeys":["offset","open override val offset: String","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.offset"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.options","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.types.polls.QuizPoll.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.options","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.types.polls.RegularPoll.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.options","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.types.polls.UnknownPollType.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.options","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.options","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.options"]},{"name":"open override val origin: EditChannelPostUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.origin","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/origin.html","searchKeys":["origin","open override val origin: EditChannelPostUpdate","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.origin"]},{"name":"open override val origin: EditMessageUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.origin","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/origin.html","searchKeys":["origin","open override val origin: EditMessageUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.origin"]},{"name":"open override val origins: List","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.origins","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/origins.html","searchKeys":["origins","open override val origins: List","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.origins"]},{"name":"open override val origins: List","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.origins","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/origins.html","searchKeys":["origins","open override val origins: List","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.origins"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.paramsJson"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.paramsJson"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.paramsJson"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.paramsJson"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.parseMode"]},{"name":"open override val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.HTMLParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","open override val parseModeName: String","dev.inmo.tgbotapi.types.message.HTMLParseMode.parseModeName"]},{"name":"open override val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.MarkdownParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","open override val parseModeName: String","dev.inmo.tgbotapi.types.message.MarkdownParseMode.parseModeName"]},{"name":"open override val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","open override val parseModeName: String","dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode.parseModeName"]},{"name":"open override val payload: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.payload","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/payload.html","searchKeys":["payload","open override val payload: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.payload"]},{"name":"open override val payload: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.payload","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/payload.html","searchKeys":["payload","open override val payload: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.payload"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.performer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.performer"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.performer","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.performer"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.performer","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.types.files.AudioFile.performer"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.performer","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.performer"]},{"name":"open override val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.permissions","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/permissions.html","searchKeys":["permissions","open override val permissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.permissions"]},{"name":"open override val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.permissions","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/permissions.html","searchKeys":["permissions","open override val permissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.permissions"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.Contact.phoneNumber","location":"docs/dev.inmo.tgbotapi.types/-contact/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.Contact.phoneNumber"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.phoneNumber"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.phoneNumber"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.phoneNumber"]},{"name":"open override val photoHeight: Int? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoHeight","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-height.html","searchKeys":["photoHeight","open override val photoHeight: Int? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoHeight"]},{"name":"open override val photoHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-height.html","searchKeys":["photoHeight","open override val photoHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoHeight"]},{"name":"open override val photoSize: Long? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoSize","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-size.html","searchKeys":["photoSize","open override val photoSize: Long? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoSize"]},{"name":"open override val photoSize: Long? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoSize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-size.html","searchKeys":["photoSize","open override val photoSize: Long? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoSize"]},{"name":"open override val photoUrl: String? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoUrl","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-url.html","searchKeys":["photoUrl","open override val photoUrl: String? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoUrl"]},{"name":"open override val photoUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-url.html","searchKeys":["photoUrl","open override val photoUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoUrl"]},{"name":"open override val photoWidth: Int? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoWidth","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-width.html","searchKeys":["photoWidth","open override val photoWidth: Int? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoWidth"]},{"name":"open override val photoWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-width.html","searchKeys":["photoWidth","open override val photoWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoWidth"]},{"name":"open override val pinnedMessage: Message? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/pinned-message.html","searchKeys":["pinnedMessage","open override val pinnedMessage: Message? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.pinnedMessage"]},{"name":"open override val pinnedMessage: Message? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/pinned-message.html","searchKeys":["pinnedMessage","open override val pinnedMessage: Message? = null","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.pinnedMessage"]},{"name":"open override val pinnedMessage: Message? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/pinned-message.html","searchKeys":["pinnedMessage","open override val pinnedMessage: Message? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.pinnedMessage"]},{"name":"open override val pollAnswersFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollAnswersFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/poll-answers-flow.html","searchKeys":["pollAnswersFlow","open override val pollAnswersFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollAnswersFlow"]},{"name":"open override val pollsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/polls-flow.html","searchKeys":["pollsFlow","open override val pollsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollsFlow"]},{"name":"open override val preCheckoutQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.preCheckoutQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/pre-checkout-queries-flow.html","searchKeys":["preCheckoutQueriesFlow","open override val preCheckoutQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.preCheckoutQueriesFlow"]},{"name":"open override val preCheckoutQueryId: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.preCheckoutQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/pre-checkout-query-id.html","searchKeys":["preCheckoutQueryId","open override val preCheckoutQueryId: PreCheckoutQueryId","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.preCheckoutQueryId"]},{"name":"open override val preCheckoutQueryId: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.preCheckoutQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/pre-checkout-query-id.html","searchKeys":["preCheckoutQueryId","open override val preCheckoutQueryId: PreCheckoutQueryId","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.preCheckoutQueryId"]},{"name":"open override val priceDependOnShipAddress: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.priceDependOnShipAddress","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/price-depend-on-ship-address.html","searchKeys":["priceDependOnShipAddress","open override val priceDependOnShipAddress: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.priceDependOnShipAddress"]},{"name":"open override val priceDependOnShipAddress: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.priceDependOnShipAddress","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/price-depend-on-ship-address.html","searchKeys":["priceDependOnShipAddress","open override val priceDependOnShipAddress: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.priceDependOnShipAddress"]},{"name":"open override val prices: List","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.prices","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/prices.html","searchKeys":["prices","open override val prices: List","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.prices"]},{"name":"open override val prices: List","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.prices","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/prices.html","searchKeys":["prices","open override val prices: List","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.prices"]},{"name":"open override val prices: List","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.prices","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/prices.html","searchKeys":["prices","open override val prices: List","dev.inmo.tgbotapi.types.payments.ShippingOption.prices"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.ForwardMessage.protectContent","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.ForwardMessage.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.CopyMessage.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendContact.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendContact.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendDice.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendDice.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendLocation.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendLocation.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendTextMessage.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendVenue.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendVenue.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.games.SendGame.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAudioData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.protectContent"]},{"name":"open override val providerData: String? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerData","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-data.html","searchKeys":["providerData","open override val providerData: String? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerData"]},{"name":"open override val providerData: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerData","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-data.html","searchKeys":["providerData","open override val providerData: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerData"]},{"name":"open override val providerToken: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerToken","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-token.html","searchKeys":["providerToken","open override val providerToken: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerToken"]},{"name":"open override val providerToken: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerToken","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-token.html","searchKeys":["providerToken","open override val providerToken: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerToken"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.requests.send.SendLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.types.location.LiveLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.types.location.LiveLocation.proximityAlertRadius"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.query"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.query"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.query"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.query"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.question","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.question","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.question","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.types.polls.QuizPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.question","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.types.polls.RegularPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.question","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.types.polls.UnknownPollType.question"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.StopPoll.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.StopPoll.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendContact.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendDice.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendLocation.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendVenue.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.games.SendGame.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyMarkup"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyTo"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendContact.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendDice.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendLocation.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendVenue.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.games.SendGame.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyToMessageId"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.DeleteMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.DeleteMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.ForwardMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.ForwardMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.GetUpdates.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.GetUpdates.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.SetPassportDataErrors.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.StopPoll.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.StopPoll.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.GetMe.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.GetMe.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.GetMyCommands.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.SetMyCommands.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.LeaveChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.get.GetFile.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.get.GetFile.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.get.GetStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.local.Close.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.local/-close/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.local.Close.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.local.LogOut.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.local.LogOut.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.CopyMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendAction.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendAction.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendContact.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendContact.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendDice.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendDice.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendTextMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendVenue.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendVenue.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.games.SendGame.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendAudioData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendVideoData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.webhook.SetWebhook.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.requestSerializer"]},{"name":"open override val requireEmail: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireEmail","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-email.html","searchKeys":["requireEmail","open override val requireEmail: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireEmail"]},{"name":"open override val requireEmail: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireEmail","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-email.html","searchKeys":["requireEmail","open override val requireEmail: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireEmail"]},{"name":"open override val requireName: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireName","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-name.html","searchKeys":["requireName","open override val requireName: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireName"]},{"name":"open override val requireName: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-name.html","searchKeys":["requireName","open override val requireName: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireName"]},{"name":"open override val requirePhoneNumber: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-phone-number.html","searchKeys":["requirePhoneNumber","open override val requirePhoneNumber: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requirePhoneNumber"]},{"name":"open override val requirePhoneNumber: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-phone-number.html","searchKeys":["requirePhoneNumber","open override val requirePhoneNumber: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requirePhoneNumber"]},{"name":"open override val requireShippingAddress: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireShippingAddress","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-shipping-address.html","searchKeys":["requireShippingAddress","open override val requireShippingAddress: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireShippingAddress"]},{"name":"open override val requireShippingAddress: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireShippingAddress","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-shipping-address.html","searchKeys":["requireShippingAddress","open override val requireShippingAddress: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireShippingAddress"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.DeleteMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.DeleteMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.SetPassportDataErrors.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.SetMyCommands.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.LeaveChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.local.Close.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.local/-close/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.local.Close.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.local.LogOut.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.local.LogOut.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.send.SendAction.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.send.SendAction.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.webhook.SetWebhook.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.DownloadFile.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-download-file/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.DownloadFile.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.DownloadFileStream.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendAudioData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendContact.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendContact.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendDice.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendDice.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.games.SendGame.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendLocation.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendLocation.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.polls.SendPoll.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendTextMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendVenue.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendVenue.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendVideoData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.GetMe.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.GetMe.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.bot.GetMyCommands.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>>","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>>","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.GetUpdates.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.GetUpdates.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.send.CopyMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.get.GetFile.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.get.GetFile.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.StopPoll.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.StopPoll.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.ForwardMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.ForwardMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.get.GetStickerSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.resultDeserializer"]},{"name":"open override val resultDeserializer: KSerializer","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: KSerializer","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: KSerializer","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: KSerializer","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.resultDeserializer"]},{"name":"open override val resultId: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.resultId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/result-id.html","searchKeys":["resultId","open override val resultId: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.resultId"]},{"name":"open override val resultId: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.resultId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/result-id.html","searchKeys":["resultId","open override val resultId: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.resultId"]},{"name":"open override val reverseSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.reverseSide"]},{"name":"open override val reverseSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.reverseSide"]},{"name":"open override val reverseSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.reverseSide"]},{"name":"open override val reverseSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.reverseSide"]},{"name":"open override val scheduledCloseInfo: ScheduledCloseInfo?","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","open override val scheduledCloseInfo: ScheduledCloseInfo?","dev.inmo.tgbotapi.types.polls.UnknownPollType.scheduledCloseInfo"]},{"name":"open override val scheduledCloseInfo: ScheduledCloseInfo? = null","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","open override val scheduledCloseInfo: ScheduledCloseInfo? = null","dev.inmo.tgbotapi.types.polls.QuizPoll.scheduledCloseInfo"]},{"name":"open override val scheduledCloseInfo: ScheduledCloseInfo? = null","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","open override val scheduledCloseInfo: ScheduledCloseInfo? = null","dev.inmo.tgbotapi.types.polls.RegularPoll.scheduledCloseInfo"]},{"name":"open override val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/scope.html","searchKeys":["scope","open override val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.scope"]},{"name":"open override val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/scope.html","searchKeys":["scope","open override val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.GetMyCommands.scope"]},{"name":"open override val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/scope.html","searchKeys":["scope","open override val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.SetMyCommands.scope"]},{"name":"open override val scope: CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.scope","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/scope.html","searchKeys":["scope","open override val scope: CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.scope"]},{"name":"open override val score: Long","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.score","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/score.html","searchKeys":["score","open override val score: Long","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.score"]},{"name":"open override val score: Long","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.score","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/score.html","searchKeys":["score","open override val score: Long","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.score"]},{"name":"open override val secret: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/secret.html","searchKeys":["secret","open override val secret: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.secret"]},{"name":"open override val secret: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/secret.html","searchKeys":["secret","open override val secret: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.secret"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.selfie"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.selfie"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.selfie"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.selfie"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.senderBot"]},{"name":"open override val senderChat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/sender-chat.html","searchKeys":["senderChat","open override val senderChat: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.senderChat"]},{"name":"open override val senderChat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/sender-chat.html","searchKeys":["senderChat","open override val senderChat: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.senderChat"]},{"name":"open override val senderChat: GroupChat","description":"dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/sender-chat.html","searchKeys":["senderChat","open override val senderChat: GroupChat","dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage.senderChat"]},{"name":"open override val senderChatId: ChatId","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.senderChatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html","searchKeys":["senderChatId","open override val senderChatId: ChatId","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.senderChatId"]},{"name":"open override val senderChatId: ChatId","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.senderChatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html","searchKeys":["senderChatId","open override val senderChatId: ChatId","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.senderChatId"]},{"name":"open override val shippingQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.shippingQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/shipping-queries-flow.html","searchKeys":["shippingQueriesFlow","open override val shippingQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.shippingQueriesFlow"]},{"name":"open override val shippingQueryId: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.shippingQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/shipping-query-id.html","searchKeys":["shippingQueryId","open override val shippingQueryId: ShippingQueryIdentifier","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.shippingQueryId"]},{"name":"open override val shippingQueryId: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-query-id.html","searchKeys":["shippingQueryId","open override val shippingQueryId: ShippingQueryIdentifier","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingQueryId"]},{"name":"open override val shouldSendEmailToProvider: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendEmailToProvider","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-email-to-provider.html","searchKeys":["shouldSendEmailToProvider","open override val shouldSendEmailToProvider: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendEmailToProvider"]},{"name":"open override val shouldSendEmailToProvider: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendEmailToProvider","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-email-to-provider.html","searchKeys":["shouldSendEmailToProvider","open override val shouldSendEmailToProvider: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendEmailToProvider"]},{"name":"open override val shouldSendPhoneNumberToProvider: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendPhoneNumberToProvider","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-phone-number-to-provider.html","searchKeys":["shouldSendPhoneNumberToProvider","open override val shouldSendPhoneNumberToProvider: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendPhoneNumberToProvider"]},{"name":"open override val shouldSendPhoneNumberToProvider: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendPhoneNumberToProvider","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-phone-number-to-provider.html","searchKeys":["shouldSendPhoneNumberToProvider","open override val shouldSendPhoneNumberToProvider: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendPhoneNumberToProvider"]},{"name":"open override val slowModeDelay: Long? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.slowModeDelay","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/slow-mode-delay.html","searchKeys":["slowModeDelay","open override val slowModeDelay: Long? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.slowModeDelay"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.source","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.source"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.stickerSetName"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.stickerSetName"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.stickerSetName"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.files.VideoSticker.stickerSetName"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.stringified"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.subsources"]},{"name":"open override val suggestedTipAmounts: List? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.suggestedTipAmounts","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/suggested-tip-amounts.html","searchKeys":["suggestedTipAmounts","open override val suggestedTipAmounts: List? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.suggestedTipAmounts"]},{"name":"open override val suggestedTipAmounts: List? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.suggestedTipAmounts","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/suggested-tip-amounts.html","searchKeys":["suggestedTipAmounts","open override val suggestedTipAmounts: List? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.suggestedTipAmounts"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.text","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.text","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.text","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.text","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.text","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.send.SendTextMessage.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.message.content.TextContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.message.content.TextContent.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption.text","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.polls.SimplePollOption.text"]},{"name":"open override val text: String?","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/text.html","searchKeys":["text","open override val text: String?","dev.inmo.tgbotapi.types.message.content.AnimationContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.text","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.text","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.games.Game.text","location":"docs/dev.inmo.tgbotapi.types.games/-game/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.games.Game.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.AudioContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.DocumentContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.PhotoContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.VideoContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.VoiceContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.text","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.polls.QuizPoll.text"]},{"name":"open override val textSources: List","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.textSources","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/text-sources.html","searchKeys":["textSources","open override val textSources: List","dev.inmo.tgbotapi.types.polls.QuizPoll.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.textSources","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.requests.send.CopyMessage.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.requests.send.media.SendAudioData.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.games.Game.textSources","location":"docs/dev.inmo.tgbotapi.types.games/-game/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.games.Game.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.AnimationContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.AudioContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.DocumentContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.PhotoContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.TextContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.TextContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.VideoContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.VoiceContent.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.textSources","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.SendTextMessage.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendVideoData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.textSources"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.thumb"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.thumb"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.thumb"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.AnimationFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.AudioFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.DocumentFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.VideoFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.VideoNoteFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.VideoSticker.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.thumb"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbHeight"]},{"name":"open override val thumbMimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbMimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumb-mime-type.html","searchKeys":["thumbMimeType","open override val thumbMimeType: MimeType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbMimeType"]},{"name":"open override val thumbMimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbMimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumb-mime-type.html","searchKeys":["thumbMimeType","open override val thumbMimeType: MimeType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbMimeType"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbUrl"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbUrl"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.thumbUrl"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbUrl"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbWidth"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.send.SendVenue.title","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.send.SendVenue.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.title","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.title","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.title","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.title","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.GroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.games.Game.title","location":"docs/dev.inmo.tgbotapi.types.games/-game/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.games.Game.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.venue.Venue.title","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.venue.Venue.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.title","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.title","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.files.AudioFile.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.title","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.title"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.translation"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.translations"]},{"name":"open override val triggersHolder: TriggersHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.triggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/triggers-holder.html","searchKeys":["triggersHolder","open override val triggersHolder: TriggersHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.triggersHolder"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.type","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.type","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.Commands.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-commands/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.Commands.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.Default.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-default/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.Default.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.Unknown.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.WebApp.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope.type","location":"docs/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.type","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.type"]},{"name":"open override val unknownUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.unknownUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/unknown-updates-flow.html","searchKeys":["unknownUpdatesFlow","open override val unknownUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.unknownUpdatesFlow"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.types.chat.member.KickedChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.untilDate"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ChannelPostUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.EditMessageUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.InlineQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.MessageUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.MessageUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.PollAnswerUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.PollUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.PollUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.updateId"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.url"]},{"name":"open override val url: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/url.html","searchKeys":["url","open override val url: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.url"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.abstracts.FromUser.user","location":"docs/dev.inmo.tgbotapi.abstracts/-from-user/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.abstracts.FromUser.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.ChatInviteLink.user","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.ChatInviteLink.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.KickedChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.user","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.user","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.polls.PollAnswer.user"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.userId"]},{"name":"open override val username: Username","description":"dev.inmo.tgbotapi.types.chat.CommonBot.username","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/username.html","searchKeys":["username","open override val username: Username","dev.inmo.tgbotapi.types.chat.CommonBot.username"]},{"name":"open override val username: Username","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/username.html","searchKeys":["username","open override val username: Username","dev.inmo.tgbotapi.types.chat.ExtendedBot.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.CommonUser.username","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.CommonUser.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.username"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.valueLimits"]},{"name":"open override val vcard: String? = null","description":"dev.inmo.tgbotapi.types.Contact.vcard","location":"docs/dev.inmo.tgbotapi.types/-contact/vcard.html","searchKeys":["vcard","open override val vcard: String? = null","dev.inmo.tgbotapi.types.Contact.vcard"]},{"name":"open override val vcard: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.vcard","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/vcard.html","searchKeys":["vcard","open override val vcard: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.vcard"]},{"name":"open override val vcard: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.vcard","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/vcard.html","searchKeys":["vcard","open override val vcard: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.vcard"]},{"name":"open override val votes: Int = 0","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption.votes","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/votes.html","searchKeys":["votes","open override val votes: Int = 0","dev.inmo.tgbotapi.types.polls.SimplePollOption.votes"]},{"name":"open override val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/votes-count.html","searchKeys":["votesCount","open override val votesCount: Int","dev.inmo.tgbotapi.types.polls.QuizPoll.votesCount"]},{"name":"open override val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/votes-count.html","searchKeys":["votesCount","open override val votesCount: Int","dev.inmo.tgbotapi.types.polls.RegularPoll.votesCount"]},{"name":"open override val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/votes-count.html","searchKeys":["votesCount","open override val votesCount: Int","dev.inmo.tgbotapi.types.polls.UnknownPollType.votesCount"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.width","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.AnimatedSticker.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.AnimationFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.AnimationFile.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.PhotoSize.width","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.PhotoSize.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.width","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.SimpleSticker.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.VideoFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.VideoFile.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.VideoNoteFile.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.VideoSticker.width","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.VideoSticker.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.width","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.width","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.width","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.width","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.width","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.width"]},{"name":"open suspend fun onAfterCallFactoryMakeCall(result: T?, request: Request, potentialFactory: KtorCallFactory): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onAfterCallFactoryMakeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-after-call-factory-make-call.html","searchKeys":["onAfterCallFactoryMakeCall","open suspend fun onAfterCallFactoryMakeCall(result: T?, request: Request, potentialFactory: KtorCallFactory): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onAfterCallFactoryMakeCall"]},{"name":"open suspend fun onRequestException(request: Request, t: Throwable): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestException","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-exception.html","searchKeys":["onRequestException","open suspend fun onRequestException(request: Request, t: Throwable): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestException"]},{"name":"open suspend fun onRequestResultAbsent(request: Request, callsFactories: List): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultAbsent","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-absent.html","searchKeys":["onRequestResultAbsent","open suspend fun onRequestResultAbsent(request: Request, callsFactories: List): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultAbsent"]},{"name":"open suspend fun onRequestResultPresented(result: T, request: Request, resultCallFactory: KtorCallFactory, callsFactories: List): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultPresented","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-presented.html","searchKeys":["onRequestResultPresented","open suspend fun onRequestResultPresented(result: T, request: Request, resultCallFactory: KtorCallFactory, callsFactories: List): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultPresented"]},{"name":"open suspend fun onRequestReturnResult(result: Result, request: Request, callsFactories: List): T","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestReturnResult","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-return-result.html","searchKeys":["onRequestReturnResult","open suspend fun onRequestReturnResult(result: Result, request: Request, callsFactories: List): T","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestReturnResult"]},{"name":"open suspend fun onBeforeCallFactoryMakeCall(request: Request<*>, potentialFactory: KtorCallFactory)","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeCallFactoryMakeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-call-factory-make-call.html","searchKeys":["onBeforeCallFactoryMakeCall","open suspend fun onBeforeCallFactoryMakeCall(request: Request<*>, potentialFactory: KtorCallFactory)","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeCallFactoryMakeCall"]},{"name":"open suspend fun onBeforeSearchCallFactory(request: Request<*>, callsFactories: List)","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeSearchCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-search-call-factory.html","searchKeys":["onBeforeSearchCallFactory","open suspend fun onBeforeSearchCallFactory(request: Request<*>, callsFactories: List)","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeSearchCallFactory"]},{"name":"open suspend fun start(): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.start","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/start.html","searchKeys":["start","open suspend fun start(): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.start"]},{"name":"open suspend operator override fun invoke(data: CallbackQuery): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: CallbackQuery): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: CallbackQuery): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: CallbackQuery): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: CallbackQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: CallbackQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ChatJoinRequest): PublicChat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ChatJoinRequest): PublicChat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ChatMemberUpdated): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ChatMemberUpdated): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ChosenInlineResult): ChatId","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ChosenInlineResult): ChatId","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: InlineQuery): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: InlineQuery): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: InlineQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: InlineQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: List>): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-media-group-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: List>): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: Message): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: Message): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: Message): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: Message): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: Poll): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: Poll): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: PollAnswer): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: PollAnswer): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: PreCheckoutQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: PreCheckoutQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ShippingQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ShippingQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory.invoke"]},{"name":"open suspend override fun execute(request: Request): T","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.execute","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/execute.html","searchKeys":["execute","open suspend override fun execute(request: Request): T","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.execute"]},{"name":"open suspend override fun execute(request: Request): T","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.execute","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/execute.html","searchKeys":["execute","open suspend override fun execute(request: Request): T","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.execute"]},{"name":"open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/make-call.html","searchKeys":["makeCall","open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.makeCall"]},{"name":"open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/make-call.html","searchKeys":["makeCall","open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory.makeCall"]},{"name":"open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/make-call.html","searchKeys":["makeCall","open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory.makeCall"]},{"name":"open suspend override fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/limit.html","searchKeys":["limit","open suspend override fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.limit"]},{"name":"open suspend override fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/limit.html","searchKeys":["limit","open suspend override fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.limit"]},{"name":"open suspend override fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/limit.html","searchKeys":["limit","open suspend override fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.limit"]},{"name":"open suspend override fun BehaviourContextWithFSM.handleState(state: O): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html","searchKeys":["handleState","open suspend override fun BehaviourContextWithFSM.handleState(state: O): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState"]},{"name":"open suspend override fun StatesMachine.handleState(state: I): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html","searchKeys":["handleState","open suspend override fun StatesMachine.handleState(state: I): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState"]},{"name":"open suspend override fun StatesMachine.handleState(state: O): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html","searchKeys":["handleState","open suspend override fun StatesMachine.handleState(state: O): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState"]},{"name":"open suspend override fun StatesMachine.handleState(state: T): T?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/handle-state.html","searchKeys":["handleState","open suspend override fun StatesMachine.handleState(state: T): T?","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.handleState"]},{"name":"open suspend override fun checkHandleable(state: O): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.checkHandleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/check-handleable.html","searchKeys":["checkHandleable","open suspend override fun checkHandleable(state: O): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.checkHandleable"]},{"name":"open suspend override fun startChain(state: T)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.startChain","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start-chain.html","searchKeys":["startChain","open suspend override fun startChain(state: T)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.startChain"]},{"name":"open val adaptedMajorityTotalAmount: Double","description":"dev.inmo.tgbotapi.types.payments.abstracts.Amounted.adaptedMajorityTotalAmount","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/adapted-majority-total-amount.html","searchKeys":["adaptedMajorityTotalAmount","open val adaptedMajorityTotalAmount: Double","dev.inmo.tgbotapi.types.payments.abstracts.Amounted.adaptedMajorityTotalAmount"]},{"name":"open val allowCreateUserIdLink: Boolean","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.allowCreateUserIdLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/allow-create-user-id-link.html","searchKeys":["allowCreateUserIdLink","open val allowCreateUserIdLink: Boolean","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.allowCreateUserIdLink"]},{"name":"open val asText: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.asText","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/as-text.html","searchKeys":["asText","open val asText: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.asText"]},{"name":"open val bot: TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.bot","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/bot.html","searchKeys":["bot","open val bot: TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.bot"]},{"name":"open val canManageVoiceChats: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canManageVoiceChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-manage-voice-chats.html","searchKeys":["canManageVoiceChats","open val canManageVoiceChats: Boolean","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canManageVoiceChats"]},{"name":"open val cause: Throwable? = null","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException.cause","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/cause.html","searchKeys":["cause","open val cause: Throwable? = null","dev.inmo.tgbotapi.bot.exceptions.RequestException.cause"]},{"name":"open val closeInfo: ScheduledCloseInfo?","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.closeInfo","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/close-info.html","searchKeys":["closeInfo","open val closeInfo: ScheduledCloseInfo?","dev.inmo.tgbotapi.requests.send.polls.SendPoll.closeInfo"]},{"name":"open val entities: List?","description":"dev.inmo.tgbotapi.abstracts.EntitiesOutput.entities","location":"docs/dev.inmo.tgbotapi.abstracts/-entities-output/entities.html","searchKeys":["entities","open val entities: List?","dev.inmo.tgbotapi.abstracts.EntitiesOutput.entities"]},{"name":"open val flowsUpdatesFilter: FlowsUpdatesFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.flowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/flows-updates-filter.html","searchKeys":["flowsUpdatesFilter","open val flowsUpdatesFilter: FlowsUpdatesFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.flowsUpdatesFilter"]},{"name":"open val forwardable: Boolean","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.forwardable","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html","searchKeys":["forwardable","open val forwardable: Boolean","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.forwardable"]},{"name":"open val isAnimated: Boolean","description":"dev.inmo.tgbotapi.types.files.Sticker.isAnimated","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/is-animated.html","searchKeys":["isAnimated","open val isAnimated: Boolean","dev.inmo.tgbotapi.types.files.Sticker.isAnimated"]},{"name":"open val isPrimary: Boolean","description":"dev.inmo.tgbotapi.types.ChatInviteLink.isPrimary","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/is-primary.html","searchKeys":["isPrimary","open val isPrimary: Boolean","dev.inmo.tgbotapi.types.ChatInviteLink.isPrimary"]},{"name":"open val isVideo: Boolean","description":"dev.inmo.tgbotapi.types.files.Sticker.isVideo","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/is-video.html","searchKeys":["isVideo","open val isVideo: Boolean","dev.inmo.tgbotapi.types.files.Sticker.isVideo"]},{"name":"open val languageCode: String?","description":"dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.languageCode","location":"docs/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/language-code.html","searchKeys":["languageCode","open val languageCode: String?","dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.languageCode"]},{"name":"open val scope: CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.scope","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/scope.html","searchKeys":["scope","open val scope: CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.scope"]},{"name":"operator fun invoke(behaviourContext: BehaviourContext, handlers: List>, statesManager: StatesManager): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/invoke.html","searchKeys":["invoke","operator fun invoke(behaviourContext: BehaviourContext, handlers: List>, statesManager: StatesManager): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion.invoke"]},{"name":"operator fun BehaviourContextAndTwoTypesReceiver.not(): suspend BehaviourContext.(T, Update) -> Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html","searchKeys":["not","operator fun BehaviourContextAndTwoTypesReceiver.not(): suspend BehaviourContext.(T, Update) -> Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not"]},{"name":"operator fun BehaviourContextAndTwoTypesReceiver.plus(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html","searchKeys":["plus","operator fun BehaviourContextAndTwoTypesReceiver.plus(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus"]},{"name":"operator fun BehaviourContextAndTwoTypesReceiver.times(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html","searchKeys":["times","operator fun BehaviourContextAndTwoTypesReceiver.times(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times"]},{"name":"operator fun SimpleFilter.not(): SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html","searchKeys":["not","operator fun SimpleFilter.not(): SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not"]},{"name":"operator fun SimpleFilter?.plus(other: SimpleFilter): SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html","searchKeys":["plus","operator fun SimpleFilter?.plus(other: SimpleFilter): SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus"]},{"name":"operator fun SimpleFilter?.times(other: SimpleFilter): SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html","searchKeys":["times","operator fun SimpleFilter?.times(other: SimpleFilter): SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times"]},{"name":"operator fun String.unaryPlus(): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun String.unaryPlus(): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus"]},{"name":"operator fun T.unaryPlus(): Boolean","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun T.unaryPlus(): Boolean","dev.inmo.tgbotapi.utils.MatrixBuilder.unaryPlus"]},{"name":"operator fun T.unaryPlus(): Boolean","description":"dev.inmo.tgbotapi.utils.RowBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun T.unaryPlus(): Boolean","dev.inmo.tgbotapi.utils.RowBuilder.unaryPlus"]},{"name":"operator fun TextSource.unaryPlus(): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun TextSource.unaryPlus(): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus"]},{"name":"operator fun TextSourcesList.unaryPlus(): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun TextSourcesList.unaryPlus(): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus"]},{"name":"operator fun invoke(file: MPPFile): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.invoke","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/invoke.html","searchKeys":["invoke","operator fun invoke(file: MPPFile): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.invoke"]},{"name":"operator fun invoke(location: Location): LocationContent","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.Companion.invoke","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/invoke.html","searchKeys":["invoke","operator fun invoke(location: Location): LocationContent","dev.inmo.tgbotapi.types.message.content.LocationContent.Companion.invoke"]},{"name":"operator fun invoke(vararg source: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.invoke","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/invoke.html","searchKeys":["invoke","operator fun invoke(vararg source: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.invoke"]},{"name":"operator fun plus(other: EntitiesBuilder): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(other: EntitiesBuilder): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"operator fun plus(source: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(source: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"operator fun plus(sources: Iterable): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(sources: Iterable): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"operator fun plus(t: List): Boolean","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.plus","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/plus.html","searchKeys":["plus","operator fun plus(t: List): Boolean","dev.inmo.tgbotapi.utils.MatrixBuilder.plus"]},{"name":"operator fun plus(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"sealed class Bot : User","description":"dev.inmo.tgbotapi.types.chat.Bot","location":"docs/dev.inmo.tgbotapi.types.chat/-bot/index.html","searchKeys":["Bot","sealed class Bot : User","dev.inmo.tgbotapi.types.chat.Bot"]},{"name":"sealed class ChatIdentifier","description":"dev.inmo.tgbotapi.types.ChatIdentifier","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier/index.html","searchKeys":["ChatIdentifier","sealed class ChatIdentifier","dev.inmo.tgbotapi.types.ChatIdentifier"]},{"name":"sealed class ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/index.html","searchKeys":["ChatType","sealed class ChatType","dev.inmo.tgbotapi.types.chat.ChatType"]},{"name":"sealed class EncryptedPassportElementWithTranslatableFilesCollection : EncryptedPassportElementTranslatable, EncryptedPassportElementWithFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-files-collection/index.html","searchKeys":["EncryptedPassportElementWithTranslatableFilesCollection","sealed class EncryptedPassportElementWithTranslatableFilesCollection : EncryptedPassportElementTranslatable, EncryptedPassportElementWithFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"sealed class EncryptedPassportElementWithTranslatableIDDocument : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithReverseSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-i-d-document/index.html","searchKeys":["EncryptedPassportElementWithTranslatableIDDocument","sealed class EncryptedPassportElementWithTranslatableIDDocument : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithReverseSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableIDDocument"]},{"name":"sealed class EndDataCredentials","description":"dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/index.html","searchKeys":["EndDataCredentials","sealed class EndDataCredentials","dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials"]},{"name":"sealed class EventType","description":"dev.inmo.tgbotapi.webapps.EventType","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/index.html","searchKeys":["EventType","sealed class EventType","dev.inmo.tgbotapi.webapps.EventType"]},{"name":"sealed class ForwardFromPublicChatInfo : ForwardInfo","description":"dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-public-chat-info/index.html","searchKeys":["ForwardFromPublicChatInfo","sealed class ForwardFromPublicChatInfo : ForwardInfo","dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo"]},{"name":"sealed class ForwardInfo","description":"dev.inmo.tgbotapi.types.message.ForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-info/index.html","searchKeys":["ForwardInfo","sealed class ForwardInfo","dev.inmo.tgbotapi.types.message.ForwardInfo"]},{"name":"sealed class IdentityWithReverseSideSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations, SecureValueWithReverseSide","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/index.html","searchKeys":["IdentityWithReverseSideSecureValue","sealed class IdentityWithReverseSideSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations, SecureValueWithReverseSide","dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue"]},{"name":"sealed class InputFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/index.html","searchKeys":["InputFile","sealed class InputFile","dev.inmo.tgbotapi.requests.abstracts.InputFile"]},{"name":"sealed class OtherDocumentsSecureValue : SecureValueWithTranslations, SecureValueWithFiles","description":"dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/index.html","searchKeys":["OtherDocumentsSecureValue","sealed class OtherDocumentsSecureValue : SecureValueWithTranslations, SecureValueWithFiles","dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue"]},{"name":"sealed class Passport : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","description":"dev.inmo.tgbotapi.types.passport.encrypted.Passport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport/index.html","searchKeys":["Passport","sealed class Passport : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","dev.inmo.tgbotapi.types.passport.encrypted.Passport"]},{"name":"sealed class PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/index.html","searchKeys":["PassportElementError","sealed class PassportElementError","dev.inmo.tgbotapi.types.passport.PassportElementError"]},{"name":"sealed class PassportElementFileError : PassportSingleElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementFileError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-file-error/index.html","searchKeys":["PassportElementFileError","sealed class PassportElementFileError : PassportSingleElementError","dev.inmo.tgbotapi.types.passport.PassportElementFileError"]},{"name":"sealed class PassportElementFilesError : PassportMultipleElementsError","description":"dev.inmo.tgbotapi.types.passport.PassportElementFilesError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-files-error/index.html","searchKeys":["PassportElementFilesError","sealed class PassportElementFilesError : PassportMultipleElementsError","dev.inmo.tgbotapi.types.passport.PassportElementFilesError"]},{"name":"sealed class PassportMultipleElementsError : PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/index.html","searchKeys":["PassportMultipleElementsError","sealed class PassportMultipleElementsError : PassportElementError","dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError"]},{"name":"sealed class PassportSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/index.html","searchKeys":["PassportSecureValue","sealed class PassportSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations","dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue"]},{"name":"sealed class PassportSingleElementError : PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportSingleElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/index.html","searchKeys":["PassportSingleElementError","sealed class PassportSingleElementError : PassportElementError","dev.inmo.tgbotapi.types.passport.PassportSingleElementError"]},{"name":"sealed class PollOption","description":"dev.inmo.tgbotapi.types.polls.PollOption","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/index.html","searchKeys":["PollOption","sealed class PollOption","dev.inmo.tgbotapi.types.polls.PollOption"]},{"name":"sealed class RequestError","description":"dev.inmo.tgbotapi.types.RequestError","location":"docs/dev.inmo.tgbotapi.types/-request-error/index.html","searchKeys":["RequestError","sealed class RequestError","dev.inmo.tgbotapi.types.RequestError"]},{"name":"sealed class RequestException : IOException","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html","searchKeys":["RequestException","sealed class RequestException : IOException","dev.inmo.tgbotapi.bot.exceptions.RequestException"]},{"name":"sealed class SendPoll : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/index.html","searchKeys":["SendPoll","sealed class SendPoll : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.polls.SendPoll"]},{"name":"sealed class SetWebhookRequest : Request ","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html","searchKeys":["SetWebhookRequest","sealed class SetWebhookRequest : Request ","dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest"]},{"name":"sealed class User : PrivateChat","description":"dev.inmo.tgbotapi.types.chat.User","location":"docs/dev.inmo.tgbotapi.types.chat/-user/index.html","searchKeys":["User","sealed class User : PrivateChat","dev.inmo.tgbotapi.types.chat.User"]},{"name":"suspend fun BC.command(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html","searchKeys":["command","suspend fun BC.command(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command"]},{"name":"suspend fun BC.command(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html","searchKeys":["command","suspend fun BC.command(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command"]},{"name":"suspend fun BC.commandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html","searchKeys":["commandWithArgs","suspend fun BC.commandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs"]},{"name":"suspend fun BC.commandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html","searchKeys":["commandWithArgs","suspend fun BC.commandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs"]},{"name":"suspend fun BC.onAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-animation.html","searchKeys":["onAnimation","suspend fun BC.onAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnimation"]},{"name":"suspend fun BC.onAnyInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnyInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-any-inline-query.html","searchKeys":["onAnyInlineQuery","suspend fun BC.onAnyInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnyInlineQuery"]},{"name":"suspend fun BC.onAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio.html","searchKeys":["onAudio","suspend fun BC.onAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudio"]},{"name":"suspend fun BC.onAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudioMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio-media-group.html","searchKeys":["onAudioMediaGroup","suspend fun BC.onAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudioMediaGroup"]},{"name":"suspend fun BC.onBaseChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-chosen-inline-result.html","searchKeys":["onBaseChosenInlineResult","suspend fun BC.onBaseChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseChosenInlineResult"]},{"name":"suspend fun BC.onBaseInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html","searchKeys":["onBaseInlineQuery","suspend fun BC.onBaseInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseInlineQuery"]},{"name":"suspend fun BC.onChannelChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-chat-created.html","searchKeys":["onChannelChatCreated","suspend fun BC.onChannelChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelChatCreated"]},{"name":"suspend fun BC.onChannelEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-event.html","searchKeys":["onChannelEvent","suspend fun BC.onChannelEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelEvent"]},{"name":"suspend fun BC.onChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-event.html","searchKeys":["onChatEvent","suspend fun BC.onChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatEvent"]},{"name":"suspend fun BC.onChatJoinRequest(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatJoinRequestFilterByChat, markerFactory: MarkerFactory = ByChatChatJoinRequestMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-join-request.html","searchKeys":["onChatJoinRequest","suspend fun BC.onChatJoinRequest(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatJoinRequestFilterByChat, markerFactory: MarkerFactory = ByChatChatJoinRequestMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatJoinRequest"]},{"name":"suspend fun BC.onChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-member-updated.html","searchKeys":["onChatMemberUpdated","suspend fun BC.onChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatMemberUpdated"]},{"name":"suspend fun BC.onChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chosen-inline-result.html","searchKeys":["onChosenInlineResult","suspend fun BC.onChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChosenInlineResult"]},{"name":"suspend fun BC.onCommand(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html","searchKeys":["onCommand","suspend fun BC.onCommand(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand"]},{"name":"suspend fun BC.onCommand(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html","searchKeys":["onCommand","suspend fun BC.onCommand(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand"]},{"name":"suspend fun BC.onCommandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html","searchKeys":["onCommandWithArgs","suspend fun BC.onCommandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs"]},{"name":"suspend fun BC.onCommandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html","searchKeys":["onCommandWithArgs","suspend fun BC.onCommandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs"]},{"name":"suspend fun BC.onCommonChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-chat-member-updated.html","searchKeys":["onCommonChatMemberUpdated","suspend fun BC.onCommonChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonChatMemberUpdated"]},{"name":"suspend fun BC.onCommonEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-event.html","searchKeys":["onCommonEvent","suspend fun BC.onCommonEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonEvent"]},{"name":"suspend fun BC.onContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-contact.html","searchKeys":["onContact","suspend fun BC.onContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContact"]},{"name":"suspend fun BC.onContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-content-message.html","searchKeys":["onContentMessage","suspend fun BC.onContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContentMessage"]},{"name":"suspend fun BC.onDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html","searchKeys":["onDataCallbackQuery","suspend fun BC.onDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery"]},{"name":"suspend fun BC.onDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html","searchKeys":["onDataCallbackQuery","suspend fun BC.onDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery"]},{"name":"suspend fun BC.onDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html","searchKeys":["onDataCallbackQuery","suspend fun BC.onDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery"]},{"name":"suspend fun BC.onDeleteChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-delete-chat-photo.html","searchKeys":["onDeleteChatPhoto","suspend fun BC.onDeleteChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDeleteChatPhoto"]},{"name":"suspend fun BC.onDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-dice.html","searchKeys":["onDice","suspend fun BC.onDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDice"]},{"name":"suspend fun BC.onDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document.html","searchKeys":["onDocument","suspend fun BC.onDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocument"]},{"name":"suspend fun BC.onDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document-media-group-content.html","searchKeys":["onDocumentMediaGroupContent","suspend fun BC.onDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentMediaGroupContent"]},{"name":"suspend fun BC.onDocumentsGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group.html","searchKeys":["onDocumentsGroup","suspend fun BC.onDocumentsGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentsGroup"]},{"name":"suspend fun BC.onEditedAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-animation.html","searchKeys":["onEditedAnimation","suspend fun BC.onEditedAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAnimation"]},{"name":"suspend fun BC.onEditedAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio.html","searchKeys":["onEditedAudio","suspend fun BC.onEditedAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudio"]},{"name":"suspend fun BC.onEditedAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudioMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio-media-group.html","searchKeys":["onEditedAudioMediaGroup","suspend fun BC.onEditedAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudioMediaGroup"]},{"name":"suspend fun BC.onEditedContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-contact.html","searchKeys":["onEditedContact","suspend fun BC.onEditedContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContact"]},{"name":"suspend fun BC.onEditedContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-content-message.html","searchKeys":["onEditedContentMessage","suspend fun BC.onEditedContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContentMessage"]},{"name":"suspend fun BC.onEditedDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-dice.html","searchKeys":["onEditedDice","suspend fun BC.onEditedDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDice"]},{"name":"suspend fun BC.onEditedDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document.html","searchKeys":["onEditedDocument","suspend fun BC.onEditedDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocument"]},{"name":"suspend fun BC.onEditedDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document-media-group-content.html","searchKeys":["onEditedDocumentMediaGroupContent","suspend fun BC.onEditedDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocumentMediaGroupContent"]},{"name":"suspend fun BC.onEditedGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-game.html","searchKeys":["onEditedGame","suspend fun BC.onEditedGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedGame"]},{"name":"suspend fun BC.onEditedInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-invoice.html","searchKeys":["onEditedInvoice","suspend fun BC.onEditedInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedInvoice"]},{"name":"suspend fun BC.onEditedLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-location.html","searchKeys":["onEditedLocation","suspend fun BC.onEditedLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedLocation"]},{"name":"suspend fun BC.onEditedMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media.html","searchKeys":["onEditedMedia","suspend fun BC.onEditedMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMedia"]},{"name":"suspend fun BC.onEditedMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMediaCollection","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media-collection.html","searchKeys":["onEditedMediaCollection","suspend fun BC.onEditedMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMediaCollection"]},{"name":"suspend fun BC.onEditedPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-photo.html","searchKeys":["onEditedPhoto","suspend fun BC.onEditedPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedPhoto"]},{"name":"suspend fun BC.onEditedSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-sticker.html","searchKeys":["onEditedSticker","suspend fun BC.onEditedSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedSticker"]},{"name":"suspend fun BC.onEditedText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-text.html","searchKeys":["onEditedText","suspend fun BC.onEditedText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedText"]},{"name":"suspend fun BC.onEditedTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-texted-media-content.html","searchKeys":["onEditedTextedMediaContent","suspend fun BC.onEditedTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedTextedMediaContent"]},{"name":"suspend fun BC.onEditedVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-venue.html","searchKeys":["onEditedVenue","suspend fun BC.onEditedVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVenue"]},{"name":"suspend fun BC.onEditedVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video.html","searchKeys":["onEditedVideo","suspend fun BC.onEditedVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideo"]},{"name":"suspend fun BC.onEditedVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video-note.html","searchKeys":["onEditedVideoNote","suspend fun BC.onEditedVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideoNote"]},{"name":"suspend fun BC.onEditedVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-voice.html","searchKeys":["onEditedVoice","suspend fun BC.onEditedVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVoice"]},{"name":"suspend fun BC.onGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game.html","searchKeys":["onGame","suspend fun BC.onGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGame"]},{"name":"suspend fun BC.onGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game-short-name-callback-query.html","searchKeys":["onGameShortNameCallbackQuery","suspend fun BC.onGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGameShortNameCallbackQuery"]},{"name":"suspend fun BC.onGroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-chat-created.html","searchKeys":["onGroupChatCreated","suspend fun BC.onGroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupChatCreated"]},{"name":"suspend fun BC.onGroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-event.html","searchKeys":["onGroupEvent","suspend fun BC.onGroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupEvent"]},{"name":"suspend fun BC.onInlineMessageIdCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-callback-query.html","searchKeys":["onInlineMessageIdCallbackQuery","suspend fun BC.onInlineMessageIdCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html","searchKeys":["onInlineMessageIdDataCallbackQuery","suspend fun BC.onInlineMessageIdDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html","searchKeys":["onInlineMessageIdDataCallbackQuery","suspend fun BC.onInlineMessageIdDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html","searchKeys":["onInlineMessageIdDataCallbackQuery","suspend fun BC.onInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-game-short-name-callback-query.html","searchKeys":["onInlineMessageIdGameShortNameCallbackQuery","suspend fun BC.onInlineMessageIdGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdGameShortNameCallbackQuery"]},{"name":"suspend fun BC.onInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-invoice.html","searchKeys":["onInvoice","suspend fun BC.onInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInvoice"]},{"name":"suspend fun BC.onLeftChatMember(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-left-chat-member.html","searchKeys":["onLeftChatMember","suspend fun BC.onLeftChatMember(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLeftChatMember"]},{"name":"suspend fun BC.onLiveLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-live-location.html","searchKeys":["onLiveLocation","suspend fun BC.onLiveLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLiveLocation"]},{"name":"suspend fun BC.onLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location.html","searchKeys":["onLocation","suspend fun BC.onLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocation"]},{"name":"suspend fun BC.onLocationChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-chosen-inline-result.html","searchKeys":["onLocationChosenInlineResult","suspend fun BC.onLocationChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationChosenInlineResult"]},{"name":"suspend fun BC.onLocationInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-inline-query.html","searchKeys":["onLocationInlineQuery","suspend fun BC.onLocationInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationInlineQuery"]},{"name":"suspend fun BC.onMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media.html","searchKeys":["onMedia","suspend fun BC.onMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMedia"]},{"name":"suspend fun BC.onMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaCollection","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-collection.html","searchKeys":["onMediaCollection","suspend fun BC.onMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaCollection"]},{"name":"suspend fun BC.onMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group.html","searchKeys":["onMediaGroup","suspend fun BC.onMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaGroup"]},{"name":"suspend fun BC.onMessageAutoDeleteTimerChangedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageAutoDeleteTimerChangedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-auto-delete-timer-changed-event.html","searchKeys":["onMessageAutoDeleteTimerChangedEvent","suspend fun BC.onMessageAutoDeleteTimerChangedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageAutoDeleteTimerChangedEvent"]},{"name":"suspend fun BC.onMessageCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-callback-query.html","searchKeys":["onMessageCallbackQuery","suspend fun BC.onMessageCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageCallbackQuery"]},{"name":"suspend fun BC.onMessageDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html","searchKeys":["onMessageDataCallbackQuery","suspend fun BC.onMessageDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery"]},{"name":"suspend fun BC.onMessageDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html","searchKeys":["onMessageDataCallbackQuery","suspend fun BC.onMessageDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery"]},{"name":"suspend fun BC.onMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html","searchKeys":["onMessageDataCallbackQuery","suspend fun BC.onMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery"]},{"name":"suspend fun BC.onMessageGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-game-short-name-callback-query.html","searchKeys":["onMessageGameShortNameCallbackQuery","suspend fun BC.onMessageGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageGameShortNameCallbackQuery"]},{"name":"suspend fun BC.onMyChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMyChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-my-chat-member-updated.html","searchKeys":["onMyChatMemberUpdated","suspend fun BC.onMyChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMyChatMemberUpdated"]},{"name":"suspend fun BC.onNewChatMembers(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-members.html","searchKeys":["onNewChatMembers","suspend fun BC.onNewChatMembers(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatMembers"]},{"name":"suspend fun BC.onNewChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-photo.html","searchKeys":["onNewChatPhoto","suspend fun BC.onNewChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatPhoto"]},{"name":"suspend fun BC.onNewChatTitle(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-title.html","searchKeys":["onNewChatTitle","suspend fun BC.onNewChatTitle(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatTitle"]},{"name":"suspend fun BC.onPassportMessage(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = MessageFilterByChat, markerFactory: MarkerFactory = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-passport-message.html","searchKeys":["onPassportMessage","suspend fun BC.onPassportMessage(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = MessageFilterByChat, markerFactory: MarkerFactory = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPassportMessage"]},{"name":"suspend fun BC.onPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo.html","searchKeys":["onPhoto","suspend fun BC.onPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhoto"]},{"name":"suspend fun BC.onPhotoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhotoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery.html","searchKeys":["onPhotoGallery","suspend fun BC.onPhotoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhotoGallery"]},{"name":"suspend fun BC.onPinnedMessage(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pinned-message.html","searchKeys":["onPinnedMessage","suspend fun BC.onPinnedMessage(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPinnedMessage"]},{"name":"suspend fun BC.onPlaylist(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist.html","searchKeys":["onPlaylist","suspend fun BC.onPlaylist(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPlaylist"]},{"name":"suspend fun BC.onPoll(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPoll","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll.html","searchKeys":["onPoll","suspend fun BC.onPoll(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPoll"]},{"name":"suspend fun BC.onPollAnswer(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollAnswerMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollAnswer","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-answer.html","searchKeys":["onPollAnswer","suspend fun BC.onPollAnswer(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollAnswerMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollAnswer"]},{"name":"suspend fun BC.onPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-updates.html","searchKeys":["onPollUpdates","suspend fun BC.onPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollUpdates"]},{"name":"suspend fun BC.onPreCheckoutQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = PreCheckoutQueryFilterByUser, markerFactory: MarkerFactory = ByUserPreCheckoutQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pre-checkout-query.html","searchKeys":["onPreCheckoutQuery","suspend fun BC.onPreCheckoutQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = PreCheckoutQueryFilterByUser, markerFactory: MarkerFactory = ByUserPreCheckoutQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPreCheckoutQuery"]},{"name":"suspend fun BC.onPrivateEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPrivateEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-private-event.html","searchKeys":["onPrivateEvent","suspend fun BC.onPrivateEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPrivateEvent"]},{"name":"suspend fun BC.onProximityAlertTriggered(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-proximity-alert-triggered.html","searchKeys":["onProximityAlertTriggered","suspend fun BC.onProximityAlertTriggered(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onProximityAlertTriggered"]},{"name":"suspend fun BC.onPublicChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-public-chat-event.html","searchKeys":["onPublicChatEvent","suspend fun BC.onPublicChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPublicChatEvent"]},{"name":"suspend fun BC.onQuizPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onQuizPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-quiz-poll-updates.html","searchKeys":["onQuizPollUpdates","suspend fun BC.onQuizPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onQuizPollUpdates"]},{"name":"suspend fun BC.onRegularPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onRegularPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-regular-poll-updates.html","searchKeys":["onRegularPollUpdates","suspend fun BC.onRegularPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onRegularPollUpdates"]},{"name":"suspend fun BC.onShippingQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ShippingQueryFilterByUser, markerFactory: MarkerFactory = ByUserShippingQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onShippingQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-shipping-query.html","searchKeys":["onShippingQuery","suspend fun BC.onShippingQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ShippingQueryFilterByUser, markerFactory: MarkerFactory = ByUserShippingQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onShippingQuery"]},{"name":"suspend fun BC.onStaticLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-static-location.html","searchKeys":["onStaticLocation","suspend fun BC.onStaticLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onStaticLocation"]},{"name":"suspend fun BC.onSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-sticker.html","searchKeys":["onSticker","suspend fun BC.onSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSticker"]},{"name":"suspend fun BC.onSuccessfulPayment(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSuccessfulPayment","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-successful-payment.html","searchKeys":["onSuccessfulPayment","suspend fun BC.onSuccessfulPayment(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSuccessfulPayment"]},{"name":"suspend fun BC.onSupergroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-chat-created.html","searchKeys":["onSupergroupChatCreated","suspend fun BC.onSupergroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupChatCreated"]},{"name":"suspend fun BC.onSupergroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-event.html","searchKeys":["onSupergroupEvent","suspend fun BC.onSupergroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupEvent"]},{"name":"suspend fun BC.onText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text.html","searchKeys":["onText","suspend fun BC.onText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onText"]},{"name":"suspend fun BC.onTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-media-content.html","searchKeys":["onTextedMediaContent","suspend fun BC.onTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onTextedMediaContent"]},{"name":"suspend fun BC.onUnhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command.html","searchKeys":["onUnhandledCommand","suspend fun BC.onUnhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommand"]},{"name":"suspend fun BC.onUnhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command-with-args.html","searchKeys":["onUnhandledCommandWithArgs","suspend fun BC.onUnhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommandWithArgs"]},{"name":"suspend fun BC.onUnhandledDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-data-callback-query.html","searchKeys":["onUnhandledDataCallbackQuery","suspend fun BC.onUnhandledDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledDataCallbackQuery"]},{"name":"suspend fun BC.onUnhandledInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-inline-message-id-data-callback-query.html","searchKeys":["onUnhandledInlineMessageIdDataCallbackQuery","suspend fun BC.onUnhandledInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onUnhandledMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-message-data-callback-query.html","searchKeys":["onUnhandledMessageDataCallbackQuery","suspend fun BC.onUnhandledMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledMessageDataCallbackQuery"]},{"name":"suspend fun BC.onUnknownCallbackQueryType(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unknown-callback-query-type.html","searchKeys":["onUnknownCallbackQueryType","suspend fun BC.onUnknownCallbackQueryType(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnknownCallbackQueryType"]},{"name":"suspend fun BC.onUserLoggedIn(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-logged-in.html","searchKeys":["onUserLoggedIn","suspend fun BC.onUserLoggedIn(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUserLoggedIn"]},{"name":"suspend fun BC.onVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-venue.html","searchKeys":["onVenue","suspend fun BC.onVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVenue"]},{"name":"suspend fun BC.onVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video.html","searchKeys":["onVideo","suspend fun BC.onVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideo"]},{"name":"suspend fun BC.onVideoChatEndedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEndedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-ended-event.html","searchKeys":["onVideoChatEndedEvent","suspend fun BC.onVideoChatEndedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEndedEvent"]},{"name":"suspend fun BC.onVideoChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-event.html","searchKeys":["onVideoChatEvent","suspend fun BC.onVideoChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEvent"]},{"name":"suspend fun BC.onVideoChatParticipantsInvitedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatParticipantsInvitedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-participants-invited-event.html","searchKeys":["onVideoChatParticipantsInvitedEvent","suspend fun BC.onVideoChatParticipantsInvitedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatParticipantsInvitedEvent"]},{"name":"suspend fun BC.onVideoChatStartedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatStartedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-started-event.html","searchKeys":["onVideoChatStartedEvent","suspend fun BC.onVideoChatStartedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatStartedEvent"]},{"name":"suspend fun BC.onVideoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery.html","searchKeys":["onVideoGallery","suspend fun BC.onVideoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoGallery"]},{"name":"suspend fun BC.onVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-note.html","searchKeys":["onVideoNote","suspend fun BC.onVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoNote"]},{"name":"suspend fun BC.onVisualGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery.html","searchKeys":["onVisualGallery","suspend fun BC.onVisualGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualGallery"]},{"name":"suspend fun BC.onVisualMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group.html","searchKeys":["onVisualMediaGroup","suspend fun BC.onVisualMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualMediaGroup"]},{"name":"suspend fun BC.onVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-voice.html","searchKeys":["onVoice","suspend fun BC.onVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVoice"]},{"name":"suspend fun BC.onWebAppData(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onWebAppData","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-web-app-data.html","searchKeys":["onWebAppData","suspend fun BC.onWebAppData(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onWebAppData"]},{"name":"suspend fun BC.unhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command.html","searchKeys":["unhandledCommand","suspend fun BC.unhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommand"]},{"name":"suspend fun BC.unhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command-with-args.html","searchKeys":["unhandledCommandWithArgs","suspend fun BC.unhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommandWithArgs"]},{"name":"suspend fun BehaviourContext.oneOf(deferredActions: Iterable>): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html","searchKeys":["oneOf","suspend fun BehaviourContext.oneOf(deferredActions: Iterable>): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf"]},{"name":"suspend fun BehaviourContext.oneOf(vararg deferredActions: Deferred): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html","searchKeys":["oneOf","suspend fun BehaviourContext.oneOf(vararg deferredActions: Deferred): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf"]},{"name":"suspend fun BehaviourContext.oneOfActions(deferredActions: Iterable>): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html","searchKeys":["oneOfActions","suspend fun BehaviourContext.oneOfActions(deferredActions: Iterable>): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions"]},{"name":"suspend fun BehaviourContext.oneOfActions(vararg deferredActions: DeferredAction<*, O>): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html","searchKeys":["oneOfActions","suspend fun BehaviourContext.oneOfActions(vararg deferredActions: DeferredAction<*, O>): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions"]},{"name":"suspend fun BehaviourContext.waitPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: suspend PassportMessage.() -> O?): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessages","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages.html","searchKeys":["waitPassportMessages","suspend fun BehaviourContext.waitPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: suspend PassportMessage.() -> O?): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessages"]},{"name":"suspend fun RequestsExecutor.executeAsync(request: Request): Deferred","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html","searchKeys":["executeAsync","suspend fun RequestsExecutor.executeAsync(request: Request): Deferred","dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync"]},{"name":"suspend fun RequestsExecutor.executeUnsafe(request: Request, retries: Int = 0, retriesDelay: Long = 1000, onAllFailed: suspend (exceptions: Array) -> Unit? = null): T?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-unsafe.html","searchKeys":["executeUnsafe","suspend fun RequestsExecutor.executeUnsafe(request: Request, retries: Int = 0, retriesDelay: Long = 1000, onAllFailed: suspend (exceptions: Array) -> Unit? = null): T?","dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSM(flowUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html","searchKeys":["buildBehaviourWithFSM","suspend fun TelegramBot.buildBehaviourWithFSM(flowUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSM(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html","searchKeys":["buildBehaviourWithFSM","suspend fun TelegramBot.buildBehaviourWithFSM(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html","searchKeys":["buildBehaviourWithFSMAndStartLongPolling","suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Pair, Job>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html","searchKeys":["buildBehaviourWithFSMAndStartLongPolling","suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Pair, Job>","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling"]},{"name":"suspend fun telegramBotWithBehaviourAndFSM(token: String, flowsUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m.html","searchKeys":["telegramBotWithBehaviourAndFSM","suspend fun telegramBotWithBehaviourAndFSM(token: String, flowsUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSM"]},{"name":"suspend fun telegramBotWithBehaviourAndFSMAndStartLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): Pair","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSMAndStartLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html","searchKeys":["telegramBotWithBehaviourAndFSMAndStartLongPolling","suspend fun telegramBotWithBehaviourAndFSMAndStartLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): Pair","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSMAndStartLongPolling"]},{"name":"suspend fun TelegramBot.editMessageCaption(message: ContentMessage, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(message: ContentMessage, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(message: ContentMessage, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(message: ContentMessage, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun BC.createSubContextAndDoWithUpdatesFilter(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null, stopOnCompletion: Boolean = true, behaviourContextReceiver: CustomBehaviourContextReceiver): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContextAndDoWithUpdatesFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context-and-do-with-updates-filter.html","searchKeys":["createSubContextAndDoWithUpdatesFilter","suspend fun BC.createSubContextAndDoWithUpdatesFilter(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null, stopOnCompletion: Boolean = true, behaviourContextReceiver: CustomBehaviourContextReceiver): T","dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContextAndDoWithUpdatesFilter"]},{"name":"suspend fun BC.doInContext(stopOnCompletion: Boolean = false, behaviourContextReceiver: CustomBehaviourContextReceiver): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.doInContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/do-in-context.html","searchKeys":["doInContext","suspend fun BC.doInContext(stopOnCompletion: Boolean = false, behaviourContextReceiver: CustomBehaviourContextReceiver): T","dev.inmo.tgbotapi.extensions.behaviour_builder.doInContext"]},{"name":"suspend fun BehaviourContext.expectFlow(initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html","searchKeys":["expectFlow","suspend fun BehaviourContext.expectFlow(initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow"]},{"name":"suspend fun BehaviourContext.expectOne(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html","searchKeys":["expectOne","suspend fun BehaviourContext.expectOne(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne"]},{"name":"suspend fun BehaviourContext.parallel(action: BehaviourContextReceiver): Deferred","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.parallel","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/parallel.html","searchKeys":["parallel","suspend fun BehaviourContext.parallel(action: BehaviourContextReceiver): Deferred","dev.inmo.tgbotapi.extensions.behaviour_builder.parallel"]},{"name":"suspend fun FlowsUpdatesFilter.expectFlow(bot: TelegramBot, initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html","searchKeys":["expectFlow","suspend fun FlowsUpdatesFilter.expectFlow(bot: TelegramBot, initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow"]},{"name":"suspend fun FlowsUpdatesFilter.expectOne(bot: TelegramBot, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html","searchKeys":["expectOne","suspend fun FlowsUpdatesFilter.expectOne(bot: TelegramBot, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne"]},{"name":"suspend fun TelegramBot.withAction(actionRequest: SendAction, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-action.html","searchKeys":["withAction","suspend fun TelegramBot.withAction(actionRequest: SendAction, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withAction"]},{"name":"suspend fun TelegramBot.withAction(chat: Chat, action: BotAction, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-action.html","searchKeys":["withAction","suspend fun TelegramBot.withAction(chat: Chat, action: BotAction, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withAction"]},{"name":"suspend fun TelegramBot.withAction(chatId: ChatId, action: BotAction, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-action.html","searchKeys":["withAction","suspend fun TelegramBot.withAction(chatId: ChatId, action: BotAction, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withAction"]},{"name":"suspend fun TelegramBot.withChooseStickerAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html","searchKeys":["withChooseStickerAction","suspend fun TelegramBot.withChooseStickerAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction"]},{"name":"suspend fun TelegramBot.withChooseStickerAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html","searchKeys":["withChooseStickerAction","suspend fun TelegramBot.withChooseStickerAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction"]},{"name":"suspend fun TelegramBot.withFindLocationAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html","searchKeys":["withFindLocationAction","suspend fun TelegramBot.withFindLocationAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction"]},{"name":"suspend fun TelegramBot.withFindLocationAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html","searchKeys":["withFindLocationAction","suspend fun TelegramBot.withFindLocationAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction"]},{"name":"suspend fun TelegramBot.withRecordVideoAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html","searchKeys":["withRecordVideoAction","suspend fun TelegramBot.withRecordVideoAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction"]},{"name":"suspend fun TelegramBot.withRecordVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html","searchKeys":["withRecordVideoAction","suspend fun TelegramBot.withRecordVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction"]},{"name":"suspend fun TelegramBot.withRecordVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html","searchKeys":["withRecordVideoNoteAction","suspend fun TelegramBot.withRecordVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction"]},{"name":"suspend fun TelegramBot.withRecordVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html","searchKeys":["withRecordVideoNoteAction","suspend fun TelegramBot.withRecordVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction"]},{"name":"suspend fun TelegramBot.withRecordVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html","searchKeys":["withRecordVoiceAction","suspend fun TelegramBot.withRecordVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction"]},{"name":"suspend fun TelegramBot.withRecordVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html","searchKeys":["withRecordVoiceAction","suspend fun TelegramBot.withRecordVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction"]},{"name":"suspend fun TelegramBot.withTypingAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html","searchKeys":["withTypingAction","suspend fun TelegramBot.withTypingAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withTypingAction"]},{"name":"suspend fun TelegramBot.withTypingAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html","searchKeys":["withTypingAction","suspend fun TelegramBot.withTypingAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withTypingAction"]},{"name":"suspend fun TelegramBot.withUploadDocumentAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html","searchKeys":["withUploadDocumentAction","suspend fun TelegramBot.withUploadDocumentAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction"]},{"name":"suspend fun TelegramBot.withUploadDocumentAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html","searchKeys":["withUploadDocumentAction","suspend fun TelegramBot.withUploadDocumentAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction"]},{"name":"suspend fun TelegramBot.withUploadPhotoAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html","searchKeys":["withUploadPhotoAction","suspend fun TelegramBot.withUploadPhotoAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction"]},{"name":"suspend fun TelegramBot.withUploadPhotoAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html","searchKeys":["withUploadPhotoAction","suspend fun TelegramBot.withUploadPhotoAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction"]},{"name":"suspend fun TelegramBot.withUploadVideoAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html","searchKeys":["withUploadVideoAction","suspend fun TelegramBot.withUploadVideoAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction"]},{"name":"suspend fun TelegramBot.withUploadVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html","searchKeys":["withUploadVideoAction","suspend fun TelegramBot.withUploadVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction"]},{"name":"suspend fun TelegramBot.withUploadVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html","searchKeys":["withUploadVideoNoteAction","suspend fun TelegramBot.withUploadVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction"]},{"name":"suspend fun TelegramBot.withUploadVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html","searchKeys":["withUploadVideoNoteAction","suspend fun TelegramBot.withUploadVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction"]},{"name":"suspend fun TelegramBot.withUploadVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html","searchKeys":["withUploadVoiceAction","suspend fun TelegramBot.withUploadVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction"]},{"name":"suspend fun TelegramBot.withUploadVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html","searchKeys":["withUploadVoiceAction","suspend fun TelegramBot.withUploadVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction"]},{"name":"suspend fun BehaviourContext.followLocation(message: ContentMessage, onLocation: BehaviourContextAndTypeReceiver)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.followLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/follow-location.html","searchKeys":["followLocation","suspend fun BehaviourContext.followLocation(message: ContentMessage, onLocation: BehaviourContextAndTypeReceiver)","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.followLocation"]},{"name":"suspend fun BehaviourContext.waitAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation.html","searchKeys":["waitAnimation","suspend fun BehaviourContext.waitAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimation"]},{"name":"suspend fun BehaviourContext.waitAnimationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation-message.html","searchKeys":["waitAnimationMessage","suspend fun BehaviourContext.waitAnimationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimationMessage"]},{"name":"suspend fun BehaviourContext.waitAnyInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-inline-query.html","searchKeys":["waitAnyInlineQuery","suspend fun BehaviourContext.waitAnyInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyInlineQuery"]},{"name":"suspend fun BehaviourContext.waitAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content.html","searchKeys":["waitAnyMediaGroupContent","suspend fun BehaviourContext.waitAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitAnyMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content-message.html","searchKeys":["waitAnyMediaGroupContentMessage","suspend fun BehaviourContext.waitAnyMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitAnyPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PassportMessageMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyPassportMessages","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-passport-messages.html","searchKeys":["waitAnyPassportMessages","suspend fun BehaviourContext.waitAnyPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PassportMessageMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyPassportMessages"]},{"name":"suspend fun BehaviourContext.waitAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio.html","searchKeys":["waitAudio","suspend fun BehaviourContext.waitAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudio"]},{"name":"suspend fun BehaviourContext.waitAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content.html","searchKeys":["waitAudioMediaGroupContent","suspend fun BehaviourContext.waitAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitAudioMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content-message.html","searchKeys":["waitAudioMediaGroupContentMessage","suspend fun BehaviourContext.waitAudioMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitAudioMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-message.html","searchKeys":["waitAudioMessage","suspend fun BehaviourContext.waitAudioMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMessage"]},{"name":"suspend fun BehaviourContext.waitBaseChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-chosen-inline-result.html","searchKeys":["waitBaseChosenInlineResult","suspend fun BehaviourContext.waitBaseChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseChosenInlineResult"]},{"name":"suspend fun BehaviourContext.waitBaseInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-inline-query.html","searchKeys":["waitBaseInlineQuery","suspend fun BehaviourContext.waitBaseInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseInlineQuery"]},{"name":"suspend fun BehaviourContext.waitChannelChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelChatCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events.html","searchKeys":["waitChannelChatCreatedEvents","suspend fun BehaviourContext.waitChannelChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelChatCreatedEvents"]},{"name":"suspend fun BehaviourContext.waitChannelEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events.html","searchKeys":["waitChannelEvents","suspend fun BehaviourContext.waitChannelEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelEvents"]},{"name":"suspend fun BehaviourContext.waitChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events.html","searchKeys":["waitChatEvents","suspend fun BehaviourContext.waitChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatEvents"]},{"name":"suspend fun BehaviourContext.waitChatJoinRequests(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatJoinRequestsMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatJoinRequests","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-join-requests.html","searchKeys":["waitChatJoinRequests","suspend fun BehaviourContext.waitChatJoinRequests(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatJoinRequestsMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatJoinRequests"]},{"name":"suspend fun BehaviourContext.waitChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated.html","searchKeys":["waitChatMemberUpdated","suspend fun BehaviourContext.waitChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatMemberUpdated"]},{"name":"suspend fun BehaviourContext.waitChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChosenInlineResultMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-result.html","searchKeys":["waitChosenInlineResult","suspend fun BehaviourContext.waitChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChosenInlineResultMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChosenInlineResult"]},{"name":"suspend fun BehaviourContext.waitCommonChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-chat-member-updated.html","searchKeys":["waitCommonChatMemberUpdated","suspend fun BehaviourContext.waitCommonChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonChatMemberUpdated"]},{"name":"suspend fun BehaviourContext.waitCommonEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events.html","searchKeys":["waitCommonEvents","suspend fun BehaviourContext.waitCommonEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonEvents"]},{"name":"suspend fun BehaviourContext.waitContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact.html","searchKeys":["waitContact","suspend fun BehaviourContext.waitContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContact"]},{"name":"suspend fun BehaviourContext.waitContactMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContactMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact-message.html","searchKeys":["waitContactMessage","suspend fun BehaviourContext.waitContactMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContactMessage"]},{"name":"suspend fun BehaviourContext.waitContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content.html","searchKeys":["waitContent","suspend fun BehaviourContext.waitContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContent"]},{"name":"suspend fun BehaviourContext.waitContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message.html","searchKeys":["waitContentMessage","suspend fun BehaviourContext.waitContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContentMessage"]},{"name":"suspend fun BehaviourContext.waitDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-data-callback-query.html","searchKeys":["waitDataCallbackQuery","suspend fun BehaviourContext.waitDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDataCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitDeleteChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDeleteChatPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events.html","searchKeys":["waitDeleteChatPhotoEvents","suspend fun BehaviourContext.waitDeleteChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDeleteChatPhotoEvents"]},{"name":"suspend fun BehaviourContext.waitDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice.html","searchKeys":["waitDice","suspend fun BehaviourContext.waitDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDice"]},{"name":"suspend fun BehaviourContext.waitDiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDiceMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice-message.html","searchKeys":["waitDiceMessage","suspend fun BehaviourContext.waitDiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDiceMessage"]},{"name":"suspend fun BehaviourContext.waitDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document.html","searchKeys":["waitDocument","suspend fun BehaviourContext.waitDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocument"]},{"name":"suspend fun BehaviourContext.waitDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content.html","searchKeys":["waitDocumentMediaGroupContent","suspend fun BehaviourContext.waitDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitDocumentMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content-message.html","searchKeys":["waitDocumentMediaGroupContentMessage","suspend fun BehaviourContext.waitDocumentMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitDocumentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-message.html","searchKeys":["waitDocumentMessage","suspend fun BehaviourContext.waitDocumentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMessage"]},{"name":"suspend fun BehaviourContext.waitDocumentsGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group.html","searchKeys":["waitDocumentsGroup","suspend fun BehaviourContext.waitDocumentsGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentsGroup"]},{"name":"suspend fun BehaviourContext.waitEditedAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation.html","searchKeys":["waitEditedAnimation","suspend fun BehaviourContext.waitEditedAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnimation"]},{"name":"suspend fun BehaviourContext.waitEditedAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnyMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content.html","searchKeys":["waitEditedAnyMediaGroupContent","suspend fun BehaviourContext.waitEditedAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnyMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio.html","searchKeys":["waitEditedAudio","suspend fun BehaviourContext.waitEditedAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudio"]},{"name":"suspend fun BehaviourContext.waitEditedAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content.html","searchKeys":["waitEditedAudioMediaGroupContent","suspend fun BehaviourContext.waitEditedAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudioMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact.html","searchKeys":["waitEditedContact","suspend fun BehaviourContext.waitEditedContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContact"]},{"name":"suspend fun BehaviourContext.waitEditedContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content-message.html","searchKeys":["waitEditedContentMessage","suspend fun BehaviourContext.waitEditedContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContentMessage"]},{"name":"suspend fun BehaviourContext.waitEditedDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice.html","searchKeys":["waitEditedDice","suspend fun BehaviourContext.waitEditedDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDice"]},{"name":"suspend fun BehaviourContext.waitEditedDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document.html","searchKeys":["waitEditedDocument","suspend fun BehaviourContext.waitEditedDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocument"]},{"name":"suspend fun BehaviourContext.waitEditedDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content.html","searchKeys":["waitEditedDocumentMediaGroupContent","suspend fun BehaviourContext.waitEditedDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocumentMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game.html","searchKeys":["waitEditedGame","suspend fun BehaviourContext.waitEditedGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedGame"]},{"name":"suspend fun BehaviourContext.waitEditedInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice.html","searchKeys":["waitEditedInvoice","suspend fun BehaviourContext.waitEditedInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedInvoice"]},{"name":"suspend fun BehaviourContext.waitEditedLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location.html","searchKeys":["waitEditedLiveLocation","suspend fun BehaviourContext.waitEditedLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLiveLocation"]},{"name":"suspend fun BehaviourContext.waitEditedLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location.html","searchKeys":["waitEditedLocation","suspend fun BehaviourContext.waitEditedLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLocation"]},{"name":"suspend fun BehaviourContext.waitEditedMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media.html","searchKeys":["waitEditedMedia","suspend fun BehaviourContext.waitEditedMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedMedia"]},{"name":"suspend fun BehaviourContext.waitEditedPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo.html","searchKeys":["waitEditedPhoto","suspend fun BehaviourContext.waitEditedPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedPhoto"]},{"name":"suspend fun BehaviourContext.waitEditedStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location.html","searchKeys":["waitEditedStaticLocation","suspend fun BehaviourContext.waitEditedStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedStaticLocation"]},{"name":"suspend fun BehaviourContext.waitEditedSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker.html","searchKeys":["waitEditedSticker","suspend fun BehaviourContext.waitEditedSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedSticker"]},{"name":"suspend fun BehaviourContext.waitEditedText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text.html","searchKeys":["waitEditedText","suspend fun BehaviourContext.waitEditedText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedText"]},{"name":"suspend fun BehaviourContext.waitEditedTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content.html","searchKeys":["waitEditedTextedMediaContent","suspend fun BehaviourContext.waitEditedTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedTextedMediaContent"]},{"name":"suspend fun BehaviourContext.waitEditedVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue.html","searchKeys":["waitEditedVenue","suspend fun BehaviourContext.waitEditedVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVenue"]},{"name":"suspend fun BehaviourContext.waitEditedVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video.html","searchKeys":["waitEditedVideo","suspend fun BehaviourContext.waitEditedVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideo"]},{"name":"suspend fun BehaviourContext.waitEditedVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note.html","searchKeys":["waitEditedVideoNote","suspend fun BehaviourContext.waitEditedVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideoNote"]},{"name":"suspend fun BehaviourContext.waitEditedVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content.html","searchKeys":["waitEditedVisualMediaGroupContent","suspend fun BehaviourContext.waitEditedVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVisualMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice.html","searchKeys":["waitEditedVoice","suspend fun BehaviourContext.waitEditedVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVoice"]},{"name":"suspend fun BehaviourContext.waitGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game.html","searchKeys":["waitGame","suspend fun BehaviourContext.waitGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGame"]},{"name":"suspend fun BehaviourContext.waitGameMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-message.html","searchKeys":["waitGameMessage","suspend fun BehaviourContext.waitGameMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameMessage"]},{"name":"suspend fun BehaviourContext.waitGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-short-name-callback-query.html","searchKeys":["waitGameShortNameCallbackQuery","suspend fun BehaviourContext.waitGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameShortNameCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitGroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupChatCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events.html","searchKeys":["waitGroupChatCreatedEvents","suspend fun BehaviourContext.waitGroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupChatCreatedEvents"]},{"name":"suspend fun BehaviourContext.waitGroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events.html","searchKeys":["waitGroupEvents","suspend fun BehaviourContext.waitGroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupEvents"]},{"name":"suspend fun BehaviourContext.waitInlineMessageIdCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-callback-query.html","searchKeys":["waitInlineMessageIdCallbackQuery","suspend fun BehaviourContext.waitInlineMessageIdCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitInlineMessageIdDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-data-callback-query.html","searchKeys":["waitInlineMessageIdDataCallbackQuery","suspend fun BehaviourContext.waitInlineMessageIdDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitInlineMessageIdGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-game-short-name-callback-query.html","searchKeys":["waitInlineMessageIdGameShortNameCallbackQuery","suspend fun BehaviourContext.waitInlineMessageIdGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdGameShortNameCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice.html","searchKeys":["waitInvoice","suspend fun BehaviourContext.waitInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoice"]},{"name":"suspend fun BehaviourContext.waitInvoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoiceMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice-message.html","searchKeys":["waitInvoiceMessage","suspend fun BehaviourContext.waitInvoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoiceMessage"]},{"name":"suspend fun BehaviourContext.waitLeftChatMemberEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLeftChatMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events.html","searchKeys":["waitLeftChatMemberEvents","suspend fun BehaviourContext.waitLeftChatMemberEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLeftChatMemberEvents"]},{"name":"suspend fun BehaviourContext.waitLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location.html","searchKeys":["waitLiveLocation","suspend fun BehaviourContext.waitLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocation"]},{"name":"suspend fun BehaviourContext.waitLiveLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location-message.html","searchKeys":["waitLiveLocationMessage","suspend fun BehaviourContext.waitLiveLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocationMessage"]},{"name":"suspend fun BehaviourContext.waitLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location.html","searchKeys":["waitLocation","suspend fun BehaviourContext.waitLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocation"]},{"name":"suspend fun BehaviourContext.waitLocationChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-chosen-inline-result.html","searchKeys":["waitLocationChosenInlineResult","suspend fun BehaviourContext.waitLocationChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationChosenInlineResult"]},{"name":"suspend fun BehaviourContext.waitLocationInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-inline-query.html","searchKeys":["waitLocationInlineQuery","suspend fun BehaviourContext.waitLocationInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationInlineQuery"]},{"name":"suspend fun BehaviourContext.waitLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-message.html","searchKeys":["waitLocationMessage","suspend fun BehaviourContext.waitLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationMessage"]},{"name":"suspend fun BehaviourContext.waitMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media.html","searchKeys":["waitMedia","suspend fun BehaviourContext.waitMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMedia"]},{"name":"suspend fun BehaviourContext.waitMediaGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group.html","searchKeys":["waitMediaGroup","suspend fun BehaviourContext.waitMediaGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaGroup"]},{"name":"suspend fun BehaviourContext.waitMediaMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-message.html","searchKeys":["waitMediaMessage","suspend fun BehaviourContext.waitMediaMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaMessage"]},{"name":"suspend fun BehaviourContext.waitMessageAutoDeleteTimerChangedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageAutoDeleteTimerChangedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events.html","searchKeys":["waitMessageAutoDeleteTimerChangedEvents","suspend fun BehaviourContext.waitMessageAutoDeleteTimerChangedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageAutoDeleteTimerChangedEvents"]},{"name":"suspend fun BehaviourContext.waitMessageCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-callback-query.html","searchKeys":["waitMessageCallbackQuery","suspend fun BehaviourContext.waitMessageCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitMessageDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-data-callback-query.html","searchKeys":["waitMessageDataCallbackQuery","suspend fun BehaviourContext.waitMessageDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageDataCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitMessageGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-game-short-name-callback-query.html","searchKeys":["waitMessageGameShortNameCallbackQuery","suspend fun BehaviourContext.waitMessageGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageGameShortNameCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitMyChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMyChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-my-chat-member-updated.html","searchKeys":["waitMyChatMemberUpdated","suspend fun BehaviourContext.waitMyChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMyChatMemberUpdated"]},{"name":"suspend fun BehaviourContext.waitNewChatMembersEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events.html","searchKeys":["waitNewChatMembersEvents","suspend fun BehaviourContext.waitNewChatMembersEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatMembersEvents"]},{"name":"suspend fun BehaviourContext.waitNewChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events.html","searchKeys":["waitNewChatPhotoEvents","suspend fun BehaviourContext.waitNewChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatPhotoEvents"]},{"name":"suspend fun BehaviourContext.waitNewChatTitleEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events.html","searchKeys":["waitNewChatTitleEvents","suspend fun BehaviourContext.waitNewChatTitleEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatTitleEvents"]},{"name":"suspend fun BehaviourContext.waitPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo.html","searchKeys":["waitPhoto","suspend fun BehaviourContext.waitPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhoto"]},{"name":"suspend fun BehaviourContext.waitPhotoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery.html","searchKeys":["waitPhotoGallery","suspend fun BehaviourContext.waitPhotoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoGallery"]},{"name":"suspend fun BehaviourContext.waitPhotoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-message.html","searchKeys":["waitPhotoMessage","suspend fun BehaviourContext.waitPhotoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoMessage"]},{"name":"suspend fun BehaviourContext.waitPinnedMessageEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events.html","searchKeys":["waitPinnedMessageEvents","suspend fun BehaviourContext.waitPinnedMessageEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPinnedMessageEvents"]},{"name":"suspend fun BehaviourContext.waitPlaylist(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist.html","searchKeys":["waitPlaylist","suspend fun BehaviourContext.waitPlaylist(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPlaylist"]},{"name":"suspend fun BehaviourContext.waitPoll(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPoll","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll.html","searchKeys":["waitPoll","suspend fun BehaviourContext.waitPoll(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPoll"]},{"name":"suspend fun BehaviourContext.waitPollAnswers(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollAnswerMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollAnswers","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-answers.html","searchKeys":["waitPollAnswers","suspend fun BehaviourContext.waitPollAnswers(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollAnswerMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollAnswers"]},{"name":"suspend fun BehaviourContext.waitPollMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-message.html","searchKeys":["waitPollMessage","suspend fun BehaviourContext.waitPollMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollMessage"]},{"name":"suspend fun BehaviourContext.waitPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-updates.html","searchKeys":["waitPollUpdates","suspend fun BehaviourContext.waitPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollUpdates"]},{"name":"suspend fun BehaviourContext.waitPreCheckoutQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PreCheckoutQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPreCheckoutQueries","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pre-checkout-queries.html","searchKeys":["waitPreCheckoutQueries","suspend fun BehaviourContext.waitPreCheckoutQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PreCheckoutQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPreCheckoutQueries"]},{"name":"suspend fun BehaviourContext.waitPrivateEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events.html","searchKeys":["waitPrivateEvents","suspend fun BehaviourContext.waitPrivateEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPrivateEvents"]},{"name":"suspend fun BehaviourContext.waitProximityAlertTriggeredEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitProximityAlertTriggeredEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events.html","searchKeys":["waitProximityAlertTriggeredEvents","suspend fun BehaviourContext.waitProximityAlertTriggeredEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitProximityAlertTriggeredEvents"]},{"name":"suspend fun BehaviourContext.waitPublicChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPublicChatEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events.html","searchKeys":["waitPublicChatEvents","suspend fun BehaviourContext.waitPublicChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPublicChatEvents"]},{"name":"suspend fun BehaviourContext.waitQuizPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitQuizPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-quiz-poll-updates.html","searchKeys":["waitQuizPollUpdates","suspend fun BehaviourContext.waitQuizPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitQuizPollUpdates"]},{"name":"suspend fun BehaviourContext.waitRegularPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitRegularPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-regular-poll-updates.html","searchKeys":["waitRegularPollUpdates","suspend fun BehaviourContext.waitRegularPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitRegularPollUpdates"]},{"name":"suspend fun BehaviourContext.waitShippingQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ShippingQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitShippingQueries","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-shipping-queries.html","searchKeys":["waitShippingQueries","suspend fun BehaviourContext.waitShippingQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ShippingQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitShippingQueries"]},{"name":"suspend fun BehaviourContext.waitStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location.html","searchKeys":["waitStaticLocation","suspend fun BehaviourContext.waitStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocation"]},{"name":"suspend fun BehaviourContext.waitStaticLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location-message.html","searchKeys":["waitStaticLocationMessage","suspend fun BehaviourContext.waitStaticLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocationMessage"]},{"name":"suspend fun BehaviourContext.waitSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker.html","searchKeys":["waitSticker","suspend fun BehaviourContext.waitSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSticker"]},{"name":"suspend fun BehaviourContext.waitStickerMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStickerMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker-message.html","searchKeys":["waitStickerMessage","suspend fun BehaviourContext.waitStickerMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStickerMessage"]},{"name":"suspend fun BehaviourContext.waitSuccessfulPaymentEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSuccessfulPaymentEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events.html","searchKeys":["waitSuccessfulPaymentEvents","suspend fun BehaviourContext.waitSuccessfulPaymentEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSuccessfulPaymentEvents"]},{"name":"suspend fun BehaviourContext.waitSupergroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupChatCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events.html","searchKeys":["waitSupergroupChatCreatedEvents","suspend fun BehaviourContext.waitSupergroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupChatCreatedEvents"]},{"name":"suspend fun BehaviourContext.waitSupergroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events.html","searchKeys":["waitSupergroupEvents","suspend fun BehaviourContext.waitSupergroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupEvents"]},{"name":"suspend fun BehaviourContext.waitText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text.html","searchKeys":["waitText","suspend fun BehaviourContext.waitText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitText"]},{"name":"suspend fun BehaviourContext.waitTextMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text-message.html","searchKeys":["waitTextMessage","suspend fun BehaviourContext.waitTextMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextMessage"]},{"name":"suspend fun BehaviourContext.waitTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content.html","searchKeys":["waitTextedMediaContent","suspend fun BehaviourContext.waitTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContent"]},{"name":"suspend fun BehaviourContext.waitTextedMediaContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content-message.html","searchKeys":["waitTextedMediaContentMessage","suspend fun BehaviourContext.waitTextedMediaContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContentMessage"]},{"name":"suspend fun BehaviourContext.waitUnknownCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUnknownCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-unknown-callback-query.html","searchKeys":["waitUnknownCallbackQuery","suspend fun BehaviourContext.waitUnknownCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUnknownCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitUserLoggedInEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUserLoggedInEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events.html","searchKeys":["waitUserLoggedInEvents","suspend fun BehaviourContext.waitUserLoggedInEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUserLoggedInEvents"]},{"name":"suspend fun BehaviourContext.waitVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue.html","searchKeys":["waitVenue","suspend fun BehaviourContext.waitVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenue"]},{"name":"suspend fun BehaviourContext.waitVenueMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenueMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue-message.html","searchKeys":["waitVenueMessage","suspend fun BehaviourContext.waitVenueMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenueMessage"]},{"name":"suspend fun BehaviourContext.waitVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video.html","searchKeys":["waitVideo","suspend fun BehaviourContext.waitVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideo"]},{"name":"suspend fun BehaviourContext.waitVideoChatEndedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEndedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events.html","searchKeys":["waitVideoChatEndedEvents","suspend fun BehaviourContext.waitVideoChatEndedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEndedEvents"]},{"name":"suspend fun BehaviourContext.waitVideoChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events.html","searchKeys":["waitVideoChatEvents","suspend fun BehaviourContext.waitVideoChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEvents"]},{"name":"suspend fun BehaviourContext.waitVideoChatParticipantsInvitedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatParticipantsInvitedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events.html","searchKeys":["waitVideoChatParticipantsInvitedEvents","suspend fun BehaviourContext.waitVideoChatParticipantsInvitedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatParticipantsInvitedEvents"]},{"name":"suspend fun BehaviourContext.waitVideoChatStartedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatStartedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events.html","searchKeys":["waitVideoChatStartedEvents","suspend fun BehaviourContext.waitVideoChatStartedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatStartedEvents"]},{"name":"suspend fun BehaviourContext.waitVideoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery.html","searchKeys":["waitVideoGallery","suspend fun BehaviourContext.waitVideoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoGallery"]},{"name":"suspend fun BehaviourContext.waitVideoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-message.html","searchKeys":["waitVideoMessage","suspend fun BehaviourContext.waitVideoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoMessage"]},{"name":"suspend fun BehaviourContext.waitVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note.html","searchKeys":["waitVideoNote","suspend fun BehaviourContext.waitVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNote"]},{"name":"suspend fun BehaviourContext.waitVideoNoteMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNoteMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note-message.html","searchKeys":["waitVideoNoteMessage","suspend fun BehaviourContext.waitVideoNoteMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNoteMessage"]},{"name":"suspend fun BehaviourContext.waitVisualGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery.html","searchKeys":["waitVisualGallery","suspend fun BehaviourContext.waitVisualGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualGallery"]},{"name":"suspend fun BehaviourContext.waitVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content.html","searchKeys":["waitVisualMediaGroupContent","suspend fun BehaviourContext.waitVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitVisualMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content-message.html","searchKeys":["waitVisualMediaGroupContentMessage","suspend fun BehaviourContext.waitVisualMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice.html","searchKeys":["waitVoice","suspend fun BehaviourContext.waitVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoice"]},{"name":"suspend fun BehaviourContext.waitVoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoiceMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice-message.html","searchKeys":["waitVoiceMessage","suspend fun BehaviourContext.waitVoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoiceMessage"]},{"name":"suspend fun BehaviourContext.waitWebAppDataEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitWebAppDataEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events.html","searchKeys":["waitWebAppDataEvents","suspend fun BehaviourContext.waitWebAppDataEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitWebAppDataEvents"]},{"name":"suspend fun FileCredentials.decryptFile(bot: TelegramBot, passportFile: PassportFile): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.decryptFile","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-file.html","searchKeys":["decryptFile","suspend fun FileCredentials.decryptFile(bot: TelegramBot, passportFile: PassportFile): SourceBytes","dev.inmo.tgbotapi.utils.passport.decryptFile"]},{"name":"suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, filePath: String): ByteArray","description":"dev.inmo.tgbotapi.extensions.utils.extensions.loadFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html","searchKeys":["loadFile","suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, filePath: String): ByteArray","dev.inmo.tgbotapi.extensions.utils.extensions.loadFile"]},{"name":"suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, pathedFile: PathedFile): ByteArray","description":"dev.inmo.tgbotapi.extensions.utils.extensions.loadFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html","searchKeys":["loadFile","suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, pathedFile: PathedFile): ByteArray","dev.inmo.tgbotapi.extensions.utils.extensions.loadFile"]},{"name":"suspend fun Message.delete(requestsExecutor: TelegramBot): Boolean","description":"dev.inmo.tgbotapi.extensions.api.delete","location":"docs/dev.inmo.tgbotapi.extensions.api/delete.html","searchKeys":["delete","suspend fun Message.delete(requestsExecutor: TelegramBot): Boolean","dev.inmo.tgbotapi.extensions.api.delete"]},{"name":"suspend fun PathedFile.download(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): ByteArray","description":"dev.inmo.tgbotapi.extensions.utils.extensions.download","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/download.html","searchKeys":["download","suspend fun PathedFile.download(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): ByteArray","dev.inmo.tgbotapi.extensions.utils.extensions.download"]},{"name":"suspend fun RequestsExecutor.setWebhookInfoAndStartListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, setWebhookRequest: SetWebhookRequest, exceptionsHandler: ExceptionHandler = {}, listenHost: String = \"0.0.0.0\", listenRoute: String = \"/\", privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.setWebhookInfoAndStartListenWebhooks","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/set-webhook-info-and-start-listen-webhooks.html","searchKeys":["setWebhookInfoAndStartListenWebhooks","suspend fun RequestsExecutor.setWebhookInfoAndStartListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, setWebhookRequest: SetWebhookRequest, exceptionsHandler: ExceptionHandler = {}, listenHost: String = \"0.0.0.0\", listenRoute: String = \"/\", privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.setWebhookInfoAndStartListenWebhooks"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.answer(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answer","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer.html","searchKeys":["answer","suspend fun TelegramBot.answer(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answer"]},{"name":"suspend fun TelegramBot.answer(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answer","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer.html","searchKeys":["answer","suspend fun TelegramBot.answer(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answer"]},{"name":"suspend fun TelegramBot.answer(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","description":"dev.inmo.tgbotapi.extensions.api.answers.answer","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer.html","searchKeys":["answer","suspend fun TelegramBot.answer(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","dev.inmo.tgbotapi.extensions.api.answers.answer"]},{"name":"suspend fun TelegramBot.answerCallbackQuery(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html","searchKeys":["answerCallbackQuery","suspend fun TelegramBot.answerCallbackQuery(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery"]},{"name":"suspend fun TelegramBot.answerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html","searchKeys":["answerCallbackQuery","suspend fun TelegramBot.answerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery"]},{"name":"suspend fun TelegramBot.answerInlineQuery(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html","searchKeys":["answerInlineQuery","suspend fun TelegramBot.answerInlineQuery(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery"]},{"name":"suspend fun TelegramBot.answerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html","searchKeys":["answerInlineQuery","suspend fun TelegramBot.answerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryError(id: PreCheckoutQueryId, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html","searchKeys":["answerPreCheckoutQueryError","suspend fun TelegramBot.answerPreCheckoutQueryError(id: PreCheckoutQueryId, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryError(preCheckoutQuery: PreCheckoutQuery, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html","searchKeys":["answerPreCheckoutQueryError","suspend fun TelegramBot.answerPreCheckoutQueryError(preCheckoutQuery: PreCheckoutQuery, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryOk(id: PreCheckoutQueryId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html","searchKeys":["answerPreCheckoutQueryOk","suspend fun TelegramBot.answerPreCheckoutQueryOk(id: PreCheckoutQueryId): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryOk(preCheckoutQuery: PreCheckoutQuery): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html","searchKeys":["answerPreCheckoutQueryOk","suspend fun TelegramBot.answerPreCheckoutQueryOk(preCheckoutQuery: PreCheckoutQuery): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk"]},{"name":"suspend fun TelegramBot.answerShippingQueryError(id: ShippingQueryIdentifier, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html","searchKeys":["answerShippingQueryError","suspend fun TelegramBot.answerShippingQueryError(id: ShippingQueryIdentifier, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError"]},{"name":"suspend fun TelegramBot.answerShippingQueryError(shippingQuery: ShippingQuery, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html","searchKeys":["answerShippingQueryError","suspend fun TelegramBot.answerShippingQueryError(shippingQuery: ShippingQuery, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError"]},{"name":"suspend fun TelegramBot.answerShippingQueryOk(id: ShippingQueryIdentifier, shippingOptions: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html","searchKeys":["answerShippingQueryOk","suspend fun TelegramBot.answerShippingQueryOk(id: ShippingQueryIdentifier, shippingOptions: List): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk"]},{"name":"suspend fun TelegramBot.answerShippingQueryOk(shippingQuery: ShippingQuery, shippingOptions: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html","searchKeys":["answerShippingQueryOk","suspend fun TelegramBot.answerShippingQueryOk(shippingQuery: ShippingQuery, shippingOptions: List): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk"]},{"name":"suspend fun TelegramBot.answerWebAppQuery(result: InlineQueryResult): SentWebAppMessage?","description":"dev.inmo.tgbotapi.webapps.answerWebAppQuery","location":"docs/dev.inmo.tgbotapi.webapps/answer-web-app-query.html","searchKeys":["answerWebAppQuery","suspend fun TelegramBot.answerWebAppQuery(result: InlineQueryResult): SentWebAppMessage?","dev.inmo.tgbotapi.webapps.answerWebAppQuery"]},{"name":"suspend fun TelegramBot.answerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","description":"dev.inmo.tgbotapi.extensions.api.answers.answerWebAppQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-web-app-query.html","searchKeys":["answerWebAppQuery","suspend fun TelegramBot.answerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","dev.inmo.tgbotapi.extensions.api.answers.answerWebAppQuery"]},{"name":"suspend fun TelegramBot.approve(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approve","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve.html","searchKeys":["approve","suspend fun TelegramBot.approve(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approve"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.banChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.buildBehaviour(flowUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviour","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html","searchKeys":["buildBehaviour","suspend fun TelegramBot.buildBehaviour(flowUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver)","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviour"]},{"name":"suspend fun TelegramBot.buildBehaviourWithLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-long-polling.html","searchKeys":["buildBehaviourWithLongPolling","suspend fun TelegramBot.buildBehaviourWithLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithLongPolling"]},{"name":"suspend fun TelegramBot.clearMyDefaultAdministratorRights(forChannels: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights.html","searchKeys":["clearMyDefaultAdministratorRights","suspend fun TelegramBot.clearMyDefaultAdministratorRights(forChannels: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRights"]},{"name":"suspend fun TelegramBot.clearMyDefaultAdministratorRightsForChannels(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForChannels","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-channels.html","searchKeys":["clearMyDefaultAdministratorRightsForChannels","suspend fun TelegramBot.clearMyDefaultAdministratorRightsForChannels(): Boolean","dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForChannels"]},{"name":"suspend fun TelegramBot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-groups-and-supergroups.html","searchKeys":["clearMyDefaultAdministratorRightsForGroupsAndSupergroups","suspend fun TelegramBot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups(): Boolean","dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.decline(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.decline","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline.html","searchKeys":["decline","suspend fun TelegramBot.decline(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.decline"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.deleteChatPhoto(chat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html","searchKeys":["deleteChatPhoto","suspend fun TelegramBot.deleteChatPhoto(chat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto"]},{"name":"suspend fun TelegramBot.deleteChatPhoto(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html","searchKeys":["deleteChatPhoto","suspend fun TelegramBot.deleteChatPhoto(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto"]},{"name":"suspend fun TelegramBot.deleteChatStickerSet(chat: SupergroupChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html","searchKeys":["deleteChatStickerSet","suspend fun TelegramBot.deleteChatStickerSet(chat: SupergroupChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet"]},{"name":"suspend fun TelegramBot.deleteChatStickerSet(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html","searchKeys":["deleteChatStickerSet","suspend fun TelegramBot.deleteChatStickerSet(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet"]},{"name":"suspend fun TelegramBot.deleteMessage(chat: Chat, messageId: MessageIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.deleteMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/delete-message.html","searchKeys":["deleteMessage","suspend fun TelegramBot.deleteMessage(chat: Chat, messageId: MessageIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.deleteMessage"]},{"name":"suspend fun TelegramBot.deleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.deleteMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/delete-message.html","searchKeys":["deleteMessage","suspend fun TelegramBot.deleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.deleteMessage"]},{"name":"suspend fun TelegramBot.deleteMessage(message: Message): Boolean","description":"dev.inmo.tgbotapi.extensions.api.deleteMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/delete-message.html","searchKeys":["deleteMessage","suspend fun TelegramBot.deleteMessage(message: Message): Boolean","dev.inmo.tgbotapi.extensions.api.deleteMessage"]},{"name":"suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html","searchKeys":["deleteMyCommands","suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands"]},{"name":"suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html","searchKeys":["deleteMyCommands","suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands"]},{"name":"suspend fun TelegramBot.deleteStickerFromSet(sticker: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html","searchKeys":["deleteStickerFromSet","suspend fun TelegramBot.deleteStickerFromSet(sticker: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet"]},{"name":"suspend fun TelegramBot.deleteStickerFromSet(sticker: Sticker): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html","searchKeys":["deleteStickerFromSet","suspend fun TelegramBot.deleteStickerFromSet(sticker: Sticker): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet"]},{"name":"suspend fun TelegramBot.deleteWebhook(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.deleteWebhook","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/delete-webhook.html","searchKeys":["deleteWebhook","suspend fun TelegramBot.deleteWebhook(): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.deleteWebhook"]},{"name":"suspend fun TelegramBot.downloadFile(file: MediaContent): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: MediaContent): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(file: MediaContent, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: MediaContent, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(file: TelegramMediaFile): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: TelegramMediaFile): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(file: TelegramMediaFile, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: TelegramMediaFile, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(fileId: FileId): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(fileId: FileId): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(fileId: FileId, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(fileId: FileId, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(filePath: String): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(filePath: String): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(filePath: String, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(filePath: String, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(pathedFile: PathedFile): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(pathedFile: PathedFile): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(pathedFile: PathedFile, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(pathedFile: PathedFile, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFileStream(file: MediaContent): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(file: MediaContent): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(file: TelegramMediaFile): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(file: TelegramMediaFile): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(fileId: FileId): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(fileId: FileId): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(filePath: String): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(filePath: String): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(pathedFile: PathedFile): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(pathedFile: PathedFile): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(file: MediaContent): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(file: MediaContent): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(file: TelegramMediaFile): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(file: TelegramMediaFile): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(fileId: FileId): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(fileId: FileId): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(filePath: String): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(filePath: String): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(pathedFile: PathedFile): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(pathedFile: PathedFile): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(message: ContentMessage, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(message: ContentMessage, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(message: ContentMessage, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(message: ContentMessage, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageMedia(chat: Chat, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html","searchKeys":["editMessageMedia","suspend fun TelegramBot.editMessageMedia(chat: Chat, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia"]},{"name":"suspend fun TelegramBot.editMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html","searchKeys":["editMessageMedia","suspend fun TelegramBot.editMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia"]},{"name":"suspend fun TelegramBot.editMessageMedia(message: ContentMessage, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html","searchKeys":["editMessageMedia","suspend fun TelegramBot.editMessageMedia(message: ContentMessage, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(message: Message, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(message: Message, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(message: ContentMessage, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(message: ContentMessage, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(message: ContentMessage, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(message: ContentMessage, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.exportChatInviteLink(chat: PublicChat): String","description":"dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html","searchKeys":["exportChatInviteLink","suspend fun TelegramBot.exportChatInviteLink(chat: PublicChat): String","dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink"]},{"name":"suspend fun TelegramBot.exportChatInviteLink(chatId: ChatIdentifier): String","description":"dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html","searchKeys":["exportChatInviteLink","suspend fun TelegramBot.exportChatInviteLink(chatId: ChatIdentifier): String","dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink"]},{"name":"suspend fun TelegramBot.flushAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), allowedUpdates: List? = null, exceptionsHandler: ExceptionHandler? = null, updatesReceiver: UpdateReceiver = {})","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.flushAccumulatedUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/flush-accumulated-updates.html","searchKeys":["flushAccumulatedUpdates","suspend fun TelegramBot.flushAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), allowedUpdates: List? = null, exceptionsHandler: ExceptionHandler? = null, updatesReceiver: UpdateReceiver = {})","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.flushAccumulatedUpdates"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(toChat: Chat, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(toChat: Chat, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(toChatId: ChatIdentifier, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(toChatId: ChatIdentifier, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.getChat(chat: ChannelChat): ExtendedChannelChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: ChannelChat): ExtendedChannelChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: ChannelChatImpl): ExtendedChannelChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: ChannelChatImpl): ExtendedChannelChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: Chat): ExtendedChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: Chat): ExtendedChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: CommonUser): ExtendedPrivateChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: CommonUser): ExtendedPrivateChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: GroupChat): ExtendedGroupChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: GroupChat): ExtendedGroupChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: GroupChatImpl): ExtendedGroupChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: GroupChatImpl): ExtendedGroupChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: PrivateChat): ExtendedPrivateChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: PrivateChat): ExtendedPrivateChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: PrivateChatImpl): ExtendedPrivateChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: PrivateChatImpl): ExtendedPrivateChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: PublicChat): ExtendedPublicChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: PublicChat): ExtendedPublicChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: SupergroupChat): ExtendedSupergroupChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: SupergroupChat): ExtendedSupergroupChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: SupergroupChatImpl): ExtendedSupergroupChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: SupergroupChatImpl): ExtendedSupergroupChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chatId: ChatIdentifier): ExtendedChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chatId: ChatIdentifier): ExtendedChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChatAdministrators(chat: PublicChat): List","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html","searchKeys":["getChatAdministrators","suspend fun TelegramBot.getChatAdministrators(chat: PublicChat): List","dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators"]},{"name":"suspend fun TelegramBot.getChatAdministrators(chatId: ChatIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html","searchKeys":["getChatAdministrators","suspend fun TelegramBot.getChatAdministrators(chatId: ChatIdentifier): List","dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators"]},{"name":"suspend fun TelegramBot.getChatMember(chat: PublicChat, user: User): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chat: PublicChat, user: User): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMember(chat: PublicChat, userId: UserId): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chat: PublicChat, userId: UserId): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMember(chatId: ChatId, user: User): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chatId: ChatId, user: User): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMember(chatId: ChatIdentifier, userId: UserId): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chatId: ChatIdentifier, userId: UserId): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMemberCount(chat: PublicChat): Int","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html","searchKeys":["getChatMemberCount","suspend fun TelegramBot.getChatMemberCount(chat: PublicChat): Int","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount"]},{"name":"suspend fun TelegramBot.getChatMemberCount(chatId: ChatIdentifier): Int","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html","searchKeys":["getChatMemberCount","suspend fun TelegramBot.getChatMemberCount(chatId: ChatIdentifier): Int","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount"]},{"name":"suspend fun TelegramBot.getChatMenuButton(chat: PrivateChat): MenuButton","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html","searchKeys":["getChatMenuButton","suspend fun TelegramBot.getChatMenuButton(chat: PrivateChat): MenuButton","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton"]},{"name":"suspend fun TelegramBot.getChatMenuButton(chatId: ChatId): MenuButton","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html","searchKeys":["getChatMenuButton","suspend fun TelegramBot.getChatMenuButton(chatId: ChatId): MenuButton","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton"]},{"name":"suspend fun TelegramBot.getDefaultChatMenuButton(): MenuButton","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-default-chat-menu-button.html","searchKeys":["getDefaultChatMenuButton","suspend fun TelegramBot.getDefaultChatMenuButton(): MenuButton","dev.inmo.tgbotapi.extensions.api.chat.get.getDefaultChatMenuButton"]},{"name":"suspend fun TelegramBot.getFileAdditionalInfo(content: MediaContent): PathedFile","description":"dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html","searchKeys":["getFileAdditionalInfo","suspend fun TelegramBot.getFileAdditionalInfo(content: MediaContent): PathedFile","dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo"]},{"name":"suspend fun TelegramBot.getFileAdditionalInfo(file: TelegramMediaFile): PathedFile","description":"dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html","searchKeys":["getFileAdditionalInfo","suspend fun TelegramBot.getFileAdditionalInfo(file: TelegramMediaFile): PathedFile","dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo"]},{"name":"suspend fun TelegramBot.getFileAdditionalInfo(fileId: FileId): PathedFile","description":"dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html","searchKeys":["getFileAdditionalInfo","suspend fun TelegramBot.getFileAdditionalInfo(fileId: FileId): PathedFile","dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, chat: Chat, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, chat: Chat, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, chatId: ChatId, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, chatId: ChatId, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, inlineMessageId: InlineMessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, inlineMessageId: InlineMessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, message: ContentMessage): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, message: ContentMessage): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, chat: Chat, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, chat: Chat, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, chatId: ChatId, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, chatId: ChatId, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, inlineMessageId: InlineMessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, inlineMessageId: InlineMessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, message: ContentMessage): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, message: ContentMessage): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getMe(): ExtendedBot","description":"dev.inmo.tgbotapi.extensions.api.bot.getMe","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-me.html","searchKeys":["getMe","suspend fun TelegramBot.getMe(): ExtendedBot","dev.inmo.tgbotapi.extensions.api.bot.getMe"]},{"name":"suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode? = null): List","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html","searchKeys":["getMyCommands","suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode? = null): List","dev.inmo.tgbotapi.extensions.api.bot.getMyCommands"]},{"name":"suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?): List","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html","searchKeys":["getMyCommands","suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?): List","dev.inmo.tgbotapi.extensions.api.bot.getMyCommands"]},{"name":"suspend fun TelegramBot.getMyDefaultAdministratorRights(forChannels: Boolean? = null): AdministratorChatMemberImpl","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights.html","searchKeys":["getMyDefaultAdministratorRights","suspend fun TelegramBot.getMyDefaultAdministratorRights(forChannels: Boolean? = null): AdministratorChatMemberImpl","dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRights"]},{"name":"suspend fun TelegramBot.getMyDefaultAdministratorRightsForChannels(): AdministratorChatMemberImpl","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForChannels","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-channels.html","searchKeys":["getMyDefaultAdministratorRightsForChannels","suspend fun TelegramBot.getMyDefaultAdministratorRightsForChannels(): AdministratorChatMemberImpl","dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForChannels"]},{"name":"suspend fun TelegramBot.getMyDefaultAdministratorRightsForGroupsAndSupergroups(): AdministratorChatMemberImpl","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForGroupsAndSupergroups","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-groups-and-supergroups.html","searchKeys":["getMyDefaultAdministratorRightsForGroupsAndSupergroups","suspend fun TelegramBot.getMyDefaultAdministratorRightsForGroupsAndSupergroups(): AdministratorChatMemberImpl","dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForGroupsAndSupergroups"]},{"name":"suspend fun TelegramBot.getStickerSet(name: String): StickerSet","description":"dev.inmo.tgbotapi.extensions.api.get.getStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html","searchKeys":["getStickerSet","suspend fun TelegramBot.getStickerSet(name: String): StickerSet","dev.inmo.tgbotapi.extensions.api.get.getStickerSet"]},{"name":"suspend fun TelegramBot.getStickerSet(sticker: Sticker): StickerSet","description":"dev.inmo.tgbotapi.extensions.api.get.getStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html","searchKeys":["getStickerSet","suspend fun TelegramBot.getStickerSet(sticker: Sticker): StickerSet","dev.inmo.tgbotapi.extensions.api.get.getStickerSet"]},{"name":"suspend fun TelegramBot.getUpdates(lastUpdate: Update, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","description":"dev.inmo.tgbotapi.extensions.api.getUpdates","location":"docs/dev.inmo.tgbotapi.extensions.api/get-updates.html","searchKeys":["getUpdates","suspend fun TelegramBot.getUpdates(lastUpdate: Update, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","dev.inmo.tgbotapi.extensions.api.getUpdates"]},{"name":"suspend fun TelegramBot.getUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","description":"dev.inmo.tgbotapi.extensions.api.getUpdates","location":"docs/dev.inmo.tgbotapi.extensions.api/get-updates.html","searchKeys":["getUpdates","suspend fun TelegramBot.getUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","dev.inmo.tgbotapi.extensions.api.getUpdates"]},{"name":"suspend fun TelegramBot.getUserProfilePhotos(user: CommonUser, offset: Int? = null, limit: Int? = null): UserProfilePhotos","description":"dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html","searchKeys":["getUserProfilePhotos","suspend fun TelegramBot.getUserProfilePhotos(user: CommonUser, offset: Int? = null, limit: Int? = null): UserProfilePhotos","dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos"]},{"name":"suspend fun TelegramBot.getUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null): UserProfilePhotos","description":"dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html","searchKeys":["getUserProfilePhotos","suspend fun TelegramBot.getUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null): UserProfilePhotos","dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos"]},{"name":"suspend fun TelegramBot.getWebhookInfo(): WebhookInfo","description":"dev.inmo.tgbotapi.extensions.api.webhook.getWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/get-webhook-info.html","searchKeys":["getWebhookInfo","suspend fun TelegramBot.getWebhookInfo(): WebhookInfo","dev.inmo.tgbotapi.extensions.api.webhook.getWebhookInfo"]},{"name":"suspend fun TelegramBot.leaveChat(chat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.leaveChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html","searchKeys":["leaveChat","suspend fun TelegramBot.leaveChat(chat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.leaveChat"]},{"name":"suspend fun TelegramBot.leaveChat(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.leaveChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html","searchKeys":["leaveChat","suspend fun TelegramBot.leaveChat(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.leaveChat"]},{"name":"suspend fun TelegramBot.multipartFile(content: MediaContent): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(content: MediaContent): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.multipartFile(file: TelegramMediaFile): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(file: TelegramMediaFile): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.multipartFile(fileId: FileId): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(fileId: FileId): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.multipartFile(pathedFile: PathedFile): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(pathedFile: PathedFile): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.pinChatMessage(chat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html","searchKeys":["pinChatMessage","suspend fun TelegramBot.pinChatMessage(chat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage"]},{"name":"suspend fun TelegramBot.pinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html","searchKeys":["pinChatMessage","suspend fun TelegramBot.pinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage"]},{"name":"suspend fun TelegramBot.pinChatMessage(message: Message, disableNotification: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html","searchKeys":["pinChatMessage","suspend fun TelegramBot.pinChatMessage(message: Message, disableNotification: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage"]},{"name":"suspend fun TelegramBot.promoteChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.promoteChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.promoteChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.promoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean?): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.reply(to: Message, content: MessageContent, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, content: MessageContent, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, text: String?, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, text: String?, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.reply(to: Message, mediaFile: TelegramMediaFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, mediaFile: TelegramMediaFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.restrictChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.restrictChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.restrictChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.restrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: ChatInviteLink): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: ChatInviteLink): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: String): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: String): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: String): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: String): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.sendActionChooseStickerAction(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-choose-sticker-action.html","searchKeys":["sendActionChooseStickerAction","suspend fun TelegramBot.sendActionChooseStickerAction(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionChooseStickerAction"]},{"name":"suspend fun TelegramBot.sendActionFindLocation(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html","searchKeys":["sendActionFindLocation","suspend fun TelegramBot.sendActionFindLocation(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation"]},{"name":"suspend fun TelegramBot.sendActionFindLocation(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html","searchKeys":["sendActionFindLocation","suspend fun TelegramBot.sendActionFindLocation(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation"]},{"name":"suspend fun TelegramBot.sendActionRecordVideo(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html","searchKeys":["sendActionRecordVideo","suspend fun TelegramBot.sendActionRecordVideo(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo"]},{"name":"suspend fun TelegramBot.sendActionRecordVideo(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html","searchKeys":["sendActionRecordVideo","suspend fun TelegramBot.sendActionRecordVideo(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo"]},{"name":"suspend fun TelegramBot.sendActionRecordVideoNote(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html","searchKeys":["sendActionRecordVideoNote","suspend fun TelegramBot.sendActionRecordVideoNote(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote"]},{"name":"suspend fun TelegramBot.sendActionRecordVideoNote(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html","searchKeys":["sendActionRecordVideoNote","suspend fun TelegramBot.sendActionRecordVideoNote(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote"]},{"name":"suspend fun TelegramBot.sendActionRecordVoice(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html","searchKeys":["sendActionRecordVoice","suspend fun TelegramBot.sendActionRecordVoice(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice"]},{"name":"suspend fun TelegramBot.sendActionRecordVoice(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html","searchKeys":["sendActionRecordVoice","suspend fun TelegramBot.sendActionRecordVoice(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice"]},{"name":"suspend fun TelegramBot.sendActionTyping(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionTyping","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html","searchKeys":["sendActionTyping","suspend fun TelegramBot.sendActionTyping(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionTyping"]},{"name":"suspend fun TelegramBot.sendActionTyping(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionTyping","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html","searchKeys":["sendActionTyping","suspend fun TelegramBot.sendActionTyping(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionTyping"]},{"name":"suspend fun TelegramBot.sendActionUploadDocument(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html","searchKeys":["sendActionUploadDocument","suspend fun TelegramBot.sendActionUploadDocument(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument"]},{"name":"suspend fun TelegramBot.sendActionUploadDocument(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html","searchKeys":["sendActionUploadDocument","suspend fun TelegramBot.sendActionUploadDocument(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument"]},{"name":"suspend fun TelegramBot.sendActionUploadPhoto(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html","searchKeys":["sendActionUploadPhoto","suspend fun TelegramBot.sendActionUploadPhoto(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto"]},{"name":"suspend fun TelegramBot.sendActionUploadPhoto(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html","searchKeys":["sendActionUploadPhoto","suspend fun TelegramBot.sendActionUploadPhoto(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto"]},{"name":"suspend fun TelegramBot.sendActionUploadVideo(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html","searchKeys":["sendActionUploadVideo","suspend fun TelegramBot.sendActionUploadVideo(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo"]},{"name":"suspend fun TelegramBot.sendActionUploadVideo(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html","searchKeys":["sendActionUploadVideo","suspend fun TelegramBot.sendActionUploadVideo(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo"]},{"name":"suspend fun TelegramBot.sendActionUploadVideoNote(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html","searchKeys":["sendActionUploadVideoNote","suspend fun TelegramBot.sendActionUploadVideoNote(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote"]},{"name":"suspend fun TelegramBot.sendActionUploadVideoNote(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html","searchKeys":["sendActionUploadVideoNote","suspend fun TelegramBot.sendActionUploadVideoNote(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote"]},{"name":"suspend fun TelegramBot.sendActionUploadVoice(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html","searchKeys":["sendActionUploadVoice","suspend fun TelegramBot.sendActionUploadVoice(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice"]},{"name":"suspend fun TelegramBot.sendActionUploadVoice(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html","searchKeys":["sendActionUploadVoice","suspend fun TelegramBot.sendActionUploadVoice(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendBotAction(chat: Chat, action: BotAction): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendBotAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html","searchKeys":["sendBotAction","suspend fun TelegramBot.sendBotAction(chat: Chat, action: BotAction): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendBotAction"]},{"name":"suspend fun TelegramBot.sendBotAction(chatId: ChatIdentifier, action: BotAction): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendBotAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html","searchKeys":["sendBotAction","suspend fun TelegramBot.sendBotAction(chatId: ChatIdentifier, action: BotAction): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendBotAction"]},{"name":"suspend fun TelegramBot.sendContact(chat: Chat, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chat: Chat, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendContact(chat: Chat, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chat: Chat, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendDice(chat: Chat, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendDice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-dice.html","searchKeys":["sendDice","suspend fun TelegramBot.sendDice(chat: Chat, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendDice"]},{"name":"suspend fun TelegramBot.sendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendDice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-dice.html","searchKeys":["sendDice","suspend fun TelegramBot.sendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendDice"]},{"name":"suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendGame(chat: Chat, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chat: Chat, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendGame(chat: Chat, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chat: Chat, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html","searchKeys":["sendInvoice","suspend fun TelegramBot.sendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice"]},{"name":"suspend fun TelegramBot.sendInvoice(user: CommonUser, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html","searchKeys":["sendInvoice","suspend fun TelegramBot.sendInvoice(user: CommonUser, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice"]},{"name":"suspend fun TelegramBot.sendLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chat: Chat, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chat: Chat, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chat: Chat, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chat: Chat, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendSticker(chat: Chat, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chat: Chat, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendSticker(chat: Chat, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chat: Chat, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendTextMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendTextMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendVenue(chat: Chat, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chat: Chat, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chat: Chat, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chat: Chat, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chat: Chat, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chat: Chat, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, user: User, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, user: User, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, userId: UserId, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, userId: UserId, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, user: User, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, user: User, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, userId: UserId, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, userId: UserId, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatDescription(chat: PublicChat, description: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html","searchKeys":["setChatDescription","suspend fun TelegramBot.setChatDescription(chat: PublicChat, description: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription"]},{"name":"suspend fun TelegramBot.setChatDescription(chatId: ChatIdentifier, description: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html","searchKeys":["setChatDescription","suspend fun TelegramBot.setChatDescription(chatId: ChatIdentifier, description: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription"]},{"name":"suspend fun TelegramBot.setChatMenuButton(chat: PrivateChat, menuButton: MenuButton): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html","searchKeys":["setChatMenuButton","suspend fun TelegramBot.setChatMenuButton(chat: PrivateChat, menuButton: MenuButton): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton"]},{"name":"suspend fun TelegramBot.setChatMenuButton(chatId: ChatId, menuButton: MenuButton): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html","searchKeys":["setChatMenuButton","suspend fun TelegramBot.setChatMenuButton(chatId: ChatId, menuButton: MenuButton): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton"]},{"name":"suspend fun TelegramBot.setChatPhoto(chat: PublicChat, photo: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html","searchKeys":["setChatPhoto","suspend fun TelegramBot.setChatPhoto(chat: PublicChat, photo: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto"]},{"name":"suspend fun TelegramBot.setChatPhoto(chatId: ChatIdentifier, photo: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html","searchKeys":["setChatPhoto","suspend fun TelegramBot.setChatPhoto(chatId: ChatIdentifier, photo: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto"]},{"name":"suspend fun TelegramBot.setChatStickerSet(chat: SupergroupChat, stickerSetName: StickerSetName): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html","searchKeys":["setChatStickerSet","suspend fun TelegramBot.setChatStickerSet(chat: SupergroupChat, stickerSetName: StickerSetName): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet"]},{"name":"suspend fun TelegramBot.setChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html","searchKeys":["setChatStickerSet","suspend fun TelegramBot.setChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet"]},{"name":"suspend fun TelegramBot.setChatTitle(chat: PublicChat, title: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html","searchKeys":["setChatTitle","suspend fun TelegramBot.setChatTitle(chat: PublicChat, title: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle"]},{"name":"suspend fun TelegramBot.setChatTitle(chatId: ChatIdentifier, title: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html","searchKeys":["setChatTitle","suspend fun TelegramBot.setChatTitle(chatId: ChatIdentifier, title: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle"]},{"name":"suspend fun TelegramBot.setDefaultChatMembersPermissions(chat: PublicChat, permissions: ChatPermissions): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html","searchKeys":["setDefaultChatMembersPermissions","suspend fun TelegramBot.setDefaultChatMembersPermissions(chat: PublicChat, permissions: ChatPermissions): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions"]},{"name":"suspend fun TelegramBot.setDefaultChatMembersPermissions(chatId: ChatIdentifier, permissions: ChatPermissions): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html","searchKeys":["setDefaultChatMembersPermissions","suspend fun TelegramBot.setDefaultChatMembersPermissions(chatId: ChatIdentifier, permissions: ChatPermissions): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions"]},{"name":"suspend fun TelegramBot.setDefaultChatMenuButton(menuButton: MenuButton): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-menu-button.html","searchKeys":["setDefaultChatMenuButton","suspend fun TelegramBot.setDefaultChatMenuButton(menuButton: MenuButton): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMenuButton"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights.html","searchKeys":["setMyDefaultAdministratorRights","suspend fun TelegramBot.setMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRights"]},{"name":"suspend fun TelegramBot.setMyDefaultAdministratorRightsForChannels(rights: ChatAdministratorRightsImpl): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForChannels","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-channels.html","searchKeys":["setMyDefaultAdministratorRightsForChannels","suspend fun TelegramBot.setMyDefaultAdministratorRightsForChannels(rights: ChatAdministratorRightsImpl): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForChannels"]},{"name":"suspend fun TelegramBot.setMyDefaultAdministratorRightsForGroupsAndSupergroups(rights: ChatAdministratorRightsImpl): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForGroupsAndSupergroups","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-groups-and-supergroups.html","searchKeys":["setMyDefaultAdministratorRightsForGroupsAndSupergroups","suspend fun TelegramBot.setMyDefaultAdministratorRightsForGroupsAndSupergroups(rights: ChatAdministratorRightsImpl): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForGroupsAndSupergroups"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(passportMessage: PassportMessage, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(passportMessage: PassportMessage, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(user: User, errors: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(user: User, errors: List): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(user: User, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(user: User, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(userId: UserId, errors: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(userId: UserId, errors: List): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(userId: UserId, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(userId: UserId, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setStickerPositionInSet(sticker: FileId, position: Int): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html","searchKeys":["setStickerPositionInSet","suspend fun TelegramBot.setStickerPositionInSet(sticker: FileId, position: Int): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet"]},{"name":"suspend fun TelegramBot.setStickerPositionInSet(sticker: Sticker, position: Int): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html","searchKeys":["setStickerPositionInSet","suspend fun TelegramBot.setStickerPositionInSet(sticker: Sticker, position: Int): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setWebhookInfo(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html","searchKeys":["setWebhookInfo","suspend fun TelegramBot.setWebhookInfo(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo"]},{"name":"suspend fun TelegramBot.setWebhookInfo(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html","searchKeys":["setWebhookInfo","suspend fun TelegramBot.setWebhookInfo(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo"]},{"name":"suspend fun TelegramBot.setWebhookInfo(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html","searchKeys":["setWebhookInfo","suspend fun TelegramBot.setWebhookInfo(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatId, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatId, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatIdentifier, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatIdentifier, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(message: ContentMessage, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(message: ContentMessage, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopPoll(chat: Chat, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chat: Chat, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.stopPoll(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.stopPoll(chatId: ChatId, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chatId: ChatId, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.stopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.unbanChatMember(chat: PublicChat, user: User, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chat: PublicChat, user: User, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatMember(chat: PublicChat, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chat: PublicChat, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatMember(chatId: ChatId, user: User, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chatId: ChatId, user: User, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unpinAllChatMessages(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html","searchKeys":["unpinAllChatMessages","suspend fun TelegramBot.unpinAllChatMessages(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages"]},{"name":"suspend fun TelegramBot.unpinAllChatMessages(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html","searchKeys":["unpinAllChatMessages","suspend fun TelegramBot.unpinAllChatMessages(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages"]},{"name":"suspend fun TelegramBot.unpinChatMessage(chat: Chat, messageId: MessageIdentifier? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html","searchKeys":["unpinChatMessage","suspend fun TelegramBot.unpinChatMessage(chat: Chat, messageId: MessageIdentifier? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage"]},{"name":"suspend fun TelegramBot.unpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html","searchKeys":["unpinChatMessage","suspend fun TelegramBot.unpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage"]},{"name":"suspend fun TelegramBot.unpinChatMessage(message: Message): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html","searchKeys":["unpinChatMessage","suspend fun TelegramBot.unpinChatMessage(message: Message): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage"]},{"name":"suspend fun TelegramBot.uploadStickerFile(user: CommonUser, sticker: MultipartFile): File","description":"dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html","searchKeys":["uploadStickerFile","suspend fun TelegramBot.uploadStickerFile(user: CommonUser, sticker: MultipartFile): File","dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile"]},{"name":"suspend fun TelegramBot.uploadStickerFile(userId: UserId, sticker: MultipartFile): File","description":"dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html","searchKeys":["uploadStickerFile","suspend fun TelegramBot.uploadStickerFile(userId: UserId, sticker: MultipartFile): File","dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile"]},{"name":"suspend fun invoke(update: Update)","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.invoke","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/invoke.html","searchKeys":["invoke","suspend fun invoke(update: Update)","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.invoke"]},{"name":"suspend fun isHandled(data: T): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.isHandled","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/is-handled.html","searchKeys":["isHandled","suspend fun isHandled(data: T): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.isHandled"]},{"name":"suspend fun multipartFile(downloadStreamAllocator: ByteReadChannelAllocator, pathedFile: PathedFile): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun multipartFile(downloadStreamAllocator: ByteReadChannelAllocator, pathedFile: PathedFile): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun registerHandleable(data: T)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.registerHandleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/register-handleable.html","searchKeys":["registerHandleable","suspend fun registerHandleable(data: T)","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.registerHandleable"]},{"name":"suspend fun telegramBotWithBehaviour(token: String, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviour","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour.html","searchKeys":["telegramBotWithBehaviour","suspend fun telegramBotWithBehaviour(token: String, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviour"]},{"name":"suspend fun telegramBotWithBehaviourAndLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): Pair","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-long-polling.html","searchKeys":["telegramBotWithBehaviourAndLongPolling","suspend fun telegramBotWithBehaviourAndLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): Pair","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndLongPolling"]},{"name":"suspend fun unregisterHandleable(data: T)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.unregisterHandleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/unregister-handleable.html","searchKeys":["unregisterHandleable","suspend fun unregisterHandleable(data: T)","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.unregisterHandleable"]},{"name":"suspend fun updateLocation(location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): LiveLocation","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.updateLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/update-location.html","searchKeys":["updateLocation","suspend fun updateLocation(location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): LiveLocation","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.updateLocation"]},{"name":"val ALL_UPDATES_LIST: List","description":"dev.inmo.tgbotapi.types.ALL_UPDATES_LIST","location":"docs/dev.inmo.tgbotapi.types/-a-l-l_-u-p-d-a-t-e-s_-l-i-s-t.html","searchKeys":["ALL_UPDATES_LIST","val ALL_UPDATES_LIST: List","dev.inmo.tgbotapi.types.ALL_UPDATES_LIST"]},{"name":"val AllChatAdministrators: BotCommandScopeAllChatAdministrators","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-chat-administrators.html","searchKeys":["AllChatAdministrators","val AllChatAdministrators: BotCommandScopeAllChatAdministrators","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllChatAdministrators"]},{"name":"val AllGroupChats: BotCommandScopeAllGroupChats","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllGroupChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-group-chats.html","searchKeys":["AllGroupChats","val AllGroupChats: BotCommandScopeAllGroupChats","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllGroupChats"]},{"name":"val AllPrivateChats: BotCommandScopeAllPrivateChats","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllPrivateChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-private-chats.html","searchKeys":["AllPrivateChats","val AllPrivateChats: BotCommandScopeAllPrivateChats","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllPrivateChats"]},{"name":"val BotCommandNameRegex: Regex","description":"dev.inmo.tgbotapi.types.BotCommandNameRegex","location":"docs/dev.inmo.tgbotapi.types/-bot-command-name-regex.html","searchKeys":["BotCommandNameRegex","val BotCommandNameRegex: Regex","dev.inmo.tgbotapi.types.BotCommandNameRegex"]},{"name":"val ByteArray.passportFileHash: MD5","description":"dev.inmo.tgbotapi.types.passport.passportFileHash","location":"docs/dev.inmo.tgbotapi.types.passport/passport-file-hash.html","searchKeys":["passportFileHash","val ByteArray.passportFileHash: MD5","dev.inmo.tgbotapi.types.passport.passportFileHash"]},{"name":"val CallbackQuery.data: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.data","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/data.html","searchKeys":["data","val CallbackQuery.data: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.data"]},{"name":"val CallbackQuery.game_short_name: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.game_short_name","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game_short_name.html","searchKeys":["game_short_name","val CallbackQuery.game_short_name: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.game_short_name"]},{"name":"val CallbackQuery.inline_message_id: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html","searchKeys":["inline_message_id","val CallbackQuery.inline_message_id: InlineMessageIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id"]},{"name":"val CallbackQuery.message: ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.message","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message.html","searchKeys":["message","val CallbackQuery.message: ContentMessage?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.message"]},{"name":"val CallbackQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CallbackQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-callback-query-filter-by-user.html","searchKeys":["CallbackQueryFilterByUser","val CallbackQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CallbackQueryFilterByUser"]},{"name":"val Chat.link: String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","val Chat.link: String?","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"val ChatJoinRequest.invite_link: ChatInviteLink","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html","searchKeys":["invite_link","val ChatJoinRequest.invite_link: ChatInviteLink","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link"]},{"name":"val ChatJoinRequestFilterByChat: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatJoinRequestFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-join-request-filter-by-chat.html","searchKeys":["ChatJoinRequestFilterByChat","val ChatJoinRequestFilterByChat: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatJoinRequestFilterByChat"]},{"name":"val ChatMemberUpdated.invite_link: ChatInviteLink?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html","searchKeys":["invite_link","val ChatMemberUpdated.invite_link: ChatInviteLink?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link"]},{"name":"val ChatMemberUpdated.new_chat_member: ChatMember","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_member","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_member.html","searchKeys":["new_chat_member","val ChatMemberUpdated.new_chat_member: ChatMember","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_member"]},{"name":"val ChatMemberUpdated.old_chat_member: ChatMember","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.old_chat_member","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/old_chat_member.html","searchKeys":["old_chat_member","val ChatMemberUpdated.old_chat_member: ChatMember","dev.inmo.tgbotapi.extensions.utils.extensions.raw.old_chat_member"]},{"name":"val ChatMemberUpdatedFilterByChat: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatMemberUpdatedFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-member-updated-filter-by-chat.html","searchKeys":["ChatMemberUpdatedFilterByChat","val ChatMemberUpdatedFilterByChat: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatMemberUpdatedFilterByChat"]},{"name":"val ChosenInlineResult.inline_message_id: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html","searchKeys":["inline_message_id","val ChosenInlineResult.inline_message_id: InlineMessageIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id"]},{"name":"val ChosenInlineResult.location: Location?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.location","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html","searchKeys":["location","val ChosenInlineResult.location: Location?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.location"]},{"name":"val ChosenInlineResult.result_id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.result_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/result_id.html","searchKeys":["result_id","val ChosenInlineResult.result_id: InlineQueryIdentifier","dev.inmo.tgbotapi.extensions.utils.extensions.raw.result_id"]},{"name":"val CommonMessageFilterExcludeMediaGroups: SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CommonMessageFilterExcludeMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-common-message-filter-exclude-media-groups.html","searchKeys":["CommonMessageFilterExcludeMediaGroups","val CommonMessageFilterExcludeMediaGroups: SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CommonMessageFilterExcludeMediaGroups"]},{"name":"val Default: BotCommandScopeDefault","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Default","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-default.html","searchKeys":["Default","val Default: BotCommandScopeDefault","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Default"]},{"name":"val EncryptedPassportElement.type: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.type","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/type.html","searchKeys":["type","val EncryptedPassportElement.type: String","dev.inmo.tgbotapi.types.passport.encrypted.type"]},{"name":"val File.passportFileHash: MD5","description":"dev.inmo.tgbotapi.types.passport.passportFileHash","location":"docs/dev.inmo.tgbotapi.types.passport/passport-file-hash.html","searchKeys":["passportFileHash","val File.passportFileHash: MD5","dev.inmo.tgbotapi.types.passport.passportFileHash"]},{"name":"val ForChannels: GetMyDefaultAdministratorRights","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-channels.html","searchKeys":["ForChannels","val ForChannels: GetMyDefaultAdministratorRights","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForChannels"]},{"name":"val ForGroups: GetMyDefaultAdministratorRights","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForGroups","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-groups.html","searchKeys":["ForGroups","val ForGroups: GetMyDefaultAdministratorRights","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForGroups"]},{"name":"val Gif: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Gif","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-gif.html","searchKeys":["Gif","val Gif: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Gif"]},{"name":"val Html: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text.Html","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/-html.html","searchKeys":["Html","val Html: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text.Html"]},{"name":"val Identifier.link: String","description":"dev.inmo.tgbotapi.types.link","location":"docs/dev.inmo.tgbotapi.types/link.html","searchKeys":["link","val Identifier.link: String","dev.inmo.tgbotapi.types.link"]},{"name":"val InlineQuery.chat_type: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.chat_type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/chat_type.html","searchKeys":["chat_type","val InlineQuery.chat_type: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.chat_type"]},{"name":"val InlineQuery.location: Location?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.location","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html","searchKeys":["location","val InlineQuery.location: Location?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.location"]},{"name":"val InlineQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.InlineQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-inline-query-filter-by-user.html","searchKeys":["InlineQueryFilterByUser","val InlineQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.InlineQueryFilterByUser"]},{"name":"val Int.asSlotMachineReelImage: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html","searchKeys":["asSlotMachineReelImage","val Int.asSlotMachineReelImage: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage"]},{"name":"val Jpg: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Jpg","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-jpg.html","searchKeys":["Jpg","val Jpg: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Jpg"]},{"name":"val LeftRestrictionsChatPermissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.LeftRestrictionsChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-left-restrictions-chat-permissions.html","searchKeys":["LeftRestrictionsChatPermissions","val LeftRestrictionsChatPermissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.LeftRestrictionsChatPermissions"]},{"name":"val List>.chat: Chat?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/chat.html","searchKeys":["chat","val List>.chat: Chat?","dev.inmo.tgbotapi.extensions.utils.shortcuts.chat"]},{"name":"val List>.forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/forward-info.html","searchKeys":["forwardInfo","val List>.forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo"]},{"name":"val List>.replyTo: Message?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/reply-to.html","searchKeys":["replyTo","val List>.replyTo: Message?","dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo"]},{"name":"val List>.mediaGroupId: MediaGroupIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-id.html","searchKeys":["mediaGroupId","val List>.mediaGroupId: MediaGroupIdentifier?","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId"]},{"name":"val LongSeconds.asApproximateScheduledCloseInfo: ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html","searchKeys":["asApproximateScheduledCloseInfo","val LongSeconds.asApproximateScheduledCloseInfo: ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo"]},{"name":"val LongSeconds.asExactScheduledCloseInfo: ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.asExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/as-exact-scheduled-close-info.html","searchKeys":["asExactScheduledCloseInfo","val LongSeconds.asExactScheduledCloseInfo: ExactScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.asExactScheduledCloseInfo"]},{"name":"val MP4: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video.MP4","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/-m-p4.html","searchKeys":["MP4","val MP4: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video.MP4"]},{"name":"val Message.animation: AnimationFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.animation","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/animation.html","searchKeys":["animation","val Message.animation: AnimationFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.animation"]},{"name":"val Message.audio: AudioFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.audio","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/audio.html","searchKeys":["audio","val Message.audio: AudioFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.audio"]},{"name":"val Message.author_signature: AuthorSignature?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.author_signature","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/author_signature.html","searchKeys":["author_signature","val Message.author_signature: AuthorSignature?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.author_signature"]},{"name":"val Message.caption: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption.html","searchKeys":["caption","val Message.caption: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption"]},{"name":"val Message.caption_entities: TextSourcesList?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption_entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption_entities.html","searchKeys":["caption_entities","val Message.caption_entities: TextSourcesList?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption_entities"]},{"name":"val Message.channel_chat_created: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.channel_chat_created","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/channel_chat_created.html","searchKeys":["channel_chat_created","val Message.channel_chat_created: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.channel_chat_created"]},{"name":"val Message.connected_website: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.connected_website","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/connected_website.html","searchKeys":["connected_website","val Message.connected_website: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.connected_website"]},{"name":"val Message.contact: Contact?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.contact","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/contact.html","searchKeys":["contact","val Message.contact: Contact?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.contact"]},{"name":"val Message.delete_chat_photo: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.delete_chat_photo","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/delete_chat_photo.html","searchKeys":["delete_chat_photo","val Message.delete_chat_photo: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.delete_chat_photo"]},{"name":"val Message.dice: Dice?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.dice","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/dice.html","searchKeys":["dice","val Message.dice: Dice?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.dice"]},{"name":"val Message.document: DocumentFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.document","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/document.html","searchKeys":["document","val Message.document: DocumentFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.document"]},{"name":"val Message.edit_date: TelegramDate?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.edit_date","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/edit_date.html","searchKeys":["edit_date","val Message.edit_date: TelegramDate?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.edit_date"]},{"name":"val Message.entities: TextSourcesList?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/entities.html","searchKeys":["entities","val Message.entities: TextSourcesList?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.entities"]},{"name":"val Message.forward_date: TelegramDate?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_date","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_date.html","searchKeys":["forward_date","val Message.forward_date: TelegramDate?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_date"]},{"name":"val Message.forward_from: User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from.html","searchKeys":["forward_from","val Message.forward_from: User?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from"]},{"name":"val Message.forward_from_chat: Chat?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_chat.html","searchKeys":["forward_from_chat","val Message.forward_from_chat: Chat?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_chat"]},{"name":"val Message.forward_from_message_id: MessageIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_message_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_message_id.html","searchKeys":["forward_from_message_id","val Message.forward_from_message_id: MessageIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_message_id"]},{"name":"val Message.forward_sender_name: ForwardSenderName?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_sender_name","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_sender_name.html","searchKeys":["forward_sender_name","val Message.forward_sender_name: ForwardSenderName?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_sender_name"]},{"name":"val Message.forward_signature: ForwardSignature?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_signature","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_signature.html","searchKeys":["forward_signature","val Message.forward_signature: ForwardSignature?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_signature"]},{"name":"val Message.from: User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.from","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/from.html","searchKeys":["from","val Message.from: User?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.from"]},{"name":"val Message.game: Game?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.game","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game.html","searchKeys":["game","val Message.game: Game?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.game"]},{"name":"val Message.group_chat_created: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.group_chat_created","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/group_chat_created.html","searchKeys":["group_chat_created","val Message.group_chat_created: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.group_chat_created"]},{"name":"val Message.has_protected_content: Boolean?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.has_protected_content","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/has_protected_content.html","searchKeys":["has_protected_content","val Message.has_protected_content: Boolean?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.has_protected_content"]},{"name":"val Message.invoice: Invoice?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice.html","searchKeys":["invoice","val Message.invoice: Invoice?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice"]},{"name":"val Message.is_automatic_forward: Boolean?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_automatic_forward","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_automatic_forward.html","searchKeys":["is_automatic_forward","val Message.is_automatic_forward: Boolean?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_automatic_forward"]},{"name":"val Message.left_chat_member: User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.left_chat_member","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/left_chat_member.html","searchKeys":["left_chat_member","val Message.left_chat_member: User?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.left_chat_member"]},{"name":"val Message.link: String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","val Message.link: String?","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"val Message.location: Location?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.location","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html","searchKeys":["location","val Message.location: Location?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.location"]},{"name":"val Message.media_group_id: MediaGroupIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.media_group_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/media_group_id.html","searchKeys":["media_group_id","val Message.media_group_id: MediaGroupIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.media_group_id"]},{"name":"val Message.message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.message_auto_delete_timer_changed","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message_auto_delete_timer_changed.html","searchKeys":["message_auto_delete_timer_changed","val Message.message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.message_auto_delete_timer_changed"]},{"name":"val Message.migrate_from_chat_id: ChatId?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_from_chat_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_from_chat_id.html","searchKeys":["migrate_from_chat_id","val Message.migrate_from_chat_id: ChatId?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_from_chat_id"]},{"name":"val Message.migrate_to_chat_id: ChatId?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_to_chat_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_to_chat_id.html","searchKeys":["migrate_to_chat_id","val Message.migrate_to_chat_id: ChatId?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_to_chat_id"]},{"name":"val Message.new_chat_members: List?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_members","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_members.html","searchKeys":["new_chat_members","val Message.new_chat_members: List?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_members"]},{"name":"val Message.new_chat_photo: Photo?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_photo","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_photo.html","searchKeys":["new_chat_photo","val Message.new_chat_photo: Photo?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_photo"]},{"name":"val Message.new_chat_title: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_title","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_title.html","searchKeys":["new_chat_title","val Message.new_chat_title: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_title"]},{"name":"val Message.passport_data: PassportData?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.passport_data","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/passport_data.html","searchKeys":["passport_data","val Message.passport_data: PassportData?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.passport_data"]},{"name":"val Message.photo: Photo?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.photo","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/photo.html","searchKeys":["photo","val Message.photo: Photo?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.photo"]},{"name":"val Message.pinned_message: Message?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.pinned_message","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/pinned_message.html","searchKeys":["pinned_message","val Message.pinned_message: Message?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.pinned_message"]},{"name":"val Message.poll: Poll?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll.html","searchKeys":["poll","val Message.poll: Poll?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll"]},{"name":"val Message.proximity_alert_triggered: ProximityAlertTriggered?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.proximity_alert_triggered","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/proximity_alert_triggered.html","searchKeys":["proximity_alert_triggered","val Message.proximity_alert_triggered: ProximityAlertTriggered?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.proximity_alert_triggered"]},{"name":"val Message.reply_markup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_markup","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_markup.html","searchKeys":["reply_markup","val Message.reply_markup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_markup"]},{"name":"val Message.reply_to_message: Message?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_to_message","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_to_message.html","searchKeys":["reply_to_message","val Message.reply_to_message: Message?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_to_message"]},{"name":"val Message.sender_chat: PublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.sender_chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sender_chat.html","searchKeys":["sender_chat","val Message.sender_chat: PublicChat?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.sender_chat"]},{"name":"val Message.sticker: Sticker?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.sticker","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sticker.html","searchKeys":["sticker","val Message.sticker: Sticker?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.sticker"]},{"name":"val Message.successful_payment: SuccessfulPayment?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.successful_payment","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/successful_payment.html","searchKeys":["successful_payment","val Message.successful_payment: SuccessfulPayment?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.successful_payment"]},{"name":"val Message.supergroup_chat_created: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.supergroup_chat_created","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/supergroup_chat_created.html","searchKeys":["supergroup_chat_created","val Message.supergroup_chat_created: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.supergroup_chat_created"]},{"name":"val Message.text: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.text","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/text.html","searchKeys":["text","val Message.text: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.text"]},{"name":"val Message.venue: Venue?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.venue","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/venue.html","searchKeys":["venue","val Message.venue: Venue?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.venue"]},{"name":"val Message.via_bot: CommonBot?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.via_bot","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/via_bot.html","searchKeys":["via_bot","val Message.via_bot: CommonBot?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.via_bot"]},{"name":"val Message.video: VideoFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video.html","searchKeys":["video","val Message.video: VideoFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video"]},{"name":"val Message.video_chat_ended: VideoChatEnded?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_ended","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_ended.html","searchKeys":["video_chat_ended","val Message.video_chat_ended: VideoChatEnded?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_ended"]},{"name":"val Message.video_chat_participants_invited: VideoChatParticipantsInvited?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_participants_invited","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_participants_invited.html","searchKeys":["video_chat_participants_invited","val Message.video_chat_participants_invited: VideoChatParticipantsInvited?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_participants_invited"]},{"name":"val Message.video_chat_scheduled: VideoChatScheduled?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_scheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_scheduled.html","searchKeys":["video_chat_scheduled","val Message.video_chat_scheduled: VideoChatScheduled?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_scheduled"]},{"name":"val Message.video_chat_started: VideoChatStarted?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_started","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_started.html","searchKeys":["video_chat_started","val Message.video_chat_started: VideoChatStarted?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_started"]},{"name":"val Message.video_note: VideoNoteFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_note","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_note.html","searchKeys":["video_note","val Message.video_note: VideoNoteFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_note"]},{"name":"val Message.voice: VoiceFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.voice","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/voice.html","searchKeys":["voice","val Message.voice: VoiceFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.voice"]},{"name":"val MessageAutoDeleteTimerChanged.is24Hours: Boolean","description":"dev.inmo.tgbotapi.types.message.ChatEvents.is24Hours","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/is24-hours.html","searchKeys":["is24Hours","val MessageAutoDeleteTimerChanged.is24Hours: Boolean","dev.inmo.tgbotapi.types.message.ChatEvents.is24Hours"]},{"name":"val MessageAutoDeleteTimerChanged.is7Days: Boolean","description":"dev.inmo.tgbotapi.types.message.ChatEvents.is7Days","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/is7-days.html","searchKeys":["is7Days","val MessageAutoDeleteTimerChanged.is7Days: Boolean","dev.inmo.tgbotapi.types.message.ChatEvents.is7Days"]},{"name":"val MessageAutoDeleteTimerChanged.isOff: Boolean","description":"dev.inmo.tgbotapi.types.message.ChatEvents.isOff","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/is-off.html","searchKeys":["isOff","val MessageAutoDeleteTimerChanged.isOff: Boolean","dev.inmo.tgbotapi.types.message.ChatEvents.isOff"]},{"name":"val MessageFilterByChat: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-by-chat.html","searchKeys":["MessageFilterByChat","val MessageFilterByChat: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterByChat"]},{"name":"val MessageFilterExcludingMediaGroups: BehaviourContextAndTwoTypesReceiver, Update>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterExcludingMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-excluding-media-groups.html","searchKeys":["MessageFilterExcludingMediaGroups","val MessageFilterExcludingMediaGroups: BehaviourContextAndTwoTypesReceiver, Update>","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterExcludingMediaGroups"]},{"name":"val MessagesFilterByChat: BehaviourContextAndTwoTypesReceiver, Update>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessagesFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-messages-filter-by-chat.html","searchKeys":["MessagesFilterByChat","val MessagesFilterByChat: BehaviourContextAndTwoTypesReceiver, Update>","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessagesFilterByChat"]},{"name":"val Pdf: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Pdf","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-pdf.html","searchKeys":["Pdf","val Pdf: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Pdf"]},{"name":"val Poll.allows_multiple_answers: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.allows_multiple_answers","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/allows_multiple_answers.html","searchKeys":["allows_multiple_answers","val Poll.allows_multiple_answers: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.allows_multiple_answers"]},{"name":"val Poll.close_date: TelegramDate?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.close_date","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/close_date.html","searchKeys":["close_date","val Poll.close_date: TelegramDate?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.close_date"]},{"name":"val Poll.correct_option_id: Int?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.correct_option_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/correct_option_id.html","searchKeys":["correct_option_id","val Poll.correct_option_id: Int?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.correct_option_id"]},{"name":"val Poll.explanation: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation.html","searchKeys":["explanation","val Poll.explanation: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation"]},{"name":"val Poll.explanation_entities: TextSourcesList?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation_entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation_entities.html","searchKeys":["explanation_entities","val Poll.explanation_entities: TextSourcesList?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation_entities"]},{"name":"val Poll.is_anonymous: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_anonymous","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_anonymous.html","searchKeys":["is_anonymous","val Poll.is_anonymous: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_anonymous"]},{"name":"val Poll.is_closed: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_closed","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_closed.html","searchKeys":["is_closed","val Poll.is_closed: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_closed"]},{"name":"val Poll.open_period: Seconds?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.open_period","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/open_period.html","searchKeys":["open_period","val Poll.open_period: Seconds?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.open_period"]},{"name":"val Poll.total_voter_count: Int","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_voter_count","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_voter_count.html","searchKeys":["total_voter_count","val Poll.total_voter_count: Int","dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_voter_count"]},{"name":"val Poll.type: String","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/type.html","searchKeys":["type","val Poll.type: String","dev.inmo.tgbotapi.extensions.utils.extensions.raw.type"]},{"name":"val PollAnswer.option_ids: List","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.option_ids","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/option_ids.html","searchKeys":["option_ids","val PollAnswer.option_ids: List","dev.inmo.tgbotapi.extensions.utils.extensions.raw.option_ids"]},{"name":"val PollAnswer.poll_id: PollIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll_id.html","searchKeys":["poll_id","val PollAnswer.poll_id: PollIdentifier","dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll_id"]},{"name":"val PreCheckoutQuery.invoice_payload: InvoicePayload","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html","searchKeys":["invoice_payload","val PreCheckoutQuery.invoice_payload: InvoicePayload","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload"]},{"name":"val PreCheckoutQuery.order_info: OrderInfo?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.order_info","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/order_info.html","searchKeys":["order_info","val PreCheckoutQuery.order_info: OrderInfo?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.order_info"]},{"name":"val PreCheckoutQuery.shipping_option_id: ShippingOptionIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_option_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_option_id.html","searchKeys":["shipping_option_id","val PreCheckoutQuery.shipping_option_id: ShippingOptionIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_option_id"]},{"name":"val PreCheckoutQuery.total_amount: Long","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_amount","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_amount.html","searchKeys":["total_amount","val PreCheckoutQuery.total_amount: Long","dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_amount"]},{"name":"val PreCheckoutQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.PreCheckoutQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-pre-checkout-query-filter-by-user.html","searchKeys":["PreCheckoutQueryFilterByUser","val PreCheckoutQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.PreCheckoutQueryFilterByUser"]},{"name":"val ReplyForceDefault: ReplyForce","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceDefault","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-reply-force-default.html","searchKeys":["ReplyForceDefault","val ReplyForceDefault: ReplyForce","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceDefault"]},{"name":"val ReplyForceNonSelective: ReplyForce","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceNonSelective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-reply-force-non-selective.html","searchKeys":["ReplyForceNonSelective","val ReplyForceNonSelective: ReplyForce","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceNonSelective"]},{"name":"val ReplyForceSelective: ReplyForce","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceSelective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-reply-force-selective.html","searchKeys":["ReplyForceSelective","val ReplyForceSelective: ReplyForce","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceSelective"]},{"name":"val RestrictionsChatPermissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.RestrictionsChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-restrictions-chat-permissions.html","searchKeys":["RestrictionsChatPermissions","val RestrictionsChatPermissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.RestrictionsChatPermissions"]},{"name":"val SentMediaGroupUpdate.chat: Chat","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/chat.html","searchKeys":["chat","val SentMediaGroupUpdate.chat: Chat","dev.inmo.tgbotapi.extensions.utils.shortcuts.chat"]},{"name":"val SentMediaGroupUpdate.forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/forward-info.html","searchKeys":["forwardInfo","val SentMediaGroupUpdate.forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo"]},{"name":"val SentMediaGroupUpdate.mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-id.html","searchKeys":["mediaGroupId","val SentMediaGroupUpdate.mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId"]},{"name":"val SentMediaGroupUpdate.replyTo: Message?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/reply-to.html","searchKeys":["replyTo","val SentMediaGroupUpdate.replyTo: Message?","dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo"]},{"name":"val ShippingQuery.invoice_payload: InvoicePayload","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html","searchKeys":["invoice_payload","val ShippingQuery.invoice_payload: InvoicePayload","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload"]},{"name":"val ShippingQuery.shipping_address: ShippingAddress","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_address","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_address.html","searchKeys":["shipping_address","val ShippingQuery.shipping_address: ShippingAddress","dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_address"]},{"name":"val ShippingQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ShippingQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-shipping-query-filter-by-user.html","searchKeys":["ShippingQueryFilterByUser","val ShippingQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ShippingQueryFilterByUser"]},{"name":"val Sticker.file_id: FileId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_id.html","searchKeys":["file_id","val Sticker.file_id: FileId","dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_id"]},{"name":"val Sticker.file_size: Long?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_size","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_size.html","searchKeys":["file_size","val Sticker.file_size: Long?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_size"]},{"name":"val Sticker.file_unique_id: FileUniqueId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_unique_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_unique_id.html","searchKeys":["file_unique_id","val Sticker.file_unique_id: FileUniqueId","dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_unique_id"]},{"name":"val Sticker.is_animated: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_animated","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_animated.html","searchKeys":["is_animated","val Sticker.is_animated: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_animated"]},{"name":"val Sticker.is_video: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_video","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_video.html","searchKeys":["is_video","val Sticker.is_video: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_video"]},{"name":"val Sticker.mask_position: MaskPosition?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.mask_position","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/mask_position.html","searchKeys":["mask_position","val Sticker.mask_position: MaskPosition?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.mask_position"]},{"name":"val Sticker.set_name: StickerSetName?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.set_name","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/set_name.html","searchKeys":["set_name","val Sticker.set_name: StickerSetName?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.set_name"]},{"name":"val StickerSetName.stickerSetLink: TextLinkTextSource","description":"dev.inmo.tgbotapi.extensions.utils.formatting.stickerSetLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/sticker-set-link.html","searchKeys":["stickerSetLink","val StickerSetName.stickerSetLink: TextLinkTextSource","dev.inmo.tgbotapi.extensions.utils.formatting.stickerSetLink"]},{"name":"val String.asChatType: ChatType","description":"dev.inmo.tgbotapi.types.chat.asChatType","location":"docs/dev.inmo.tgbotapi.types.chat/as-chat-type.html","searchKeys":["asChatType","val String.asChatType: ChatType","dev.inmo.tgbotapi.types.chat.asChatType"]},{"name":"val String.asSlotMachineReelImage: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html","searchKeys":["asSlotMachineReelImage","val String.asSlotMachineReelImage: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage"]},{"name":"val String.fileExtension: String","description":"dev.inmo.tgbotapi.utils.fileExtension","location":"docs/dev.inmo.tgbotapi.utils/file-extension.html","searchKeys":["fileExtension","val String.fileExtension: String","dev.inmo.tgbotapi.utils.fileExtension"]},{"name":"val String.filenameFromUrl: FileName","description":"dev.inmo.tgbotapi.utils.filenameFromUrl","location":"docs/dev.inmo.tgbotapi.utils/filename-from-url.html","searchKeys":["filenameFromUrl","val String.filenameFromUrl: FileName","dev.inmo.tgbotapi.utils.filenameFromUrl"]},{"name":"val TextSourceSerializer: TextSourceSerializer","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.TextSourceSerializer","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/-text-source-serializer.html","searchKeys":["TextSourceSerializer","val TextSourceSerializer: TextSourceSerializer","dev.inmo.tgbotapi.types.MessageEntity.textsources.TextSourceSerializer"]},{"name":"val TrueSimpleFilter: SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.TrueSimpleFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-true-simple-filter.html","searchKeys":["TrueSimpleFilter","val TrueSimpleFilter: SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.TrueSimpleFilter"]},{"name":"val User.link: String","description":"dev.inmo.tgbotapi.types.link","location":"docs/dev.inmo.tgbotapi.types/link.html","searchKeys":["link","val User.link: String","dev.inmo.tgbotapi.types.link"]},{"name":"val UserId.link: String","description":"dev.inmo.tgbotapi.types.link","location":"docs/dev.inmo.tgbotapi.types/link.html","searchKeys":["link","val UserId.link: String","dev.inmo.tgbotapi.types.link"]},{"name":"val Username.deepLinkPrefix: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.deepLinkPrefix","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/deep-link-prefix.html","searchKeys":["deepLinkPrefix","val Username.deepLinkPrefix: String","dev.inmo.tgbotapi.extensions.utils.formatting.deepLinkPrefix"]},{"name":"val Username.link: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","val Username.link: String","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"val Venue.foursquare: Foursquare?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.foursquare","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/foursquare.html","searchKeys":["foursquare","val Venue.foursquare: Foursquare?","dev.inmo.tgbotapi.extensions.utils.extensions.venue.foursquare"]},{"name":"val Venue.googlePlace: GooglePlace?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.googlePlace","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/google-place.html","searchKeys":["googlePlace","val Venue.googlePlace: GooglePlace?","dev.inmo.tgbotapi.extensions.utils.extensions.venue.googlePlace"]},{"name":"val WebApp.colorScheme: ColorScheme","description":"dev.inmo.tgbotapi.webapps.colorScheme","location":"docs/dev.inmo.tgbotapi.webapps/color-scheme.html","searchKeys":["colorScheme","val WebApp.colorScheme: ColorScheme","dev.inmo.tgbotapi.webapps.colorScheme"]},{"name":"val Window.Telegram: Telegram","description":"dev.inmo.tgbotapi.webapps.Telegram","location":"docs/dev.inmo.tgbotapi.webapps/-telegram.html","searchKeys":["Telegram","val Window.Telegram: Telegram","dev.inmo.tgbotapi.webapps.Telegram"]},{"name":"val Zip: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Zip","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-zip.html","searchKeys":["Zip","val Zip: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Zip"]},{"name":"val action: BotAction","description":"dev.inmo.tgbotapi.requests.send.SendAction.action","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/action.html","searchKeys":["action","val action: BotAction","dev.inmo.tgbotapi.requests.send.SendAction.action"]},{"name":"val address: String","description":"dev.inmo.tgbotapi.requests.send.SendVenue.address","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/address.html","searchKeys":["address","val address: String","dev.inmo.tgbotapi.requests.send.SendVenue.address"]},{"name":"val address: String","description":"dev.inmo.tgbotapi.types.ChatLocation.address","location":"docs/dev.inmo.tgbotapi.types/-chat-location/address.html","searchKeys":["address","val address: String","dev.inmo.tgbotapi.types.ChatLocation.address"]},{"name":"val aliasName: String","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasName","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-name.html","searchKeys":["aliasName","val aliasName: String","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasName"]},{"name":"val allCredentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.allCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/all-credentials.html","searchKeys":["allCredentials","val allCredentials: List","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.allCredentials"]},{"name":"val allowMultipleAnswers: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowMultipleAnswers","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-multiple-answers.html","searchKeys":["allowMultipleAnswers","val allowMultipleAnswers: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowMultipleAnswers"]},{"name":"val allowedConnectionsLength: IntRange","description":"dev.inmo.tgbotapi.types.allowedConnectionsLength","location":"docs/dev.inmo.tgbotapi.types/allowed-connections-length.html","searchKeys":["allowedConnectionsLength","val allowedConnectionsLength: IntRange","dev.inmo.tgbotapi.types.allowedConnectionsLength"]},{"name":"val allowedUpdates: List","description":"dev.inmo.tgbotapi.types.WebhookInfo.allowedUpdates","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/allowed-updates.html","searchKeys":["allowedUpdates","val allowedUpdates: List","dev.inmo.tgbotapi.types.WebhookInfo.allowedUpdates"]},{"name":"val allowedUpdates: List? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.allowedUpdates","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/allowed-updates.html","searchKeys":["allowedUpdates","val allowedUpdates: List? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.allowedUpdates"]},{"name":"val allowed_updates: List?","description":"dev.inmo.tgbotapi.requests.GetUpdates.allowed_updates","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/allowed_updates.html","searchKeys":["allowed_updates","val allowed_updates: List?","dev.inmo.tgbotapi.requests.GetUpdates.allowed_updates"]},{"name":"val animation: AnimationFile? = null","description":"dev.inmo.tgbotapi.types.games.Game.animation","location":"docs/dev.inmo.tgbotapi.types.games/-game/animation.html","searchKeys":["animation","val animation: AnimationFile? = null","dev.inmo.tgbotapi.types.games.Game.animation"]},{"name":"val animation: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.animation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/animation.html","searchKeys":["animation","val animation: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.animation"]},{"name":"val animation: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.animation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/animation.html","searchKeys":["animation","val animation: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.animation"]},{"name":"val animationType: DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.Dice.animationType","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/animation-type.html","searchKeys":["animationType","val animationType: DiceAnimationType","dev.inmo.tgbotapi.types.dice.Dice.animationType"]},{"name":"val animationType: DiceAnimationType? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.animationType","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/animation-type.html","searchKeys":["animationType","val animationType: DiceAnimationType? = null","dev.inmo.tgbotapi.requests.send.SendDice.animationType"]},{"name":"val asDate: DateTime","description":"dev.inmo.tgbotapi.types.TelegramDate.asDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/as-date.html","searchKeys":["asDate","val asDate: DateTime","dev.inmo.tgbotapi.types.TelegramDate.asDate"]},{"name":"val audio: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.audio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/audio.html","searchKeys":["audio","val audio: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.audio"]},{"name":"val audio: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.audio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/audio.html","searchKeys":["audio","val audio: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.audio"]},{"name":"val awaitDelivery: Int","description":"dev.inmo.tgbotapi.types.WebhookInfo.awaitDelivery","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/await-delivery.html","searchKeys":["awaitDelivery","val awaitDelivery: Int","dev.inmo.tgbotapi.types.WebhookInfo.awaitDelivery"]},{"name":"val bankStatement: BankStatementSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.bankStatement","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/bank-statement.html","searchKeys":["bankStatement","val bankStatement: BankStatementSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.bankStatement"]},{"name":"val basketballAndFootballDiceResultLimit: IntRange","description":"dev.inmo.tgbotapi.types.basketballAndFootballDiceResultLimit","location":"docs/dev.inmo.tgbotapi.types/basketball-and-football-dice-result-limit.html","searchKeys":["basketballAndFootballDiceResultLimit","val basketballAndFootballDiceResultLimit: IntRange","dev.inmo.tgbotapi.types.basketballAndFootballDiceResultLimit"]},{"name":"val bigFileId: String","description":"dev.inmo.tgbotapi.types.ChatPhoto.bigFileId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/big-file-id.html","searchKeys":["bigFileId","val bigFileId: String","dev.inmo.tgbotapi.types.ChatPhoto.bigFileId"]},{"name":"val bigFileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.ChatPhoto.bigFileUniqueId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/big-file-unique-id.html","searchKeys":["bigFileUniqueId","val bigFileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.ChatPhoto.bigFileUniqueId"]},{"name":"val bio: String? = null","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.bio","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/bio.html","searchKeys":["bio","val bio: String? = null","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.bio"]},{"name":"val botCommandDescriptionLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandDescriptionLimit","location":"docs/dev.inmo.tgbotapi.types/bot-command-description-limit.html","searchKeys":["botCommandDescriptionLimit","val botCommandDescriptionLimit: IntRange","dev.inmo.tgbotapi.types.botCommandDescriptionLimit"]},{"name":"val botCommandLengthLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandLengthLimit","location":"docs/dev.inmo.tgbotapi.types/bot-command-length-limit.html","searchKeys":["botCommandLengthLimit","val botCommandLengthLimit: IntRange","dev.inmo.tgbotapi.types.botCommandLengthLimit"]},{"name":"val botCommandLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandLimit","location":"docs/dev.inmo.tgbotapi.types/bot-command-limit.html","searchKeys":["botCommandLimit","val botCommandLimit: IntRange","dev.inmo.tgbotapi.types.botCommandLimit"]},{"name":"val botCommandsLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandsLimit","location":"docs/dev.inmo.tgbotapi.types/bot-commands-limit.html","searchKeys":["botCommandsLimit","val botCommandsLimit: IntRange","dev.inmo.tgbotapi.types.botCommandsLimit"]},{"name":"val botUsername: String? = null","description":"dev.inmo.tgbotapi.types.LoginURL.botUsername","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/bot-username.html","searchKeys":["botUsername","val botUsername: String? = null","dev.inmo.tgbotapi.types.LoginURL.botUsername"]},{"name":"val buttonText: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.buttonText","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/button-text.html","searchKeys":["buttonText","val buttonText: String","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.buttonText"]},{"name":"val cachedTime: Int? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.cachedTime","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/cached-time.html","searchKeys":["cachedTime","val cachedTime: Int? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.cachedTime"]},{"name":"val cachedTimeSeconds: Int? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.cachedTimeSeconds","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/cached-time-seconds.html","searchKeys":["cachedTimeSeconds","val cachedTimeSeconds: Int? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.cachedTimeSeconds"]},{"name":"val callbackData: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.callbackData","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/callback-data.html","searchKeys":["callbackData","val callbackData: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.callbackData"]},{"name":"val callbackQueryAnswerLength: IntRange","description":"dev.inmo.tgbotapi.types.callbackQueryAnswerLength","location":"docs/dev.inmo.tgbotapi.types/callback-query-answer-length.html","searchKeys":["callbackQueryAnswerLength","val callbackQueryAnswerLength: IntRange","dev.inmo.tgbotapi.types.callbackQueryAnswerLength"]},{"name":"val callbackQueryId: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.callbackQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/callback-query-id.html","searchKeys":["callbackQueryId","val callbackQueryId: CallbackQueryIdentifier","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.callbackQueryId"]},{"name":"val canAddWebPagePreviews: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canAddWebPagePreviews","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-add-web-page-previews.html","searchKeys":["canAddWebPagePreviews","val canAddWebPagePreviews: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canAddWebPagePreviews"]},{"name":"val canAddWebpagePreviews: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canAddWebpagePreviews","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-add-webpage-previews.html","searchKeys":["canAddWebpagePreviews","val canAddWebpagePreviews: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canAddWebpagePreviews"]},{"name":"val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-change-info.html","searchKeys":["canChangeInfo","val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canChangeInfo"]},{"name":"val canContinue: Long","description":"dev.inmo.tgbotapi.types.RetryAfterError.canContinue","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/can-continue.html","searchKeys":["canContinue","val canContinue: Long","dev.inmo.tgbotapi.types.RetryAfterError.canContinue"]},{"name":"val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-invite-users.html","searchKeys":["canInviteUsers","val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canInviteUsers"]},{"name":"val canJoinGroups: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.canJoinGroups","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/can-join-groups.html","searchKeys":["canJoinGroups","val canJoinGroups: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedBot.canJoinGroups"]},{"name":"val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-pin-messages.html","searchKeys":["canPinMessages","val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canPinMessages"]},{"name":"val canReadAllGroupMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.canReadAllGroupMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/can-read-all-group-messages.html","searchKeys":["canReadAllGroupMessages","val canReadAllGroupMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedBot.canReadAllGroupMessages"]},{"name":"val canSendMediaMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMediaMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-media-messages.html","searchKeys":["canSendMediaMessages","val canSendMediaMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMediaMessages"]},{"name":"val canSendMediaMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMediaMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-media-messages.html","searchKeys":["canSendMediaMessages","val canSendMediaMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMediaMessages"]},{"name":"val canSendMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-messages.html","searchKeys":["canSendMessages","val canSendMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMessages"]},{"name":"val canSendMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-messages.html","searchKeys":["canSendMessages","val canSendMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMessages"]},{"name":"val canSendOtherMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendOtherMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-other-messages.html","searchKeys":["canSendOtherMessages","val canSendOtherMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendOtherMessages"]},{"name":"val canSendOtherMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendOtherMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-other-messages.html","searchKeys":["canSendOtherMessages","val canSendOtherMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendOtherMessages"]},{"name":"val canSendPolls: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendPolls","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-polls.html","searchKeys":["canSendPolls","val canSendPolls: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendPolls"]},{"name":"val canSendPolls: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendPolls","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-polls.html","searchKeys":["canSendPolls","val canSendPolls: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendPolls"]},{"name":"val captionLength: IntRange","description":"dev.inmo.tgbotapi.types.captionLength","location":"docs/dev.inmo.tgbotapi.types/caption-length.html","searchKeys":["captionLength","val captionLength: IntRange","dev.inmo.tgbotapi.types.captionLength"]},{"name":"val center: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.center","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center.html","searchKeys":["center","val center: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.center"]},{"name":"val centerReel: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.centerReel","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center-reel.html","searchKeys":["centerReel","val centerReel: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.centerReel"]},{"name":"val certificateFile: String? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.certificateFile","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/certificate-file.html","searchKeys":["certificateFile","val certificateFile: String? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.certificateFile"]},{"name":"val channelChat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.channelChat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/channel-chat.html","searchKeys":["channelChat","val channelChat: ChannelChat","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.channelChat"]},{"name":"val chat: Chat","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.chat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/chat.html","searchKeys":["chat","val chat: Chat","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.chat"]},{"name":"val chat: PublicChat","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.chat","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/chat.html","searchKeys":["chat","val chat: PublicChat","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.chat"]},{"name":"val chatDescriptionLength: IntRange","description":"dev.inmo.tgbotapi.types.chatDescriptionLength","location":"docs/dev.inmo.tgbotapi.types/chat-description-length.html","searchKeys":["chatDescriptionLength","val chatDescriptionLength: IntRange","dev.inmo.tgbotapi.types.chatDescriptionLength"]},{"name":"val chatId: Identifier","description":"dev.inmo.tgbotapi.types.ChatId.chatId","location":"docs/dev.inmo.tgbotapi.types/-chat-id/chat-id.html","searchKeys":["chatId","val chatId: Identifier","dev.inmo.tgbotapi.types.ChatId.chatId"]},{"name":"val chatTitleLength: IntRange","description":"dev.inmo.tgbotapi.types.chatTitleLength","location":"docs/dev.inmo.tgbotapi.types/chat-title-length.html","searchKeys":["chatTitleLength","val chatTitleLength: IntRange","dev.inmo.tgbotapi.types.chatTitleLength"]},{"name":"val chooseSticker: ChooseStickerAction","description":"dev.inmo.tgbotapi.types.actions.chooseSticker","location":"docs/dev.inmo.tgbotapi.types.actions/choose-sticker.html","searchKeys":["chooseSticker","val chooseSticker: ChooseStickerAction","dev.inmo.tgbotapi.types.actions.chooseSticker"]},{"name":"val chosen: List","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.chosen","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/chosen.html","searchKeys":["chosen","val chosen: List","dev.inmo.tgbotapi.types.polls.PollAnswer.chosen"]},{"name":"val city: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.city","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/city.html","searchKeys":["city","val city: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.city"]},{"name":"val color: String? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.color","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/color.html","searchKeys":["color","val color: String? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.color"]},{"name":"val colorSchemeRaw: String","description":"dev.inmo.tgbotapi.webapps.WebApp.colorSchemeRaw","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/color-scheme-raw.html","searchKeys":["colorSchemeRaw","val colorSchemeRaw: String","dev.inmo.tgbotapi.webapps.WebApp.colorSchemeRaw"]},{"name":"val command: String","description":"dev.inmo.tgbotapi.types.BotCommand.command","location":"docs/dev.inmo.tgbotapi.types/-bot-command/command.html","searchKeys":["command","val command: String","dev.inmo.tgbotapi.types.BotCommand.command"]},{"name":"val command: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.command","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/command.html","searchKeys":["command","val command: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.command"]},{"name":"val commands: List","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.commands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/commands.html","searchKeys":["commands","val commands: List","dev.inmo.tgbotapi.requests.bot.SetMyCommands.commands"]},{"name":"val commonAPIUrl: String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.commonAPIUrl","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/common-a-p-i-url.html","searchKeys":["commonAPIUrl","val commonAPIUrl: String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.commonAPIUrl"]},{"name":"val contact: Contact","description":"dev.inmo.tgbotapi.types.message.content.ContactContent.contact","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/contact.html","searchKeys":["contact","val contact: Contact","dev.inmo.tgbotapi.types.message.content.ContactContent.contact"]},{"name":"val containsMasks: Boolean = false","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean = false","dev.inmo.tgbotapi.types.stickers.StickerSet.containsMasks"]},{"name":"val containsMasks: Boolean? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.containsMasks"]},{"name":"val containsMasks: Boolean? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.containsMasks"]},{"name":"val containsMasks: Boolean? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.containsMasks"]},{"name":"val correctOptionId: Int","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.correctOptionId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/correct-option-id.html","searchKeys":["correctOptionId","val correctOptionId: Int","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.correctOptionId"]},{"name":"val correctOptionId: Int? = null","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.correctOptionId","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/correct-option-id.html","searchKeys":["correctOptionId","val correctOptionId: Int? = null","dev.inmo.tgbotapi.types.polls.QuizPoll.correctOptionId"]},{"name":"val count: Int","description":"dev.inmo.tgbotapi.types.UserProfilePhotos.count","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/count.html","searchKeys":["count","val count: Int","dev.inmo.tgbotapi.types.UserProfilePhotos.count"]},{"name":"val countryCode: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.countryCode","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/country-code.html","searchKeys":["countryCode","val countryCode: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.countryCode"]},{"name":"val credentials: EncryptedCredentials","description":"dev.inmo.tgbotapi.types.passport.PassportData.credentials","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/credentials.html","searchKeys":["credentials","val credentials: EncryptedCredentials","dev.inmo.tgbotapi.types.passport.PassportData.credentials"]},{"name":"val customCertificate: Boolean = false","description":"dev.inmo.tgbotapi.types.WebhookInfo.customCertificate","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/custom-certificate.html","searchKeys":["customCertificate","val customCertificate: Boolean = false","dev.inmo.tgbotapi.types.WebhookInfo.customCertificate"]},{"name":"val customTitle: String","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.customTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/custom-title.html","searchKeys":["customTitle","val customTitle: String","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.customTitle"]},{"name":"val customTitleLength: IntRange","description":"dev.inmo.tgbotapi.types.customTitleLength","location":"docs/dev.inmo.tgbotapi.types/custom-title-length.html","searchKeys":["customTitleLength","val customTitleLength: IntRange","dev.inmo.tgbotapi.types.customTitleLength"]},{"name":"val dartsCubeAndBowlingDiceResultLimit: IntRange","description":"dev.inmo.tgbotapi.types.dartsCubeAndBowlingDiceResultLimit","location":"docs/dev.inmo.tgbotapi.types/darts-cube-and-bowling-dice-result-limit.html","searchKeys":["dartsCubeAndBowlingDiceResultLimit","val dartsCubeAndBowlingDiceResultLimit: IntRange","dev.inmo.tgbotapi.types.dartsCubeAndBowlingDiceResultLimit"]},{"name":"val data: D","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.data","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/data.html","searchKeys":["data","val data: D","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.data"]},{"name":"val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.data","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/data.html","searchKeys":["data","val data: EncryptedData","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.data"]},{"name":"val data: List","description":"dev.inmo.tgbotapi.types.passport.PassportData.data","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/data.html","searchKeys":["data","val data: List","dev.inmo.tgbotapi.types.passport.PassportData.data"]},{"name":"val data: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.data","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/data.html","searchKeys":["data","val data: String","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.data"]},{"name":"val date: TelegramDate","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.date","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/date.html","searchKeys":["date","val date: TelegramDate","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.date"]},{"name":"val date: TelegramDate","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.date","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/date.html","searchKeys":["date","val date: TelegramDate","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.date"]},{"name":"val dateTime: DateTime","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.dateTime","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/date-time.html","searchKeys":["dateTime","val dateTime: DateTime","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.dateTime"]},{"name":"val defaultArgsSeparator: Regex","description":"dev.inmo.tgbotapi.extensions.utils.extensions.defaultArgsSeparator","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/default-args-separator.html","searchKeys":["defaultArgsSeparator","val defaultArgsSeparator: Regex","dev.inmo.tgbotapi.extensions.utils.extensions.defaultArgsSeparator"]},{"name":"val defaultLivePeriodDelayMillis: Long","description":"dev.inmo.tgbotapi.extensions.api.defaultLivePeriodDelayMillis","location":"docs/dev.inmo.tgbotapi.extensions.api/default-live-period-delay-millis.html","searchKeys":["defaultLivePeriodDelayMillis","val defaultLivePeriodDelayMillis: Long","dev.inmo.tgbotapi.extensions.api.defaultLivePeriodDelayMillis"]},{"name":"val degreesLimit: IntRange","description":"dev.inmo.tgbotapi.types.degreesLimit","location":"docs/dev.inmo.tgbotapi.types/degrees-limit.html","searchKeys":["degreesLimit","val degreesLimit: IntRange","dev.inmo.tgbotapi.types.degreesLimit"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.description","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.description"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.types.BotCommand.description","location":"docs/dev.inmo.tgbotapi.types/-bot-command/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.types.BotCommand.description"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.types.games.Game.description","location":"docs/dev.inmo.tgbotapi.types.games/-game/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.types.games.Game.description"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.types.payments.Invoice.description","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.types.payments.Invoice.description"]},{"name":"val description: String? = null","description":"dev.inmo.tgbotapi.types.Response.description","location":"docs/dev.inmo.tgbotapi.types/-response/description.html","searchKeys":["description","val description: String? = null","dev.inmo.tgbotapi.types.Response.description"]},{"name":"val dice: Dice","description":"dev.inmo.tgbotapi.types.message.content.DiceContent.dice","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/dice.html","searchKeys":["dice","val dice: Dice","dev.inmo.tgbotapi.types.message.content.DiceContent.dice"]},{"name":"val disableContentTypeDetection: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableContentTypeDetection","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-content-type-detection.html","searchKeys":["disableContentTypeDetection","val disableContentTypeDetection: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableContentTypeDetection"]},{"name":"val disableContentTypeDetection: Boolean? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.disableContentTypeDetection","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/disable-content-type-detection.html","searchKeys":["disableContentTypeDetection","val disableContentTypeDetection: Boolean? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.disableContentTypeDetection"]},{"name":"val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.ForwardMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/disable-notification.html","searchKeys":["disableNotification","val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.ForwardMessage.disableNotification"]},{"name":"val distance: Meters","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.distance","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/distance.html","searchKeys":["distance","val distance: Meters","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.distance"]},{"name":"val document: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.document","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-files/document.html","searchKeys":["document","val document: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.document"]},{"name":"val document: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.document","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/document.html","searchKeys":["document","val document: String? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.document"]},{"name":"val domain: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.domain","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/domain.html","searchKeys":["domain","val domain: String","dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.domain"]},{"name":"val driverLicense: DriverLicenseSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.driverLicense","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/driver-license.html","searchKeys":["driverLicense","val driverLicense: DriverLicenseSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.driverLicense"]},{"name":"val dropPendingUpdates: Boolean? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.dropPendingUpdates","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/drop-pending-updates.html","searchKeys":["dropPendingUpdates","val dropPendingUpdates: Boolean? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.dropPendingUpdates"]},{"name":"val duration: Seconds","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.duration","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/duration.html","searchKeys":["duration","val duration: Seconds","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.duration"]},{"name":"val email: String","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.email","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/email.html","searchKeys":["email","val email: String","dev.inmo.tgbotapi.types.payments.OrderInfo.email"]},{"name":"val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/emoji.html","searchKeys":["emoji","val emoji: String? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.emoji"]},{"name":"val encryptedElementsClassesByTypes: Map>","description":"dev.inmo.tgbotapi.types.passport.encrypted.encryptedElementsClassesByTypes","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/encrypted-elements-classes-by-types.html","searchKeys":["encryptedElementsClassesByTypes","val encryptedElementsClassesByTypes: Map>","dev.inmo.tgbotapi.types.passport.encrypted.encryptedElementsClassesByTypes"]},{"name":"val entities: TextSourcesList","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/entities.html","searchKeys":["entities","val entities: TextSourcesList","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.entities"]},{"name":"val error: RequestError?","description":"dev.inmo.tgbotapi.types.ResponseParametersRaw.error","location":"docs/dev.inmo.tgbotapi.types/-response-parameters-raw/error.html","searchKeys":["error","val error: RequestError?","dev.inmo.tgbotapi.types.ResponseParametersRaw.error"]},{"name":"val error: String","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.error","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/error.html","searchKeys":["error","val error: String","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.error"]},{"name":"val errorCode: Int? = null","description":"dev.inmo.tgbotapi.types.Response.errorCode","location":"docs/dev.inmo.tgbotapi.types/-response/error-code.html","searchKeys":["errorCode","val errorCode: Int? = null","dev.inmo.tgbotapi.types.Response.errorCode"]},{"name":"val errorMessage: String","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.errorMessage","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/error-message.html","searchKeys":["errorMessage","val errorMessage: String","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.errorMessage"]},{"name":"val errors: List","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.errors","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/errors.html","searchKeys":["errors","val errors: List","dev.inmo.tgbotapi.requests.SetPassportDataErrors.errors"]},{"name":"val explanationLimit: IntRange","description":"dev.inmo.tgbotapi.types.explanationLimit","location":"docs/dev.inmo.tgbotapi.types/explanation-limit.html","searchKeys":["explanationLimit","val explanationLimit: IntRange","dev.inmo.tgbotapi.types.explanationLimit"]},{"name":"val fieldName: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.fieldName","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/field-name.html","searchKeys":["fieldName","val fieldName: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.fieldName"]},{"name":"val fileBaseUrl: String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.fileBaseUrl","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/file-base-url.html","searchKeys":["fileBaseUrl","val fileBaseUrl: String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.fileBaseUrl"]},{"name":"val fileId: FileId","description":"dev.inmo.tgbotapi.requests.get.GetFile.fileId","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/file-id.html","searchKeys":["fileId","val fileId: FileId","dev.inmo.tgbotapi.requests.get.GetFile.fileId"]},{"name":"val fileName: FileName","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-name.html","searchKeys":["fileName","val fileName: FileName","dev.inmo.tgbotapi.types.files.PathedFile.fileName"]},{"name":"val filePath: String","description":"dev.inmo.tgbotapi.requests.DownloadFile.filePath","location":"docs/dev.inmo.tgbotapi.requests/-download-file/file-path.html","searchKeys":["filePath","val filePath: String","dev.inmo.tgbotapi.requests.DownloadFile.filePath"]},{"name":"val filePath: String","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.filePath","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/file-path.html","searchKeys":["filePath","val filePath: String","dev.inmo.tgbotapi.requests.DownloadFileStream.filePath"]},{"name":"val filePath: String","description":"dev.inmo.tgbotapi.types.files.PathedFile.filePath","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-path.html","searchKeys":["filePath","val filePath: String","dev.inmo.tgbotapi.types.files.PathedFile.filePath"]},{"name":"val file_id: FileId","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.file_id","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_id.html","searchKeys":["file_id","val file_id: FileId","dev.inmo.tgbotapi.types.files.StickerSurrogate.file_id"]},{"name":"val file_size: Long? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.file_size","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_size.html","searchKeys":["file_size","val file_size: Long? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.file_size"]},{"name":"val file_unique_id: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.file_unique_id","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_unique_id.html","searchKeys":["file_unique_id","val file_unique_id: FileUniqueId","dev.inmo.tgbotapi.types.files.StickerSurrogate.file_unique_id"]},{"name":"val filename: String","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.filename","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/filename.html","searchKeys":["filename","val filename: String","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.filename"]},{"name":"val files: F","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.files","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/files.html","searchKeys":["files","val files: F","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.files"]},{"name":"val files: List","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles.files","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/files.html","searchKeys":["files","val files: List","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles.files"]},{"name":"val findLocation: FindLocationAction","description":"dev.inmo.tgbotapi.types.actions.findLocation","location":"docs/dev.inmo.tgbotapi.types.actions/find-location.html","searchKeys":["findLocation","val findLocation: FindLocationAction","dev.inmo.tgbotapi.types.actions.findLocation"]},{"name":"val firstName: String","description":"dev.inmo.tgbotapi.requests.send.SendContact.firstName","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/first-name.html","searchKeys":["firstName","val firstName: String","dev.inmo.tgbotapi.requests.send.SendContact.firstName"]},{"name":"val firstStreetLine: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.firstStreetLine","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/first-street-line.html","searchKeys":["firstStreetLine","val firstStreetLine: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.firstStreetLine"]},{"name":"val forChannels: Boolean? = null","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.forChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/for-channels.html","searchKeys":["forChannels","val forChannels: Boolean? = null","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.forChannels"]},{"name":"val forChannels: Boolean? = null","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.forChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/for-channels.html","searchKeys":["forChannels","val forChannels: Boolean? = null","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.forChannels"]},{"name":"val forChannels: Boolean? = null","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.forChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/for-channels.html","searchKeys":["forChannels","val forChannels: Boolean? = null","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.forChannels"]},{"name":"val forceReply: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.forceReply","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/force-reply.html","searchKeys":["forceReply","val forceReply: Boolean = true","dev.inmo.tgbotapi.types.buttons.ReplyForce.forceReply"]},{"name":"val forwardText: String? = null","description":"dev.inmo.tgbotapi.types.LoginURL.forwardText","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/forward-text.html","searchKeys":["forwardText","val forwardText: String? = null","dev.inmo.tgbotapi.types.LoginURL.forwardText"]},{"name":"val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.foursquareId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-id.html","searchKeys":["foursquareId","val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.requests.send.SendVenue.foursquareId"]},{"name":"val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.foursquareType","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-type.html","searchKeys":["foursquareType","val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.requests.send.SendVenue.foursquareType"]},{"name":"val fromChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.fromChatId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/from-chat-id.html","searchKeys":["fromChatId","val fromChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.fromChatId"]},{"name":"val fromChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.fromChatId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/from-chat-id.html","searchKeys":["fromChatId","val fromChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.fromChatId"]},{"name":"val game: Game","description":"dev.inmo.tgbotapi.types.message.content.GameContent.game","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/game.html","searchKeys":["game","val game: Game","dev.inmo.tgbotapi.types.message.content.GameContent.game"]},{"name":"val gameShortName: String","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.gameShortName","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/game-short-name.html","searchKeys":["gameShortName","val gameShortName: String","dev.inmo.tgbotapi.requests.send.games.SendGame.gameShortName"]},{"name":"val gameShortName: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.gameShortName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/game-short-name.html","searchKeys":["gameShortName","val gameShortName: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.gameShortName"]},{"name":"val getUpdatesLimit: IntRange","description":"dev.inmo.tgbotapi.types.getUpdatesLimit","location":"docs/dev.inmo.tgbotapi.types/get-updates-limit.html","searchKeys":["getUpdatesLimit","val getUpdatesLimit: IntRange","dev.inmo.tgbotapi.types.getUpdatesLimit"]},{"name":"val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-id.html","searchKeys":["googlePlaceId","val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceId"]},{"name":"val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceType","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-type.html","searchKeys":["googlePlaceType","val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceType"]},{"name":"val group: SupergroupChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.group","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/group.html","searchKeys":["group","val group: SupergroupChat","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.group"]},{"name":"val handleable: List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.handleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/handleable.html","searchKeys":["handleable","val handleable: List","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.handleable"]},{"name":"val handleableCallbackQueriesDataHolder: HandleableCallbackBasedHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCallbackQueriesDataHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-callback-queries-data-holder.html","searchKeys":["handleableCallbackQueriesDataHolder","val handleableCallbackQueriesDataHolder: HandleableCallbackBasedHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCallbackQueriesDataHolder"]},{"name":"val handleableCommandsHolder: HandleableRegexesHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCommandsHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-commands-holder.html","searchKeys":["handleableCommandsHolder","val handleableCommandsHolder: HandleableRegexesHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCommandsHolder"]},{"name":"val hasError: Boolean","description":"dev.inmo.tgbotapi.types.WebhookInfo.hasError","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/has-error.html","searchKeys":["hasError","val hasError: Boolean","dev.inmo.tgbotapi.types.WebhookInfo.hasError"]},{"name":"val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/hash.html","searchKeys":["hash","val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.hash"]},{"name":"val height: Int","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.height","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/height.html","searchKeys":["height","val height: Int","dev.inmo.tgbotapi.types.files.StickerSurrogate.height"]},{"name":"val hideUrl: Boolean? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.hideUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/hide-url.html","searchKeys":["hideUrl","val hideUrl: Boolean? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.hideUrl"]},{"name":"val horizontalAccuracyLimit: ClosedFloatingPointRange","description":"dev.inmo.tgbotapi.types.horizontalAccuracyLimit","location":"docs/dev.inmo.tgbotapi.types/horizontal-accuracy-limit.html","searchKeys":["horizontalAccuracyLimit","val horizontalAccuracyLimit: ClosedFloatingPointRange","dev.inmo.tgbotapi.types.horizontalAccuracyLimit"]},{"name":"val host: String","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.host","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/host.html","searchKeys":["host","val host: String","dev.inmo.tgbotapi.bot.settings.ProxySettings.host"]},{"name":"val id: FoursquareId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/id.html","searchKeys":["id","val id: FoursquareId","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.id"]},{"name":"val id: GooglePlaceId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/id.html","searchKeys":["id","val id: GooglePlaceId","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.id"]},{"name":"val id: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.id","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/id.html","searchKeys":["id","val id: PreCheckoutQueryId","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.id"]},{"name":"val id: ShippingOptionIdentifier","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.id","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/id.html","searchKeys":["id","val id: ShippingOptionIdentifier","dev.inmo.tgbotapi.types.payments.ShippingOption.id"]},{"name":"val id: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.id","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/id.html","searchKeys":["id","val id: ShippingQueryIdentifier","dev.inmo.tgbotapi.types.payments.ShippingQuery.id"]},{"name":"val identityCard: IdentityCardSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.identityCard","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/identity-card.html","searchKeys":["identityCard","val identityCard: IdentityCardSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.identityCard"]},{"name":"val includedDocument: DocumentFile?","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.includedDocument","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/included-document.html","searchKeys":["includedDocument","val includedDocument: DocumentFile?","dev.inmo.tgbotapi.types.message.content.AnimationContent.includedDocument"]},{"name":"val initData: String","description":"dev.inmo.tgbotapi.webapps.WebApp.initData","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/init-data.html","searchKeys":["initData","val initData: String","dev.inmo.tgbotapi.webapps.WebApp.initData"]},{"name":"val initDataUnsafe: WebAppInitData","description":"dev.inmo.tgbotapi.webapps.WebApp.initDataUnsafe","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/init-data-unsafe.html","searchKeys":["initDataUnsafe","val initDataUnsafe: WebAppInitData","dev.inmo.tgbotapi.webapps.WebApp.initDataUnsafe"]},{"name":"val inlineMessageId: InlineMessageIdentifier? = null","description":"dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/inline-message-id.html","searchKeys":["inlineMessageId","val inlineMessageId: InlineMessageIdentifier? = null","dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.inlineMessageId"]},{"name":"val inlineQueryAnswerResultsLimit: IntRange","description":"dev.inmo.tgbotapi.types.inlineQueryAnswerResultsLimit","location":"docs/dev.inmo.tgbotapi.types/inline-query-answer-results-limit.html","searchKeys":["inlineQueryAnswerResultsLimit","val inlineQueryAnswerResultsLimit: IntRange","dev.inmo.tgbotapi.types.inlineQueryAnswerResultsLimit"]},{"name":"val inlineQueryID: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.inlineQueryID","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/inline-query-i-d.html","searchKeys":["inlineQueryID","val inlineQueryID: InlineQueryIdentifier","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.inlineQueryID"]},{"name":"val inlineResultQueryIdLingth: IntRange","description":"dev.inmo.tgbotapi.types.inlineResultQueryIdLingth","location":"docs/dev.inmo.tgbotapi.types/inline-result-query-id-lingth.html","searchKeys":["inlineResultQueryIdLingth","val inlineResultQueryIdLingth: IntRange","dev.inmo.tgbotapi.types.inlineResultQueryIdLingth"]},{"name":"val input: Input","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.input","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/input.html","searchKeys":["input","val input: Input","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.input"]},{"name":"val inputFieldPlaceholder: String? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.inputFieldPlaceholder","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/input-field-placeholder.html","searchKeys":["inputFieldPlaceholder","val inputFieldPlaceholder: String? = null","dev.inmo.tgbotapi.types.buttons.ReplyForce.inputFieldPlaceholder"]},{"name":"val inputFieldPlaceholder: String? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.inputFieldPlaceholder","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/input-field-placeholder.html","searchKeys":["inputFieldPlaceholder","val inputFieldPlaceholder: String? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.inputFieldPlaceholder"]},{"name":"val inputFieldPlaceholderLimit: IntRange","description":"dev.inmo.tgbotapi.types.inputFieldPlaceholderLimit","location":"docs/dev.inmo.tgbotapi.types/input-field-placeholder-limit.html","searchKeys":["inputFieldPlaceholderLimit","val inputFieldPlaceholderLimit: IntRange","dev.inmo.tgbotapi.types.inputFieldPlaceholderLimit"]},{"name":"val insideException: Exception","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.insideException","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/inside-exception.html","searchKeys":["insideException","val insideException: Exception","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.insideException"]},{"name":"val internalPassport: InternalPassportSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.internalPassport","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/internal-passport.html","searchKeys":["internalPassport","val internalPassport: InternalPassportSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.internalPassport"]},{"name":"val inviteLink: ChatInviteLink","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/invite-link.html","searchKeys":["inviteLink","val inviteLink: ChatInviteLink","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.inviteLink"]},{"name":"val inviteLink: ChatInviteLink? = null","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/invite-link.html","searchKeys":["inviteLink","val inviteLink: ChatInviteLink? = null","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.inviteLink"]},{"name":"val invoice: Invoice","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent.invoice","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/invoice.html","searchKeys":["invoice","val invoice: Invoice","dev.inmo.tgbotapi.types.message.content.InvoiceContent.invoice"]},{"name":"val invoiceDescriptionLimit: IntRange","description":"dev.inmo.tgbotapi.types.invoiceDescriptionLimit","location":"docs/dev.inmo.tgbotapi.types/invoice-description-limit.html","searchKeys":["invoiceDescriptionLimit","val invoiceDescriptionLimit: IntRange","dev.inmo.tgbotapi.types.invoiceDescriptionLimit"]},{"name":"val invoicePayload: InvoicePayload","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.invoicePayload","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/invoice-payload.html","searchKeys":["invoicePayload","val invoicePayload: InvoicePayload","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.invoicePayload"]},{"name":"val invoicePayload: InvoicePayload","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.invoicePayload","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/invoice-payload.html","searchKeys":["invoicePayload","val invoicePayload: InvoicePayload","dev.inmo.tgbotapi.types.payments.ShippingQuery.invoicePayload"]},{"name":"val invoicePayload: String","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.invoicePayload","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/invoice-payload.html","searchKeys":["invoicePayload","val invoicePayload: String","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.invoicePayload"]},{"name":"val invoicePayloadBytesLimit: IntRange","description":"dev.inmo.tgbotapi.types.invoicePayloadBytesLimit","location":"docs/dev.inmo.tgbotapi.types/invoice-payload-bytes-limit.html","searchKeys":["invoicePayloadBytesLimit","val invoicePayloadBytesLimit: IntRange","dev.inmo.tgbotapi.types.invoicePayloadBytesLimit"]},{"name":"val invoiceTitleLimit: IntRange","description":"dev.inmo.tgbotapi.types.invoiceTitleLimit","location":"docs/dev.inmo.tgbotapi.types/invoice-title-limit.html","searchKeys":["invoiceTitleLimit","val invoiceTitleLimit: IntRange","dev.inmo.tgbotapi.types.invoiceTitleLimit"]},{"name":"val ipAddress: String? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.ipAddress","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/ip-address.html","searchKeys":["ipAddress","val ipAddress: String? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.ipAddress"]},{"name":"val isActive: Boolean","description":"dev.inmo.tgbotapi.webapps.MainButton.isActive","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/is-active.html","searchKeys":["isActive","val isActive: Boolean","dev.inmo.tgbotapi.webapps.MainButton.isActive"]},{"name":"val isActive: Boolean? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.isActive","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/is-active.html","searchKeys":["isActive","val isActive: Boolean? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.isActive"]},{"name":"val isAnimated: Boolean = false","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.isAnimated","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-animated.html","searchKeys":["isAnimated","val isAnimated: Boolean = false","dev.inmo.tgbotapi.types.stickers.StickerSet.isAnimated"]},{"name":"val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.isClosed","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/is-closed.html","searchKeys":["isClosed","val isClosed: Boolean = false","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.isClosed"]},{"name":"val isExpanded: Boolean","description":"dev.inmo.tgbotapi.webapps.WebApp.isExpanded","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/is-expanded.html","searchKeys":["isExpanded","val isExpanded: Boolean","dev.inmo.tgbotapi.webapps.WebApp.isExpanded"]},{"name":"val isMember: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.isMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/is-member.html","searchKeys":["isMember","val isMember: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.isMember"]},{"name":"val isNotUseWebhook: Boolean","description":"dev.inmo.tgbotapi.types.WebhookInfo.isNotUseWebhook","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/is-not-use-webhook.html","searchKeys":["isNotUseWebhook","val isNotUseWebhook: Boolean","dev.inmo.tgbotapi.types.WebhookInfo.isNotUseWebhook"]},{"name":"val isPersonal: Boolean? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.isPersonal","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/is-personal.html","searchKeys":["isPersonal","val isPersonal: Boolean? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.isPersonal"]},{"name":"val isProgressVisible: Boolean","description":"dev.inmo.tgbotapi.webapps.MainButton.isProgressVisible","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/is-progress-visible.html","searchKeys":["isProgressVisible","val isProgressVisible: Boolean","dev.inmo.tgbotapi.webapps.MainButton.isProgressVisible"]},{"name":"val isVideo: Boolean = false","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.isVideo","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-video.html","searchKeys":["isVideo","val isVideo: Boolean = false","dev.inmo.tgbotapi.types.stickers.StickerSet.isVideo"]},{"name":"val isVisible: Boolean","description":"dev.inmo.tgbotapi.webapps.MainButton.isVisible","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/is-visible.html","searchKeys":["isVisible","val isVisible: Boolean","dev.inmo.tgbotapi.webapps.MainButton.isVisible"]},{"name":"val isVisible: Boolean? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.isVisible","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/is-visible.html","searchKeys":["isVisible","val isVisible: Boolean? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.isVisible"]},{"name":"val is_animated: Boolean? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.is_animated","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_animated.html","searchKeys":["is_animated","val is_animated: Boolean? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.is_animated"]},{"name":"val is_video: Boolean? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.is_video","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_video.html","searchKeys":["is_video","val is_video: Boolean? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.is_video"]},{"name":"val jsMimeType: MimeType?","description":"dev.inmo.tgbotapi.utils.MimeType.jsMimeType","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/js-mime-type.html","searchKeys":["jsMimeType","val jsMimeType: MimeType?","dev.inmo.tgbotapi.utils.MimeType.jsMimeType"]},{"name":"val keyStore: KeyStore","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStore","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store.html","searchKeys":["keyStore","val keyStore: KeyStore","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStore"]},{"name":"val keyboard: Matrix","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.keyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/keyboard.html","searchKeys":["keyboard","val keyboard: Matrix","dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.keyboard"]},{"name":"val keyboard: Matrix","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.keyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/keyboard.html","searchKeys":["keyboard","val keyboard: Matrix","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.keyboard"]},{"name":"val label: String","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice.label","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/label.html","searchKeys":["label","val label: String","dev.inmo.tgbotapi.types.payments.LabeledPrice.label"]},{"name":"val language: String? = null","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.language","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/language.html","searchKeys":["language","val language: String? = null","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.language"]},{"name":"val lastErrorDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.WebhookInfo.lastErrorDate","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/last-error-date.html","searchKeys":["lastErrorDate","val lastErrorDate: TelegramDate? = null","dev.inmo.tgbotapi.types.WebhookInfo.lastErrorDate"]},{"name":"val lastErrorMessage: String? = null","description":"dev.inmo.tgbotapi.types.WebhookInfo.lastErrorMessage","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/last-error-message.html","searchKeys":["lastErrorMessage","val lastErrorMessage: String? = null","dev.inmo.tgbotapi.types.WebhookInfo.lastErrorMessage"]},{"name":"val lastLocation: LiveLocation","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.lastLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/last-location.html","searchKeys":["lastLocation","val lastLocation: LiveLocation","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.lastLocation"]},{"name":"val lastName: String? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.lastName","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/last-name.html","searchKeys":["lastName","val lastName: String? = null","dev.inmo.tgbotapi.requests.send.SendContact.lastName"]},{"name":"val lastSynchronizationErrorDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.WebhookInfo.lastSynchronizationErrorDate","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/last-synchronization-error-date.html","searchKeys":["lastSynchronizationErrorDate","val lastSynchronizationErrorDate: TelegramDate? = null","dev.inmo.tgbotapi.types.WebhookInfo.lastSynchronizationErrorDate"]},{"name":"val left: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.left","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left.html","searchKeys":["left","val left: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.left"]},{"name":"val leftReel: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.leftReel","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left-reel.html","searchKeys":["leftReel","val leftReel: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.leftReel"]},{"name":"val leftToRetry: Long","description":"dev.inmo.tgbotapi.types.RetryAfterError.leftToRetry","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/left-to-retry.html","searchKeys":["leftToRetry","val leftToRetry: Long","dev.inmo.tgbotapi.types.RetryAfterError.leftToRetry"]},{"name":"val leftToReview: Int = 0","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.leftToReview","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/left-to-review.html","searchKeys":["leftToReview","val leftToReview: Int = 0","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.leftToReview"]},{"name":"val leftUntilCloseMillis: TimeSpan","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.leftUntilCloseMillis","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/left-until-close-millis.html","searchKeys":["leftUntilCloseMillis","val leftUntilCloseMillis: TimeSpan","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.leftUntilCloseMillis"]},{"name":"val limit: Int","description":"dev.inmo.tgbotapi.requests.GetUpdates.limit","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/limit.html","searchKeys":["limit","val limit: Int","dev.inmo.tgbotapi.requests.GetUpdates.limit"]},{"name":"val limit: Int? = null","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.limit","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/limit.html","searchKeys":["limit","val limit: Int? = null","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.limit"]},{"name":"val livePeriodLimit: IntRange","description":"dev.inmo.tgbotapi.types.livePeriodLimit","location":"docs/dev.inmo.tgbotapi.types/live-period-limit.html","searchKeys":["livePeriodLimit","val livePeriodLimit: IntRange","dev.inmo.tgbotapi.types.livePeriodLimit"]},{"name":"val location: Location","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.location","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/location.html","searchKeys":["location","val location: Location","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.location"]},{"name":"val location: StaticLocation","description":"dev.inmo.tgbotapi.types.ChatLocation.location","location":"docs/dev.inmo.tgbotapi.types/-chat-location/location.html","searchKeys":["location","val location: StaticLocation","dev.inmo.tgbotapi.types.ChatLocation.location"]},{"name":"val location: StaticLocation","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.location","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/location.html","searchKeys":["location","val location: StaticLocation","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.location"]},{"name":"val location: StaticLocation","description":"dev.inmo.tgbotapi.types.venue.Venue.location","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/location.html","searchKeys":["location","val location: StaticLocation","dev.inmo.tgbotapi.types.venue.Venue.location"]},{"name":"val loginUrl: LoginURL","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.loginUrl","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/login-url.html","searchKeys":["loginUrl","val loginUrl: LoginURL","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.loginUrl"]},{"name":"val mainButton: MainButton","description":"dev.inmo.tgbotapi.webapps.WebApp.mainButton","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/main-button.html","searchKeys":["mainButton","val mainButton: MainButton","dev.inmo.tgbotapi.webapps.WebApp.mainButton"]},{"name":"val mask_position: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.mask_position","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/mask_position.html","searchKeys":["mask_position","val mask_position: MaskPosition? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.mask_position"]},{"name":"val matrix: Matrix","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.matrix","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/matrix.html","searchKeys":["matrix","val matrix: Matrix","dev.inmo.tgbotapi.utils.MatrixBuilder.matrix"]},{"name":"val maxAllowedConnections: Int? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.maxAllowedConnections","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/max-allowed-connections.html","searchKeys":["maxAllowedConnections","val maxAllowedConnections: Int? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.maxAllowedConnections"]},{"name":"val maxConnections: Int = 40","description":"dev.inmo.tgbotapi.types.WebhookInfo.maxConnections","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/max-connections.html","searchKeys":["maxConnections","val maxConnections: Int = 40","dev.inmo.tgbotapi.types.WebhookInfo.maxConnections"]},{"name":"val media: List","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.media","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/media.html","searchKeys":["media","val media: List","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.media"]},{"name":"val mediaCountInMediaGroup: IntRange","description":"dev.inmo.tgbotapi.types.mediaCountInMediaGroup","location":"docs/dev.inmo.tgbotapi.types/media-count-in-media-group.html","searchKeys":["mediaCountInMediaGroup","val mediaCountInMediaGroup: IntRange","dev.inmo.tgbotapi.types.mediaCountInMediaGroup"]},{"name":"val members: List","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.members","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/members.html","searchKeys":["members","val members: List","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.members"]},{"name":"val membersLimit: IntRange","description":"dev.inmo.tgbotapi.types.membersLimit","location":"docs/dev.inmo.tgbotapi.types/members-limit.html","searchKeys":["membersLimit","val membersLimit: IntRange","dev.inmo.tgbotapi.types.membersLimit"]},{"name":"val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.membersLimit","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/members-limit.html","searchKeys":["membersLimit","val membersLimit: MembersLimit","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.membersLimit"]},{"name":"val menuButton: MenuButton","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.menuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/menu-button.html","searchKeys":["menuButton","val menuButton: MenuButton","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.menuButton"]},{"name":"val menuButton: MenuButton","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.menuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/menu-button.html","searchKeys":["menuButton","val menuButton: MenuButton","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.menuButton"]},{"name":"val message: Message","description":"dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.message","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/message.html","searchKeys":["message","val message: Message","dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.message"]},{"name":"val message: String","description":"dev.inmo.tgbotapi.utils.RiskFeature.message","location":"docs/dev.inmo.tgbotapi.utils/-risk-feature/message.html","searchKeys":["message","val message: String","dev.inmo.tgbotapi.utils.RiskFeature.message"]},{"name":"val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/message-id.html","searchKeys":["messageId","val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.messageId"]},{"name":"val messageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/message-id.html","searchKeys":["messageId","val messageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.messageId"]},{"name":"val migratedFrom: ChatId","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.migratedFrom","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/migrated-from.html","searchKeys":["migratedFrom","val migratedFrom: ChatId","dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.migratedFrom"]},{"name":"val migratedFrom: ChatId?","description":"dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.migratedFrom","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/migrated-from.html","searchKeys":["migratedFrom","val migratedFrom: ChatId?","dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.migratedFrom"]},{"name":"val migratedTo: ChatId?","description":"dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.migratedTo","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/migrated-to.html","searchKeys":["migratedTo","val migratedTo: ChatId?","dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.migratedTo"]},{"name":"val name: String","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/name.html","searchKeys":["name","val name: String","dev.inmo.tgbotapi.requests.get.GetStickerSet.name"]},{"name":"val name: String","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.name","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/name.html","searchKeys":["name","val name: String","dev.inmo.tgbotapi.types.payments.OrderInfo.name"]},{"name":"val name: String","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.name","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/name.html","searchKeys":["name","val name: String","dev.inmo.tgbotapi.types.stickers.StickerSet.name"]},{"name":"val newAutoDeleteTime: Seconds","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.newAutoDeleteTime","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/new-auto-delete-time.html","searchKeys":["newAutoDeleteTime","val newAutoDeleteTime: Seconds","dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.newAutoDeleteTime"]},{"name":"val newChatId: ChatId","description":"dev.inmo.tgbotapi.types.MigrateChatId.newChatId","location":"docs/dev.inmo.tgbotapi.types/-migrate-chat-id/new-chat-id.html","searchKeys":["newChatId","val newChatId: ChatId","dev.inmo.tgbotapi.types.MigrateChatId.newChatId"]},{"name":"val newChatMemberState: ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.newChatMemberState","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/new-chat-member-state.html","searchKeys":["newChatMemberState","val newChatMemberState: ChatMember","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.newChatMemberState"]},{"name":"val newLine: RegularTextSource","description":"dev.inmo.tgbotapi.extensions.utils.formatting.newLine","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/new-line.html","searchKeys":["newLine","val newLine: RegularTextSource","dev.inmo.tgbotapi.extensions.utils.formatting.newLine"]},{"name":"val nextOffset: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.nextOffset","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/next-offset.html","searchKeys":["nextOffset","val nextOffset: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.nextOffset"]},{"name":"val nonce: String","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.nonce","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/nonce.html","searchKeys":["nonce","val nonce: String","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.nonce"]},{"name":"val number: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.number","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/number.html","searchKeys":["number","val number: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.number"]},{"name":"val offset: Int? = null","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.offset","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/offset.html","searchKeys":["offset","val offset: Int? = null","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.offset"]},{"name":"val offset: UpdateIdentifier? = null","description":"dev.inmo.tgbotapi.requests.GetUpdates.offset","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/offset.html","searchKeys":["offset","val offset: UpdateIdentifier? = null","dev.inmo.tgbotapi.requests.GetUpdates.offset"]},{"name":"val ok: Boolean = false","description":"dev.inmo.tgbotapi.types.Response.ok","location":"docs/dev.inmo.tgbotapi.types/-response/ok.html","searchKeys":["ok","val ok: Boolean = false","dev.inmo.tgbotapi.types.Response.ok"]},{"name":"val oldChatMemberState: ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.oldChatMemberState","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/old-chat-member-state.html","searchKeys":["oldChatMemberState","val oldChatMemberState: ChatMember","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.oldChatMemberState"]},{"name":"val oneTimeKeyboard: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.oneTimeKeyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/one-time-keyboard.html","searchKeys":["oneTimeKeyboard","val oneTimeKeyboard: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.oneTimeKeyboard"]},{"name":"val onlyIfBanned: Boolean? = null","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.onlyIfBanned","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/only-if-banned.html","searchKeys":["onlyIfBanned","val onlyIfBanned: Boolean? = null","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.onlyIfBanned"]},{"name":"val openDuration: TimeSpan","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.openDuration","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/open-duration.html","searchKeys":["openDuration","val openDuration: TimeSpan","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.openDuration"]},{"name":"val openPeriodPollSecondsLimit: IntRange","description":"dev.inmo.tgbotapi.types.openPeriodPollSecondsLimit","location":"docs/dev.inmo.tgbotapi.types/open-period-poll-seconds-limit.html","searchKeys":["openPeriodPollSecondsLimit","val openPeriodPollSecondsLimit: IntRange","dev.inmo.tgbotapi.types.openPeriodPollSecondsLimit"]},{"name":"val orderInfo: OrderInfo? = null","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.orderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/order-info.html","searchKeys":["orderInfo","val orderInfo: OrderInfo? = null","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.orderInfo"]},{"name":"val orderInfo: OrderInfo? = null","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.orderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/order-info.html","searchKeys":["orderInfo","val orderInfo: OrderInfo? = null","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.orderInfo"]},{"name":"val parameters: ResponseParametersRaw? = null","description":"dev.inmo.tgbotapi.types.Response.parameters","location":"docs/dev.inmo.tgbotapi.types/-response/parameters.html","searchKeys":["parameters","val parameters: ResponseParametersRaw? = null","dev.inmo.tgbotapi.types.Response.parameters"]},{"name":"val passport: CommonPassportSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passport","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport.html","searchKeys":["passport","val passport: CommonPassportSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passport"]},{"name":"val passportData: PassportData","description":"dev.inmo.tgbotapi.types.message.PassportMessage.passportData","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/passport-data.html","searchKeys":["passportData","val passportData: PassportData","dev.inmo.tgbotapi.types.message.PassportMessage.passportData"]},{"name":"val passportRegistration: PassportRegistrationSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passportRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport-registration.html","searchKeys":["passportRegistration","val passportRegistration: PassportRegistrationSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passportRegistration"]},{"name":"val password: String? = null","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.password","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/password.html","searchKeys":["password","val password: String? = null","dev.inmo.tgbotapi.bot.settings.ProxySettings.password"]},{"name":"val payment: SuccessfulPayment","description":"dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.payment","location":"docs/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/payment.html","searchKeys":["payment","val payment: SuccessfulPayment","dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.payment"]},{"name":"val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.permissions","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/permissions.html","searchKeys":["permissions","val permissions: ChatPermissions","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.permissions"]},{"name":"val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.permissions","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/permissions.html","searchKeys":["permissions","val permissions: ChatPermissions","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.permissions"]},{"name":"val personalDetails: PersonalDetailsSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.personalDetails","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/personal-details.html","searchKeys":["personalDetails","val personalDetails: PersonalDetailsSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.personalDetails"]},{"name":"val phoneNumber: String","description":"dev.inmo.tgbotapi.requests.send.SendContact.phoneNumber","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/phone-number.html","searchKeys":["phoneNumber","val phoneNumber: String","dev.inmo.tgbotapi.requests.send.SendContact.phoneNumber"]},{"name":"val phoneNumber: String","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/phone-number.html","searchKeys":["phoneNumber","val phoneNumber: String","dev.inmo.tgbotapi.types.payments.OrderInfo.phoneNumber"]},{"name":"val photo: MultipartFile","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.photo","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/photo.html","searchKeys":["photo","val photo: MultipartFile","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.photo"]},{"name":"val photo: MultipartFile","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles.photo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/photo.html","searchKeys":["photo","val photo: MultipartFile","dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles.photo"]},{"name":"val photo: Photo","description":"dev.inmo.tgbotapi.types.games.Game.photo","location":"docs/dev.inmo.tgbotapi.types.games/-game/photo.html","searchKeys":["photo","val photo: Photo","dev.inmo.tgbotapi.types.games.Game.photo"]},{"name":"val photo: Photo","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.photo","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/photo.html","searchKeys":["photo","val photo: Photo","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.photo"]},{"name":"val photo: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.photo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/photo.html","searchKeys":["photo","val photo: String? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.photo"]},{"name":"val photos: List","description":"dev.inmo.tgbotapi.types.UserProfilePhotos.photos","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/photos.html","searchKeys":["photos","val photos: List","dev.inmo.tgbotapi.types.UserProfilePhotos.photos"]},{"name":"val plainAnswer: String","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException.plainAnswer","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/plain-answer.html","searchKeys":["plainAnswer","val plainAnswer: String","dev.inmo.tgbotapi.bot.exceptions.RequestException.plainAnswer"]},{"name":"val point: String","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.point","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/point.html","searchKeys":["point","val point: String","dev.inmo.tgbotapi.types.stickers.MaskPosition.point"]},{"name":"val poll: Poll","description":"dev.inmo.tgbotapi.types.message.content.PollContent.poll","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/poll.html","searchKeys":["poll","val poll: Poll","dev.inmo.tgbotapi.types.message.content.PollContent.poll"]},{"name":"val pollId: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.pollId","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/poll-id.html","searchKeys":["pollId","val pollId: PollIdentifier","dev.inmo.tgbotapi.types.polls.PollAnswer.pollId"]},{"name":"val pollOptionTextLength: IntRange","description":"dev.inmo.tgbotapi.types.pollOptionTextLength","location":"docs/dev.inmo.tgbotapi.types/poll-option-text-length.html","searchKeys":["pollOptionTextLength","val pollOptionTextLength: IntRange","dev.inmo.tgbotapi.types.pollOptionTextLength"]},{"name":"val pollOptionsLimit: IntRange","description":"dev.inmo.tgbotapi.types.pollOptionsLimit","location":"docs/dev.inmo.tgbotapi.types/poll-options-limit.html","searchKeys":["pollOptionsLimit","val pollOptionsLimit: IntRange","dev.inmo.tgbotapi.types.pollOptionsLimit"]},{"name":"val pollQuestionTextLength: IntRange","description":"dev.inmo.tgbotapi.types.pollQuestionTextLength","location":"docs/dev.inmo.tgbotapi.types/poll-question-text-length.html","searchKeys":["pollQuestionTextLength","val pollQuestionTextLength: IntRange","dev.inmo.tgbotapi.types.pollQuestionTextLength"]},{"name":"val port: Int = 1080","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.port","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/port.html","searchKeys":["port","val port: Int = 1080","dev.inmo.tgbotapi.bot.settings.ProxySettings.port"]},{"name":"val position: Int","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.position","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/position.html","searchKeys":["position","val position: Int","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.position"]},{"name":"val position: Long","description":"dev.inmo.tgbotapi.types.games.GameHighScore.position","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/position.html","searchKeys":["position","val position: Long","dev.inmo.tgbotapi.types.games.GameHighScore.position"]},{"name":"val postCode: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.postCode","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/post-code.html","searchKeys":["postCode","val postCode: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.postCode"]},{"name":"val providerPaymentChargeId: String","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.providerPaymentChargeId","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/provider-payment-charge-id.html","searchKeys":["providerPaymentChargeId","val providerPaymentChargeId: String","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.providerPaymentChargeId"]},{"name":"val raw: JsonObject","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.raw","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/raw.html","searchKeys":["raw","val raw: JsonObject","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.raw"]},{"name":"val raw: JsonObject","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.raw","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/raw.html","searchKeys":["raw","val raw: JsonObject","dev.inmo.tgbotapi.types.polls.UnknownPollType.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.raw","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType.raw","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.chat.UnknownChatType.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.raw","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.raw","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.raw"]},{"name":"val rawData: JsonElement","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.rawData","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/raw-data.html","searchKeys":["rawData","val rawData: JsonElement","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.rawData"]},{"name":"val rawJson: JsonElement","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown.rawJson","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/raw-json.html","searchKeys":["rawJson","val rawJson: JsonElement","dev.inmo.tgbotapi.types.MenuButton.Unknown.rawJson"]},{"name":"val rawJson: JsonElement","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.rawJson","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/raw-json.html","searchKeys":["rawJson","val rawJson: JsonElement","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.rawJson"]},{"name":"val rawJson: JsonObject","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.rawJson","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/raw-json.html","searchKeys":["rawJson","val rawJson: JsonObject","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.rawJson"]},{"name":"val rawValue: DiceResult","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rawValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/raw-value.html","searchKeys":["rawValue","val rawValue: DiceResult","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rawValue"]},{"name":"val recordVideo: RecordVideoAction","description":"dev.inmo.tgbotapi.types.actions.recordVideo","location":"docs/dev.inmo.tgbotapi.types.actions/record-video.html","searchKeys":["recordVideo","val recordVideo: RecordVideoAction","dev.inmo.tgbotapi.types.actions.recordVideo"]},{"name":"val recordVideoNote: RecordVideoNoteAction","description":"dev.inmo.tgbotapi.types.actions.recordVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/record-video-note.html","searchKeys":["recordVideoNote","val recordVideoNote: RecordVideoNoteAction","dev.inmo.tgbotapi.types.actions.recordVideoNote"]},{"name":"val recordVoice: RecordVoiceAction","description":"dev.inmo.tgbotapi.types.actions.recordVoice","location":"docs/dev.inmo.tgbotapi.types.actions/record-voice.html","searchKeys":["recordVoice","val recordVoice: RecordVoiceAction","dev.inmo.tgbotapi.types.actions.recordVoice"]},{"name":"val removeKeyboard: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.removeKeyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/remove-keyboard.html","searchKeys":["removeKeyboard","val removeKeyboard: Boolean = true","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.removeKeyboard"]},{"name":"val rentalAgreement: RentalAgreementSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.rentalAgreement","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/rental-agreement.html","searchKeys":["rentalAgreement","val rentalAgreement: RentalAgreementSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.rentalAgreement"]},{"name":"val requestContact: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.requestContact","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/request-contact.html","searchKeys":["requestContact","val requestContact: Boolean = true","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.requestContact"]},{"name":"val requestLocation: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.requestLocation","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/request-location.html","searchKeys":["requestLocation","val requestLocation: Boolean = true","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.requestLocation"]},{"name":"val requestPoll: KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.requestPoll","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/request-poll.html","searchKeys":["requestPoll","val requestPoll: KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.requestPoll"]},{"name":"val requestWriteAccess: Boolean? = null","description":"dev.inmo.tgbotapi.types.LoginURL.requestWriteAccess","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/request-write-access.html","searchKeys":["requestWriteAccess","val requestWriteAccess: Boolean? = null","dev.inmo.tgbotapi.types.LoginURL.requestWriteAccess"]},{"name":"val resizeKeyboard: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.resizeKeyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/resize-keyboard.html","searchKeys":["resizeKeyboard","val resizeKeyboard: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.resizeKeyboard"]},{"name":"val resolution: Long","description":"dev.inmo.tgbotapi.types.files.PhotoSize.resolution","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/resolution.html","searchKeys":["resolution","val resolution: Long","dev.inmo.tgbotapi.types.files.PhotoSize.resolution"]},{"name":"val response: Response","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException.response","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/response.html","searchKeys":["response","val response: Response","dev.inmo.tgbotapi.bot.exceptions.RequestException.response"]},{"name":"val result: InlineQueryResult","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.result","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result.html","searchKeys":["result","val result: InlineQueryResult","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.result"]},{"name":"val result: JsonElement? = null","description":"dev.inmo.tgbotapi.types.Response.result","location":"docs/dev.inmo.tgbotapi.types/-response/result.html","searchKeys":["result","val result: JsonElement? = null","dev.inmo.tgbotapi.types.Response.result"]},{"name":"val results: List","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.results","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/results.html","searchKeys":["results","val results: List","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.results"]},{"name":"val retryAfter: RetryAfterError","description":"dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.retryAfter","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/retry-after.html","searchKeys":["retryAfter","val retryAfter: RetryAfterError","dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.retryAfter"]},{"name":"val revokeMessages: Boolean? = null","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.revokeMessages","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/revoke-messages.html","searchKeys":["revokeMessages","val revokeMessages: Boolean? = null","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.revokeMessages"]},{"name":"val right: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.right","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right.html","searchKeys":["right","val right: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.right"]},{"name":"val rightReel: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rightReel","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right-reel.html","searchKeys":["rightReel","val rightReel: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rightReel"]},{"name":"val rights: ChatAdministratorRightsImpl","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.rights","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/rights.html","searchKeys":["rights","val rights: ChatAdministratorRightsImpl","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.rights"]},{"name":"val row: List","description":"dev.inmo.tgbotapi.utils.RowBuilder.row","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/row.html","searchKeys":["row","val row: List","dev.inmo.tgbotapi.utils.RowBuilder.row"]},{"name":"val scale: Float","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.scale","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/scale.html","searchKeys":["scale","val scale: Float","dev.inmo.tgbotapi.types.stickers.MaskPosition.scale"]},{"name":"val score: Long","description":"dev.inmo.tgbotapi.types.games.GameHighScore.score","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/score.html","searchKeys":["score","val score: Long","dev.inmo.tgbotapi.types.games.GameHighScore.score"]},{"name":"val secondStreetLine: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.secondStreetLine","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/second-street-line.html","searchKeys":["secondStreetLine","val secondStreetLine: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.secondStreetLine"]},{"name":"val seconds: Seconds","description":"dev.inmo.tgbotapi.types.RetryAfterError.seconds","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/seconds.html","searchKeys":["seconds","val seconds: Seconds","dev.inmo.tgbotapi.types.RetryAfterError.seconds"]},{"name":"val secret: EncryptedByBotPublicKeyData","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/secret.html","searchKeys":["secret","val secret: EncryptedByBotPublicKeyData","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.secret"]},{"name":"val secureData: SecureData","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.secureData","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/secure-data.html","searchKeys":["secureData","val secureData: SecureData","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.secureData"]},{"name":"val selective: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.selective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/selective.html","searchKeys":["selective","val selective: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyForce.selective"]},{"name":"val selective: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.selective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/selective.html","searchKeys":["selective","val selective: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.selective"]},{"name":"val selective: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.selective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/selective.html","searchKeys":["selective","val selective: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.selective"]},{"name":"val senderName: String","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.senderName","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/sender-name.html","searchKeys":["senderName","val senderName: String","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.senderName"]},{"name":"val separator: TextSource? = null","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.separator","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/separator.html","searchKeys":["separator","val separator: TextSource? = null","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.separator"]},{"name":"val set_name: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.set_name","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/set_name.html","searchKeys":["set_name","val set_name: StickerSetName? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.set_name"]},{"name":"val shippingAddress: ShippingAddress","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.shippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/shipping-address.html","searchKeys":["shippingAddress","val shippingAddress: ShippingAddress","dev.inmo.tgbotapi.types.payments.OrderInfo.shippingAddress"]},{"name":"val shippingAddress: ShippingAddress","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.shippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/shipping-address.html","searchKeys":["shippingAddress","val shippingAddress: ShippingAddress","dev.inmo.tgbotapi.types.payments.ShippingQuery.shippingAddress"]},{"name":"val shippingOptionId: ShippingOptionIdentifier? = null","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.shippingOptionId","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/shipping-option-id.html","searchKeys":["shippingOptionId","val shippingOptionId: ShippingOptionIdentifier? = null","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.shippingOptionId"]},{"name":"val shippingOptionId: String? = null","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.shippingOptionId","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/shipping-option-id.html","searchKeys":["shippingOptionId","val shippingOptionId: String? = null","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.shippingOptionId"]},{"name":"val shippingOptions: List","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingOptions","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-options.html","searchKeys":["shippingOptions","val shippingOptions: List","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingOptions"]},{"name":"val showAlert: Boolean? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.showAlert","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/show-alert.html","searchKeys":["showAlert","val showAlert: Boolean? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.showAlert"]},{"name":"val signature: String? = null","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.signature","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/signature.html","searchKeys":["signature","val signature: String? = null","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.signature"]},{"name":"val slotMachineDiceResultLimit: IntRange","description":"dev.inmo.tgbotapi.types.slotMachineDiceResultLimit","location":"docs/dev.inmo.tgbotapi.types/slot-machine-dice-result-limit.html","searchKeys":["slotMachineDiceResultLimit","val slotMachineDiceResultLimit: IntRange","dev.inmo.tgbotapi.types.slotMachineDiceResultLimit"]},{"name":"val smallFileId: String","description":"dev.inmo.tgbotapi.types.ChatPhoto.smallFileId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/small-file-id.html","searchKeys":["smallFileId","val smallFileId: String","dev.inmo.tgbotapi.types.ChatPhoto.smallFileId"]},{"name":"val smallFileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.ChatPhoto.smallFileUniqueId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/small-file-unique-id.html","searchKeys":["smallFileUniqueId","val smallFileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.ChatPhoto.smallFileUniqueId"]},{"name":"val startCountingMillis: Long","description":"dev.inmo.tgbotapi.types.RetryAfterError.startCountingMillis","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/start-counting-millis.html","searchKeys":["startCountingMillis","val startCountingMillis: Long","dev.inmo.tgbotapi.types.RetryAfterError.startCountingMillis"]},{"name":"val startDate: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.startDate","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/start-date.html","searchKeys":["startDate","val startDate: TelegramDate","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.startDate"]},{"name":"val startParameter: StartParameter","description":"dev.inmo.tgbotapi.types.payments.Invoice.startParameter","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/start-parameter.html","searchKeys":["startParameter","val startParameter: StartParameter","dev.inmo.tgbotapi.types.payments.Invoice.startParameter"]},{"name":"val startParameter: StartParameter? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.startParameter","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/start-parameter.html","searchKeys":["startParameter","val startParameter: StartParameter? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.startParameter"]},{"name":"val startPoint: DateTime","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.startPoint","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/start-point.html","searchKeys":["startPoint","val startPoint: DateTime","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.startPoint"]},{"name":"val state: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.state","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/state.html","searchKeys":["state","val state: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.state"]},{"name":"val sticker: FileId","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/sticker.html","searchKeys":["sticker","val sticker: FileId","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.sticker"]},{"name":"val sticker: FileId","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/sticker.html","searchKeys":["sticker","val sticker: FileId","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.sticker","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.sticker"]},{"name":"val sticker: MultipartFile","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.sticker","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/sticker.html","searchKeys":["sticker","val sticker: MultipartFile","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.sticker"]},{"name":"val sticker: MultipartFile","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker.html","searchKeys":["sticker","val sticker: MultipartFile","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.sticker"]},{"name":"val stickerSetName: StickerSetName","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.stickerSetName","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/sticker-set-name.html","searchKeys":["stickerSetName","val stickerSetName: StickerSetName","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.stickerSetName"]},{"name":"val stickers: List","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.stickers","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/stickers.html","searchKeys":["stickers","val stickers: List","dev.inmo.tgbotapi.types.stickers.StickerSet.stickers"]},{"name":"val suggestedTipAmountsLimit: IntRange","description":"dev.inmo.tgbotapi.types.suggestedTipAmountsLimit","location":"docs/dev.inmo.tgbotapi.types/suggested-tip-amounts-limit.html","searchKeys":["suggestedTipAmountsLimit","val suggestedTipAmountsLimit: IntRange","dev.inmo.tgbotapi.types.suggestedTipAmountsLimit"]},{"name":"val supportStreaming: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.supportStreaming","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/support-streaming.html","searchKeys":["supportStreaming","val supportStreaming: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.supportStreaming"]},{"name":"val supportsInlineQueries: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.supportsInlineQueries","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/supports-inline-queries.html","searchKeys":["supportsInlineQueries","val supportsInlineQueries: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedBot.supportsInlineQueries"]},{"name":"val switchInlineQuery: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.switchInlineQuery","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/switch-inline-query.html","searchKeys":["switchInlineQuery","val switchInlineQuery: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.switchInlineQuery"]},{"name":"val switchInlineQueryCurrentChat: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.switchInlineQueryCurrentChat","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html","searchKeys":["switchInlineQueryCurrentChat","val switchInlineQueryCurrentChat: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.switchInlineQueryCurrentChat"]},{"name":"val switchPmParameter: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmParameter","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/switch-pm-parameter.html","searchKeys":["switchPmParameter","val switchPmParameter: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmParameter"]},{"name":"val switchPmText: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmText","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/switch-pm-text.html","searchKeys":["switchPmText","val switchPmText: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmText"]},{"name":"val telegram: Telegram","description":"dev.inmo.tgbotapi.webapps.telegram","location":"docs/dev.inmo.tgbotapi.webapps/telegram.html","searchKeys":["telegram","val telegram: Telegram","dev.inmo.tgbotapi.webapps.telegram"]},{"name":"val telegramInlineModeGifPermittedMimeTypes: List","description":"dev.inmo.tgbotapi.types.telegramInlineModeGifPermittedMimeTypes","location":"docs/dev.inmo.tgbotapi.types/telegram-inline-mode-gif-permitted-mime-types.html","searchKeys":["telegramInlineModeGifPermittedMimeTypes","val telegramInlineModeGifPermittedMimeTypes: List","dev.inmo.tgbotapi.types.telegramInlineModeGifPermittedMimeTypes"]},{"name":"val telegramPaymentChargeId: String","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.telegramPaymentChargeId","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/telegram-payment-charge-id.html","searchKeys":["telegramPaymentChargeId","val telegramPaymentChargeId: String","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.telegramPaymentChargeId"]},{"name":"val temporaryRegistration: TemporalRegistrationSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.temporaryRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/temporary-registration.html","searchKeys":["temporaryRegistration","val temporaryRegistration: TemporalRegistrationSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.temporaryRegistration"]},{"name":"val text: String","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.text","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/text.html","searchKeys":["text","val text: String","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.text"]},{"name":"val text: String","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.text","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/text.html","searchKeys":["text","val text: String","dev.inmo.tgbotapi.types.MenuButton.WebApp.text"]},{"name":"val text: String","description":"dev.inmo.tgbotapi.webapps.MainButton.text","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/text.html","searchKeys":["text","val text: String","dev.inmo.tgbotapi.webapps.MainButton.text"]},{"name":"val text: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.text","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/text.html","searchKeys":["text","val text: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.text"]},{"name":"val text: String? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.text","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/text.html","searchKeys":["text","val text: String? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.text"]},{"name":"val textColor: String? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.textColor","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/text-color.html","searchKeys":["textColor","val textColor: String? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.textColor"]},{"name":"val textLength: IntRange","description":"dev.inmo.tgbotapi.types.textLength","location":"docs/dev.inmo.tgbotapi.types/text-length.html","searchKeys":["textLength","val textLength: IntRange","dev.inmo.tgbotapi.types.textLength"]},{"name":"val themeParams: ThemeParams","description":"dev.inmo.tgbotapi.webapps.WebApp.themeParams","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/theme-params.html","searchKeys":["themeParams","val themeParams: ThemeParams","dev.inmo.tgbotapi.webapps.WebApp.themeParams"]},{"name":"val thumb: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.thumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/thumb.html","searchKeys":["thumb","val thumb: FileId? = null","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.thumb"]},{"name":"val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/thumb.html","searchKeys":["thumb","val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.thumb"]},{"name":"val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.thumb","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/thumb.html","searchKeys":["thumb","val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.stickers.StickerSet.thumb"]},{"name":"val timeSpan: TimeSpan","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.timeSpan","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/time-span.html","searchKeys":["timeSpan","val timeSpan: TimeSpan","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.timeSpan"]},{"name":"val timeout: Seconds? = null","description":"dev.inmo.tgbotapi.requests.GetUpdates.timeout","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/timeout.html","searchKeys":["timeout","val timeout: Seconds? = null","dev.inmo.tgbotapi.requests.GetUpdates.timeout"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.title","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.title","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.payments.Invoice.title","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.payments.Invoice.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.title","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.payments.ShippingOption.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.title","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.stickers.StickerSet.title"]},{"name":"val toChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.toChatId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/to-chat-id.html","searchKeys":["toChatId","val toChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.toChatId"]},{"name":"val toChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.toChatId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/to-chat-id.html","searchKeys":["toChatId","val toChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.toChatId"]},{"name":"val traveler: User","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.traveler","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/traveler.html","searchKeys":["traveler","val traveler: User","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.traveler"]},{"name":"val type: FoursquareType? = null","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/type.html","searchKeys":["type","val type: FoursquareType? = null","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.type"]},{"name":"val type: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/type.html","searchKeys":["type","val type: GooglePlaceType? = null","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.type"]},{"name":"val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/type.html","searchKeys":["type","val type: String","dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion.type"]},{"name":"val typeName: String","description":"dev.inmo.tgbotapi.webapps.EventType.typeName","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/type-name.html","searchKeys":["typeName","val typeName: String","dev.inmo.tgbotapi.webapps.EventType.typeName"]},{"name":"val typing: TypingAction","description":"dev.inmo.tgbotapi.types.actions.typing","location":"docs/dev.inmo.tgbotapi.types.actions/typing.html","searchKeys":["typing","val typing: TypingAction","dev.inmo.tgbotapi.types.actions.typing"]},{"name":"val uploadDocument: UploadDocumentAction","description":"dev.inmo.tgbotapi.types.actions.uploadDocument","location":"docs/dev.inmo.tgbotapi.types.actions/upload-document.html","searchKeys":["uploadDocument","val uploadDocument: UploadDocumentAction","dev.inmo.tgbotapi.types.actions.uploadDocument"]},{"name":"val uploadPhoto: UploadPhotoAction","description":"dev.inmo.tgbotapi.types.actions.uploadPhoto","location":"docs/dev.inmo.tgbotapi.types.actions/upload-photo.html","searchKeys":["uploadPhoto","val uploadPhoto: UploadPhotoAction","dev.inmo.tgbotapi.types.actions.uploadPhoto"]},{"name":"val uploadVideo: UploadVideoAction","description":"dev.inmo.tgbotapi.types.actions.uploadVideo","location":"docs/dev.inmo.tgbotapi.types.actions/upload-video.html","searchKeys":["uploadVideo","val uploadVideo: UploadVideoAction","dev.inmo.tgbotapi.types.actions.uploadVideo"]},{"name":"val uploadVideoNote: UploadVideoNoteAction","description":"dev.inmo.tgbotapi.types.actions.uploadVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/upload-video-note.html","searchKeys":["uploadVideoNote","val uploadVideoNote: UploadVideoNoteAction","dev.inmo.tgbotapi.types.actions.uploadVideoNote"]},{"name":"val uploadVoice: UploadVoiceAction","description":"dev.inmo.tgbotapi.types.actions.uploadVoice","location":"docs/dev.inmo.tgbotapi.types.actions/upload-voice.html","searchKeys":["uploadVoice","val uploadVoice: UploadVoiceAction","dev.inmo.tgbotapi.types.actions.uploadVoice"]},{"name":"val uploadingDate: TelegramDate","description":"dev.inmo.tgbotapi.types.files.PassportFile.uploadingDate","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/uploading-date.html","searchKeys":["uploadingDate","val uploadingDate: TelegramDate","dev.inmo.tgbotapi.types.files.PassportFile.uploadingDate"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.url","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.requests.webhook.SetWebhook.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.LoginURL.url","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.LoginURL.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.WebhookInfo.url","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.WebhookInfo.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.url","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.url","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.webapps.WebAppInfo.url","location":"docs/dev.inmo.tgbotapi.types.webapps/-web-app-info/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.webapps.WebAppInfo.url"]},{"name":"val url: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.url","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/url.html","searchKeys":["url","val url: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.url"]},{"name":"val user: User","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/user.html","searchKeys":["user","val user: User","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.user"]},{"name":"val user: User","description":"dev.inmo.tgbotapi.types.games.GameHighScore.user","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/user.html","searchKeys":["user","val user: User","dev.inmo.tgbotapi.types.games.GameHighScore.user"]},{"name":"val user: User","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.user","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/user.html","searchKeys":["user","val user: User","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.user"]},{"name":"val user: UserId","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.user","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/user.html","searchKeys":["user","val user: UserId","dev.inmo.tgbotapi.requests.SetPassportDataErrors.user"]},{"name":"val userId: UserId","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.userId","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/user-id.html","searchKeys":["userId","val userId: UserId","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.userId"]},{"name":"val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/user-id.html","searchKeys":["userId","val userId: UserId","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.userId"]},{"name":"val userId: UserId","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.userId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/user-id.html","searchKeys":["userId","val userId: UserId","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.userId"]},{"name":"val userId: UserId? = null","description":"dev.inmo.tgbotapi.types.Contact.userId","location":"docs/dev.inmo.tgbotapi.types/-contact/user-id.html","searchKeys":["userId","val userId: UserId? = null","dev.inmo.tgbotapi.types.Contact.userId"]},{"name":"val userProfilePhotosRequestLimit: IntRange","description":"dev.inmo.tgbotapi.types.userProfilePhotosRequestLimit","location":"docs/dev.inmo.tgbotapi.types/user-profile-photos-request-limit.html","searchKeys":["userProfilePhotosRequestLimit","val userProfilePhotosRequestLimit: IntRange","dev.inmo.tgbotapi.types.userProfilePhotosRequestLimit"]},{"name":"val username: String","description":"dev.inmo.tgbotapi.types.Username.username","location":"docs/dev.inmo.tgbotapi.types/-username/username.html","searchKeys":["username","val username: String","dev.inmo.tgbotapi.types.Username.username"]},{"name":"val username: String? = null","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.username","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/username.html","searchKeys":["username","val username: String? = null","dev.inmo.tgbotapi.bot.settings.ProxySettings.username"]},{"name":"val username: Username","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.username","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/username.html","searchKeys":["username","val username: Username","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.username"]},{"name":"val usernameWithoutAt: String","description":"dev.inmo.tgbotapi.types.Username.usernameWithoutAt","location":"docs/dev.inmo.tgbotapi.types/-username/username-without-at.html","searchKeys":["usernameWithoutAt","val usernameWithoutAt: String","dev.inmo.tgbotapi.types.Username.usernameWithoutAt"]},{"name":"val users: List","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.users","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/users.html","searchKeys":["users","val users: List","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.users"]},{"name":"val utilityBill: UtilityBillSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.utilityBill","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/utility-bill.html","searchKeys":["utilityBill","val utilityBill: UtilityBillSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.utilityBill"]},{"name":"val value: DiceResult","description":"dev.inmo.tgbotapi.types.dice.Dice.value","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/value.html","searchKeys":["value","val value: DiceResult","dev.inmo.tgbotapi.types.dice.Dice.value"]},{"name":"val venue: Venue","description":"dev.inmo.tgbotapi.types.message.content.VenueContent.venue","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/venue.html","searchKeys":["venue","val venue: Venue","dev.inmo.tgbotapi.types.message.content.VenueContent.venue"]},{"name":"val video: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.video","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-files/video.html","searchKeys":["video","val video: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.video"]},{"name":"val video: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.video","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/video.html","searchKeys":["video","val video: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.video"]},{"name":"val videoNote: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.videoNote","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/video-note.html","searchKeys":["videoNote","val videoNote: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.videoNote"]},{"name":"val videoNote: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.videoNote","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/video-note.html","searchKeys":["videoNote","val videoNote: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.videoNote"]},{"name":"val viewportHeight: Float","description":"dev.inmo.tgbotapi.webapps.WebApp.viewportHeight","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/viewport-height.html","searchKeys":["viewportHeight","val viewportHeight: Float","dev.inmo.tgbotapi.webapps.WebApp.viewportHeight"]},{"name":"val viewportStableHeight: Float","description":"dev.inmo.tgbotapi.webapps.WebApp.viewportStableHeight","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/viewport-stable-height.html","searchKeys":["viewportStableHeight","val viewportStableHeight: Float","dev.inmo.tgbotapi.webapps.WebApp.viewportStableHeight"]},{"name":"val voice: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.voice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/voice.html","searchKeys":["voice","val voice: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.voice"]},{"name":"val voice: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.voice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/voice.html","searchKeys":["voice","val voice: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.voice"]},{"name":"val watcher: User","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.watcher","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/watcher.html","searchKeys":["watcher","val watcher: User","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.watcher"]},{"name":"val webApp: WebApp","description":"dev.inmo.tgbotapi.webapps.webApp","location":"docs/dev.inmo.tgbotapi.webapps/web-app.html","searchKeys":["webApp","val webApp: WebApp","dev.inmo.tgbotapi.webapps.webApp"]},{"name":"val webApp: WebAppInfo","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.webApp","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/web-app.html","searchKeys":["webApp","val webApp: WebAppInfo","dev.inmo.tgbotapi.types.MenuButton.WebApp.webApp"]},{"name":"val webApp: WebAppInfo","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.webApp","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/web-app.html","searchKeys":["webApp","val webApp: WebAppInfo","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.webApp"]},{"name":"val webApp: WebAppInfo","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.webApp","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/web-app.html","searchKeys":["webApp","val webApp: WebAppInfo","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.webApp"]},{"name":"val webAppDataSecretKey: String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.webAppDataSecretKey","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key.html","searchKeys":["webAppDataSecretKey","val webAppDataSecretKey: String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.webAppDataSecretKey"]},{"name":"val webAppQueryId: WebAppQueryId","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.webAppQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/web-app-query-id.html","searchKeys":["webAppQueryId","val webAppQueryId: WebAppQueryId","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.webAppQueryId"]},{"name":"val width: Int","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.width","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/width.html","searchKeys":["width","val width: Int","dev.inmo.tgbotapi.types.files.StickerSurrogate.width"]},{"name":"val xShift: Float","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.xShift","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/x-shift.html","searchKeys":["xShift","val xShift: Float","dev.inmo.tgbotapi.types.stickers.MaskPosition.xShift"]},{"name":"val yShift: Float","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.yShift","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/y-shift.html","searchKeys":["yShift","val yShift: Float","dev.inmo.tgbotapi.types.stickers.MaskPosition.yShift"]},{"name":"var callsFactories: List","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.callsFactories","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/calls-factories.html","searchKeys":["callsFactories","var callsFactories: List","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.callsFactories"]},{"name":"var client: HttpClient","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.client","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/client.html","searchKeys":["client","var client: HttpClient","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.client"]},{"name":"var color: String","description":"dev.inmo.tgbotapi.webapps.MainButton.color","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/color.html","searchKeys":["color","var color: String","dev.inmo.tgbotapi.webapps.MainButton.color"]},{"name":"var defaultParseMode: ParseMode","description":"dev.inmo.tgbotapi.types.message.defaultParseMode","location":"docs/dev.inmo.tgbotapi.types.message/default-parse-mode.html","searchKeys":["defaultParseMode","var defaultParseMode: ParseMode","dev.inmo.tgbotapi.types.message.defaultParseMode"]},{"name":"var defaultUpdateTimeoutForZeroDelay: Long","description":"dev.inmo.tgbotapi.bot.Ktor.base.defaultUpdateTimeoutForZeroDelay","location":"docs/dev.inmo.tgbotapi.bot.Ktor.base/default-update-timeout-for-zero-delay.html","searchKeys":["defaultUpdateTimeoutForZeroDelay","var defaultUpdateTimeoutForZeroDelay: Long","dev.inmo.tgbotapi.bot.Ktor.base.defaultUpdateTimeoutForZeroDelay"]},{"name":"var defaultUpdateTimeoutForZeroDelay: Long = 1000","description":"dev.inmo.tgbotapi.bot.ktor.base.defaultUpdateTimeoutForZeroDelay","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/default-update-timeout-for-zero-delay.html","searchKeys":["defaultUpdateTimeoutForZeroDelay","var defaultUpdateTimeoutForZeroDelay: Long = 1000","dev.inmo.tgbotapi.bot.ktor.base.defaultUpdateTimeoutForZeroDelay"]},{"name":"var excludeDefaultFactories: Boolean = false","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.excludeDefaultFactories","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/exclude-default-factories.html","searchKeys":["excludeDefaultFactories","var excludeDefaultFactories: Boolean = false","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.excludeDefaultFactories"]},{"name":"var jsonFormatter: Json","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.jsonFormatter","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/json-formatter.html","searchKeys":["jsonFormatter","var jsonFormatter: Json","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.jsonFormatter"]},{"name":"var ktorClientConfig: HttpClientConfig<*>.() -> Unit? = null","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientConfig","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-config.html","searchKeys":["ktorClientConfig","var ktorClientConfig: HttpClientConfig<*>.() -> Unit? = null","dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientConfig"]},{"name":"var ktorClientEngineFactory: HttpClientEngineFactory? = null","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientEngineFactory","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-engine-factory.html","searchKeys":["ktorClientEngineFactory","var ktorClientEngineFactory: HttpClientEngineFactory? = null","dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientEngineFactory"]},{"name":"var proxy: ProxyConfig? = null","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder.proxy","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/proxy.html","searchKeys":["proxy","var proxy: ProxyConfig? = null","dev.inmo.tgbotapi.extensions.api.BotBuilder.proxy"]},{"name":"var requestsLimiter: RequestLimiter","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.requestsLimiter","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/requests-limiter.html","searchKeys":["requestsLimiter","var requestsLimiter: RequestLimiter","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.requestsLimiter"]},{"name":"var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.telegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/telegram-a-p-i-urls-keeper.html","searchKeys":["telegramAPIUrlsKeeper","var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.telegramAPIUrlsKeeper"]},{"name":"var textColor: String","description":"dev.inmo.tgbotapi.webapps.MainButton.textColor","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/text-color.html","searchKeys":["textColor","var textColor: String","dev.inmo.tgbotapi.webapps.MainButton.textColor"]}] +[{"name":"BAR(\"[bar]\", 0)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BAR","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-a-r/index.html","searchKeys":["BAR","BAR(\"[bar]\", 0)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BAR"]},{"name":"BERRIES(\"\", 1)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BERRIES","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-b-e-r-r-i-e-s/index.html","searchKeys":["BERRIES","BERRIES(\"\", 1)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.BERRIES"]},{"name":"DARK()","description":"dev.inmo.tgbotapi.webapps.ColorScheme.DARK","location":"docs/dev.inmo.tgbotapi.webapps/-color-scheme/-d-a-r-k/index.html","searchKeys":["DARK","DARK()","dev.inmo.tgbotapi.webapps.ColorScheme.DARK"]},{"name":"LEMON(\"\", 2)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.LEMON","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-l-e-m-o-n/index.html","searchKeys":["LEMON","LEMON(\"\", 2)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.LEMON"]},{"name":"LIGHT()","description":"dev.inmo.tgbotapi.webapps.ColorScheme.LIGHT","location":"docs/dev.inmo.tgbotapi.webapps/-color-scheme/-l-i-g-h-t/index.html","searchKeys":["LIGHT","LIGHT()","dev.inmo.tgbotapi.webapps.ColorScheme.LIGHT"]},{"name":"SEVEN(\"7\", 3)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.SEVEN","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/-s-e-v-e-n/index.html","searchKeys":["SEVEN","SEVEN(\"7\", 3)","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.SEVEN"]},{"name":"abstract class AbstractFlowsUpdatesFilter : FlowsUpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/index.html","searchKeys":["AbstractFlowsUpdatesFilter","abstract class AbstractFlowsUpdatesFilter : FlowsUpdatesFilter","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter"]},{"name":"abstract class AbstractRequestCallFactory : KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/index.html","searchKeys":["AbstractRequestCallFactory","abstract class AbstractRequestCallFactory : KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory"]},{"name":"abstract class BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper) : RequestsExecutor","description":"dev.inmo.tgbotapi.bot.BaseRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot/-base-requests-executor/index.html","searchKeys":["BaseRequestsExecutor","abstract class BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper) : RequestsExecutor","dev.inmo.tgbotapi.bot.BaseRequestsExecutor"]},{"name":"abstract fun add(kClass: KClass, strict: Boolean = false, handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.add","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add.html","searchKeys":["add","abstract fun add(kClass: KClass, strict: Boolean = false, handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.add"]},{"name":"abstract fun asTelegramMedia(): TelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.MediaContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-content/as-telegram-media.html","searchKeys":["asTelegramMedia","abstract fun asTelegramMedia(): TelegramMedia","dev.inmo.tgbotapi.types.message.content.MediaContent.asTelegramMedia"]},{"name":"abstract fun copy(bot: TelegramBot = this.bot, scope: CoroutineScope = this.scope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null): BehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/copy.html","searchKeys":["copy","abstract fun copy(bot: TelegramBot = this.bot, scope: CoroutineScope = this.scope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null): BehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.copy"]},{"name":"abstract fun createResend(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request","description":"dev.inmo.tgbotapi.types.message.content.ResendableContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-resendable-content/create-resend.html","searchKeys":["createResend","abstract fun createResend(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request","dev.inmo.tgbotapi.types.message.content.ResendableContent.createResend"]},{"name":"abstract fun decrypt(data: EncryptedData): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.Decryptor.decrypt","location":"docs/dev.inmo.tgbotapi.utils.passport/-decryptor/decrypt.html","searchKeys":["decrypt","abstract fun decrypt(data: EncryptedData): SourceBytes","dev.inmo.tgbotapi.utils.passport.Decryptor.decrypt"]},{"name":"abstract fun method(): String","description":"dev.inmo.tgbotapi.requests.abstracts.Request.method","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-request/method.html","searchKeys":["method","abstract fun method(): String","dev.inmo.tgbotapi.requests.abstracts.Request.method"]},{"name":"abstract fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/serialize.html","searchKeys":["serialize","abstract fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia.serialize"]},{"name":"abstract fun setPhoto(photoUrl: String, photoSize: Long? = null, photoWidth: Int? = null, photoHeight: Int? = null)","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.setPhoto","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/set-photo.html","searchKeys":["setPhoto","abstract fun setPhoto(photoUrl: String, photoSize: Long? = null, photoWidth: Int? = null, photoHeight: Int? = null)","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.setPhoto"]},{"name":"abstract fun toMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.MediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract fun toMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.MediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract fun unsetPhoto()","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.unsetPhoto","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/unset-photo.html","searchKeys":["unsetPhoto","abstract fun unsetPhoto()","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.unsetPhoto"]},{"name":"abstract override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): BehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/copy.html","searchKeys":["copy","abstract override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): BehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.copy"]},{"name":"abstract override fun toMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract override fun toMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract override fun toMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract override fun toMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract override fun toMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-visual-media-group-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","abstract override fun toMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent.toMediaGroupMemberTelegramMedia"]},{"name":"abstract override val chat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/chat.html","searchKeys":["chat","abstract override val chat: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.chat"]},{"name":"abstract override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/chat.html","searchKeys":["chat","abstract override val chat: GroupChat","dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage.chat"]},{"name":"abstract override val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/chat.html","searchKeys":["chat","abstract override val chat: PublicChat","dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage.chat"]},{"name":"abstract override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.abstracts.types.ChatRequest.chatId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-chat-request/chat-id.html","searchKeys":["chatId","abstract override val chatId: ChatIdentifier","dev.inmo.tgbotapi.abstracts.types.ChatRequest.chatId"]},{"name":"abstract override val data: ChatMemberUpdated","description":"dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/data.html","searchKeys":["data","abstract override val data: ChatMemberUpdated","dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate.data"]},{"name":"abstract override val data: CommonMessage<*>","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/data.html","searchKeys":["data","abstract override val data: CommonMessage<*>","dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate.data"]},{"name":"abstract override val data: List>","description":"dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-sent-media-group-update/data.html","searchKeys":["data","abstract override val data: List>","dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.data"]},{"name":"abstract override val data: MediaGroupMessage","description":"dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-media-group-update/data.html","searchKeys":["data","abstract override val data: MediaGroupMessage","dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.data"]},{"name":"abstract override val data: Message","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/data.html","searchKeys":["data","abstract override val data: Message","dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate.data"]},{"name":"abstract override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.PrivateChat.id","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/id.html","searchKeys":["id","abstract override val id: UserId","dev.inmo.tgbotapi.types.chat.PrivateChat.id"]},{"name":"abstract override val media: AudioFile","description":"dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-media-group-content/media.html","searchKeys":["media","abstract override val media: AudioFile","dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent.media"]},{"name":"abstract override val media: DocumentFile","description":"dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-media-group-content/media.html","searchKeys":["media","abstract override val media: DocumentFile","dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent.media"]},{"name":"abstract override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/reply-markup.html","searchKeys":["replyMarkup","abstract override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage.replyMarkup"]},{"name":"abstract override val text: String","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage.text","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/text.html","searchKeys":["text","abstract override val text: String","dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage.text"]},{"name":"abstract override val textSources: List","description":"dev.inmo.tgbotapi.abstracts.TextedInput.textSources","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-input/text-sources.html","searchKeys":["textSources","abstract override val textSources: List","dev.inmo.tgbotapi.abstracts.TextedInput.textSources"]},{"name":"abstract override val title: String","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.title","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/title.html","searchKeys":["title","abstract override val title: String","dev.inmo.tgbotapi.abstracts.CommonVenueData.title"]},{"name":"abstract override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/title.html","searchKeys":["title","abstract override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult.title"]},{"name":"abstract override val username: Username","description":"dev.inmo.tgbotapi.types.chat.Bot.username","location":"docs/dev.inmo.tgbotapi.types.chat/-bot/username.html","searchKeys":["username","abstract override val username: Username","dev.inmo.tgbotapi.types.chat.Bot.username"]},{"name":"abstract suspend fun execute(request: Request): T","description":"dev.inmo.tgbotapi.bot.RequestsExecutor.execute","location":"docs/dev.inmo.tgbotapi.bot/-requests-executor/execute.html","searchKeys":["execute","abstract suspend fun execute(request: Request): T","dev.inmo.tgbotapi.bot.RequestsExecutor.execute"]},{"name":"abstract suspend fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/make-call.html","searchKeys":["makeCall","abstract suspend fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.KtorCallFactory.makeCall"]},{"name":"abstract suspend fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/limit.html","searchKeys":["limit","abstract suspend fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter.limit"]},{"name":"abstract suspend fun BehaviourContextWithFSM.handleState(state: I): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html","searchKeys":["handleState","abstract suspend fun BehaviourContextWithFSM.handleState(state: I): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState"]},{"name":"abstract suspend operator fun invoke(): ByteReadChannel","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocator.invoke","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/invoke.html","searchKeys":["invoke","abstract suspend operator fun invoke(): ByteReadChannel","dev.inmo.tgbotapi.utils.ByteReadChannelAllocator.invoke"]},{"name":"abstract suspend operator fun invoke(data: T): M","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/invoke.html","searchKeys":["invoke","abstract suspend operator fun invoke(data: T): M","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory.invoke"]},{"name":"abstract suspend operator fun invoke(o: T): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/invoke.html","searchKeys":["invoke","abstract suspend operator fun invoke(o: T): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter.invoke"]},{"name":"abstract val WebApp: WebApp","description":"dev.inmo.tgbotapi.webapps.Telegram.WebApp","location":"docs/dev.inmo.tgbotapi.webapps/-telegram/-web-app.html","searchKeys":["WebApp","abstract val WebApp: WebApp","dev.inmo.tgbotapi.webapps.Telegram.WebApp"]},{"name":"abstract val actionName: String","description":"dev.inmo.tgbotapi.types.actions.BotAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action/action-name.html","searchKeys":["actionName","abstract val actionName: String","dev.inmo.tgbotapi.types.actions.BotAction.actionName"]},{"name":"abstract val address: String","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.address","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/address.html","searchKeys":["address","abstract val address: String","dev.inmo.tgbotapi.abstracts.CommonVenueData.address"]},{"name":"abstract val allUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-flow.html","searchKeys":["allUpdatesFlow","abstract val allUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesFlow"]},{"name":"abstract val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/all-updates-without-media-groups-grouping-flow.html","searchKeys":["allUpdatesWithoutMediaGroupsGroupingFlow","abstract val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow"]},{"name":"abstract val allowMultipleAnswers: Boolean","description":"dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll.allowMultipleAnswers","location":"docs/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/allow-multiple-answers.html","searchKeys":["allowMultipleAnswers","abstract val allowMultipleAnswers: Boolean","dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll.allowMultipleAnswers"]},{"name":"abstract val allowSendingWithoutReply: Boolean?","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","abstract val allowSendingWithoutReply: Boolean?","dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.allowSendingWithoutReply"]},{"name":"abstract val allowedUpdates: List","description":"dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.allowedUpdates","location":"docs/dev.inmo.tgbotapi.updateshandlers/-updates-filter/allowed-updates.html","searchKeys":["allowedUpdates","abstract val allowedUpdates: List","dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.allowedUpdates"]},{"name":"abstract val amount: Long","description":"dev.inmo.tgbotapi.types.payments.abstracts.Amounted.amount","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/amount.html","searchKeys":["amount","abstract val amount: Long","dev.inmo.tgbotapi.types.payments.abstracts.Amounted.amount"]},{"name":"abstract val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.updateshandlers/-updates-filter/as-update-receiver.html","searchKeys":["asUpdateReceiver","abstract val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.updateshandlers.UpdatesFilter.asUpdateReceiver"]},{"name":"abstract val authDate: MilliSeconds","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.authDate","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/auth-date.html","searchKeys":["authDate","abstract val authDate: MilliSeconds","dev.inmo.tgbotapi.webapps.WebAppInitData.authDate"]},{"name":"abstract val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.abstracts.SignedMessage.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/author-signature.html","searchKeys":["authorSignature","abstract val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.abstracts.SignedMessage.authorSignature"]},{"name":"abstract val backgroundColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.backgroundColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/background-color.html","searchKeys":["backgroundColor","abstract val backgroundColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.backgroundColor"]},{"name":"abstract val bio: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.bio","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/bio.html","searchKeys":["bio","abstract val bio: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.bio"]},{"name":"abstract val buttonColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.buttonColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/button-color.html","searchKeys":["buttonColor","abstract val buttonColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.buttonColor"]},{"name":"abstract val buttonTextColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.buttonTextColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/button-text-color.html","searchKeys":["buttonTextColor","abstract val buttonTextColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.buttonTextColor"]},{"name":"abstract val callbackQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.callbackQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/callback-queries-flow.html","searchKeys":["callbackQueriesFlow","abstract val callbackQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.callbackQueriesFlow"]},{"name":"abstract val canBeEdited: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canBeEdited","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-be-edited.html","searchKeys":["canBeEdited","abstract val canBeEdited: Boolean","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canBeEdited"]},{"name":"abstract val canChangeInfo: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-change-info.html","searchKeys":["canChangeInfo","abstract val canChangeInfo: Boolean","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canChangeInfo"]},{"name":"abstract val canEditMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-edit-messages.html","searchKeys":["canEditMessages","abstract val canEditMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canEditMessages"]},{"name":"abstract val canInviteUsers: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-invite-users.html","searchKeys":["canInviteUsers","abstract val canInviteUsers: Boolean","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canInviteUsers"]},{"name":"abstract val canManageChat: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-chat.html","searchKeys":["canManageChat","abstract val canManageChat: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageChat"]},{"name":"abstract val canManageVideoChats: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-manage-video-chats.html","searchKeys":["canManageVideoChats","abstract val canManageVideoChats: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canManageVideoChats"]},{"name":"abstract val canPinMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/can-pin-messages.html","searchKeys":["canPinMessages","abstract val canPinMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights.canPinMessages"]},{"name":"abstract val canPostMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-post-messages.html","searchKeys":["canPostMessages","abstract val canPostMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPostMessages"]},{"name":"abstract val canPromoteMembers: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-promote-members.html","searchKeys":["canPromoteMembers","abstract val canPromoteMembers: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canPromoteMembers"]},{"name":"abstract val canRemoveMessages: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-remove-messages.html","searchKeys":["canRemoveMessages","abstract val canRemoveMessages: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRemoveMessages"]},{"name":"abstract val canRestrictMembers: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/can-restrict-members.html","searchKeys":["canRestrictMembers","abstract val canRestrictMembers: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.canRestrictMembers"]},{"name":"abstract val canSetStickerSet: Boolean","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.canSetStickerSet","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/can-set-sticker-set.html","searchKeys":["canSetStickerSet","abstract val canSetStickerSet: Boolean","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.canSetStickerSet"]},{"name":"abstract val channel: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.channel","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/channel.html","searchKeys":["channel","abstract val channel: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.channel"]},{"name":"abstract val channelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-post-media-groups-flow.html","searchKeys":["channelPostMediaGroupsFlow","abstract val channelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostMediaGroupsFlow"]},{"name":"abstract val channelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/channel-posts-flow.html","searchKeys":["channelPostsFlow","abstract val channelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.channelPostsFlow"]},{"name":"abstract val chat: Chat","description":"dev.inmo.tgbotapi.types.message.abstracts.Message.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/chat.html","searchKeys":["chat","abstract val chat: Chat","dev.inmo.tgbotapi.types.message.abstracts.Message.chat"]},{"name":"abstract val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo.chat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-public-chat-info/chat.html","searchKeys":["chat","abstract val chat: PublicChat","dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo.chat"]},{"name":"abstract val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/chat-event.html","searchKeys":["chatEvent","abstract val chatEvent: T","dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage.chatEvent"]},{"name":"abstract val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest.chatId"]},{"name":"abstract val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.chatId"]},{"name":"abstract val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.ChatBotCommandScope.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.ChatBotCommandScope.chatId"]},{"name":"abstract val chatId: ChatIdentifier?","description":"dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest.chatId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/chat-id.html","searchKeys":["chatId","abstract val chatId: ChatIdentifier?","dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest.chatId"]},{"name":"abstract val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-callback-query/chat-instance.html","searchKeys":["chatInstance","abstract val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.chatInstance"]},{"name":"abstract val chatJoinRequestUpdateFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatJoinRequestUpdateFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-join-request-update-flow.html","searchKeys":["chatJoinRequestUpdateFlow","abstract val chatJoinRequestUpdateFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatJoinRequestUpdateFlow"]},{"name":"abstract val chatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chat-member-updates-flow.html","searchKeys":["chatMemberUpdatesFlow","abstract val chatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chatMemberUpdatesFlow"]},{"name":"abstract val chatPhoto: ChatPhoto?","description":"dev.inmo.tgbotapi.types.chat.ExtendedChat.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat/chat-photo.html","searchKeys":["chatPhoto","abstract val chatPhoto: ChatPhoto?","dev.inmo.tgbotapi.types.chat.ExtendedChat.chatPhoto"]},{"name":"abstract val chatType: ChatType?","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.chatType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/chat-type.html","searchKeys":["chatType","abstract val chatType: ChatType?","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.chatType"]},{"name":"abstract val chosenInlineResultsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chosenInlineResultsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/chosen-inline-results-flow.html","searchKeys":["chosenInlineResultsFlow","abstract val chosenInlineResultsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.chosenInlineResultsFlow"]},{"name":"abstract val closeDateTime: DateTime","description":"dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo.closeDateTime","location":"docs/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/close-date-time.html","searchKeys":["closeDateTime","abstract val closeDateTime: DateTime","dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo.closeDateTime"]},{"name":"abstract val content: T","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/content.html","searchKeys":["content","abstract val content: T","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.content"]},{"name":"abstract val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLink.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/creator.html","searchKeys":["creator","abstract val creator: User","dev.inmo.tgbotapi.types.ChatInviteLink.creator"]},{"name":"abstract val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/credentials.html","searchKeys":["credentials","abstract val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue.credentials"]},{"name":"abstract val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.abstracts.Currencied.currency","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/currency.html","searchKeys":["currency","abstract val currency: Currency","dev.inmo.tgbotapi.types.payments.abstracts.Currencied.currency"]},{"name":"abstract val customTitle: String?","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.customTitle","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/custom-title.html","searchKeys":["customTitle","abstract val customTitle: String?","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.customTitle"]},{"name":"abstract val data: Any","description":"dev.inmo.tgbotapi.types.update.abstracts.Update.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update/data.html","searchKeys":["data","abstract val data: Any","dev.inmo.tgbotapi.types.update.abstracts.Update.data"]},{"name":"abstract val data: DataCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/data.html","searchKeys":["data","abstract val data: DataCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData.data"]},{"name":"abstract val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/data.html","searchKeys":["data","abstract val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData.data"]},{"name":"abstract val data: String","description":"dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery.data","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/data.html","searchKeys":["data","abstract val data: String","dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery.data"]},{"name":"abstract val date: DateTime","description":"dev.inmo.tgbotapi.types.message.abstracts.Message.date","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/date.html","searchKeys":["date","abstract val date: DateTime","dev.inmo.tgbotapi.types.message.abstracts.Message.date"]},{"name":"abstract val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ForwardInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-forward-info/date-of-original.html","searchKeys":["dateOfOriginal","abstract val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.ForwardInfo.dateOfOriginal"]},{"name":"abstract val description: String","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.description","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/description.html","searchKeys":["description","abstract val description: String","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.description"]},{"name":"abstract val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/description.html","searchKeys":["description","abstract val description: String","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.description"]},{"name":"abstract val description: String?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/description.html","searchKeys":["description","abstract val description: String?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult.description"]},{"name":"abstract val disableEditMessage: Boolean","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.disableEditMessage","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/disable-edit-message.html","searchKeys":["disableEditMessage","abstract val disableEditMessage: Boolean","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.disableEditMessage"]},{"name":"abstract val disableNotification: Boolean","description":"dev.inmo.tgbotapi.abstracts.types.DisableNotification.disableNotification","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-notification/disable-notification.html","searchKeys":["disableNotification","abstract val disableNotification: Boolean","dev.inmo.tgbotapi.abstracts.types.DisableNotification.disableNotification"]},{"name":"abstract val disableWebPagePreview: Boolean?","description":"dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","abstract val disableWebPagePreview: Boolean?","dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview.disableWebPagePreview"]},{"name":"abstract val disableWebPagePreview: Boolean?","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","abstract val disableWebPagePreview: Boolean?","dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage.disableWebPagePreview"]},{"name":"abstract val duration: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/duration.html","searchKeys":["duration","abstract val duration: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery.duration"]},{"name":"abstract val duration: Long?","description":"dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest.duration","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/duration.html","searchKeys":["duration","abstract val duration: Long?","dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest.duration"]},{"name":"abstract val duration: Long?","description":"dev.inmo.tgbotapi.types.files.PlayableMediaFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-playable-media-file/duration.html","searchKeys":["duration","abstract val duration: Long?","dev.inmo.tgbotapi.types.files.PlayableMediaFile.duration"]},{"name":"abstract val duration: Long?","description":"dev.inmo.tgbotapi.types.media.DuratedTelegramMedia.duration","location":"docs/dev.inmo.tgbotapi.types.media/-durated-telegram-media/duration.html","searchKeys":["duration","abstract val duration: Long?","dev.inmo.tgbotapi.types.media.DuratedTelegramMedia.duration"]},{"name":"abstract val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage.editDate","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/edit-date.html","searchKeys":["editDate","abstract val editDate: DateTime?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage.editDate"]},{"name":"abstract val editedChannelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-post-media-groups-flow.html","searchKeys":["editedChannelPostMediaGroupsFlow","abstract val editedChannelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostMediaGroupsFlow"]},{"name":"abstract val editedChannelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-channel-posts-flow.html","searchKeys":["editedChannelPostsFlow","abstract val editedChannelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedChannelPostsFlow"]},{"name":"abstract val editedMessageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-message-media-groups-flow.html","searchKeys":["editedMessageMediaGroupsFlow","abstract val editedMessageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessageMediaGroupsFlow"]},{"name":"abstract val editedMessagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/edited-messages-flow.html","searchKeys":["editedMessagesFlow","abstract val editedMessagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.editedMessagesFlow"]},{"name":"abstract val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportSingleElementError.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/element-hash.html","searchKeys":["elementHash","abstract val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportSingleElementError.elementHash"]},{"name":"abstract val elementsHashes: List","description":"dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError.elementsHashes","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/elements-hashes.html","searchKeys":["elementsHashes","abstract val elementsHashes: List","dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError.elementsHashes"]},{"name":"abstract val email: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail.email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/email.html","searchKeys":["email","abstract val email: String","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail.email"]},{"name":"abstract val emoji: String","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type/emoji.html","searchKeys":["emoji","abstract val emoji: String","dev.inmo.tgbotapi.types.dice.DiceAnimationType.emoji"]},{"name":"abstract val emoji: String?","description":"dev.inmo.tgbotapi.types.files.Sticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/emoji.html","searchKeys":["emoji","abstract val emoji: String?","dev.inmo.tgbotapi.types.files.Sticker.emoji"]},{"name":"abstract val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/emojis.html","searchKeys":["emojis","abstract val emojis: String","dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.emojis"]},{"name":"abstract val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLink.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/expiration-date-time.html","searchKeys":["expirationDateTime","abstract val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLink.expirationDateTime"]},{"name":"abstract val expirationUnixTimeStamp: TelegramDate?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","abstract val expirationUnixTimeStamp: TelegramDate?","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expirationUnixTimeStamp"]},{"name":"abstract val expirationUnixTimeStamp: TelegramDate?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","abstract val expirationUnixTimeStamp: TelegramDate?","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expirationUnixTimeStamp"]},{"name":"abstract val expireDate: DateTime?","description":"dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.expireDate","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/expire-date.html","searchKeys":["expireDate","abstract val expireDate: DateTime?","dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.expireDate"]},{"name":"abstract val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMedia.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/file.html","searchKeys":["file","abstract val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMedia.file"]},{"name":"abstract val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/file-id.html","searchKeys":["fileId","abstract val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult.fileId"]},{"name":"abstract val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/file-id.html","searchKeys":["fileId","abstract val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult.fileId"]},{"name":"abstract val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-id.html","searchKeys":["fileId","abstract val fileId: FileId","dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileId"]},{"name":"abstract val fileId: String","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.fileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/file-id.html","searchKeys":["fileId","abstract val fileId: String","dev.inmo.tgbotapi.requests.abstracts.InputFile.fileId"]},{"name":"abstract val fileName: String?","description":"dev.inmo.tgbotapi.types.files.CustomNamedMediaFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-custom-named-media-file/file-name.html","searchKeys":["fileName","abstract val fileName: String?","dev.inmo.tgbotapi.types.files.CustomNamedMediaFile.fileName"]},{"name":"abstract val fileSize: Long?","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-size.html","searchKeys":["fileSize","abstract val fileSize: Long?","dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileSize"]},{"name":"abstract val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/file-unique-id.html","searchKeys":["fileUniqueId","abstract val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.TelegramMediaFile.fileUniqueId"]},{"name":"abstract val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/files.html","searchKeys":["files","abstract val files: List","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles.files"]},{"name":"abstract val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/files.html","searchKeys":["files","abstract val files: List","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection.files"]},{"name":"abstract val firstName: String","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.firstName","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/first-name.html","searchKeys":["firstName","abstract val firstName: String","dev.inmo.tgbotapi.abstracts.CommonContactData.firstName"]},{"name":"abstract val firstName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChat.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/first-name.html","searchKeys":["firstName","abstract val firstName: String","dev.inmo.tgbotapi.types.chat.PrivateChat.firstName"]},{"name":"abstract val firstName: String","description":"dev.inmo.tgbotapi.webapps.WebAppUser.firstName","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/first-name.html","searchKeys":["firstName","abstract val firstName: String","dev.inmo.tgbotapi.webapps.WebAppUser.firstName"]},{"name":"abstract val force: Boolean","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.force","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/force.html","searchKeys":["force","abstract val force: Boolean","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.force"]},{"name":"abstract val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/forward-info.html","searchKeys":["forwardInfo","abstract val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage.forwardInfo"]},{"name":"abstract val foursquareId: FoursquareId?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareId","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-id.html","searchKeys":["foursquareId","abstract val foursquareId: FoursquareId?","dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareId"]},{"name":"abstract val foursquareType: FoursquareType?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareType","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/foursquare-type.html","searchKeys":["foursquareType","abstract val foursquareType: FoursquareType?","dev.inmo.tgbotapi.abstracts.CommonVenueData.foursquareType"]},{"name":"abstract val from: User","description":"dev.inmo.tgbotapi.abstracts.FromUser.from","location":"docs/dev.inmo.tgbotapi.abstracts/-from-user/from.html","searchKeys":["from","abstract val from: User","dev.inmo.tgbotapi.abstracts.FromUser.from"]},{"name":"abstract val frontSide: FileCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/front-side.html","searchKeys":["frontSide","abstract val frontSide: FileCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.frontSide"]},{"name":"abstract val frontSide: PassportFile?","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/front-side.html","searchKeys":["frontSide","abstract val frontSide: PassportFile?","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide.frontSide"]},{"name":"abstract val gameShortName: String","description":"dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery.gameShortName","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/game-short-name.html","searchKeys":["gameShortName","abstract val gameShortName: String","dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery.gameShortName"]},{"name":"abstract val googlePlaceId: GooglePlaceId?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceId","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-id.html","searchKeys":["googlePlaceId","abstract val googlePlaceId: GooglePlaceId?","dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceId"]},{"name":"abstract val googlePlaceType: GooglePlaceType?","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceType","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/google-place-type.html","searchKeys":["googlePlaceType","abstract val googlePlaceType: GooglePlaceType?","dev.inmo.tgbotapi.abstracts.CommonVenueData.googlePlaceType"]},{"name":"abstract val hasPrivateForwards: Boolean","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.hasPrivateForwards","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/has-private-forwards.html","searchKeys":["hasPrivateForwards","abstract val hasPrivateForwards: Boolean","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.hasPrivateForwards"]},{"name":"abstract val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/has-protected-content.html","searchKeys":["hasProtectedContent","abstract val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.hasProtectedContent"]},{"name":"abstract val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/hash.html","searchKeys":["hash","abstract val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement.hash"]},{"name":"abstract val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/hash.html","searchKeys":["hash","abstract val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.hash"]},{"name":"abstract val hash: String","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.hash","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/hash.html","searchKeys":["hash","abstract val hash: String","dev.inmo.tgbotapi.webapps.WebAppInitData.hash"]},{"name":"abstract val heading: Degrees?","description":"dev.inmo.tgbotapi.abstracts.Headed.heading","location":"docs/dev.inmo.tgbotapi.abstracts/-headed/heading.html","searchKeys":["heading","abstract val heading: Degrees?","dev.inmo.tgbotapi.abstracts.Headed.heading"]},{"name":"abstract val height: Int","description":"dev.inmo.tgbotapi.types.files.SizedMediaFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-sized-media-file/height.html","searchKeys":["height","abstract val height: Int","dev.inmo.tgbotapi.types.files.SizedMediaFile.height"]},{"name":"abstract val height: Int?","description":"dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.height","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/height.html","searchKeys":["height","abstract val height: Int?","dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.height"]},{"name":"abstract val height: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/height.html","searchKeys":["height","abstract val height: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.height"]},{"name":"abstract val height: Int?","description":"dev.inmo.tgbotapi.types.media.SizedTelegramMedia.height","location":"docs/dev.inmo.tgbotapi.types.media/-sized-telegram-media/height.html","searchKeys":["height","abstract val height: Int?","dev.inmo.tgbotapi.types.media.SizedTelegramMedia.height"]},{"name":"abstract val hintColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.hintColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/hint-color.html","searchKeys":["hintColor","abstract val hintColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.hintColor"]},{"name":"abstract val horizontalAccuracy: Meters?","description":"dev.inmo.tgbotapi.abstracts.HorizontallyAccured.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.abstracts/-horizontally-accured/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","abstract val horizontalAccuracy: Meters?","dev.inmo.tgbotapi.abstracts.HorizontallyAccured.horizontalAccuracy"]},{"name":"abstract val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/html.html","searchKeys":["html","abstract val html: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.html"]},{"name":"abstract val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-callback-query/id.html","searchKeys":["id","abstract val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.CallbackQuery.id"]},{"name":"abstract val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.Chat.id","location":"docs/dev.inmo.tgbotapi.types.chat/-chat/id.html","searchKeys":["id","abstract val id: ChatId","dev.inmo.tgbotapi.types.chat.Chat.id"]},{"name":"abstract val id: Identifier","description":"dev.inmo.tgbotapi.webapps.WebAppUser.id","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/id.html","searchKeys":["id","abstract val id: Identifier","dev.inmo.tgbotapi.webapps.WebAppUser.id"]},{"name":"abstract val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/id.html","searchKeys":["id","abstract val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.id"]},{"name":"abstract val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/id.html","searchKeys":["id","abstract val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.id"]},{"name":"abstract val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.Poll.id","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/id.html","searchKeys":["id","abstract val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.Poll.id"]},{"name":"abstract val ietfLanguageCode: IetfLanguageCode?","description":"dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/ietf-language-code.html","searchKeys":["ietfLanguageCode","abstract val ietfLanguageCode: IetfLanguageCode?","dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.ietfLanguageCode"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.abstracts.types.InlineMessageAction.inlineMessageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.abstracts.types.InlineMessageAction.inlineMessageId"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.inlineMessageId"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery.inlineMessageId"]},{"name":"abstract val inlineMessageId: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/inline-message-id.html","searchKeys":["inlineMessageId","abstract val inlineMessageId: InlineMessageIdentifier?","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.inlineMessageId"]},{"name":"abstract val inlineQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.inlineQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/inline-queries-flow.html","searchKeys":["inlineQueriesFlow","abstract val inlineQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.inlineQueriesFlow"]},{"name":"abstract val inputMessageContent: InputMessageContent?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/input-message-content.html","searchKeys":["inputMessageContent","abstract val inputMessageContent: InputMessageContent?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult.inputMessageContent"]},{"name":"abstract val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/invite-link.html","searchKeys":["inviteLink","abstract val inviteLink: String","dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest.inviteLink"]},{"name":"abstract val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLink.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/invite-link.html","searchKeys":["inviteLink","abstract val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLink.inviteLink"]},{"name":"abstract val inviteLink: String?","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/invite-link.html","searchKeys":["inviteLink","abstract val inviteLink: String?","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.inviteLink"]},{"name":"abstract val isAnonymous: Boolean","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-anonymous.html","searchKeys":["isAnonymous","abstract val isAnonymous: Boolean","dev.inmo.tgbotapi.requests.send.polls.SendPoll.isAnonymous"]},{"name":"abstract val isAnonymous: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/is-anonymous.html","searchKeys":["isAnonymous","abstract val isAnonymous: Boolean","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights.isAnonymous"]},{"name":"abstract val isAnonymous: Boolean","description":"dev.inmo.tgbotapi.types.polls.Poll.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/is-anonymous.html","searchKeys":["isAnonymous","abstract val isAnonymous: Boolean","dev.inmo.tgbotapi.types.polls.Poll.isAnonymous"]},{"name":"abstract val isBot: Boolean?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.isBot","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/is-bot.html","searchKeys":["isBot","abstract val isBot: Boolean?","dev.inmo.tgbotapi.webapps.WebAppUser.isBot"]},{"name":"abstract val isClosed: Boolean","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.isClosed","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/is-closed.html","searchKeys":["isClosed","abstract val isClosed: Boolean","dev.inmo.tgbotapi.requests.send.polls.SendPoll.isClosed"]},{"name":"abstract val isClosed: Boolean","description":"dev.inmo.tgbotapi.types.polls.Poll.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/is-closed.html","searchKeys":["isClosed","abstract val isClosed: Boolean","dev.inmo.tgbotapi.types.polls.Poll.isClosed"]},{"name":"abstract val isOk: Boolean","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/is-ok.html","searchKeys":["isOk","abstract val isOk: Boolean","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.isOk"]},{"name":"abstract val isOk: Boolean","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/is-ok.html","searchKeys":["isOk","abstract val isOk: Boolean","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.isOk"]},{"name":"abstract val isRevoked: Boolean","description":"dev.inmo.tgbotapi.types.ChatInviteLink.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/is-revoked.html","searchKeys":["isRevoked","abstract val isRevoked: Boolean","dev.inmo.tgbotapi.types.ChatInviteLink.isRevoked"]},{"name":"abstract val isStateStable: Boolean","description":"dev.inmo.tgbotapi.webapps.ViewportChangedData.isStateStable","location":"docs/dev.inmo.tgbotapi.webapps/-viewport-changed-data/is-state-stable.html","searchKeys":["isStateStable","abstract val isStateStable: Boolean","dev.inmo.tgbotapi.webapps.ViewportChangedData.isStateStable"]},{"name":"abstract val languageCode: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.languageCode","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/language-code.html","searchKeys":["languageCode","abstract val languageCode: String?","dev.inmo.tgbotapi.webapps.WebAppUser.languageCode"]},{"name":"abstract val lastName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChat.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/last-name.html","searchKeys":["lastName","abstract val lastName: String","dev.inmo.tgbotapi.types.chat.PrivateChat.lastName"]},{"name":"abstract val lastName: String?","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.lastName","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/last-name.html","searchKeys":["lastName","abstract val lastName: String?","dev.inmo.tgbotapi.abstracts.CommonContactData.lastName"]},{"name":"abstract val lastName: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.lastName","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/last-name.html","searchKeys":["lastName","abstract val lastName: String?","dev.inmo.tgbotapi.webapps.WebAppUser.lastName"]},{"name":"abstract val latitude: Double","description":"dev.inmo.tgbotapi.abstracts.Locationed.latitude","location":"docs/dev.inmo.tgbotapi.abstracts/-locationed/latitude.html","searchKeys":["latitude","abstract val latitude: Double","dev.inmo.tgbotapi.abstracts.Locationed.latitude"]},{"name":"abstract val linkColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.linkColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/link-color.html","searchKeys":["linkColor","abstract val linkColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.linkColor"]},{"name":"abstract val linkedChannelChatId: ChatId?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.linkedChannelChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/linked-channel-chat-id.html","searchKeys":["linkedChannelChatId","abstract val linkedChannelChatId: ChatId?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.linkedChannelChatId"]},{"name":"abstract val linkedGroupChatId: ChatId?","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChat.linkedGroupChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/linked-group-chat-id.html","searchKeys":["linkedGroupChatId","abstract val linkedGroupChatId: ChatId?","dev.inmo.tgbotapi.types.chat.ExtendedChannelChat.linkedGroupChatId"]},{"name":"abstract val livePeriod: Seconds?","description":"dev.inmo.tgbotapi.abstracts.Livable.livePeriod","location":"docs/dev.inmo.tgbotapi.abstracts/-livable/live-period.html","searchKeys":["livePeriod","abstract val livePeriod: Seconds?","dev.inmo.tgbotapi.abstracts.Livable.livePeriod"]},{"name":"abstract val location: ChatLocation?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.location","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/location.html","searchKeys":["location","abstract val location: ChatLocation?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.location"]},{"name":"abstract val location: Location","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.location","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/location.html","searchKeys":["location","abstract val location: Location","dev.inmo.tgbotapi.types.message.content.LocationContent.location"]},{"name":"abstract val longitude: Double","description":"dev.inmo.tgbotapi.abstracts.Locationed.longitude","location":"docs/dev.inmo.tgbotapi.abstracts/-locationed/longitude.html","searchKeys":["longitude","abstract val longitude: Double","dev.inmo.tgbotapi.abstracts.Locationed.longitude"]},{"name":"abstract val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown.html","searchKeys":["markdown","abstract val markdown: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.markdown"]},{"name":"abstract val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/markdown-v2.html","searchKeys":["markdownV2","abstract val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.markdownV2"]},{"name":"abstract val maskPosition: MaskPosition?","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/mask-position.html","searchKeys":["maskPosition","abstract val maskPosition: MaskPosition?","dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction.maskPosition"]},{"name":"abstract val maskPosition: MaskPosition?","description":"dev.inmo.tgbotapi.types.files.Sticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/mask-position.html","searchKeys":["maskPosition","abstract val maskPosition: MaskPosition?","dev.inmo.tgbotapi.types.files.Sticker.maskPosition"]},{"name":"abstract val maxTipAmount: Int?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.maxTipAmount","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/max-tip-amount.html","searchKeys":["maxTipAmount","abstract val maxTipAmount: Int?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.maxTipAmount"]},{"name":"abstract val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMedia.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/media.html","searchKeys":["media","abstract val media: String","dev.inmo.tgbotapi.types.media.TelegramMedia.media"]},{"name":"abstract val media: TelegramMedia","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage.media","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/media.html","searchKeys":["media","abstract val media: TelegramMedia","dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage.media"]},{"name":"abstract val media: TelegramMediaFile","description":"dev.inmo.tgbotapi.types.message.content.MediaContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-content/media.html","searchKeys":["media","abstract val media: TelegramMediaFile","dev.inmo.tgbotapi.types.message.content.MediaContent.media"]},{"name":"abstract val mediaCollection: List","description":"dev.inmo.tgbotapi.types.message.content.MediaCollectionContent.mediaCollection","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-collection-content/media-collection.html","searchKeys":["mediaCollection","abstract val mediaCollection: List","dev.inmo.tgbotapi.types.message.content.MediaCollectionContent.mediaCollection"]},{"name":"abstract val mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage.mediaGroupId","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/media-group-id.html","searchKeys":["mediaGroupId","abstract val mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage.mediaGroupId"]},{"name":"abstract val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/media-map.html","searchKeys":["mediaMap","abstract val mediaMap: Map","dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.mediaMap"]},{"name":"abstract val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.membersLimit","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/members-limit.html","searchKeys":["membersLimit","abstract val membersLimit: MembersLimit","dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.membersLimit"]},{"name":"abstract val message: ContentMessage","description":"dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery.message","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/message.html","searchKeys":["message","abstract val message: ContentMessage","dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery.message"]},{"name":"abstract val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementError.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/message.html","searchKeys":["message","abstract val message: String","dev.inmo.tgbotapi.types.passport.PassportElementError.message"]},{"name":"abstract val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.abstracts.types.MessageAction.messageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-message-action/message-id.html","searchKeys":["messageId","abstract val messageId: MessageIdentifier","dev.inmo.tgbotapi.abstracts.types.MessageAction.messageId"]},{"name":"abstract val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.abstracts.Message.messageId","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/message-id.html","searchKeys":["messageId","abstract val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.abstracts.Message.messageId"]},{"name":"abstract val messageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/message-media-groups-flow.html","searchKeys":["messageMediaGroupsFlow","abstract val messageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messageMediaGroupsFlow"]},{"name":"abstract val messagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/messages-flow.html","searchKeys":["messagesFlow","abstract val messagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.messagesFlow"]},{"name":"abstract val mimeType: MimeType?","description":"dev.inmo.tgbotapi.abstracts.MimeTyped.mimeType","location":"docs/dev.inmo.tgbotapi.abstracts/-mime-typed/mime-type.html","searchKeys":["mimeType","abstract val mimeType: MimeType?","dev.inmo.tgbotapi.abstracts.MimeTyped.mimeType"]},{"name":"abstract val myChatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.myChatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/my-chat-member-updates-flow.html","searchKeys":["myChatMemberUpdatesFlow","abstract val myChatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.myChatMemberUpdatesFlow"]},{"name":"abstract val name: String","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.name","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/name.html","searchKeys":["name","abstract val name: String","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.name"]},{"name":"abstract val name: String?","description":"dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.name","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/name.html","searchKeys":["name","abstract val name: String?","dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest.name"]},{"name":"abstract val name: String?","description":"dev.inmo.tgbotapi.types.ChatInviteLink.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/name.html","searchKeys":["name","abstract val name: String?","dev.inmo.tgbotapi.types.ChatInviteLink.name"]},{"name":"abstract val offset: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.offset","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/offset.html","searchKeys":["offset","abstract val offset: String","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.offset"]},{"name":"abstract val options: List","description":"dev.inmo.tgbotapi.types.polls.Poll.options","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/options.html","searchKeys":["options","abstract val options: List","dev.inmo.tgbotapi.types.polls.Poll.options"]},{"name":"abstract val options: List","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.options","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/options.html","searchKeys":["options","abstract val options: List","dev.inmo.tgbotapi.requests.send.polls.SendPoll.options"]},{"name":"abstract val origin: BaseMessageUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.origin","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-media-group-update/origin.html","searchKeys":["origin","abstract val origin: BaseMessageUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate.origin"]},{"name":"abstract val origins: List","description":"dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.origins","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-sent-media-group-update/origins.html","searchKeys":["origins","abstract val origins: List","dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate.origins"]},{"name":"abstract val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/params-json.html","searchKeys":["paramsJson","abstract val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.abstracts.MultipartRequest.paramsJson"]},{"name":"abstract val parseMode: ParseMode?","description":"dev.inmo.tgbotapi.abstracts.ParsableOutput.parseMode","location":"docs/dev.inmo.tgbotapi.abstracts/-parsable-output/parse-mode.html","searchKeys":["parseMode","abstract val parseMode: ParseMode?","dev.inmo.tgbotapi.abstracts.ParsableOutput.parseMode"]},{"name":"abstract val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.ParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","abstract val parseModeName: String","dev.inmo.tgbotapi.types.message.ParseMode.parseModeName"]},{"name":"abstract val payload: String","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.payload","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/payload.html","searchKeys":["payload","abstract val payload: String","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.payload"]},{"name":"abstract val paymentInfo: PaymentInfo?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage.paymentInfo","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/payment-info.html","searchKeys":["paymentInfo","abstract val paymentInfo: PaymentInfo?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage.paymentInfo"]},{"name":"abstract val performer: String?","description":"dev.inmo.tgbotapi.abstracts.Performerable.performer","location":"docs/dev.inmo.tgbotapi.abstracts/-performerable/performer.html","searchKeys":["performer","abstract val performer: String?","dev.inmo.tgbotapi.abstracts.Performerable.performer"]},{"name":"abstract val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChat.permissions","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat/permissions.html","searchKeys":["permissions","abstract val permissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.ExtendedGroupChat.permissions"]},{"name":"abstract val phoneNumber: String","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.phoneNumber","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/phone-number.html","searchKeys":["phoneNumber","abstract val phoneNumber: String","dev.inmo.tgbotapi.abstracts.CommonContactData.phoneNumber"]},{"name":"abstract val phoneNumber: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/phone-number.html","searchKeys":["phoneNumber","abstract val phoneNumber: String","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber.phoneNumber"]},{"name":"abstract val photoHeight: Int?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoHeight","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-height.html","searchKeys":["photoHeight","abstract val photoHeight: Int?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoHeight"]},{"name":"abstract val photoSize: Long?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoSize","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-size.html","searchKeys":["photoSize","abstract val photoSize: Long?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoSize"]},{"name":"abstract val photoUrl: String?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoUrl","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-url.html","searchKeys":["photoUrl","abstract val photoUrl: String?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoUrl"]},{"name":"abstract val photoUrl: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.photoUrl","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/photo-url.html","searchKeys":["photoUrl","abstract val photoUrl: String?","dev.inmo.tgbotapi.webapps.WebAppUser.photoUrl"]},{"name":"abstract val photoWidth: Int?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoWidth","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/photo-width.html","searchKeys":["photoWidth","abstract val photoWidth: Int?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.photoWidth"]},{"name":"abstract val pinnedMessage: Message?","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/pinned-message.html","searchKeys":["pinnedMessage","abstract val pinnedMessage: Message?","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat.pinnedMessage"]},{"name":"abstract val pollAnswersFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollAnswersFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/poll-answers-flow.html","searchKeys":["pollAnswersFlow","abstract val pollAnswersFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollAnswersFlow"]},{"name":"abstract val pollsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/polls-flow.html","searchKeys":["pollsFlow","abstract val pollsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.pollsFlow"]},{"name":"abstract val preCheckoutQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.preCheckoutQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/pre-checkout-queries-flow.html","searchKeys":["preCheckoutQueriesFlow","abstract val preCheckoutQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.preCheckoutQueriesFlow"]},{"name":"abstract val preCheckoutQueryId: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.preCheckoutQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/pre-checkout-query-id.html","searchKeys":["preCheckoutQueryId","abstract val preCheckoutQueryId: PreCheckoutQueryId","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.preCheckoutQueryId"]},{"name":"abstract val priceDependOnShipAddress: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.priceDependOnShipAddress","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/price-depend-on-ship-address.html","searchKeys":["priceDependOnShipAddress","abstract val priceDependOnShipAddress: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.priceDependOnShipAddress"]},{"name":"abstract val prices: List","description":"dev.inmo.tgbotapi.types.payments.abstracts.Priced.prices","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-priced/prices.html","searchKeys":["prices","abstract val prices: List","dev.inmo.tgbotapi.types.payments.abstracts.Priced.prices"]},{"name":"abstract val protectContent: Boolean","description":"dev.inmo.tgbotapi.abstracts.types.ProtectContent.protectContent","location":"docs/dev.inmo.tgbotapi.abstracts.types/-protect-content/protect-content.html","searchKeys":["protectContent","abstract val protectContent: Boolean","dev.inmo.tgbotapi.abstracts.types.ProtectContent.protectContent"]},{"name":"abstract val providerData: String?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-data.html","searchKeys":["providerData","abstract val providerData: String?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerData"]},{"name":"abstract val providerToken: String","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerToken","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/provider-token.html","searchKeys":["providerToken","abstract val providerToken: String","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.providerToken"]},{"name":"abstract val proximityAlertRadius: Meters?","description":"dev.inmo.tgbotapi.abstracts.ProximityAlertable.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.abstracts/-proximity-alertable/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","abstract val proximityAlertRadius: Meters?","dev.inmo.tgbotapi.abstracts.ProximityAlertable.proximityAlertRadius"]},{"name":"abstract val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/query.html","searchKeys":["query","abstract val query: String","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.query"]},{"name":"abstract val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/query.html","searchKeys":["query","abstract val query: String","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery.query"]},{"name":"abstract val queryId: WebAppQueryId?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.queryId","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/query-id.html","searchKeys":["queryId","abstract val queryId: WebAppQueryId?","dev.inmo.tgbotapi.webapps.WebAppInitData.queryId"]},{"name":"abstract val question: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.question","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/question.html","searchKeys":["question","abstract val question: String","dev.inmo.tgbotapi.requests.send.polls.SendPoll.question"]},{"name":"abstract val question: String","description":"dev.inmo.tgbotapi.types.polls.Poll.question","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/question.html","searchKeys":["question","abstract val question: String","dev.inmo.tgbotapi.types.polls.Poll.question"]},{"name":"abstract val receiver: WebAppUser?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.receiver","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/receiver.html","searchKeys":["receiver","abstract val receiver: WebAppUser?","dev.inmo.tgbotapi.webapps.WebAppInitData.receiver"]},{"name":"abstract val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/reply-markup.html","searchKeys":["replyMarkup","abstract val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.replyMarkup"]},{"name":"abstract val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/reply-markup.html","searchKeys":["replyMarkup","abstract val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp.replyMarkup"]},{"name":"abstract val replyMarkup: KeyboardMarkup?","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMarkup.replyMarkup","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-markup/reply-markup.html","searchKeys":["replyMarkup","abstract val replyMarkup: KeyboardMarkup?","dev.inmo.tgbotapi.abstracts.types.ReplyMarkup.replyMarkup"]},{"name":"abstract val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage.replyTo","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/reply-to.html","searchKeys":["replyTo","abstract val replyTo: Message?","dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage.replyTo"]},{"name":"abstract val replyToMessageId: MessageIdentifier?","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.replyToMessageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/reply-to-message-id.html","searchKeys":["replyToMessageId","abstract val replyToMessageId: MessageIdentifier?","dev.inmo.tgbotapi.abstracts.types.ReplyMessageId.replyToMessageId"]},{"name":"abstract val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.abstracts.SimpleRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-simple-request/request-serializer.html","searchKeys":["requestSerializer","abstract val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.abstracts.SimpleRequest.requestSerializer"]},{"name":"abstract val requireEmail: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireEmail","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-email.html","searchKeys":["requireEmail","abstract val requireEmail: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireEmail"]},{"name":"abstract val requireName: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireName","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-name.html","searchKeys":["requireName","abstract val requireName: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireName"]},{"name":"abstract val requirePhoneNumber: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-phone-number.html","searchKeys":["requirePhoneNumber","abstract val requirePhoneNumber: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requirePhoneNumber"]},{"name":"abstract val requireShippingAddress: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireShippingAddress","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/require-shipping-address.html","searchKeys":["requireShippingAddress","abstract val requireShippingAddress: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.requireShippingAddress"]},{"name":"abstract val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.abstracts.Request.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-request/result-deserializer.html","searchKeys":["resultDeserializer","abstract val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.abstracts.Request.resultDeserializer"]},{"name":"abstract val resultId: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.resultId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/result-id.html","searchKeys":["resultId","abstract val resultId: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult.resultId"]},{"name":"abstract val reverseSide: FileCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/reverse-side.html","searchKeys":["reverseSide","abstract val reverseSide: FileCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide.reverseSide"]},{"name":"abstract val reverseSide: PassportFile?","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/reverse-side.html","searchKeys":["reverseSide","abstract val reverseSide: PassportFile?","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide.reverseSide"]},{"name":"abstract val scheduledCloseInfo: ScheduledCloseInfo?","description":"dev.inmo.tgbotapi.types.polls.Poll.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","abstract val scheduledCloseInfo: ScheduledCloseInfo?","dev.inmo.tgbotapi.types.polls.Poll.scheduledCloseInfo"]},{"name":"abstract val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.MyCommandsRequest.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-my-commands-request/scope.html","searchKeys":["scope","abstract val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.MyCommandsRequest.scope"]},{"name":"abstract val score: Long","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.score","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/score.html","searchKeys":["score","abstract val score: Long","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.score"]},{"name":"abstract val secret: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/secret.html","searchKeys":["secret","abstract val secret: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials.secret"]},{"name":"abstract val selfie: FileCredentials?","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/selfie.html","searchKeys":["selfie","abstract val selfie: FileCredentials?","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity.selfie"]},{"name":"abstract val selfie: PassportFile?","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/selfie.html","searchKeys":["selfie","abstract val selfie: PassportFile?","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie.selfie"]},{"name":"abstract val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot.senderBot","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/sender-bot.html","searchKeys":["senderBot","abstract val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot.senderBot"]},{"name":"abstract val senderChat: Chat","description":"dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/sender-chat.html","searchKeys":["senderChat","abstract val senderChat: Chat","dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage.senderChat"]},{"name":"abstract val senderChatId: ChatId","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest.senderChatId","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/sender-chat-id.html","searchKeys":["senderChatId","abstract val senderChatId: ChatId","dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest.senderChatId"]},{"name":"abstract val shippingQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.shippingQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/shipping-queries-flow.html","searchKeys":["shippingQueriesFlow","abstract val shippingQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.shippingQueriesFlow"]},{"name":"abstract val shippingQueryId: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.shippingQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/shipping-query-id.html","searchKeys":["shippingQueryId","abstract val shippingQueryId: ShippingQueryIdentifier","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.shippingQueryId"]},{"name":"abstract val shouldSendEmailToProvider: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendEmailToProvider","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-email-to-provider.html","searchKeys":["shouldSendEmailToProvider","abstract val shouldSendEmailToProvider: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendEmailToProvider"]},{"name":"abstract val shouldSendPhoneNumberToProvider: Boolean","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendPhoneNumberToProvider","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/should-send-phone-number-to-provider.html","searchKeys":["shouldSendPhoneNumberToProvider","abstract val shouldSendPhoneNumberToProvider: Boolean","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.shouldSendPhoneNumberToProvider"]},{"name":"abstract val slowModeDelay: Long?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.slowModeDelay","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/slow-mode-delay.html","searchKeys":["slowModeDelay","abstract val slowModeDelay: Long?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.slowModeDelay"]},{"name":"abstract val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/source.html","searchKeys":["source","abstract val source: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.source"]},{"name":"abstract val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementError.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/source.html","searchKeys":["source","abstract val source: String","dev.inmo.tgbotapi.types.passport.PassportElementError.source"]},{"name":"abstract val startParam: String?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.startParam","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/start-param.html","searchKeys":["startParam","abstract val startParam: String?","dev.inmo.tgbotapi.webapps.WebAppInitData.startParam"]},{"name":"abstract val stickerSetName: StickerSetName?","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/sticker-set-name.html","searchKeys":["stickerSetName","abstract val stickerSetName: StickerSetName?","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat.stickerSetName"]},{"name":"abstract val stickerSetName: StickerSetName?","description":"dev.inmo.tgbotapi.types.files.Sticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/sticker-set-name.html","searchKeys":["stickerSetName","abstract val stickerSetName: StickerSetName?","dev.inmo.tgbotapi.types.files.Sticker.stickerSetName"]},{"name":"abstract val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/stringified.html","searchKeys":["stringified","abstract val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.stringified"]},{"name":"abstract val subsources: List","description":"dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/subsources.html","searchKeys":["subsources","abstract val subsources: List","dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource.subsources"]},{"name":"abstract val suggestedTipAmounts: List?","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.suggestedTipAmounts","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/suggested-tip-amounts.html","searchKeys":["suggestedTipAmounts","abstract val suggestedTipAmounts: List?","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData.suggestedTipAmounts"]},{"name":"abstract val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/text.html","searchKeys":["text","abstract val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton.text"]},{"name":"abstract val text: String","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button/text.html","searchKeys":["text","abstract val text: String","dev.inmo.tgbotapi.types.buttons.KeyboardButton.text"]},{"name":"abstract val text: String","description":"dev.inmo.tgbotapi.types.polls.PollOption.text","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/text.html","searchKeys":["text","abstract val text: String","dev.inmo.tgbotapi.types.polls.PollOption.text"]},{"name":"abstract val text: String?","description":"dev.inmo.tgbotapi.abstracts.Texted.text","location":"docs/dev.inmo.tgbotapi.abstracts/-texted/text.html","searchKeys":["text","abstract val text: String?","dev.inmo.tgbotapi.abstracts.Texted.text"]},{"name":"abstract val textColor: String?","description":"dev.inmo.tgbotapi.webapps.ThemeParams.textColor","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/text-color.html","searchKeys":["textColor","abstract val textColor: String?","dev.inmo.tgbotapi.webapps.ThemeParams.textColor"]},{"name":"abstract val textSources: List?","description":"dev.inmo.tgbotapi.abstracts.TextedWithTextSources.textSources","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/text-sources.html","searchKeys":["textSources","abstract val textSources: List?","dev.inmo.tgbotapi.abstracts.TextedWithTextSources.textSources"]},{"name":"abstract val thumb: InputFile?","description":"dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/thumb.html","searchKeys":["thumb","abstract val thumb: InputFile?","dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia.thumb"]},{"name":"abstract val thumb: PhotoSize?","description":"dev.inmo.tgbotapi.types.files.ThumbedMediaFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-thumbed-media-file/thumb.html","searchKeys":["thumb","abstract val thumb: PhotoSize?","dev.inmo.tgbotapi.types.files.ThumbedMediaFile.thumb"]},{"name":"abstract val thumb: String?","description":"dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/thumb.html","searchKeys":["thumb","abstract val thumb: String?","dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest.thumb"]},{"name":"abstract val thumbHeight: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumb-height.html","searchKeys":["thumbHeight","abstract val thumbHeight: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbHeight"]},{"name":"abstract val thumbMimeType: MimeType?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult.thumbMimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/thumb-mime-type.html","searchKeys":["thumbMimeType","abstract val thumbMimeType: MimeType?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult.thumbMimeType"]},{"name":"abstract val thumbUrl: String?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/thumb-url.html","searchKeys":["thumbUrl","abstract val thumbUrl: String?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult.thumbUrl"]},{"name":"abstract val thumbWidth: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/thumb-width.html","searchKeys":["thumbWidth","abstract val thumbWidth: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult.thumbWidth"]},{"name":"abstract val title: String","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction.title","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/title.html","searchKeys":["title","abstract val title: String","dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction.title"]},{"name":"abstract val title: String","description":"dev.inmo.tgbotapi.types.chat.PublicChat.title","location":"docs/dev.inmo.tgbotapi.types.chat/-public-chat/title.html","searchKeys":["title","abstract val title: String","dev.inmo.tgbotapi.types.chat.PublicChat.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.abstracts.Titled.title","location":"docs/dev.inmo.tgbotapi.abstracts/-titled/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.abstracts.Titled.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest.title","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.types.files.TitledMediaFile.title","location":"docs/dev.inmo.tgbotapi.types.files/-titled-media-file/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.types.files.TitledMediaFile.title"]},{"name":"abstract val title: String?","description":"dev.inmo.tgbotapi.types.media.TitledTelegramMedia.title","location":"docs/dev.inmo.tgbotapi.types.media/-titled-telegram-media/title.html","searchKeys":["title","abstract val title: String?","dev.inmo.tgbotapi.types.media.TitledTelegramMedia.title"]},{"name":"abstract val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/translation.html","searchKeys":["translation","abstract val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations.translation"]},{"name":"abstract val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/translations.html","searchKeys":["translations","abstract val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable.translations"]},{"name":"abstract val triggersHolder: TriggersHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.triggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/triggers-holder.html","searchKeys":["triggersHolder","abstract val triggersHolder: TriggersHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.triggersHolder"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.type","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.requests.send.polls.SendPoll.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.MenuButton.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScope.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMedia.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.media.TelegramMedia.type"]},{"name":"abstract val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementError.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/type.html","searchKeys":["type","abstract val type: String","dev.inmo.tgbotapi.types.passport.PassportElementError.type"]},{"name":"abstract val unknownUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.unknownUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/unknown-updates-flow.html","searchKeys":["unknownUpdatesFlow","abstract val unknownUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.unknownUpdatesFlow"]},{"name":"abstract val untilDate: TelegramDate?","description":"dev.inmo.tgbotapi.abstracts.types.UntilDate.untilDate","location":"docs/dev.inmo.tgbotapi.abstracts.types/-until-date/until-date.html","searchKeys":["untilDate","abstract val untilDate: TelegramDate?","dev.inmo.tgbotapi.abstracts.types.UntilDate.untilDate"]},{"name":"abstract val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.abstracts.Update.updateId","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update/update-id.html","searchKeys":["updateId","abstract val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.abstracts.Update.updateId"]},{"name":"abstract val url: String?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/url.html","searchKeys":["url","abstract val url: String?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult.url"]},{"name":"abstract val user: User","description":"dev.inmo.tgbotapi.abstracts.WithUser.user","location":"docs/dev.inmo.tgbotapi.abstracts/-with-user/user.html","searchKeys":["user","abstract val user: User","dev.inmo.tgbotapi.abstracts.WithUser.user"]},{"name":"abstract val user: WebAppUser?","description":"dev.inmo.tgbotapi.webapps.WebAppInitData.user","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/user.html","searchKeys":["user","abstract val user: WebAppUser?","dev.inmo.tgbotapi.webapps.WebAppInitData.user"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.userId","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.userId","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.userId"]},{"name":"abstract val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/user-id.html","searchKeys":["userId","abstract val userId: UserId","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.userId"]},{"name":"abstract val username: String?","description":"dev.inmo.tgbotapi.webapps.WebAppUser.username","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/username.html","searchKeys":["username","abstract val username: String?","dev.inmo.tgbotapi.webapps.WebAppUser.username"]},{"name":"abstract val username: Username?","description":"dev.inmo.tgbotapi.types.chat.UsernameChat.username","location":"docs/dev.inmo.tgbotapi.types.chat/-username-chat/username.html","searchKeys":["username","abstract val username: Username?","dev.inmo.tgbotapi.types.chat.UsernameChat.username"]},{"name":"abstract val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type/value-limits.html","searchKeys":["valueLimits","abstract val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.DiceAnimationType.valueLimits"]},{"name":"abstract val vcard: String?","description":"dev.inmo.tgbotapi.abstracts.CommonContactData.vcard","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/vcard.html","searchKeys":["vcard","abstract val vcard: String?","dev.inmo.tgbotapi.abstracts.CommonContactData.vcard"]},{"name":"abstract val votes: Int","description":"dev.inmo.tgbotapi.types.polls.PollOption.votes","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/votes.html","searchKeys":["votes","abstract val votes: Int","dev.inmo.tgbotapi.types.polls.PollOption.votes"]},{"name":"abstract val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.Poll.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/votes-count.html","searchKeys":["votesCount","abstract val votesCount: Int","dev.inmo.tgbotapi.types.polls.Poll.votesCount"]},{"name":"abstract val width: Int","description":"dev.inmo.tgbotapi.types.files.SizedMediaFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-sized-media-file/width.html","searchKeys":["width","abstract val width: Int","dev.inmo.tgbotapi.types.files.SizedMediaFile.width"]},{"name":"abstract val width: Int?","description":"dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.width","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/width.html","searchKeys":["width","abstract val width: Int?","dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest.width"]},{"name":"abstract val width: Int?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/width.html","searchKeys":["width","abstract val width: Int?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult.width"]},{"name":"abstract val width: Int?","description":"dev.inmo.tgbotapi.types.media.SizedTelegramMedia.width","location":"docs/dev.inmo.tgbotapi.types.media/-sized-telegram-media/width.html","searchKeys":["width","abstract val width: Int?","dev.inmo.tgbotapi.types.media.SizedTelegramMedia.width"]},{"name":"annotation class PreviewFeature","description":"dev.inmo.tgbotapi.utils.PreviewFeature","location":"docs/dev.inmo.tgbotapi.utils/-preview-feature/index.html","searchKeys":["PreviewFeature","annotation class PreviewFeature","dev.inmo.tgbotapi.utils.PreviewFeature"]},{"name":"annotation class RiskFeature(val message: String = lowLevelRiskFeatureMessage)","description":"dev.inmo.tgbotapi.utils.RiskFeature","location":"docs/dev.inmo.tgbotapi.utils/-risk-feature/index.html","searchKeys":["RiskFeature","annotation class RiskFeature(val message: String = lowLevelRiskFeatureMessage)","dev.inmo.tgbotapi.utils.RiskFeature"]},{"name":"class AESDecryptor(key: SourceBytes, iv: ByteArray) : Decryptor","description":"dev.inmo.tgbotapi.utils.passport.AESDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/index.html","searchKeys":["AESDecryptor","class AESDecryptor(key: SourceBytes, iv: ByteArray) : Decryptor","dev.inmo.tgbotapi.utils.passport.AESDecryptor"]},{"name":"class BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler) : CheckableHandlerHolder , BehaviourWithFSMStateHandler ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/index.html","searchKeys":["BehaviourWithFSMStateHandlerHolder","class BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler) : CheckableHandlerHolder , BehaviourWithFSMStateHandler ","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder"]},{"name":"class ChannelChatCreated : ChannelEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/index.html","searchKeys":["ChannelChatCreated","class ChannelChatCreated : ChannelEvent","dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated"]},{"name":"class ClearMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/index.html","searchKeys":["ClearMyDefaultAdministratorRights","class ClearMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights"]},{"name":"class CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/index.html","searchKeys":["CommonLimiter","class CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter"]},{"name":"class CommonRequestException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.CommonRequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/index.html","searchKeys":["CommonRequestException","class CommonRequestException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.CommonRequestException"]},{"name":"class CustomBotAction constructor(val actionName: String) : BotAction","description":"dev.inmo.tgbotapi.types.actions.CustomBotAction","location":"docs/dev.inmo.tgbotapi.types.actions/-custom-bot-action/index.html","searchKeys":["CustomBotAction","class CustomBotAction constructor(val actionName: String) : BotAction","dev.inmo.tgbotapi.types.actions.CustomBotAction"]},{"name":"class DefaultBehaviourContext(val bot: TelegramBot, val scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, val triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null) : AbstractFlowsUpdatesFilter, RequestsExecutor, CoroutineScope, BehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/index.html","searchKeys":["DefaultBehaviourContext","class DefaultBehaviourContext(val bot: TelegramBot, val scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, val triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null) : AbstractFlowsUpdatesFilter, RequestsExecutor, CoroutineScope, BehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext"]},{"name":"class DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>) : BehaviourContext, BehaviourContextWithFSM ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/index.html","searchKeys":["DefaultBehaviourContextWithFSM","class DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>) : BehaviourContext, BehaviourContextWithFSM ","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM"]},{"name":"class DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null) : AbstractFlowsUpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/index.html","searchKeys":["DefaultFlowsUpdatesFilter","class DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null) : AbstractFlowsUpdatesFilter","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter"]},{"name":"class DeleteChatPhoto : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/index.html","searchKeys":["DeleteChatPhoto","class DeleteChatPhoto : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto"]},{"name":"class DeleteWebhook : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/index.html","searchKeys":["DeleteWebhook","class DeleteWebhook : SimpleRequest ","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook"]},{"name":"class DownloadFile(val filePath: String) : Request ","description":"dev.inmo.tgbotapi.requests.DownloadFile","location":"docs/dev.inmo.tgbotapi.requests/-download-file/index.html","searchKeys":["DownloadFile","class DownloadFile(val filePath: String) : Request ","dev.inmo.tgbotapi.requests.DownloadFile"]},{"name":"class DownloadFileStream(val filePath: String) : Request ","description":"dev.inmo.tgbotapi.requests.DownloadFileStream","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/index.html","searchKeys":["DownloadFileStream","class DownloadFileStream(val filePath: String) : Request ","dev.inmo.tgbotapi.requests.DownloadFileStream"]},{"name":"class EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/index.html","searchKeys":["EntitiesBuilder","class EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder"]},{"name":"class ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000) : RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/index.html","searchKeys":["ExceptionsOnlyLimiter","class ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000) : RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter"]},{"name":"class GetUpdatesConflict(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/index.html","searchKeys":["GetUpdatesConflict","class GetUpdatesConflict(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict"]},{"name":"class GetWebhookInfo : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/index.html","searchKeys":["GetWebhookInfo","class GetWebhookInfo : SimpleRequest ","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo"]},{"name":"class GroupChatCreated(val migratedTo: ChatId?) : GroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/index.html","searchKeys":["GroupChatCreated","class GroupChatCreated(val migratedTo: ChatId?) : GroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated"]},{"name":"class HandleableCallbackBasedHolder : HandleableTriggersHolder Boolean> ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/index.html","searchKeys":["HandleableCallbackBasedHolder","class HandleableCallbackBasedHolder : HandleableTriggersHolder Boolean> ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder"]},{"name":"class HandleableRegexesHolder : HandleableTriggersHolder ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/index.html","searchKeys":["HandleableRegexesHolder","class HandleableRegexesHolder : HandleableTriggersHolder ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder"]},{"name":"class InlineKeyboardBuilder : MatrixBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/index.html","searchKeys":["InlineKeyboardBuilder","class InlineKeyboardBuilder : MatrixBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder"]},{"name":"class InlineKeyboardRowBuilder : RowBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/index.html","searchKeys":["InlineKeyboardRowBuilder","class InlineKeyboardRowBuilder : RowBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder"]},{"name":"class InlineQueryResultArticle(val id: InlineQueryIdentifier, val title: String, val inputMessageContent: InputMessageContent, val replyMarkup: InlineKeyboardMarkup? = null, val url: String? = null, val hideUrl: Boolean? = null, val description: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null) : InlineQueryResult, ThumbSizedInlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, WithInputMessageContentInlineQueryResult, UrlInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/index.html","searchKeys":["InlineQueryResultArticle","class InlineQueryResultArticle(val id: InlineQueryIdentifier, val title: String, val inputMessageContent: InputMessageContent, val replyMarkup: InlineKeyboardMarkup? = null, val url: String? = null, val hideUrl: Boolean? = null, val description: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null) : InlineQueryResult, ThumbSizedInlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, WithInputMessageContentInlineQueryResult, UrlInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle"]},{"name":"class InlineQueryResultGame(val id: InlineQueryIdentifier, val gameShortName: String, val replyMarkup: InlineKeyboardMarkup? = null) : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/index.html","searchKeys":["InlineQueryResultGame","class InlineQueryResultGame(val id: InlineQueryIdentifier, val gameShortName: String, val replyMarkup: InlineKeyboardMarkup? = null) : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame"]},{"name":"class InputInvoiceMessageContent(val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false) : InputMessageContent, CommonSendInvoiceData","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/index.html","searchKeys":["InputInvoiceMessageContent","class InputInvoiceMessageContent(val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false) : InputMessageContent, CommonSendInvoiceData","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent"]},{"name":"class InvalidPhotoDimensionsException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/index.html","searchKeys":["InvalidPhotoDimensionsException","class InvalidPhotoDimensionsException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException"]},{"name":"class KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder) : BaseRequestsExecutor","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/index.html","searchKeys":["KtorRequestsExecutor","class KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder) : BaseRequestsExecutor","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor"]},{"name":"class KtorRequestsExecutorBuilder(var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/index.html","searchKeys":["KtorRequestsExecutorBuilder","class KtorRequestsExecutorBuilder(var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder"]},{"name":"class LiveLocationProvider : Closeable","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/index.html","searchKeys":["LiveLocationProvider","class LiveLocationProvider : Closeable","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider"]},{"name":"class MessageIsNotModifiedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/index.html","searchKeys":["MessageIsNotModifiedException","class MessageIsNotModifiedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException"]},{"name":"class MessageToEditNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/index.html","searchKeys":["MessageToEditNotFoundException","class MessageToEditNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException"]},{"name":"class MultipartRequestCallFactory : AbstractRequestCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/index.html","searchKeys":["MultipartRequestCallFactory","class MultipartRequestCallFactory : AbstractRequestCallFactory","dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory"]},{"name":"class MultipartRequestImpl, F : Files, R : Any>(val data: D, val files: F) : MultipartRequest ","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/index.html","searchKeys":["MultipartRequestImpl","class MultipartRequestImpl, F : Files, R : Any>(val data: D, val files: F) : MultipartRequest ","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl"]},{"name":"class MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null) : SetWebhookRequest, MultipartRequest ","description":"dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest","location":"docs/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/index.html","searchKeys":["MultipartSetWebhookRequest","class MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null) : SetWebhookRequest, MultipartRequest ","dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest"]},{"name":"class ReplyKeyboardBuilder : MatrixBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/index.html","searchKeys":["ReplyKeyboardBuilder","class ReplyKeyboardBuilder : MatrixBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder"]},{"name":"class ReplyKeyboardRowBuilder : RowBuilder ","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/index.html","searchKeys":["ReplyKeyboardRowBuilder","class ReplyKeyboardRowBuilder : RowBuilder ","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder"]},{"name":"class ReplyMessageNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/index.html","searchKeys":["ReplyMessageNotFoundException","class ReplyMessageNotFoundException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException"]},{"name":"class SetMyCommands(val commands: List, val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/index.html","searchKeys":["SetMyCommands","class SetMyCommands(val commands: List, val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","dev.inmo.tgbotapi.requests.bot.SetMyCommands"]},{"name":"class SetMyDefaultAdministratorRights(val rights: ChatAdministratorRightsImpl, val forChannels: Boolean? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/index.html","searchKeys":["SetMyDefaultAdministratorRights","class SetMyDefaultAdministratorRights(val rights: ChatAdministratorRightsImpl, val forChannels: Boolean? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights"]},{"name":"class SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }) : RequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/index.html","searchKeys":["SimpleMultiServerRequestsExecutor","class SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }) : RequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor"]},{"name":"class SimpleRequestCallFactory : AbstractRequestCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/index.html","searchKeys":["SimpleRequestCallFactory","class SimpleRequestCallFactory : AbstractRequestCallFactory","dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory"]},{"name":"class SupergroupChatCreated(val migratedFrom: ChatId?) : SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/index.html","searchKeys":["SupergroupChatCreated","class SupergroupChatCreated(val migratedFrom: ChatId?) : SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated"]},{"name":"class TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/index.html","searchKeys":["TelegramAPIUrlsKeeper","class TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper"]},{"name":"class TooMuchRequestsException(val retryAfter: RetryAfterError, val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/index.html","searchKeys":["TooMuchRequestsException","class TooMuchRequestsException(val retryAfter: RetryAfterError, val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException"]},{"name":"class TriggersHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/index.html","searchKeys":["TriggersHolder","class TriggersHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder"]},{"name":"class UnauthorizedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/index.html","searchKeys":["UnauthorizedException","class UnauthorizedException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException"]},{"name":"class UnknownChatType(val stringified: String) : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/index.html","searchKeys":["UnknownChatType","class UnknownChatType(val stringified: String) : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType"]},{"name":"class UnknownKeyboardButtonPollType : KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/index.html","searchKeys":["UnknownKeyboardButtonPollType","class UnknownKeyboardButtonPollType : KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType"]},{"name":"class WrongFileIdentifierException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/index.html","searchKeys":["WrongFileIdentifierException","class WrongFileIdentifierException(val response: Response, val plainAnswer: String, message: String?, val cause: Throwable?) : RequestException","dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException"]},{"name":"const val CHAT_JOIN_REQUEST: String","description":"dev.inmo.tgbotapi.types.CHAT_JOIN_REQUEST","location":"docs/dev.inmo.tgbotapi.types/-c-h-a-t_-j-o-i-n_-r-e-q-u-e-s-t.html","searchKeys":["CHAT_JOIN_REQUEST","const val CHAT_JOIN_REQUEST: String","dev.inmo.tgbotapi.types.CHAT_JOIN_REQUEST"]},{"name":"const val CHAT_MEMBER: String","description":"dev.inmo.tgbotapi.types.CHAT_MEMBER","location":"docs/dev.inmo.tgbotapi.types/-c-h-a-t_-m-e-m-b-e-r.html","searchKeys":["CHAT_MEMBER","const val CHAT_MEMBER: String","dev.inmo.tgbotapi.types.CHAT_MEMBER"]},{"name":"const val DirectInvocationOfTextSourceConstructor: String","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.DirectInvocationOfTextSourceConstructor","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/-direct-invocation-of-text-source-constructor.html","searchKeys":["DirectInvocationOfTextSourceConstructor","const val DirectInvocationOfTextSourceConstructor: String","dev.inmo.tgbotapi.types.MessageEntity.textsources.DirectInvocationOfTextSourceConstructor"]},{"name":"const val DirectInvocationOfTextSourceConstructor: String","description":"dev.inmo.tgbotapi.types.message.textsources.DirectInvocationOfTextSourceConstructor","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-direct-invocation-of-text-source-constructor.html","searchKeys":["DirectInvocationOfTextSourceConstructor","const val DirectInvocationOfTextSourceConstructor: String","dev.inmo.tgbotapi.types.message.textsources.DirectInvocationOfTextSourceConstructor"]},{"name":"const val MY_CHAT_MEMBER: String","description":"dev.inmo.tgbotapi.types.MY_CHAT_MEMBER","location":"docs/dev.inmo.tgbotapi.types/-m-y_-c-h-a-t_-m-e-m-b-e-r.html","searchKeys":["MY_CHAT_MEMBER","const val MY_CHAT_MEMBER: String","dev.inmo.tgbotapi.types.MY_CHAT_MEMBER"]},{"name":"const val UPDATE_CALLBACK_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_CALLBACK_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-a-l-l-b-a-c-k_-q-u-e-r-y.html","searchKeys":["UPDATE_CALLBACK_QUERY","const val UPDATE_CALLBACK_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_CALLBACK_QUERY"]},{"name":"const val UPDATE_CHANNEL_POST: String","description":"dev.inmo.tgbotapi.types.UPDATE_CHANNEL_POST","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-a-n-n-e-l_-p-o-s-t.html","searchKeys":["UPDATE_CHANNEL_POST","const val UPDATE_CHANNEL_POST: String","dev.inmo.tgbotapi.types.UPDATE_CHANNEL_POST"]},{"name":"const val UPDATE_CHOSEN_INLINE_RESULT: String","description":"dev.inmo.tgbotapi.types.UPDATE_CHOSEN_INLINE_RESULT","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-c-h-o-s-e-n_-i-n-l-i-n-e_-r-e-s-u-l-t.html","searchKeys":["UPDATE_CHOSEN_INLINE_RESULT","const val UPDATE_CHOSEN_INLINE_RESULT: String","dev.inmo.tgbotapi.types.UPDATE_CHOSEN_INLINE_RESULT"]},{"name":"const val UPDATE_EDITED_CHANNEL_POST: String","description":"dev.inmo.tgbotapi.types.UPDATE_EDITED_CHANNEL_POST","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-c-h-a-n-n-e-l_-p-o-s-t.html","searchKeys":["UPDATE_EDITED_CHANNEL_POST","const val UPDATE_EDITED_CHANNEL_POST: String","dev.inmo.tgbotapi.types.UPDATE_EDITED_CHANNEL_POST"]},{"name":"const val UPDATE_EDITED_MESSAGE: String","description":"dev.inmo.tgbotapi.types.UPDATE_EDITED_MESSAGE","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-e-d-i-t-e-d_-m-e-s-s-a-g-e.html","searchKeys":["UPDATE_EDITED_MESSAGE","const val UPDATE_EDITED_MESSAGE: String","dev.inmo.tgbotapi.types.UPDATE_EDITED_MESSAGE"]},{"name":"const val UPDATE_INLINE_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_INLINE_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-i-n-l-i-n-e_-q-u-e-r-y.html","searchKeys":["UPDATE_INLINE_QUERY","const val UPDATE_INLINE_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_INLINE_QUERY"]},{"name":"const val UPDATE_MESSAGE: String","description":"dev.inmo.tgbotapi.types.UPDATE_MESSAGE","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-m-e-s-s-a-g-e.html","searchKeys":["UPDATE_MESSAGE","const val UPDATE_MESSAGE: String","dev.inmo.tgbotapi.types.UPDATE_MESSAGE"]},{"name":"const val UPDATE_POLL: String","description":"dev.inmo.tgbotapi.types.UPDATE_POLL","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l.html","searchKeys":["UPDATE_POLL","const val UPDATE_POLL: String","dev.inmo.tgbotapi.types.UPDATE_POLL"]},{"name":"const val UPDATE_POLL_ANSWER: String","description":"dev.inmo.tgbotapi.types.UPDATE_POLL_ANSWER","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-o-l-l_-a-n-s-w-e-r.html","searchKeys":["UPDATE_POLL_ANSWER","const val UPDATE_POLL_ANSWER: String","dev.inmo.tgbotapi.types.UPDATE_POLL_ANSWER"]},{"name":"const val UPDATE_PRE_CHECKOUT_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_PRE_CHECKOUT_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-p-r-e_-c-h-e-c-k-o-u-t_-q-u-e-r-y.html","searchKeys":["UPDATE_PRE_CHECKOUT_QUERY","const val UPDATE_PRE_CHECKOUT_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_PRE_CHECKOUT_QUERY"]},{"name":"const val UPDATE_SHIPPING_QUERY: String","description":"dev.inmo.tgbotapi.types.UPDATE_SHIPPING_QUERY","location":"docs/dev.inmo.tgbotapi.types/-u-p-d-a-t-e_-s-h-i-p-p-i-n-g_-q-u-e-r-y.html","searchKeys":["UPDATE_SHIPPING_QUERY","const val UPDATE_SHIPPING_QUERY: String","dev.inmo.tgbotapi.types.UPDATE_SHIPPING_QUERY"]},{"name":"const val actionField: String","description":"dev.inmo.tgbotapi.types.actionField","location":"docs/dev.inmo.tgbotapi.types/action-field.html","searchKeys":["actionField","const val actionField: String","dev.inmo.tgbotapi.types.actionField"]},{"name":"const val addressField: String","description":"dev.inmo.tgbotapi.types.addressField","location":"docs/dev.inmo.tgbotapi.types/address-field.html","searchKeys":["addressField","const val addressField: String","dev.inmo.tgbotapi.types.addressField"]},{"name":"const val allowSendingWithoutReplyField: String","description":"dev.inmo.tgbotapi.types.allowSendingWithoutReplyField","location":"docs/dev.inmo.tgbotapi.types/allow-sending-without-reply-field.html","searchKeys":["allowSendingWithoutReplyField","const val allowSendingWithoutReplyField: String","dev.inmo.tgbotapi.types.allowSendingWithoutReplyField"]},{"name":"const val allowedUpdatesField: String","description":"dev.inmo.tgbotapi.types.allowedUpdatesField","location":"docs/dev.inmo.tgbotapi.types/allowed-updates-field.html","searchKeys":["allowedUpdatesField","const val allowedUpdatesField: String","dev.inmo.tgbotapi.types.allowedUpdatesField"]},{"name":"const val allowsMultipleAnswersField: String","description":"dev.inmo.tgbotapi.types.allowsMultipleAnswersField","location":"docs/dev.inmo.tgbotapi.types/allows-multiple-answers-field.html","searchKeys":["allowsMultipleAnswersField","const val allowsMultipleAnswersField: String","dev.inmo.tgbotapi.types.allowsMultipleAnswersField"]},{"name":"const val amountField: String","description":"dev.inmo.tgbotapi.types.amountField","location":"docs/dev.inmo.tgbotapi.types/amount-field.html","searchKeys":["amountField","const val amountField: String","dev.inmo.tgbotapi.types.amountField"]},{"name":"const val animationField: String","description":"dev.inmo.tgbotapi.types.animationField","location":"docs/dev.inmo.tgbotapi.types/animation-field.html","searchKeys":["animationField","const val animationField: String","dev.inmo.tgbotapi.types.animationField"]},{"name":"const val audioDurationField: String","description":"dev.inmo.tgbotapi.types.audioDurationField","location":"docs/dev.inmo.tgbotapi.types/audio-duration-field.html","searchKeys":["audioDurationField","const val audioDurationField: String","dev.inmo.tgbotapi.types.audioDurationField"]},{"name":"const val audioField: String","description":"dev.inmo.tgbotapi.types.audioField","location":"docs/dev.inmo.tgbotapi.types/audio-field.html","searchKeys":["audioField","const val audioField: String","dev.inmo.tgbotapi.types.audioField"]},{"name":"const val audioFileIdField: String","description":"dev.inmo.tgbotapi.types.audioFileIdField","location":"docs/dev.inmo.tgbotapi.types/audio-file-id-field.html","searchKeys":["audioFileIdField","const val audioFileIdField: String","dev.inmo.tgbotapi.types.audioFileIdField"]},{"name":"const val audioUrlField: String","description":"dev.inmo.tgbotapi.types.audioUrlField","location":"docs/dev.inmo.tgbotapi.types/audio-url-field.html","searchKeys":["audioUrlField","const val audioUrlField: String","dev.inmo.tgbotapi.types.audioUrlField"]},{"name":"const val bankStatementField: String","description":"dev.inmo.tgbotapi.types.bankStatementField","location":"docs/dev.inmo.tgbotapi.types/bank-statement-field.html","searchKeys":["bankStatementField","const val bankStatementField: String","dev.inmo.tgbotapi.types.bankStatementField"]},{"name":"const val bigFileIdField: String","description":"dev.inmo.tgbotapi.types.bigFileIdField","location":"docs/dev.inmo.tgbotapi.types/big-file-id-field.html","searchKeys":["bigFileIdField","const val bigFileIdField: String","dev.inmo.tgbotapi.types.bigFileIdField"]},{"name":"const val bigFileUniqueIdField: String","description":"dev.inmo.tgbotapi.types.bigFileUniqueIdField","location":"docs/dev.inmo.tgbotapi.types/big-file-unique-id-field.html","searchKeys":["bigFileUniqueIdField","const val bigFileUniqueIdField: String","dev.inmo.tgbotapi.types.bigFileUniqueIdField"]},{"name":"const val bioField: String","description":"dev.inmo.tgbotapi.types.bioField","location":"docs/dev.inmo.tgbotapi.types/bio-field.html","searchKeys":["bioField","const val bioField: String","dev.inmo.tgbotapi.types.bioField"]},{"name":"const val botActionActualityTime: Seconds = 5","description":"dev.inmo.tgbotapi.types.botActionActualityTime","location":"docs/dev.inmo.tgbotapi.types/bot-action-actuality-time.html","searchKeys":["botActionActualityTime","const val botActionActualityTime: Seconds = 5","dev.inmo.tgbotapi.types.botActionActualityTime"]},{"name":"const val botCommandField: String","description":"dev.inmo.tgbotapi.types.botCommandField","location":"docs/dev.inmo.tgbotapi.types/bot-command-field.html","searchKeys":["botCommandField","const val botCommandField: String","dev.inmo.tgbotapi.types.botCommandField"]},{"name":"const val botCommandsField: String","description":"dev.inmo.tgbotapi.types.botCommandsField","location":"docs/dev.inmo.tgbotapi.types/bot-commands-field.html","searchKeys":["botCommandsField","const val botCommandsField: String","dev.inmo.tgbotapi.types.botCommandsField"]},{"name":"const val botUsernameField: String","description":"dev.inmo.tgbotapi.types.botUsernameField","location":"docs/dev.inmo.tgbotapi.types/bot-username-field.html","searchKeys":["botUsernameField","const val botUsernameField: String","dev.inmo.tgbotapi.types.botUsernameField"]},{"name":"const val buttonTextField: String","description":"dev.inmo.tgbotapi.types.buttonTextField","location":"docs/dev.inmo.tgbotapi.types/button-text-field.html","searchKeys":["buttonTextField","const val buttonTextField: String","dev.inmo.tgbotapi.types.buttonTextField"]},{"name":"const val cacheTimeField: String","description":"dev.inmo.tgbotapi.types.cacheTimeField","location":"docs/dev.inmo.tgbotapi.types/cache-time-field.html","searchKeys":["cacheTimeField","const val cacheTimeField: String","dev.inmo.tgbotapi.types.cacheTimeField"]},{"name":"const val callbackDataField: String","description":"dev.inmo.tgbotapi.types.callbackDataField","location":"docs/dev.inmo.tgbotapi.types/callback-data-field.html","searchKeys":["callbackDataField","const val callbackDataField: String","dev.inmo.tgbotapi.types.callbackDataField"]},{"name":"const val callbackGameField: String","description":"dev.inmo.tgbotapi.types.callbackGameField","location":"docs/dev.inmo.tgbotapi.types/callback-game-field.html","searchKeys":["callbackGameField","const val callbackGameField: String","dev.inmo.tgbotapi.types.callbackGameField"]},{"name":"const val callbackQueryIdField: String","description":"dev.inmo.tgbotapi.types.callbackQueryIdField","location":"docs/dev.inmo.tgbotapi.types/callback-query-id-field.html","searchKeys":["callbackQueryIdField","const val callbackQueryIdField: String","dev.inmo.tgbotapi.types.callbackQueryIdField"]},{"name":"const val canAddWebPagePreviewsField: String","description":"dev.inmo.tgbotapi.types.canAddWebPagePreviewsField","location":"docs/dev.inmo.tgbotapi.types/can-add-web-page-previews-field.html","searchKeys":["canAddWebPagePreviewsField","const val canAddWebPagePreviewsField: String","dev.inmo.tgbotapi.types.canAddWebPagePreviewsField"]},{"name":"const val canBeEditedField: String","description":"dev.inmo.tgbotapi.types.canBeEditedField","location":"docs/dev.inmo.tgbotapi.types/can-be-edited-field.html","searchKeys":["canBeEditedField","const val canBeEditedField: String","dev.inmo.tgbotapi.types.canBeEditedField"]},{"name":"const val canChangeInfoField: String","description":"dev.inmo.tgbotapi.types.canChangeInfoField","location":"docs/dev.inmo.tgbotapi.types/can-change-info-field.html","searchKeys":["canChangeInfoField","const val canChangeInfoField: String","dev.inmo.tgbotapi.types.canChangeInfoField"]},{"name":"const val canDeleteMessagesField: String","description":"dev.inmo.tgbotapi.types.canDeleteMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-delete-messages-field.html","searchKeys":["canDeleteMessagesField","const val canDeleteMessagesField: String","dev.inmo.tgbotapi.types.canDeleteMessagesField"]},{"name":"const val canEditMessagesField: String","description":"dev.inmo.tgbotapi.types.canEditMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-edit-messages-field.html","searchKeys":["canEditMessagesField","const val canEditMessagesField: String","dev.inmo.tgbotapi.types.canEditMessagesField"]},{"name":"const val canInviteUsersField: String","description":"dev.inmo.tgbotapi.types.canInviteUsersField","location":"docs/dev.inmo.tgbotapi.types/can-invite-users-field.html","searchKeys":["canInviteUsersField","const val canInviteUsersField: String","dev.inmo.tgbotapi.types.canInviteUsersField"]},{"name":"const val canJoinGroupsField: String","description":"dev.inmo.tgbotapi.types.canJoinGroupsField","location":"docs/dev.inmo.tgbotapi.types/can-join-groups-field.html","searchKeys":["canJoinGroupsField","const val canJoinGroupsField: String","dev.inmo.tgbotapi.types.canJoinGroupsField"]},{"name":"const val canManageChatField: String","description":"dev.inmo.tgbotapi.types.canManageChatField","location":"docs/dev.inmo.tgbotapi.types/can-manage-chat-field.html","searchKeys":["canManageChatField","const val canManageChatField: String","dev.inmo.tgbotapi.types.canManageChatField"]},{"name":"const val canManageVideoChatsField: String","description":"dev.inmo.tgbotapi.types.canManageVideoChatsField","location":"docs/dev.inmo.tgbotapi.types/can-manage-video-chats-field.html","searchKeys":["canManageVideoChatsField","const val canManageVideoChatsField: String","dev.inmo.tgbotapi.types.canManageVideoChatsField"]},{"name":"const val canManageVoiceChatsField: String","description":"dev.inmo.tgbotapi.types.canManageVoiceChatsField","location":"docs/dev.inmo.tgbotapi.types/can-manage-voice-chats-field.html","searchKeys":["canManageVoiceChatsField","const val canManageVoiceChatsField: String","dev.inmo.tgbotapi.types.canManageVoiceChatsField"]},{"name":"const val canPinMessagesField: String","description":"dev.inmo.tgbotapi.types.canPinMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-pin-messages-field.html","searchKeys":["canPinMessagesField","const val canPinMessagesField: String","dev.inmo.tgbotapi.types.canPinMessagesField"]},{"name":"const val canPostMessagesField: String","description":"dev.inmo.tgbotapi.types.canPostMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-post-messages-field.html","searchKeys":["canPostMessagesField","const val canPostMessagesField: String","dev.inmo.tgbotapi.types.canPostMessagesField"]},{"name":"const val canPromoteMembersField: String","description":"dev.inmo.tgbotapi.types.canPromoteMembersField","location":"docs/dev.inmo.tgbotapi.types/can-promote-members-field.html","searchKeys":["canPromoteMembersField","const val canPromoteMembersField: String","dev.inmo.tgbotapi.types.canPromoteMembersField"]},{"name":"const val canReadAllGroupMessagesField: String","description":"dev.inmo.tgbotapi.types.canReadAllGroupMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-read-all-group-messages-field.html","searchKeys":["canReadAllGroupMessagesField","const val canReadAllGroupMessagesField: String","dev.inmo.tgbotapi.types.canReadAllGroupMessagesField"]},{"name":"const val canRestrictMembersField: String","description":"dev.inmo.tgbotapi.types.canRestrictMembersField","location":"docs/dev.inmo.tgbotapi.types/can-restrict-members-field.html","searchKeys":["canRestrictMembersField","const val canRestrictMembersField: String","dev.inmo.tgbotapi.types.canRestrictMembersField"]},{"name":"const val canSendMediaMessagesField: String","description":"dev.inmo.tgbotapi.types.canSendMediaMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-send-media-messages-field.html","searchKeys":["canSendMediaMessagesField","const val canSendMediaMessagesField: String","dev.inmo.tgbotapi.types.canSendMediaMessagesField"]},{"name":"const val canSendMessagesField: String","description":"dev.inmo.tgbotapi.types.canSendMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-send-messages-field.html","searchKeys":["canSendMessagesField","const val canSendMessagesField: String","dev.inmo.tgbotapi.types.canSendMessagesField"]},{"name":"const val canSendOtherMessagesField: String","description":"dev.inmo.tgbotapi.types.canSendOtherMessagesField","location":"docs/dev.inmo.tgbotapi.types/can-send-other-messages-field.html","searchKeys":["canSendOtherMessagesField","const val canSendOtherMessagesField: String","dev.inmo.tgbotapi.types.canSendOtherMessagesField"]},{"name":"const val canSendPollsField: String","description":"dev.inmo.tgbotapi.types.canSendPollsField","location":"docs/dev.inmo.tgbotapi.types/can-send-polls-field.html","searchKeys":["canSendPollsField","const val canSendPollsField: String","dev.inmo.tgbotapi.types.canSendPollsField"]},{"name":"const val canSetStickerSetField: String","description":"dev.inmo.tgbotapi.types.canSetStickerSetField","location":"docs/dev.inmo.tgbotapi.types/can-set-sticker-set-field.html","searchKeys":["canSetStickerSetField","const val canSetStickerSetField: String","dev.inmo.tgbotapi.types.canSetStickerSetField"]},{"name":"const val captionEntitiesField: String","description":"dev.inmo.tgbotapi.types.captionEntitiesField","location":"docs/dev.inmo.tgbotapi.types/caption-entities-field.html","searchKeys":["captionEntitiesField","const val captionEntitiesField: String","dev.inmo.tgbotapi.types.captionEntitiesField"]},{"name":"const val captionField: String","description":"dev.inmo.tgbotapi.types.captionField","location":"docs/dev.inmo.tgbotapi.types/caption-field.html","searchKeys":["captionField","const val captionField: String","dev.inmo.tgbotapi.types.captionField"]},{"name":"const val certificateField: String","description":"dev.inmo.tgbotapi.types.certificateField","location":"docs/dev.inmo.tgbotapi.types/certificate-field.html","searchKeys":["certificateField","const val certificateField: String","dev.inmo.tgbotapi.types.certificateField"]},{"name":"const val chatField: String","description":"dev.inmo.tgbotapi.types.chatField","location":"docs/dev.inmo.tgbotapi.types/chat-field.html","searchKeys":["chatField","const val chatField: String","dev.inmo.tgbotapi.types.chatField"]},{"name":"const val chatIdField: String","description":"dev.inmo.tgbotapi.types.chatIdField","location":"docs/dev.inmo.tgbotapi.types/chat-id-field.html","searchKeys":["chatIdField","const val chatIdField: String","dev.inmo.tgbotapi.types.chatIdField"]},{"name":"const val chatTypeField: String","description":"dev.inmo.tgbotapi.types.chatTypeField","location":"docs/dev.inmo.tgbotapi.types/chat-type-field.html","searchKeys":["chatTypeField","const val chatTypeField: String","dev.inmo.tgbotapi.types.chatTypeField"]},{"name":"const val cityField: String","description":"dev.inmo.tgbotapi.types.cityField","location":"docs/dev.inmo.tgbotapi.types/city-field.html","searchKeys":["cityField","const val cityField: String","dev.inmo.tgbotapi.types.cityField"]},{"name":"const val closeDateField: String","description":"dev.inmo.tgbotapi.types.closeDateField","location":"docs/dev.inmo.tgbotapi.types/close-date-field.html","searchKeys":["closeDateField","const val closeDateField: String","dev.inmo.tgbotapi.types.closeDateField"]},{"name":"const val containsMasksField: String","description":"dev.inmo.tgbotapi.types.containsMasksField","location":"docs/dev.inmo.tgbotapi.types/contains-masks-field.html","searchKeys":["containsMasksField","const val containsMasksField: String","dev.inmo.tgbotapi.types.containsMasksField"]},{"name":"const val correctOptionIdField: String","description":"dev.inmo.tgbotapi.types.correctOptionIdField","location":"docs/dev.inmo.tgbotapi.types/correct-option-id-field.html","searchKeys":["correctOptionIdField","const val correctOptionIdField: String","dev.inmo.tgbotapi.types.correctOptionIdField"]},{"name":"const val countryCodeField: String","description":"dev.inmo.tgbotapi.types.countryCodeField","location":"docs/dev.inmo.tgbotapi.types/country-code-field.html","searchKeys":["countryCodeField","const val countryCodeField: String","dev.inmo.tgbotapi.types.countryCodeField"]},{"name":"const val createsJoinRequestField: String","description":"dev.inmo.tgbotapi.types.createsJoinRequestField","location":"docs/dev.inmo.tgbotapi.types/creates-join-request-field.html","searchKeys":["createsJoinRequestField","const val createsJoinRequestField: String","dev.inmo.tgbotapi.types.createsJoinRequestField"]},{"name":"const val creatorField: String","description":"dev.inmo.tgbotapi.types.creatorField","location":"docs/dev.inmo.tgbotapi.types/creator-field.html","searchKeys":["creatorField","const val creatorField: String","dev.inmo.tgbotapi.types.creatorField"]},{"name":"const val credentialsField: String","description":"dev.inmo.tgbotapi.types.credentialsField","location":"docs/dev.inmo.tgbotapi.types/credentials-field.html","searchKeys":["credentialsField","const val credentialsField: String","dev.inmo.tgbotapi.types.credentialsField"]},{"name":"const val currencyField: String","description":"dev.inmo.tgbotapi.types.currencyField","location":"docs/dev.inmo.tgbotapi.types/currency-field.html","searchKeys":["currencyField","const val currencyField: String","dev.inmo.tgbotapi.types.currencyField"]},{"name":"const val customTitleField: String","description":"dev.inmo.tgbotapi.types.customTitleField","location":"docs/dev.inmo.tgbotapi.types/custom-title-field.html","searchKeys":["customTitleField","const val customTitleField: String","dev.inmo.tgbotapi.types.customTitleField"]},{"name":"const val dataField: String","description":"dev.inmo.tgbotapi.types.dataField","location":"docs/dev.inmo.tgbotapi.types/data-field.html","searchKeys":["dataField","const val dataField: String","dev.inmo.tgbotapi.types.dataField"]},{"name":"const val dataHashField: String","description":"dev.inmo.tgbotapi.types.dataHashField","location":"docs/dev.inmo.tgbotapi.types/data-hash-field.html","searchKeys":["dataHashField","const val dataHashField: String","dev.inmo.tgbotapi.types.dataHashField"]},{"name":"const val dateField: String","description":"dev.inmo.tgbotapi.types.dateField","location":"docs/dev.inmo.tgbotapi.types/date-field.html","searchKeys":["dateField","const val dateField: String","dev.inmo.tgbotapi.types.dateField"]},{"name":"const val descriptionField: String","description":"dev.inmo.tgbotapi.types.descriptionField","location":"docs/dev.inmo.tgbotapi.types/description-field.html","searchKeys":["descriptionField","const val descriptionField: String","dev.inmo.tgbotapi.types.descriptionField"]},{"name":"const val disableContentTypeDetectionField: String","description":"dev.inmo.tgbotapi.types.disableContentTypeDetectionField","location":"docs/dev.inmo.tgbotapi.types/disable-content-type-detection-field.html","searchKeys":["disableContentTypeDetectionField","const val disableContentTypeDetectionField: String","dev.inmo.tgbotapi.types.disableContentTypeDetectionField"]},{"name":"const val disableEditMessageField: String","description":"dev.inmo.tgbotapi.types.disableEditMessageField","location":"docs/dev.inmo.tgbotapi.types/disable-edit-message-field.html","searchKeys":["disableEditMessageField","const val disableEditMessageField: String","dev.inmo.tgbotapi.types.disableEditMessageField"]},{"name":"const val disableNotificationField: String","description":"dev.inmo.tgbotapi.types.disableNotificationField","location":"docs/dev.inmo.tgbotapi.types/disable-notification-field.html","searchKeys":["disableNotificationField","const val disableNotificationField: String","dev.inmo.tgbotapi.types.disableNotificationField"]},{"name":"const val disableWebPagePreviewField: String","description":"dev.inmo.tgbotapi.types.disableWebPagePreviewField","location":"docs/dev.inmo.tgbotapi.types/disable-web-page-preview-field.html","searchKeys":["disableWebPagePreviewField","const val disableWebPagePreviewField: String","dev.inmo.tgbotapi.types.disableWebPagePreviewField"]},{"name":"const val documentField: String","description":"dev.inmo.tgbotapi.types.documentField","location":"docs/dev.inmo.tgbotapi.types/document-field.html","searchKeys":["documentField","const val documentField: String","dev.inmo.tgbotapi.types.documentField"]},{"name":"const val documentFileIdField: String","description":"dev.inmo.tgbotapi.types.documentFileIdField","location":"docs/dev.inmo.tgbotapi.types/document-file-id-field.html","searchKeys":["documentFileIdField","const val documentFileIdField: String","dev.inmo.tgbotapi.types.documentFileIdField"]},{"name":"const val documentUrlField: String","description":"dev.inmo.tgbotapi.types.documentUrlField","location":"docs/dev.inmo.tgbotapi.types/document-url-field.html","searchKeys":["documentUrlField","const val documentUrlField: String","dev.inmo.tgbotapi.types.documentUrlField"]},{"name":"const val driverLicenseField: String","description":"dev.inmo.tgbotapi.types.driverLicenseField","location":"docs/dev.inmo.tgbotapi.types/driver-license-field.html","searchKeys":["driverLicenseField","const val driverLicenseField: String","dev.inmo.tgbotapi.types.driverLicenseField"]},{"name":"const val dropPendingUpdatesField: String","description":"dev.inmo.tgbotapi.types.dropPendingUpdatesField","location":"docs/dev.inmo.tgbotapi.types/drop-pending-updates-field.html","searchKeys":["dropPendingUpdatesField","const val dropPendingUpdatesField: String","dev.inmo.tgbotapi.types.dropPendingUpdatesField"]},{"name":"const val durationField: String","description":"dev.inmo.tgbotapi.types.durationField","location":"docs/dev.inmo.tgbotapi.types/duration-field.html","searchKeys":["durationField","const val durationField: String","dev.inmo.tgbotapi.types.durationField"]},{"name":"const val editMessageCaptionMethod: String","description":"dev.inmo.tgbotapi.requests.edit.caption.editMessageCaptionMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/edit-message-caption-method.html","searchKeys":["editMessageCaptionMethod","const val editMessageCaptionMethod: String","dev.inmo.tgbotapi.requests.edit.caption.editMessageCaptionMethod"]},{"name":"const val editMessageLiveLocationMethod: String","description":"dev.inmo.tgbotapi.requests.edit.location.live.editMessageLiveLocationMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/edit-message-live-location-method.html","searchKeys":["editMessageLiveLocationMethod","const val editMessageLiveLocationMethod: String","dev.inmo.tgbotapi.requests.edit.location.live.editMessageLiveLocationMethod"]},{"name":"const val editMessageMediaMethod: String","description":"dev.inmo.tgbotapi.requests.edit.media.editMessageMediaMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.media/edit-message-media-method.html","searchKeys":["editMessageMediaMethod","const val editMessageMediaMethod: String","dev.inmo.tgbotapi.requests.edit.media.editMessageMediaMethod"]},{"name":"const val editMessageReplyMarkupMethod: String","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.editMessageReplyMarkupMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/edit-message-reply-markup-method.html","searchKeys":["editMessageReplyMarkupMethod","const val editMessageReplyMarkupMethod: String","dev.inmo.tgbotapi.requests.edit.reply_markup.editMessageReplyMarkupMethod"]},{"name":"const val editMessageTextMethod: String","description":"dev.inmo.tgbotapi.requests.edit.text.editMessageTextMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.text/edit-message-text-method.html","searchKeys":["editMessageTextMethod","const val editMessageTextMethod: String","dev.inmo.tgbotapi.requests.edit.text.editMessageTextMethod"]},{"name":"const val emailField: String","description":"dev.inmo.tgbotapi.types.emailField","location":"docs/dev.inmo.tgbotapi.types/email-field.html","searchKeys":["emailField","const val emailField: String","dev.inmo.tgbotapi.types.emailField"]},{"name":"const val emojiField: String","description":"dev.inmo.tgbotapi.types.emojiField","location":"docs/dev.inmo.tgbotapi.types/emoji-field.html","searchKeys":["emojiField","const val emojiField: String","dev.inmo.tgbotapi.types.emojiField"]},{"name":"const val emojisField: String","description":"dev.inmo.tgbotapi.types.emojisField","location":"docs/dev.inmo.tgbotapi.types/emojis-field.html","searchKeys":["emojisField","const val emojisField: String","dev.inmo.tgbotapi.types.emojisField"]},{"name":"const val entitiesField: String","description":"dev.inmo.tgbotapi.types.entitiesField","location":"docs/dev.inmo.tgbotapi.types/entities-field.html","searchKeys":["entitiesField","const val entitiesField: String","dev.inmo.tgbotapi.types.entitiesField"]},{"name":"const val errorMessageField: String","description":"dev.inmo.tgbotapi.types.errorMessageField","location":"docs/dev.inmo.tgbotapi.types/error-message-field.html","searchKeys":["errorMessageField","const val errorMessageField: String","dev.inmo.tgbotapi.types.errorMessageField"]},{"name":"const val errorsField: String","description":"dev.inmo.tgbotapi.types.errorsField","location":"docs/dev.inmo.tgbotapi.types/errors-field.html","searchKeys":["errorsField","const val errorsField: String","dev.inmo.tgbotapi.types.errorsField"]},{"name":"const val expireDateField: String","description":"dev.inmo.tgbotapi.types.expireDateField","location":"docs/dev.inmo.tgbotapi.types/expire-date-field.html","searchKeys":["expireDateField","const val expireDateField: String","dev.inmo.tgbotapi.types.expireDateField"]},{"name":"const val explanationEntitiesField: String","description":"dev.inmo.tgbotapi.types.explanationEntitiesField","location":"docs/dev.inmo.tgbotapi.types/explanation-entities-field.html","searchKeys":["explanationEntitiesField","const val explanationEntitiesField: String","dev.inmo.tgbotapi.types.explanationEntitiesField"]},{"name":"const val explanationField: String","description":"dev.inmo.tgbotapi.types.explanationField","location":"docs/dev.inmo.tgbotapi.types/explanation-field.html","searchKeys":["explanationField","const val explanationField: String","dev.inmo.tgbotapi.types.explanationField"]},{"name":"const val explanationParseModeField: String","description":"dev.inmo.tgbotapi.types.explanationParseModeField","location":"docs/dev.inmo.tgbotapi.types/explanation-parse-mode-field.html","searchKeys":["explanationParseModeField","const val explanationParseModeField: String","dev.inmo.tgbotapi.types.explanationParseModeField"]},{"name":"const val fieldNameField: String","description":"dev.inmo.tgbotapi.types.fieldNameField","location":"docs/dev.inmo.tgbotapi.types/field-name-field.html","searchKeys":["fieldNameField","const val fieldNameField: String","dev.inmo.tgbotapi.types.fieldNameField"]},{"name":"const val fileDateField: String","description":"dev.inmo.tgbotapi.types.fileDateField","location":"docs/dev.inmo.tgbotapi.types/file-date-field.html","searchKeys":["fileDateField","const val fileDateField: String","dev.inmo.tgbotapi.types.fileDateField"]},{"name":"const val fileField: String","description":"dev.inmo.tgbotapi.types.fileField","location":"docs/dev.inmo.tgbotapi.types/file-field.html","searchKeys":["fileField","const val fileField: String","dev.inmo.tgbotapi.types.fileField"]},{"name":"const val fileHashField: String","description":"dev.inmo.tgbotapi.types.fileHashField","location":"docs/dev.inmo.tgbotapi.types/file-hash-field.html","searchKeys":["fileHashField","const val fileHashField: String","dev.inmo.tgbotapi.types.fileHashField"]},{"name":"const val fileHashesField: String","description":"dev.inmo.tgbotapi.types.fileHashesField","location":"docs/dev.inmo.tgbotapi.types/file-hashes-field.html","searchKeys":["fileHashesField","const val fileHashesField: String","dev.inmo.tgbotapi.types.fileHashesField"]},{"name":"const val fileIdField: String","description":"dev.inmo.tgbotapi.types.fileIdField","location":"docs/dev.inmo.tgbotapi.types/file-id-field.html","searchKeys":["fileIdField","const val fileIdField: String","dev.inmo.tgbotapi.types.fileIdField"]},{"name":"const val fileNameField: String","description":"dev.inmo.tgbotapi.types.fileNameField","location":"docs/dev.inmo.tgbotapi.types/file-name-field.html","searchKeys":["fileNameField","const val fileNameField: String","dev.inmo.tgbotapi.types.fileNameField"]},{"name":"const val filePathField: String","description":"dev.inmo.tgbotapi.types.filePathField","location":"docs/dev.inmo.tgbotapi.types/file-path-field.html","searchKeys":["filePathField","const val filePathField: String","dev.inmo.tgbotapi.types.filePathField"]},{"name":"const val fileSizeField: String","description":"dev.inmo.tgbotapi.types.fileSizeField","location":"docs/dev.inmo.tgbotapi.types/file-size-field.html","searchKeys":["fileSizeField","const val fileSizeField: String","dev.inmo.tgbotapi.types.fileSizeField"]},{"name":"const val fileUniqueIdField: String","description":"dev.inmo.tgbotapi.types.fileUniqueIdField","location":"docs/dev.inmo.tgbotapi.types/file-unique-id-field.html","searchKeys":["fileUniqueIdField","const val fileUniqueIdField: String","dev.inmo.tgbotapi.types.fileUniqueIdField"]},{"name":"const val filesField: String","description":"dev.inmo.tgbotapi.types.filesField","location":"docs/dev.inmo.tgbotapi.types/files-field.html","searchKeys":["filesField","const val filesField: String","dev.inmo.tgbotapi.types.filesField"]},{"name":"const val firstNameField: String","description":"dev.inmo.tgbotapi.types.firstNameField","location":"docs/dev.inmo.tgbotapi.types/first-name-field.html","searchKeys":["firstNameField","const val firstNameField: String","dev.inmo.tgbotapi.types.firstNameField"]},{"name":"const val firstStreetLineField: String","description":"dev.inmo.tgbotapi.types.firstStreetLineField","location":"docs/dev.inmo.tgbotapi.types/first-street-line-field.html","searchKeys":["firstStreetLineField","const val firstStreetLineField: String","dev.inmo.tgbotapi.types.firstStreetLineField"]},{"name":"const val forChannelsField: String","description":"dev.inmo.tgbotapi.types.forChannelsField","location":"docs/dev.inmo.tgbotapi.types/for-channels-field.html","searchKeys":["forChannelsField","const val forChannelsField: String","dev.inmo.tgbotapi.types.forChannelsField"]},{"name":"const val forceField: String","description":"dev.inmo.tgbotapi.types.forceField","location":"docs/dev.inmo.tgbotapi.types/force-field.html","searchKeys":["forceField","const val forceField: String","dev.inmo.tgbotapi.types.forceField"]},{"name":"const val forwardTextField: String","description":"dev.inmo.tgbotapi.types.forwardTextField","location":"docs/dev.inmo.tgbotapi.types/forward-text-field.html","searchKeys":["forwardTextField","const val forwardTextField: String","dev.inmo.tgbotapi.types.forwardTextField"]},{"name":"const val foursquareIdField: String","description":"dev.inmo.tgbotapi.types.foursquareIdField","location":"docs/dev.inmo.tgbotapi.types/foursquare-id-field.html","searchKeys":["foursquareIdField","const val foursquareIdField: String","dev.inmo.tgbotapi.types.foursquareIdField"]},{"name":"const val foursquareTypeField: String","description":"dev.inmo.tgbotapi.types.foursquareTypeField","location":"docs/dev.inmo.tgbotapi.types/foursquare-type-field.html","searchKeys":["foursquareTypeField","const val foursquareTypeField: String","dev.inmo.tgbotapi.types.foursquareTypeField"]},{"name":"const val fromChatIdField: String","description":"dev.inmo.tgbotapi.types.fromChatIdField","location":"docs/dev.inmo.tgbotapi.types/from-chat-id-field.html","searchKeys":["fromChatIdField","const val fromChatIdField: String","dev.inmo.tgbotapi.types.fromChatIdField"]},{"name":"const val fromField: String","description":"dev.inmo.tgbotapi.types.fromField","location":"docs/dev.inmo.tgbotapi.types/from-field.html","searchKeys":["fromField","const val fromField: String","dev.inmo.tgbotapi.types.fromField"]},{"name":"const val frontSideField: String","description":"dev.inmo.tgbotapi.types.frontSideField","location":"docs/dev.inmo.tgbotapi.types/front-side-field.html","searchKeys":["frontSideField","const val frontSideField: String","dev.inmo.tgbotapi.types.frontSideField"]},{"name":"const val gameShortNameField: String","description":"dev.inmo.tgbotapi.types.gameShortNameField","location":"docs/dev.inmo.tgbotapi.types/game-short-name-field.html","searchKeys":["gameShortNameField","const val gameShortNameField: String","dev.inmo.tgbotapi.types.gameShortNameField"]},{"name":"const val gifDurationField: String","description":"dev.inmo.tgbotapi.types.gifDurationField","location":"docs/dev.inmo.tgbotapi.types/gif-duration-field.html","searchKeys":["gifDurationField","const val gifDurationField: String","dev.inmo.tgbotapi.types.gifDurationField"]},{"name":"const val gifFileIdField: String","description":"dev.inmo.tgbotapi.types.gifFileIdField","location":"docs/dev.inmo.tgbotapi.types/gif-file-id-field.html","searchKeys":["gifFileIdField","const val gifFileIdField: String","dev.inmo.tgbotapi.types.gifFileIdField"]},{"name":"const val gifHeightField: String","description":"dev.inmo.tgbotapi.types.gifHeightField","location":"docs/dev.inmo.tgbotapi.types/gif-height-field.html","searchKeys":["gifHeightField","const val gifHeightField: String","dev.inmo.tgbotapi.types.gifHeightField"]},{"name":"const val gifUrlField: String","description":"dev.inmo.tgbotapi.types.gifUrlField","location":"docs/dev.inmo.tgbotapi.types/gif-url-field.html","searchKeys":["gifUrlField","const val gifUrlField: String","dev.inmo.tgbotapi.types.gifUrlField"]},{"name":"const val gifWidthField: String","description":"dev.inmo.tgbotapi.types.gifWidthField","location":"docs/dev.inmo.tgbotapi.types/gif-width-field.html","searchKeys":["gifWidthField","const val gifWidthField: String","dev.inmo.tgbotapi.types.gifWidthField"]},{"name":"const val googlePlaceIdField: String","description":"dev.inmo.tgbotapi.types.googlePlaceIdField","location":"docs/dev.inmo.tgbotapi.types/google-place-id-field.html","searchKeys":["googlePlaceIdField","const val googlePlaceIdField: String","dev.inmo.tgbotapi.types.googlePlaceIdField"]},{"name":"const val googlePlaceTypeField: String","description":"dev.inmo.tgbotapi.types.googlePlaceTypeField","location":"docs/dev.inmo.tgbotapi.types/google-place-type-field.html","searchKeys":["googlePlaceTypeField","const val googlePlaceTypeField: String","dev.inmo.tgbotapi.types.googlePlaceTypeField"]},{"name":"const val hasCustomCertificateField: String","description":"dev.inmo.tgbotapi.types.hasCustomCertificateField","location":"docs/dev.inmo.tgbotapi.types/has-custom-certificate-field.html","searchKeys":["hasCustomCertificateField","const val hasCustomCertificateField: String","dev.inmo.tgbotapi.types.hasCustomCertificateField"]},{"name":"const val hasPrivateForwardsField: String","description":"dev.inmo.tgbotapi.types.hasPrivateForwardsField","location":"docs/dev.inmo.tgbotapi.types/has-private-forwards-field.html","searchKeys":["hasPrivateForwardsField","const val hasPrivateForwardsField: String","dev.inmo.tgbotapi.types.hasPrivateForwardsField"]},{"name":"const val hashField: String","description":"dev.inmo.tgbotapi.types.hashField","location":"docs/dev.inmo.tgbotapi.types/hash-field.html","searchKeys":["hashField","const val hashField: String","dev.inmo.tgbotapi.types.hashField"]},{"name":"const val headingField: String","description":"dev.inmo.tgbotapi.types.headingField","location":"docs/dev.inmo.tgbotapi.types/heading-field.html","searchKeys":["headingField","const val headingField: String","dev.inmo.tgbotapi.types.headingField"]},{"name":"const val heightField: String","description":"dev.inmo.tgbotapi.types.heightField","location":"docs/dev.inmo.tgbotapi.types/height-field.html","searchKeys":["heightField","const val heightField: String","dev.inmo.tgbotapi.types.heightField"]},{"name":"const val hideUrlField: String","description":"dev.inmo.tgbotapi.types.hideUrlField","location":"docs/dev.inmo.tgbotapi.types/hide-url-field.html","searchKeys":["hideUrlField","const val hideUrlField: String","dev.inmo.tgbotapi.types.hideUrlField"]},{"name":"const val horizontalAccuracyField: String","description":"dev.inmo.tgbotapi.types.horizontalAccuracyField","location":"docs/dev.inmo.tgbotapi.types/horizontal-accuracy-field.html","searchKeys":["horizontalAccuracyField","const val horizontalAccuracyField: String","dev.inmo.tgbotapi.types.horizontalAccuracyField"]},{"name":"const val htmlBoldControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlBoldControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-bold-control.html","searchKeys":["htmlBoldControl","const val htmlBoldControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlBoldControl"]},{"name":"const val htmlBoldControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlBoldControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-bold-control.html","searchKeys":["htmlBoldControl","const val htmlBoldControl: String","dev.inmo.tgbotapi.utils.internal.htmlBoldControl"]},{"name":"const val htmlCodeControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlCodeControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-code-control.html","searchKeys":["htmlCodeControl","const val htmlCodeControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlCodeControl"]},{"name":"const val htmlCodeControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlCodeControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-code-control.html","searchKeys":["htmlCodeControl","const val htmlCodeControl: String","dev.inmo.tgbotapi.utils.internal.htmlCodeControl"]},{"name":"const val htmlItalicControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlItalicControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-italic-control.html","searchKeys":["htmlItalicControl","const val htmlItalicControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlItalicControl"]},{"name":"const val htmlItalicControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlItalicControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-italic-control.html","searchKeys":["htmlItalicControl","const val htmlItalicControl: String","dev.inmo.tgbotapi.utils.internal.htmlItalicControl"]},{"name":"const val htmlPreControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlPreControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-pre-control.html","searchKeys":["htmlPreControl","const val htmlPreControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlPreControl"]},{"name":"const val htmlPreControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlPreControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-pre-control.html","searchKeys":["htmlPreControl","const val htmlPreControl: String","dev.inmo.tgbotapi.utils.internal.htmlPreControl"]},{"name":"const val htmlSpoilerClosingControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlSpoilerClosingControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-spoiler-closing-control.html","searchKeys":["htmlSpoilerClosingControl","const val htmlSpoilerClosingControl: String","dev.inmo.tgbotapi.utils.internal.htmlSpoilerClosingControl"]},{"name":"const val htmlSpoilerControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlSpoilerControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-spoiler-control.html","searchKeys":["htmlSpoilerControl","const val htmlSpoilerControl: String","dev.inmo.tgbotapi.utils.internal.htmlSpoilerControl"]},{"name":"const val htmlStrikethroughControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlStrikethroughControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-strikethrough-control.html","searchKeys":["htmlStrikethroughControl","const val htmlStrikethroughControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlStrikethroughControl"]},{"name":"const val htmlStrikethroughControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlStrikethroughControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-strikethrough-control.html","searchKeys":["htmlStrikethroughControl","const val htmlStrikethroughControl: String","dev.inmo.tgbotapi.utils.internal.htmlStrikethroughControl"]},{"name":"const val htmlUnderlineControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.htmlUnderlineControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/html-underline-control.html","searchKeys":["htmlUnderlineControl","const val htmlUnderlineControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.htmlUnderlineControl"]},{"name":"const val htmlUnderlineControl: String","description":"dev.inmo.tgbotapi.utils.internal.htmlUnderlineControl","location":"docs/dev.inmo.tgbotapi.utils.internal/html-underline-control.html","searchKeys":["htmlUnderlineControl","const val htmlUnderlineControl: String","dev.inmo.tgbotapi.utils.internal.htmlUnderlineControl"]},{"name":"const val idField: String","description":"dev.inmo.tgbotapi.types.idField","location":"docs/dev.inmo.tgbotapi.types/id-field.html","searchKeys":["idField","const val idField: String","dev.inmo.tgbotapi.types.idField"]},{"name":"const val identityCardField: String","description":"dev.inmo.tgbotapi.types.identityCardField","location":"docs/dev.inmo.tgbotapi.types/identity-card-field.html","searchKeys":["identityCardField","const val identityCardField: String","dev.inmo.tgbotapi.types.identityCardField"]},{"name":"const val inlineKeyboardField: String","description":"dev.inmo.tgbotapi.types.inlineKeyboardField","location":"docs/dev.inmo.tgbotapi.types/inline-keyboard-field.html","searchKeys":["inlineKeyboardField","const val inlineKeyboardField: String","dev.inmo.tgbotapi.types.inlineKeyboardField"]},{"name":"const val inlineMessageIdField: String","description":"dev.inmo.tgbotapi.types.inlineMessageIdField","location":"docs/dev.inmo.tgbotapi.types/inline-message-id-field.html","searchKeys":["inlineMessageIdField","const val inlineMessageIdField: String","dev.inmo.tgbotapi.types.inlineMessageIdField"]},{"name":"const val inlineQueryIdField: String","description":"dev.inmo.tgbotapi.types.inlineQueryIdField","location":"docs/dev.inmo.tgbotapi.types/inline-query-id-field.html","searchKeys":["inlineQueryIdField","const val inlineQueryIdField: String","dev.inmo.tgbotapi.types.inlineQueryIdField"]},{"name":"const val inlineQueryResultAudioType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.inlineQueryResultAudioType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/inline-query-result-audio-type.html","searchKeys":["inlineQueryResultAudioType","const val inlineQueryResultAudioType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.inlineQueryResultAudioType"]},{"name":"const val inlineQueryResultDocumentType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.inlineQueryResultDocumentType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/inline-query-result-document-type.html","searchKeys":["inlineQueryResultDocumentType","const val inlineQueryResultDocumentType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.inlineQueryResultDocumentType"]},{"name":"const val inlineQueryResultGifType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.inlineQueryResultGifType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/inline-query-result-gif-type.html","searchKeys":["inlineQueryResultGifType","const val inlineQueryResultGifType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.inlineQueryResultGifType"]},{"name":"const val inlineQueryResultMpeg4GifType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.inlineQueryResultMpeg4GifType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/inline-query-result-mpeg4-gif-type.html","searchKeys":["inlineQueryResultMpeg4GifType","const val inlineQueryResultMpeg4GifType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.inlineQueryResultMpeg4GifType"]},{"name":"const val inlineQueryResultPhotoType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.inlineQueryResultPhotoType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/inline-query-result-photo-type.html","searchKeys":["inlineQueryResultPhotoType","const val inlineQueryResultPhotoType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.inlineQueryResultPhotoType"]},{"name":"const val inlineQueryResultVideoType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.inlineQueryResultVideoType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/inline-query-result-video-type.html","searchKeys":["inlineQueryResultVideoType","const val inlineQueryResultVideoType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.inlineQueryResultVideoType"]},{"name":"const val inlineQueryResultVoiceType: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.inlineQueryResultVoiceType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/inline-query-result-voice-type.html","searchKeys":["inlineQueryResultVoiceType","const val inlineQueryResultVoiceType: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.inlineQueryResultVoiceType"]},{"name":"const val inputFieldPlaceholderField: String","description":"dev.inmo.tgbotapi.types.inputFieldPlaceholderField","location":"docs/dev.inmo.tgbotapi.types/input-field-placeholder-field.html","searchKeys":["inputFieldPlaceholderField","const val inputFieldPlaceholderField: String","dev.inmo.tgbotapi.types.inputFieldPlaceholderField"]},{"name":"const val inputMessageContentField: String","description":"dev.inmo.tgbotapi.types.inputMessageContentField","location":"docs/dev.inmo.tgbotapi.types/input-message-content-field.html","searchKeys":["inputMessageContentField","const val inputMessageContentField: String","dev.inmo.tgbotapi.types.inputMessageContentField"]},{"name":"const val internalPassportField: String","description":"dev.inmo.tgbotapi.types.internalPassportField","location":"docs/dev.inmo.tgbotapi.types/internal-passport-field.html","searchKeys":["internalPassportField","const val internalPassportField: String","dev.inmo.tgbotapi.types.internalPassportField"]},{"name":"const val inviteLinkField: String","description":"dev.inmo.tgbotapi.types.inviteLinkField","location":"docs/dev.inmo.tgbotapi.types/invite-link-field.html","searchKeys":["inviteLinkField","const val inviteLinkField: String","dev.inmo.tgbotapi.types.inviteLinkField"]},{"name":"const val invoicePayloadField: String","description":"dev.inmo.tgbotapi.types.invoicePayloadField","location":"docs/dev.inmo.tgbotapi.types/invoice-payload-field.html","searchKeys":["invoicePayloadField","const val invoicePayloadField: String","dev.inmo.tgbotapi.types.invoicePayloadField"]},{"name":"const val ipAddressField: String","description":"dev.inmo.tgbotapi.types.ipAddressField","location":"docs/dev.inmo.tgbotapi.types/ip-address-field.html","searchKeys":["ipAddressField","const val ipAddressField: String","dev.inmo.tgbotapi.types.ipAddressField"]},{"name":"const val isAnimatedField: String","description":"dev.inmo.tgbotapi.types.isAnimatedField","location":"docs/dev.inmo.tgbotapi.types/is-animated-field.html","searchKeys":["isAnimatedField","const val isAnimatedField: String","dev.inmo.tgbotapi.types.isAnimatedField"]},{"name":"const val isAnonymousField: String","description":"dev.inmo.tgbotapi.types.isAnonymousField","location":"docs/dev.inmo.tgbotapi.types/is-anonymous-field.html","searchKeys":["isAnonymousField","const val isAnonymousField: String","dev.inmo.tgbotapi.types.isAnonymousField"]},{"name":"const val isBotField: String","description":"dev.inmo.tgbotapi.types.isBotField","location":"docs/dev.inmo.tgbotapi.types/is-bot-field.html","searchKeys":["isBotField","const val isBotField: String","dev.inmo.tgbotapi.types.isBotField"]},{"name":"const val isClosedField: String","description":"dev.inmo.tgbotapi.types.isClosedField","location":"docs/dev.inmo.tgbotapi.types/is-closed-field.html","searchKeys":["isClosedField","const val isClosedField: String","dev.inmo.tgbotapi.types.isClosedField"]},{"name":"const val isMemberField: String","description":"dev.inmo.tgbotapi.types.isMemberField","location":"docs/dev.inmo.tgbotapi.types/is-member-field.html","searchKeys":["isMemberField","const val isMemberField: String","dev.inmo.tgbotapi.types.isMemberField"]},{"name":"const val isPersonalField: String","description":"dev.inmo.tgbotapi.types.isPersonalField","location":"docs/dev.inmo.tgbotapi.types/is-personal-field.html","searchKeys":["isPersonalField","const val isPersonalField: String","dev.inmo.tgbotapi.types.isPersonalField"]},{"name":"const val isPrimaryField: String","description":"dev.inmo.tgbotapi.types.isPrimaryField","location":"docs/dev.inmo.tgbotapi.types/is-primary-field.html","searchKeys":["isPrimaryField","const val isPrimaryField: String","dev.inmo.tgbotapi.types.isPrimaryField"]},{"name":"const val isRevokedField: String","description":"dev.inmo.tgbotapi.types.isRevokedField","location":"docs/dev.inmo.tgbotapi.types/is-revoked-field.html","searchKeys":["isRevokedField","const val isRevokedField: String","dev.inmo.tgbotapi.types.isRevokedField"]},{"name":"const val isVideoField: String","description":"dev.inmo.tgbotapi.types.isVideoField","location":"docs/dev.inmo.tgbotapi.types/is-video-field.html","searchKeys":["isVideoField","const val isVideoField: String","dev.inmo.tgbotapi.types.isVideoField"]},{"name":"const val labelField: String","description":"dev.inmo.tgbotapi.types.labelField","location":"docs/dev.inmo.tgbotapi.types/label-field.html","searchKeys":["labelField","const val labelField: String","dev.inmo.tgbotapi.types.labelField"]},{"name":"const val languageCodeField: String","description":"dev.inmo.tgbotapi.types.languageCodeField","location":"docs/dev.inmo.tgbotapi.types/language-code-field.html","searchKeys":["languageCodeField","const val languageCodeField: String","dev.inmo.tgbotapi.types.languageCodeField"]},{"name":"const val lastErrorDateField: String","description":"dev.inmo.tgbotapi.types.lastErrorDateField","location":"docs/dev.inmo.tgbotapi.types/last-error-date-field.html","searchKeys":["lastErrorDateField","const val lastErrorDateField: String","dev.inmo.tgbotapi.types.lastErrorDateField"]},{"name":"const val lastErrorMessageField: String","description":"dev.inmo.tgbotapi.types.lastErrorMessageField","location":"docs/dev.inmo.tgbotapi.types/last-error-message-field.html","searchKeys":["lastErrorMessageField","const val lastErrorMessageField: String","dev.inmo.tgbotapi.types.lastErrorMessageField"]},{"name":"const val lastNameField: String","description":"dev.inmo.tgbotapi.types.lastNameField","location":"docs/dev.inmo.tgbotapi.types/last-name-field.html","searchKeys":["lastNameField","const val lastNameField: String","dev.inmo.tgbotapi.types.lastNameField"]},{"name":"const val lastSynchronizationErrorDateField: String","description":"dev.inmo.tgbotapi.types.lastSynchronizationErrorDateField","location":"docs/dev.inmo.tgbotapi.types/last-synchronization-error-date-field.html","searchKeys":["lastSynchronizationErrorDateField","const val lastSynchronizationErrorDateField: String","dev.inmo.tgbotapi.types.lastSynchronizationErrorDateField"]},{"name":"const val latitudeField: String","description":"dev.inmo.tgbotapi.types.latitudeField","location":"docs/dev.inmo.tgbotapi.types/latitude-field.html","searchKeys":["latitudeField","const val latitudeField: String","dev.inmo.tgbotapi.types.latitudeField"]},{"name":"const val lengthField: String","description":"dev.inmo.tgbotapi.types.lengthField","location":"docs/dev.inmo.tgbotapi.types/length-field.html","searchKeys":["lengthField","const val lengthField: String","dev.inmo.tgbotapi.types.lengthField"]},{"name":"const val limitField: String","description":"dev.inmo.tgbotapi.types.limitField","location":"docs/dev.inmo.tgbotapi.types/limit-field.html","searchKeys":["limitField","const val limitField: String","dev.inmo.tgbotapi.types.limitField"]},{"name":"const val linkedChatIdField: String","description":"dev.inmo.tgbotapi.types.linkedChatIdField","location":"docs/dev.inmo.tgbotapi.types/linked-chat-id-field.html","searchKeys":["linkedChatIdField","const val linkedChatIdField: String","dev.inmo.tgbotapi.types.linkedChatIdField"]},{"name":"const val livePeriodField: String","description":"dev.inmo.tgbotapi.types.livePeriodField","location":"docs/dev.inmo.tgbotapi.types/live-period-field.html","searchKeys":["livePeriodField","const val livePeriodField: String","dev.inmo.tgbotapi.types.livePeriodField"]},{"name":"const val locationField: String","description":"dev.inmo.tgbotapi.types.locationField","location":"docs/dev.inmo.tgbotapi.types/location-field.html","searchKeys":["locationField","const val locationField: String","dev.inmo.tgbotapi.types.locationField"]},{"name":"const val loginUrlField: String","description":"dev.inmo.tgbotapi.types.loginUrlField","location":"docs/dev.inmo.tgbotapi.types/login-url-field.html","searchKeys":["loginUrlField","const val loginUrlField: String","dev.inmo.tgbotapi.types.loginUrlField"]},{"name":"const val longitudeField: String","description":"dev.inmo.tgbotapi.types.longitudeField","location":"docs/dev.inmo.tgbotapi.types/longitude-field.html","searchKeys":["longitudeField","const val longitudeField: String","dev.inmo.tgbotapi.types.longitudeField"]},{"name":"const val lowLevelRiskFeatureMessage: String","description":"dev.inmo.tgbotapi.utils.lowLevelRiskFeatureMessage","location":"docs/dev.inmo.tgbotapi.utils/low-level-risk-feature-message.html","searchKeys":["lowLevelRiskFeatureMessage","const val lowLevelRiskFeatureMessage: String","dev.inmo.tgbotapi.utils.lowLevelRiskFeatureMessage"]},{"name":"const val markdownBoldControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownBoldControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-bold-control.html","searchKeys":["markdownBoldControl","const val markdownBoldControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownBoldControl"]},{"name":"const val markdownBoldControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownBoldControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-bold-control.html","searchKeys":["markdownBoldControl","const val markdownBoldControl: String","dev.inmo.tgbotapi.utils.internal.markdownBoldControl"]},{"name":"const val markdownCodeControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownCodeControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-code-control.html","searchKeys":["markdownCodeControl","const val markdownCodeControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownCodeControl"]},{"name":"const val markdownCodeControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownCodeControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-code-control.html","searchKeys":["markdownCodeControl","const val markdownCodeControl: String","dev.inmo.tgbotapi.utils.internal.markdownCodeControl"]},{"name":"const val markdownItalicControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownItalicControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-italic-control.html","searchKeys":["markdownItalicControl","const val markdownItalicControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownItalicControl"]},{"name":"const val markdownItalicControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownItalicControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-italic-control.html","searchKeys":["markdownItalicControl","const val markdownItalicControl: String","dev.inmo.tgbotapi.utils.internal.markdownItalicControl"]},{"name":"const val markdownPreControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownPreControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-pre-control.html","searchKeys":["markdownPreControl","const val markdownPreControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownPreControl"]},{"name":"const val markdownPreControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownPreControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-pre-control.html","searchKeys":["markdownPreControl","const val markdownPreControl: String","dev.inmo.tgbotapi.utils.internal.markdownPreControl"]},{"name":"const val markdownSpoilerControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownSpoilerControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-spoiler-control.html","searchKeys":["markdownSpoilerControl","const val markdownSpoilerControl: String","dev.inmo.tgbotapi.utils.internal.markdownSpoilerControl"]},{"name":"const val markdownV2ItalicEndControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicEndControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-end-control.html","searchKeys":["markdownV2ItalicEndControl","const val markdownV2ItalicEndControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicEndControl"]},{"name":"const val markdownV2ItalicEndControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2ItalicEndControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-end-control.html","searchKeys":["markdownV2ItalicEndControl","const val markdownV2ItalicEndControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2ItalicEndControl"]},{"name":"const val markdownV2ItalicUnderlineDelimiter: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicUnderlineDelimiter","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-italic-underline-delimiter.html","searchKeys":["markdownV2ItalicUnderlineDelimiter","const val markdownV2ItalicUnderlineDelimiter: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2ItalicUnderlineDelimiter"]},{"name":"const val markdownV2ItalicUnderlineDelimiter: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2ItalicUnderlineDelimiter","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-italic-underline-delimiter.html","searchKeys":["markdownV2ItalicUnderlineDelimiter","const val markdownV2ItalicUnderlineDelimiter: String","dev.inmo.tgbotapi.utils.internal.markdownV2ItalicUnderlineDelimiter"]},{"name":"const val markdownV2StrikethroughControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2StrikethroughControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-strikethrough-control.html","searchKeys":["markdownV2StrikethroughControl","const val markdownV2StrikethroughControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2StrikethroughControl"]},{"name":"const val markdownV2StrikethroughControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2StrikethroughControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-strikethrough-control.html","searchKeys":["markdownV2StrikethroughControl","const val markdownV2StrikethroughControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2StrikethroughControl"]},{"name":"const val markdownV2UnderlineControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-control.html","searchKeys":["markdownV2UnderlineControl","const val markdownV2UnderlineControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineControl"]},{"name":"const val markdownV2UnderlineControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-control.html","searchKeys":["markdownV2UnderlineControl","const val markdownV2UnderlineControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineControl"]},{"name":"const val markdownV2UnderlineEndControl: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineEndControl","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/markdown-v2-underline-end-control.html","searchKeys":["markdownV2UnderlineEndControl","const val markdownV2UnderlineEndControl: String","dev.inmo.tgbotapi.extensions.utils.formatting.markdownV2UnderlineEndControl"]},{"name":"const val markdownV2UnderlineEndControl: String","description":"dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineEndControl","location":"docs/dev.inmo.tgbotapi.utils.internal/markdown-v2-underline-end-control.html","searchKeys":["markdownV2UnderlineEndControl","const val markdownV2UnderlineEndControl: String","dev.inmo.tgbotapi.utils.internal.markdownV2UnderlineEndControl"]},{"name":"const val maskPositionField: String","description":"dev.inmo.tgbotapi.types.maskPositionField","location":"docs/dev.inmo.tgbotapi.types/mask-position-field.html","searchKeys":["maskPositionField","const val maskPositionField: String","dev.inmo.tgbotapi.types.maskPositionField"]},{"name":"const val maxAllowedConnectionsField: String","description":"dev.inmo.tgbotapi.types.maxAllowedConnectionsField","location":"docs/dev.inmo.tgbotapi.types/max-allowed-connections-field.html","searchKeys":["maxAllowedConnectionsField","const val maxAllowedConnectionsField: String","dev.inmo.tgbotapi.types.maxAllowedConnectionsField"]},{"name":"const val maxTipAmountField: String","description":"dev.inmo.tgbotapi.types.maxTipAmountField","location":"docs/dev.inmo.tgbotapi.types/max-tip-amount-field.html","searchKeys":["maxTipAmountField","const val maxTipAmountField: String","dev.inmo.tgbotapi.types.maxTipAmountField"]},{"name":"const val mediaField: String","description":"dev.inmo.tgbotapi.types.mediaField","location":"docs/dev.inmo.tgbotapi.types/media-field.html","searchKeys":["mediaField","const val mediaField: String","dev.inmo.tgbotapi.types.mediaField"]},{"name":"const val memberLimitField: String","description":"dev.inmo.tgbotapi.types.memberLimitField","location":"docs/dev.inmo.tgbotapi.types/member-limit-field.html","searchKeys":["memberLimitField","const val memberLimitField: String","dev.inmo.tgbotapi.types.memberLimitField"]},{"name":"const val menuButtonField: String","description":"dev.inmo.tgbotapi.types.menuButtonField","location":"docs/dev.inmo.tgbotapi.types/menu-button-field.html","searchKeys":["menuButtonField","const val menuButtonField: String","dev.inmo.tgbotapi.types.menuButtonField"]},{"name":"const val messageAutoDeleteTimeField: String","description":"dev.inmo.tgbotapi.types.messageAutoDeleteTimeField","location":"docs/dev.inmo.tgbotapi.types/message-auto-delete-time-field.html","searchKeys":["messageAutoDeleteTimeField","const val messageAutoDeleteTimeField: String","dev.inmo.tgbotapi.types.messageAutoDeleteTimeField"]},{"name":"const val messageField: String","description":"dev.inmo.tgbotapi.types.messageField","location":"docs/dev.inmo.tgbotapi.types/message-field.html","searchKeys":["messageField","const val messageField: String","dev.inmo.tgbotapi.types.messageField"]},{"name":"const val messageIdField: String","description":"dev.inmo.tgbotapi.types.messageIdField","location":"docs/dev.inmo.tgbotapi.types/message-id-field.html","searchKeys":["messageIdField","const val messageIdField: String","dev.inmo.tgbotapi.types.messageIdField"]},{"name":"const val messageTextField: String","description":"dev.inmo.tgbotapi.types.messageTextField","location":"docs/dev.inmo.tgbotapi.types/message-text-field.html","searchKeys":["messageTextField","const val messageTextField: String","dev.inmo.tgbotapi.types.messageTextField"]},{"name":"const val mimeTypeField: String","description":"dev.inmo.tgbotapi.types.mimeTypeField","location":"docs/dev.inmo.tgbotapi.types/mime-type-field.html","searchKeys":["mimeTypeField","const val mimeTypeField: String","dev.inmo.tgbotapi.types.mimeTypeField"]},{"name":"const val mpeg4GifDurationField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifDurationField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-duration-field.html","searchKeys":["mpeg4GifDurationField","const val mpeg4GifDurationField: String","dev.inmo.tgbotapi.types.mpeg4GifDurationField"]},{"name":"const val mpeg4GifFileIdField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifFileIdField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-file-id-field.html","searchKeys":["mpeg4GifFileIdField","const val mpeg4GifFileIdField: String","dev.inmo.tgbotapi.types.mpeg4GifFileIdField"]},{"name":"const val mpeg4GifHeightField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifHeightField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-height-field.html","searchKeys":["mpeg4GifHeightField","const val mpeg4GifHeightField: String","dev.inmo.tgbotapi.types.mpeg4GifHeightField"]},{"name":"const val mpeg4GifUrlField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifUrlField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-url-field.html","searchKeys":["mpeg4GifUrlField","const val mpeg4GifUrlField: String","dev.inmo.tgbotapi.types.mpeg4GifUrlField"]},{"name":"const val mpeg4GifWidthField: String","description":"dev.inmo.tgbotapi.types.mpeg4GifWidthField","location":"docs/dev.inmo.tgbotapi.types/mpeg4-gif-width-field.html","searchKeys":["mpeg4GifWidthField","const val mpeg4GifWidthField: String","dev.inmo.tgbotapi.types.mpeg4GifWidthField"]},{"name":"const val nameField: String","description":"dev.inmo.tgbotapi.types.nameField","location":"docs/dev.inmo.tgbotapi.types/name-field.html","searchKeys":["nameField","const val nameField: String","dev.inmo.tgbotapi.types.nameField"]},{"name":"const val newChatMemberField: String","description":"dev.inmo.tgbotapi.types.newChatMemberField","location":"docs/dev.inmo.tgbotapi.types/new-chat-member-field.html","searchKeys":["newChatMemberField","const val newChatMemberField: String","dev.inmo.tgbotapi.types.newChatMemberField"]},{"name":"const val nextOffsetField: String","description":"dev.inmo.tgbotapi.types.nextOffsetField","location":"docs/dev.inmo.tgbotapi.types/next-offset-field.html","searchKeys":["nextOffsetField","const val nextOffsetField: String","dev.inmo.tgbotapi.types.nextOffsetField"]},{"name":"const val nonceField: String","description":"dev.inmo.tgbotapi.types.nonceField","location":"docs/dev.inmo.tgbotapi.types/nonce-field.html","searchKeys":["nonceField","const val nonceField: String","dev.inmo.tgbotapi.types.nonceField"]},{"name":"const val offsetField: String","description":"dev.inmo.tgbotapi.types.offsetField","location":"docs/dev.inmo.tgbotapi.types/offset-field.html","searchKeys":["offsetField","const val offsetField: String","dev.inmo.tgbotapi.types.offsetField"]},{"name":"const val okField: String","description":"dev.inmo.tgbotapi.types.okField","location":"docs/dev.inmo.tgbotapi.types/ok-field.html","searchKeys":["okField","const val okField: String","dev.inmo.tgbotapi.types.okField"]},{"name":"const val oldChatMemberField: String","description":"dev.inmo.tgbotapi.types.oldChatMemberField","location":"docs/dev.inmo.tgbotapi.types/old-chat-member-field.html","searchKeys":["oldChatMemberField","const val oldChatMemberField: String","dev.inmo.tgbotapi.types.oldChatMemberField"]},{"name":"const val oneTimeKeyboardField: String","description":"dev.inmo.tgbotapi.types.oneTimeKeyboardField","location":"docs/dev.inmo.tgbotapi.types/one-time-keyboard-field.html","searchKeys":["oneTimeKeyboardField","const val oneTimeKeyboardField: String","dev.inmo.tgbotapi.types.oneTimeKeyboardField"]},{"name":"const val onlyIfBannedField: String","description":"dev.inmo.tgbotapi.types.onlyIfBannedField","location":"docs/dev.inmo.tgbotapi.types/only-if-banned-field.html","searchKeys":["onlyIfBannedField","const val onlyIfBannedField: String","dev.inmo.tgbotapi.types.onlyIfBannedField"]},{"name":"const val openPeriodField: String","description":"dev.inmo.tgbotapi.types.openPeriodField","location":"docs/dev.inmo.tgbotapi.types/open-period-field.html","searchKeys":["openPeriodField","const val openPeriodField: String","dev.inmo.tgbotapi.types.openPeriodField"]},{"name":"const val optionIdsField: String","description":"dev.inmo.tgbotapi.types.optionIdsField","location":"docs/dev.inmo.tgbotapi.types/option-ids-field.html","searchKeys":["optionIdsField","const val optionIdsField: String","dev.inmo.tgbotapi.types.optionIdsField"]},{"name":"const val optionsField: String","description":"dev.inmo.tgbotapi.types.optionsField","location":"docs/dev.inmo.tgbotapi.types/options-field.html","searchKeys":["optionsField","const val optionsField: String","dev.inmo.tgbotapi.types.optionsField"]},{"name":"const val orderInfoField: String","description":"dev.inmo.tgbotapi.types.orderInfoField","location":"docs/dev.inmo.tgbotapi.types/order-info-field.html","searchKeys":["orderInfoField","const val orderInfoField: String","dev.inmo.tgbotapi.types.orderInfoField"]},{"name":"const val passportField: String","description":"dev.inmo.tgbotapi.types.passportField","location":"docs/dev.inmo.tgbotapi.types/passport-field.html","searchKeys":["passportField","const val passportField: String","dev.inmo.tgbotapi.types.passportField"]},{"name":"const val passportRegistrationField: String","description":"dev.inmo.tgbotapi.types.passportRegistrationField","location":"docs/dev.inmo.tgbotapi.types/passport-registration-field.html","searchKeys":["passportRegistrationField","const val passportRegistrationField: String","dev.inmo.tgbotapi.types.passportRegistrationField"]},{"name":"const val payField: String","description":"dev.inmo.tgbotapi.types.payField","location":"docs/dev.inmo.tgbotapi.types/pay-field.html","searchKeys":["payField","const val payField: String","dev.inmo.tgbotapi.types.payField"]},{"name":"const val payloadField: String","description":"dev.inmo.tgbotapi.types.payloadField","location":"docs/dev.inmo.tgbotapi.types/payload-field.html","searchKeys":["payloadField","const val payloadField: String","dev.inmo.tgbotapi.types.payloadField"]},{"name":"const val pendingJoinRequestCountField: String","description":"dev.inmo.tgbotapi.types.pendingJoinRequestCountField","location":"docs/dev.inmo.tgbotapi.types/pending-join-request-count-field.html","searchKeys":["pendingJoinRequestCountField","const val pendingJoinRequestCountField: String","dev.inmo.tgbotapi.types.pendingJoinRequestCountField"]},{"name":"const val pendingUpdateCountField: String","description":"dev.inmo.tgbotapi.types.pendingUpdateCountField","location":"docs/dev.inmo.tgbotapi.types/pending-update-count-field.html","searchKeys":["pendingUpdateCountField","const val pendingUpdateCountField: String","dev.inmo.tgbotapi.types.pendingUpdateCountField"]},{"name":"const val performerField: String","description":"dev.inmo.tgbotapi.types.performerField","location":"docs/dev.inmo.tgbotapi.types/performer-field.html","searchKeys":["performerField","const val performerField: String","dev.inmo.tgbotapi.types.performerField"]},{"name":"const val permissionsField: String","description":"dev.inmo.tgbotapi.types.permissionsField","location":"docs/dev.inmo.tgbotapi.types/permissions-field.html","searchKeys":["permissionsField","const val permissionsField: String","dev.inmo.tgbotapi.types.permissionsField"]},{"name":"const val personalDetailsField: String","description":"dev.inmo.tgbotapi.types.personalDetailsField","location":"docs/dev.inmo.tgbotapi.types/personal-details-field.html","searchKeys":["personalDetailsField","const val personalDetailsField: String","dev.inmo.tgbotapi.types.personalDetailsField"]},{"name":"const val phoneNumberField: String","description":"dev.inmo.tgbotapi.types.phoneNumberField","location":"docs/dev.inmo.tgbotapi.types/phone-number-field.html","searchKeys":["phoneNumberField","const val phoneNumberField: String","dev.inmo.tgbotapi.types.phoneNumberField"]},{"name":"const val photoField: String","description":"dev.inmo.tgbotapi.types.photoField","location":"docs/dev.inmo.tgbotapi.types/photo-field.html","searchKeys":["photoField","const val photoField: String","dev.inmo.tgbotapi.types.photoField"]},{"name":"const val photoFileIdField: String","description":"dev.inmo.tgbotapi.types.photoFileIdField","location":"docs/dev.inmo.tgbotapi.types/photo-file-id-field.html","searchKeys":["photoFileIdField","const val photoFileIdField: String","dev.inmo.tgbotapi.types.photoFileIdField"]},{"name":"const val photoHeightField: String","description":"dev.inmo.tgbotapi.types.photoHeightField","location":"docs/dev.inmo.tgbotapi.types/photo-height-field.html","searchKeys":["photoHeightField","const val photoHeightField: String","dev.inmo.tgbotapi.types.photoHeightField"]},{"name":"const val photoSizeField: String","description":"dev.inmo.tgbotapi.types.photoSizeField","location":"docs/dev.inmo.tgbotapi.types/photo-size-field.html","searchKeys":["photoSizeField","const val photoSizeField: String","dev.inmo.tgbotapi.types.photoSizeField"]},{"name":"const val photoUrlField: String","description":"dev.inmo.tgbotapi.types.photoUrlField","location":"docs/dev.inmo.tgbotapi.types/photo-url-field.html","searchKeys":["photoUrlField","const val photoUrlField: String","dev.inmo.tgbotapi.types.photoUrlField"]},{"name":"const val photoWidthField: String","description":"dev.inmo.tgbotapi.types.photoWidthField","location":"docs/dev.inmo.tgbotapi.types/photo-width-field.html","searchKeys":["photoWidthField","const val photoWidthField: String","dev.inmo.tgbotapi.types.photoWidthField"]},{"name":"const val pinnedMessageField: String","description":"dev.inmo.tgbotapi.types.pinnedMessageField","location":"docs/dev.inmo.tgbotapi.types/pinned-message-field.html","searchKeys":["pinnedMessageField","const val pinnedMessageField: String","dev.inmo.tgbotapi.types.pinnedMessageField"]},{"name":"const val pngStickerField: String","description":"dev.inmo.tgbotapi.types.pngStickerField","location":"docs/dev.inmo.tgbotapi.types/png-sticker-field.html","searchKeys":["pngStickerField","const val pngStickerField: String","dev.inmo.tgbotapi.types.pngStickerField"]},{"name":"const val pointField: String","description":"dev.inmo.tgbotapi.types.pointField","location":"docs/dev.inmo.tgbotapi.types/point-field.html","searchKeys":["pointField","const val pointField: String","dev.inmo.tgbotapi.types.pointField"]},{"name":"const val pollIdField: String","description":"dev.inmo.tgbotapi.types.pollIdField","location":"docs/dev.inmo.tgbotapi.types/poll-id-field.html","searchKeys":["pollIdField","const val pollIdField: String","dev.inmo.tgbotapi.types.pollIdField"]},{"name":"const val positionField: String","description":"dev.inmo.tgbotapi.types.positionField","location":"docs/dev.inmo.tgbotapi.types/position-field.html","searchKeys":["positionField","const val positionField: String","dev.inmo.tgbotapi.types.positionField"]},{"name":"const val postCodeField: String","description":"dev.inmo.tgbotapi.types.postCodeField","location":"docs/dev.inmo.tgbotapi.types/post-code-field.html","searchKeys":["postCodeField","const val postCodeField: String","dev.inmo.tgbotapi.types.postCodeField"]},{"name":"const val preCheckoutQueryIdField: String","description":"dev.inmo.tgbotapi.types.preCheckoutQueryIdField","location":"docs/dev.inmo.tgbotapi.types/pre-checkout-query-id-field.html","searchKeys":["preCheckoutQueryIdField","const val preCheckoutQueryIdField: String","dev.inmo.tgbotapi.types.preCheckoutQueryIdField"]},{"name":"const val priceDependOnShipAddressField: String","description":"dev.inmo.tgbotapi.types.priceDependOnShipAddressField","location":"docs/dev.inmo.tgbotapi.types/price-depend-on-ship-address-field.html","searchKeys":["priceDependOnShipAddressField","const val priceDependOnShipAddressField: String","dev.inmo.tgbotapi.types.priceDependOnShipAddressField"]},{"name":"const val pricesField: String","description":"dev.inmo.tgbotapi.types.pricesField","location":"docs/dev.inmo.tgbotapi.types/prices-field.html","searchKeys":["pricesField","const val pricesField: String","dev.inmo.tgbotapi.types.pricesField"]},{"name":"const val protectContentField: String","description":"dev.inmo.tgbotapi.types.protectContentField","location":"docs/dev.inmo.tgbotapi.types/protect-content-field.html","searchKeys":["protectContentField","const val protectContentField: String","dev.inmo.tgbotapi.types.protectContentField"]},{"name":"const val providerDataField: String","description":"dev.inmo.tgbotapi.types.providerDataField","location":"docs/dev.inmo.tgbotapi.types/provider-data-field.html","searchKeys":["providerDataField","const val providerDataField: String","dev.inmo.tgbotapi.types.providerDataField"]},{"name":"const val providerPaymentChargeIdField: String","description":"dev.inmo.tgbotapi.types.providerPaymentChargeIdField","location":"docs/dev.inmo.tgbotapi.types/provider-payment-charge-id-field.html","searchKeys":["providerPaymentChargeIdField","const val providerPaymentChargeIdField: String","dev.inmo.tgbotapi.types.providerPaymentChargeIdField"]},{"name":"const val providerTokenField: String","description":"dev.inmo.tgbotapi.types.providerTokenField","location":"docs/dev.inmo.tgbotapi.types/provider-token-field.html","searchKeys":["providerTokenField","const val providerTokenField: String","dev.inmo.tgbotapi.types.providerTokenField"]},{"name":"const val proximityAlertRadiusField: String","description":"dev.inmo.tgbotapi.types.proximityAlertRadiusField","location":"docs/dev.inmo.tgbotapi.types/proximity-alert-radius-field.html","searchKeys":["proximityAlertRadiusField","const val proximityAlertRadiusField: String","dev.inmo.tgbotapi.types.proximityAlertRadiusField"]},{"name":"const val queryField: String","description":"dev.inmo.tgbotapi.types.queryField","location":"docs/dev.inmo.tgbotapi.types/query-field.html","searchKeys":["queryField","const val queryField: String","dev.inmo.tgbotapi.types.queryField"]},{"name":"const val questionField: String","description":"dev.inmo.tgbotapi.types.questionField","location":"docs/dev.inmo.tgbotapi.types/question-field.html","searchKeys":["questionField","const val questionField: String","dev.inmo.tgbotapi.types.questionField"]},{"name":"const val quizPollType: String","description":"dev.inmo.tgbotapi.types.quizPollType","location":"docs/dev.inmo.tgbotapi.types/quiz-poll-type.html","searchKeys":["quizPollType","const val quizPollType: String","dev.inmo.tgbotapi.types.quizPollType"]},{"name":"const val rawSendingMediaGroupsWarning: String","description":"dev.inmo.tgbotapi.requests.send.media.rawSendingMediaGroupsWarning","location":"docs/dev.inmo.tgbotapi.requests.send.media/raw-sending-media-groups-warning.html","searchKeys":["rawSendingMediaGroupsWarning","const val rawSendingMediaGroupsWarning: String","dev.inmo.tgbotapi.requests.send.media.rawSendingMediaGroupsWarning"]},{"name":"const val regularPollType: String","description":"dev.inmo.tgbotapi.types.regularPollType","location":"docs/dev.inmo.tgbotapi.types/regular-poll-type.html","searchKeys":["regularPollType","const val regularPollType: String","dev.inmo.tgbotapi.types.regularPollType"]},{"name":"const val rentalAgreementField: String","description":"dev.inmo.tgbotapi.types.rentalAgreementField","location":"docs/dev.inmo.tgbotapi.types/rental-agreement-field.html","searchKeys":["rentalAgreementField","const val rentalAgreementField: String","dev.inmo.tgbotapi.types.rentalAgreementField"]},{"name":"const val replyMarkupField: String","description":"dev.inmo.tgbotapi.types.replyMarkupField","location":"docs/dev.inmo.tgbotapi.types/reply-markup-field.html","searchKeys":["replyMarkupField","const val replyMarkupField: String","dev.inmo.tgbotapi.types.replyMarkupField"]},{"name":"const val replyToMessageIdField: String","description":"dev.inmo.tgbotapi.types.replyToMessageIdField","location":"docs/dev.inmo.tgbotapi.types/reply-to-message-id-field.html","searchKeys":["replyToMessageIdField","const val replyToMessageIdField: String","dev.inmo.tgbotapi.types.replyToMessageIdField"]},{"name":"const val requestContactField: String","description":"dev.inmo.tgbotapi.types.requestContactField","location":"docs/dev.inmo.tgbotapi.types/request-contact-field.html","searchKeys":["requestContactField","const val requestContactField: String","dev.inmo.tgbotapi.types.requestContactField"]},{"name":"const val requestLocationField: String","description":"dev.inmo.tgbotapi.types.requestLocationField","location":"docs/dev.inmo.tgbotapi.types/request-location-field.html","searchKeys":["requestLocationField","const val requestLocationField: String","dev.inmo.tgbotapi.types.requestLocationField"]},{"name":"const val requestPollField: String","description":"dev.inmo.tgbotapi.types.requestPollField","location":"docs/dev.inmo.tgbotapi.types/request-poll-field.html","searchKeys":["requestPollField","const val requestPollField: String","dev.inmo.tgbotapi.types.requestPollField"]},{"name":"const val requestWriteAccessField: String","description":"dev.inmo.tgbotapi.types.requestWriteAccessField","location":"docs/dev.inmo.tgbotapi.types/request-write-access-field.html","searchKeys":["requestWriteAccessField","const val requestWriteAccessField: String","dev.inmo.tgbotapi.types.requestWriteAccessField"]},{"name":"const val requireEmailField: String","description":"dev.inmo.tgbotapi.types.requireEmailField","location":"docs/dev.inmo.tgbotapi.types/require-email-field.html","searchKeys":["requireEmailField","const val requireEmailField: String","dev.inmo.tgbotapi.types.requireEmailField"]},{"name":"const val requireNameField: String","description":"dev.inmo.tgbotapi.types.requireNameField","location":"docs/dev.inmo.tgbotapi.types/require-name-field.html","searchKeys":["requireNameField","const val requireNameField: String","dev.inmo.tgbotapi.types.requireNameField"]},{"name":"const val requirePhoneNumberField: String","description":"dev.inmo.tgbotapi.types.requirePhoneNumberField","location":"docs/dev.inmo.tgbotapi.types/require-phone-number-field.html","searchKeys":["requirePhoneNumberField","const val requirePhoneNumberField: String","dev.inmo.tgbotapi.types.requirePhoneNumberField"]},{"name":"const val requireShippingAddressField: String","description":"dev.inmo.tgbotapi.types.requireShippingAddressField","location":"docs/dev.inmo.tgbotapi.types/require-shipping-address-field.html","searchKeys":["requireShippingAddressField","const val requireShippingAddressField: String","dev.inmo.tgbotapi.types.requireShippingAddressField"]},{"name":"const val resizeKeyboardField: String","description":"dev.inmo.tgbotapi.types.resizeKeyboardField","location":"docs/dev.inmo.tgbotapi.types/resize-keyboard-field.html","searchKeys":["resizeKeyboardField","const val resizeKeyboardField: String","dev.inmo.tgbotapi.types.resizeKeyboardField"]},{"name":"const val resultField: String","description":"dev.inmo.tgbotapi.types.resultField","location":"docs/dev.inmo.tgbotapi.types/result-field.html","searchKeys":["resultField","const val resultField: String","dev.inmo.tgbotapi.types.resultField"]},{"name":"const val resultIdField: String","description":"dev.inmo.tgbotapi.types.resultIdField","location":"docs/dev.inmo.tgbotapi.types/result-id-field.html","searchKeys":["resultIdField","const val resultIdField: String","dev.inmo.tgbotapi.types.resultIdField"]},{"name":"const val resultsField: String","description":"dev.inmo.tgbotapi.types.resultsField","location":"docs/dev.inmo.tgbotapi.types/results-field.html","searchKeys":["resultsField","const val resultsField: String","dev.inmo.tgbotapi.types.resultsField"]},{"name":"const val reverseSideField: String","description":"dev.inmo.tgbotapi.types.reverseSideField","location":"docs/dev.inmo.tgbotapi.types/reverse-side-field.html","searchKeys":["reverseSideField","const val reverseSideField: String","dev.inmo.tgbotapi.types.reverseSideField"]},{"name":"const val revokeMessagesField: String","description":"dev.inmo.tgbotapi.types.revokeMessagesField","location":"docs/dev.inmo.tgbotapi.types/revoke-messages-field.html","searchKeys":["revokeMessagesField","const val revokeMessagesField: String","dev.inmo.tgbotapi.types.revokeMessagesField"]},{"name":"const val rightsField: String","description":"dev.inmo.tgbotapi.types.rightsField","location":"docs/dev.inmo.tgbotapi.types/rights-field.html","searchKeys":["rightsField","const val rightsField: String","dev.inmo.tgbotapi.types.rightsField"]},{"name":"const val scaleField: String","description":"dev.inmo.tgbotapi.types.scaleField","location":"docs/dev.inmo.tgbotapi.types/scale-field.html","searchKeys":["scaleField","const val scaleField: String","dev.inmo.tgbotapi.types.scaleField"]},{"name":"const val scopeField: String","description":"dev.inmo.tgbotapi.types.scopeField","location":"docs/dev.inmo.tgbotapi.types/scope-field.html","searchKeys":["scopeField","const val scopeField: String","dev.inmo.tgbotapi.types.scopeField"]},{"name":"const val scoreField: String","description":"dev.inmo.tgbotapi.types.scoreField","location":"docs/dev.inmo.tgbotapi.types/score-field.html","searchKeys":["scoreField","const val scoreField: String","dev.inmo.tgbotapi.types.scoreField"]},{"name":"const val secondStreetLineField: String","description":"dev.inmo.tgbotapi.types.secondStreetLineField","location":"docs/dev.inmo.tgbotapi.types/second-street-line-field.html","searchKeys":["secondStreetLineField","const val secondStreetLineField: String","dev.inmo.tgbotapi.types.secondStreetLineField"]},{"name":"const val secretField: String","description":"dev.inmo.tgbotapi.types.secretField","location":"docs/dev.inmo.tgbotapi.types/secret-field.html","searchKeys":["secretField","const val secretField: String","dev.inmo.tgbotapi.types.secretField"]},{"name":"const val secureDataField: String","description":"dev.inmo.tgbotapi.types.secureDataField","location":"docs/dev.inmo.tgbotapi.types/secure-data-field.html","searchKeys":["secureDataField","const val secureDataField: String","dev.inmo.tgbotapi.types.secureDataField"]},{"name":"const val selfieField: String","description":"dev.inmo.tgbotapi.types.selfieField","location":"docs/dev.inmo.tgbotapi.types/selfie-field.html","searchKeys":["selfieField","const val selfieField: String","dev.inmo.tgbotapi.types.selfieField"]},{"name":"const val senderChatIdField: String","description":"dev.inmo.tgbotapi.types.senderChatIdField","location":"docs/dev.inmo.tgbotapi.types/sender-chat-id-field.html","searchKeys":["senderChatIdField","const val senderChatIdField: String","dev.inmo.tgbotapi.types.senderChatIdField"]},{"name":"const val shippingAddressField: String","description":"dev.inmo.tgbotapi.types.shippingAddressField","location":"docs/dev.inmo.tgbotapi.types/shipping-address-field.html","searchKeys":["shippingAddressField","const val shippingAddressField: String","dev.inmo.tgbotapi.types.shippingAddressField"]},{"name":"const val shippingOptionIdField: String","description":"dev.inmo.tgbotapi.types.shippingOptionIdField","location":"docs/dev.inmo.tgbotapi.types/shipping-option-id-field.html","searchKeys":["shippingOptionIdField","const val shippingOptionIdField: String","dev.inmo.tgbotapi.types.shippingOptionIdField"]},{"name":"const val shippingOptionsField: String","description":"dev.inmo.tgbotapi.types.shippingOptionsField","location":"docs/dev.inmo.tgbotapi.types/shipping-options-field.html","searchKeys":["shippingOptionsField","const val shippingOptionsField: String","dev.inmo.tgbotapi.types.shippingOptionsField"]},{"name":"const val shippingQueryIdField: String","description":"dev.inmo.tgbotapi.types.shippingQueryIdField","location":"docs/dev.inmo.tgbotapi.types/shipping-query-id-field.html","searchKeys":["shippingQueryIdField","const val shippingQueryIdField: String","dev.inmo.tgbotapi.types.shippingQueryIdField"]},{"name":"const val shouldSendEmailToProviderField: String","description":"dev.inmo.tgbotapi.types.shouldSendEmailToProviderField","location":"docs/dev.inmo.tgbotapi.types/should-send-email-to-provider-field.html","searchKeys":["shouldSendEmailToProviderField","const val shouldSendEmailToProviderField: String","dev.inmo.tgbotapi.types.shouldSendEmailToProviderField"]},{"name":"const val shouldSendPhoneNumberToProviderField: String","description":"dev.inmo.tgbotapi.types.shouldSendPhoneNumberToProviderField","location":"docs/dev.inmo.tgbotapi.types/should-send-phone-number-to-provider-field.html","searchKeys":["shouldSendPhoneNumberToProviderField","const val shouldSendPhoneNumberToProviderField: String","dev.inmo.tgbotapi.types.shouldSendPhoneNumberToProviderField"]},{"name":"const val showAlertField: String","description":"dev.inmo.tgbotapi.types.showAlertField","location":"docs/dev.inmo.tgbotapi.types/show-alert-field.html","searchKeys":["showAlertField","const val showAlertField: String","dev.inmo.tgbotapi.types.showAlertField"]},{"name":"const val slowModeDelayField: String","description":"dev.inmo.tgbotapi.types.slowModeDelayField","location":"docs/dev.inmo.tgbotapi.types/slow-mode-delay-field.html","searchKeys":["slowModeDelayField","const val slowModeDelayField: String","dev.inmo.tgbotapi.types.slowModeDelayField"]},{"name":"const val smallFileIdField: String","description":"dev.inmo.tgbotapi.types.smallFileIdField","location":"docs/dev.inmo.tgbotapi.types/small-file-id-field.html","searchKeys":["smallFileIdField","const val smallFileIdField: String","dev.inmo.tgbotapi.types.smallFileIdField"]},{"name":"const val smallFileUniqueIdField: String","description":"dev.inmo.tgbotapi.types.smallFileUniqueIdField","location":"docs/dev.inmo.tgbotapi.types/small-file-unique-id-field.html","searchKeys":["smallFileUniqueIdField","const val smallFileUniqueIdField: String","dev.inmo.tgbotapi.types.smallFileUniqueIdField"]},{"name":"const val sourceField: String","description":"dev.inmo.tgbotapi.types.sourceField","location":"docs/dev.inmo.tgbotapi.types/source-field.html","searchKeys":["sourceField","const val sourceField: String","dev.inmo.tgbotapi.types.sourceField"]},{"name":"const val startDateField: String","description":"dev.inmo.tgbotapi.types.startDateField","location":"docs/dev.inmo.tgbotapi.types/start-date-field.html","searchKeys":["startDateField","const val startDateField: String","dev.inmo.tgbotapi.types.startDateField"]},{"name":"const val startParameterField: String","description":"dev.inmo.tgbotapi.types.startParameterField","location":"docs/dev.inmo.tgbotapi.types/start-parameter-field.html","searchKeys":["startParameterField","const val startParameterField: String","dev.inmo.tgbotapi.types.startParameterField"]},{"name":"const val stateField: String","description":"dev.inmo.tgbotapi.types.stateField","location":"docs/dev.inmo.tgbotapi.types/state-field.html","searchKeys":["stateField","const val stateField: String","dev.inmo.tgbotapi.types.stateField"]},{"name":"const val statusField: String","description":"dev.inmo.tgbotapi.types.statusField","location":"docs/dev.inmo.tgbotapi.types/status-field.html","searchKeys":["statusField","const val statusField: String","dev.inmo.tgbotapi.types.statusField"]},{"name":"const val stickerField: String","description":"dev.inmo.tgbotapi.types.stickerField","location":"docs/dev.inmo.tgbotapi.types/sticker-field.html","searchKeys":["stickerField","const val stickerField: String","dev.inmo.tgbotapi.types.stickerField"]},{"name":"const val stickerFileIdField: String","description":"dev.inmo.tgbotapi.types.stickerFileIdField","location":"docs/dev.inmo.tgbotapi.types/sticker-file-id-field.html","searchKeys":["stickerFileIdField","const val stickerFileIdField: String","dev.inmo.tgbotapi.types.stickerFileIdField"]},{"name":"const val stickerSetNameField: String","description":"dev.inmo.tgbotapi.types.stickerSetNameField","location":"docs/dev.inmo.tgbotapi.types/sticker-set-name-field.html","searchKeys":["stickerSetNameField","const val stickerSetNameField: String","dev.inmo.tgbotapi.types.stickerSetNameField"]},{"name":"const val stickerSetNameFullField: String","description":"dev.inmo.tgbotapi.types.stickerSetNameFullField","location":"docs/dev.inmo.tgbotapi.types/sticker-set-name-full-field.html","searchKeys":["stickerSetNameFullField","const val stickerSetNameFullField: String","dev.inmo.tgbotapi.types.stickerSetNameFullField"]},{"name":"const val stickersField: String","description":"dev.inmo.tgbotapi.types.stickersField","location":"docs/dev.inmo.tgbotapi.types/stickers-field.html","searchKeys":["stickersField","const val stickersField: String","dev.inmo.tgbotapi.types.stickersField"]},{"name":"const val stopMessageLiveLocationMethod: String","description":"dev.inmo.tgbotapi.requests.edit.location.live.stopMessageLiveLocationMethod","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/stop-message-live-location-method.html","searchKeys":["stopMessageLiveLocationMethod","const val stopMessageLiveLocationMethod: String","dev.inmo.tgbotapi.requests.edit.location.live.stopMessageLiveLocationMethod"]},{"name":"const val suggestedTipAmountsField: String","description":"dev.inmo.tgbotapi.types.suggestedTipAmountsField","location":"docs/dev.inmo.tgbotapi.types/suggested-tip-amounts-field.html","searchKeys":["suggestedTipAmountsField","const val suggestedTipAmountsField: String","dev.inmo.tgbotapi.types.suggestedTipAmountsField"]},{"name":"const val supportInlineQueriesField: String","description":"dev.inmo.tgbotapi.types.supportInlineQueriesField","location":"docs/dev.inmo.tgbotapi.types/support-inline-queries-field.html","searchKeys":["supportInlineQueriesField","const val supportInlineQueriesField: String","dev.inmo.tgbotapi.types.supportInlineQueriesField"]},{"name":"const val supportStreamingField: String","description":"dev.inmo.tgbotapi.types.supportStreamingField","location":"docs/dev.inmo.tgbotapi.types/support-streaming-field.html","searchKeys":["supportStreamingField","const val supportStreamingField: String","dev.inmo.tgbotapi.types.supportStreamingField"]},{"name":"const val switchInlineQueryCurrentChatField: String","description":"dev.inmo.tgbotapi.types.switchInlineQueryCurrentChatField","location":"docs/dev.inmo.tgbotapi.types/switch-inline-query-current-chat-field.html","searchKeys":["switchInlineQueryCurrentChatField","const val switchInlineQueryCurrentChatField: String","dev.inmo.tgbotapi.types.switchInlineQueryCurrentChatField"]},{"name":"const val switchInlineQueryField: String","description":"dev.inmo.tgbotapi.types.switchInlineQueryField","location":"docs/dev.inmo.tgbotapi.types/switch-inline-query-field.html","searchKeys":["switchInlineQueryField","const val switchInlineQueryField: String","dev.inmo.tgbotapi.types.switchInlineQueryField"]},{"name":"const val switchPmParameterField: String","description":"dev.inmo.tgbotapi.types.switchPmParameterField","location":"docs/dev.inmo.tgbotapi.types/switch-pm-parameter-field.html","searchKeys":["switchPmParameterField","const val switchPmParameterField: String","dev.inmo.tgbotapi.types.switchPmParameterField"]},{"name":"const val switchPmTextField: String","description":"dev.inmo.tgbotapi.types.switchPmTextField","location":"docs/dev.inmo.tgbotapi.types/switch-pm-text-field.html","searchKeys":["switchPmTextField","const val switchPmTextField: String","dev.inmo.tgbotapi.types.switchPmTextField"]},{"name":"const val telegramBotAPIDefaultUrl: String","description":"dev.inmo.tgbotapi.utils.telegramBotAPIDefaultUrl","location":"docs/dev.inmo.tgbotapi.utils/telegram-bot-a-p-i-default-url.html","searchKeys":["telegramBotAPIDefaultUrl","const val telegramBotAPIDefaultUrl: String","dev.inmo.tgbotapi.utils.telegramBotAPIDefaultUrl"]},{"name":"const val telegramPaymentChargeIdField: String","description":"dev.inmo.tgbotapi.types.telegramPaymentChargeIdField","location":"docs/dev.inmo.tgbotapi.types/telegram-payment-charge-id-field.html","searchKeys":["telegramPaymentChargeIdField","const val telegramPaymentChargeIdField: String","dev.inmo.tgbotapi.types.telegramPaymentChargeIdField"]},{"name":"const val temporaryRegistrationField: String","description":"dev.inmo.tgbotapi.types.temporaryRegistrationField","location":"docs/dev.inmo.tgbotapi.types/temporary-registration-field.html","searchKeys":["temporaryRegistrationField","const val temporaryRegistrationField: String","dev.inmo.tgbotapi.types.temporaryRegistrationField"]},{"name":"const val textEntitiesField: String","description":"dev.inmo.tgbotapi.types.textEntitiesField","location":"docs/dev.inmo.tgbotapi.types/text-entities-field.html","searchKeys":["textEntitiesField","const val textEntitiesField: String","dev.inmo.tgbotapi.types.textEntitiesField"]},{"name":"const val textField: String","description":"dev.inmo.tgbotapi.types.textField","location":"docs/dev.inmo.tgbotapi.types/text-field.html","searchKeys":["textField","const val textField: String","dev.inmo.tgbotapi.types.textField"]},{"name":"const val tgWebAppStartParamField: String","description":"dev.inmo.tgbotapi.types.tgWebAppStartParamField","location":"docs/dev.inmo.tgbotapi.types/tg-web-app-start-param-field.html","searchKeys":["tgWebAppStartParamField","const val tgWebAppStartParamField: String","dev.inmo.tgbotapi.types.tgWebAppStartParamField"]},{"name":"const val tgsStickerField: String","description":"dev.inmo.tgbotapi.types.tgsStickerField","location":"docs/dev.inmo.tgbotapi.types/tgs-sticker-field.html","searchKeys":["tgsStickerField","const val tgsStickerField: String","dev.inmo.tgbotapi.types.tgsStickerField"]},{"name":"const val thumbField: String","description":"dev.inmo.tgbotapi.types.thumbField","location":"docs/dev.inmo.tgbotapi.types/thumb-field.html","searchKeys":["thumbField","const val thumbField: String","dev.inmo.tgbotapi.types.thumbField"]},{"name":"const val thumbHeightField: String","description":"dev.inmo.tgbotapi.types.thumbHeightField","location":"docs/dev.inmo.tgbotapi.types/thumb-height-field.html","searchKeys":["thumbHeightField","const val thumbHeightField: String","dev.inmo.tgbotapi.types.thumbHeightField"]},{"name":"const val thumbMimeTypeField: String","description":"dev.inmo.tgbotapi.types.thumbMimeTypeField","location":"docs/dev.inmo.tgbotapi.types/thumb-mime-type-field.html","searchKeys":["thumbMimeTypeField","const val thumbMimeTypeField: String","dev.inmo.tgbotapi.types.thumbMimeTypeField"]},{"name":"const val thumbUrlField: String","description":"dev.inmo.tgbotapi.types.thumbUrlField","location":"docs/dev.inmo.tgbotapi.types/thumb-url-field.html","searchKeys":["thumbUrlField","const val thumbUrlField: String","dev.inmo.tgbotapi.types.thumbUrlField"]},{"name":"const val thumbWidthField: String","description":"dev.inmo.tgbotapi.types.thumbWidthField","location":"docs/dev.inmo.tgbotapi.types/thumb-width-field.html","searchKeys":["thumbWidthField","const val thumbWidthField: String","dev.inmo.tgbotapi.types.thumbWidthField"]},{"name":"const val titleField: String","description":"dev.inmo.tgbotapi.types.titleField","location":"docs/dev.inmo.tgbotapi.types/title-field.html","searchKeys":["titleField","const val titleField: String","dev.inmo.tgbotapi.types.titleField"]},{"name":"const val totalAmountField: String","description":"dev.inmo.tgbotapi.types.totalAmountField","location":"docs/dev.inmo.tgbotapi.types/total-amount-field.html","searchKeys":["totalAmountField","const val totalAmountField: String","dev.inmo.tgbotapi.types.totalAmountField"]},{"name":"const val totalVoterCountField: String","description":"dev.inmo.tgbotapi.types.totalVoterCountField","location":"docs/dev.inmo.tgbotapi.types/total-voter-count-field.html","searchKeys":["totalVoterCountField","const val totalVoterCountField: String","dev.inmo.tgbotapi.types.totalVoterCountField"]},{"name":"const val translationField: String","description":"dev.inmo.tgbotapi.types.translationField","location":"docs/dev.inmo.tgbotapi.types/translation-field.html","searchKeys":["translationField","const val translationField: String","dev.inmo.tgbotapi.types.translationField"]},{"name":"const val translationFileField: String","description":"dev.inmo.tgbotapi.types.translationFileField","location":"docs/dev.inmo.tgbotapi.types/translation-file-field.html","searchKeys":["translationFileField","const val translationFileField: String","dev.inmo.tgbotapi.types.translationFileField"]},{"name":"const val translationFilesField: String","description":"dev.inmo.tgbotapi.types.translationFilesField","location":"docs/dev.inmo.tgbotapi.types/translation-files-field.html","searchKeys":["translationFilesField","const val translationFilesField: String","dev.inmo.tgbotapi.types.translationFilesField"]},{"name":"const val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/type.html","searchKeys":["type","const val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion.type"]},{"name":"const val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/type.html","searchKeys":["type","const val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion.type"]},{"name":"const val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/type.html","searchKeys":["type","const val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion.type"]},{"name":"const val typeField: String","description":"dev.inmo.tgbotapi.types.typeField","location":"docs/dev.inmo.tgbotapi.types/type-field.html","searchKeys":["typeField","const val typeField: String","dev.inmo.tgbotapi.types.typeField"]},{"name":"const val unspecifiedField: String","description":"dev.inmo.tgbotapi.types.unspecifiedField","location":"docs/dev.inmo.tgbotapi.types/unspecified-field.html","searchKeys":["unspecifiedField","const val unspecifiedField: String","dev.inmo.tgbotapi.types.unspecifiedField"]},{"name":"const val untilDateField: String","description":"dev.inmo.tgbotapi.types.untilDateField","location":"docs/dev.inmo.tgbotapi.types/until-date-field.html","searchKeys":["untilDateField","const val untilDateField: String","dev.inmo.tgbotapi.types.untilDateField"]},{"name":"const val updateIdField: String","description":"dev.inmo.tgbotapi.types.updateIdField","location":"docs/dev.inmo.tgbotapi.types/update-id-field.html","searchKeys":["updateIdField","const val updateIdField: String","dev.inmo.tgbotapi.types.updateIdField"]},{"name":"const val urlField: String","description":"dev.inmo.tgbotapi.types.urlField","location":"docs/dev.inmo.tgbotapi.types/url-field.html","searchKeys":["urlField","const val urlField: String","dev.inmo.tgbotapi.types.urlField"]},{"name":"const val userField: String","description":"dev.inmo.tgbotapi.types.userField","location":"docs/dev.inmo.tgbotapi.types/user-field.html","searchKeys":["userField","const val userField: String","dev.inmo.tgbotapi.types.userField"]},{"name":"const val userIdField: String","description":"dev.inmo.tgbotapi.types.userIdField","location":"docs/dev.inmo.tgbotapi.types/user-id-field.html","searchKeys":["userIdField","const val userIdField: String","dev.inmo.tgbotapi.types.userIdField"]},{"name":"const val usernameField: String","description":"dev.inmo.tgbotapi.types.usernameField","location":"docs/dev.inmo.tgbotapi.types/username-field.html","searchKeys":["usernameField","const val usernameField: String","dev.inmo.tgbotapi.types.usernameField"]},{"name":"const val usersField: String","description":"dev.inmo.tgbotapi.types.usersField","location":"docs/dev.inmo.tgbotapi.types/users-field.html","searchKeys":["usersField","const val usersField: String","dev.inmo.tgbotapi.types.usersField"]},{"name":"const val utilityBillField: String","description":"dev.inmo.tgbotapi.types.utilityBillField","location":"docs/dev.inmo.tgbotapi.types/utility-bill-field.html","searchKeys":["utilityBillField","const val utilityBillField: String","dev.inmo.tgbotapi.types.utilityBillField"]},{"name":"const val valueField: String","description":"dev.inmo.tgbotapi.types.valueField","location":"docs/dev.inmo.tgbotapi.types/value-field.html","searchKeys":["valueField","const val valueField: String","dev.inmo.tgbotapi.types.valueField"]},{"name":"const val vcardField: String","description":"dev.inmo.tgbotapi.types.vcardField","location":"docs/dev.inmo.tgbotapi.types/vcard-field.html","searchKeys":["vcardField","const val vcardField: String","dev.inmo.tgbotapi.types.vcardField"]},{"name":"const val videoDurationField: String","description":"dev.inmo.tgbotapi.types.videoDurationField","location":"docs/dev.inmo.tgbotapi.types/video-duration-field.html","searchKeys":["videoDurationField","const val videoDurationField: String","dev.inmo.tgbotapi.types.videoDurationField"]},{"name":"const val videoField: String","description":"dev.inmo.tgbotapi.types.videoField","location":"docs/dev.inmo.tgbotapi.types/video-field.html","searchKeys":["videoField","const val videoField: String","dev.inmo.tgbotapi.types.videoField"]},{"name":"const val videoFileIdField: String","description":"dev.inmo.tgbotapi.types.videoFileIdField","location":"docs/dev.inmo.tgbotapi.types/video-file-id-field.html","searchKeys":["videoFileIdField","const val videoFileIdField: String","dev.inmo.tgbotapi.types.videoFileIdField"]},{"name":"const val videoHeightField: String","description":"dev.inmo.tgbotapi.types.videoHeightField","location":"docs/dev.inmo.tgbotapi.types/video-height-field.html","searchKeys":["videoHeightField","const val videoHeightField: String","dev.inmo.tgbotapi.types.videoHeightField"]},{"name":"const val videoNoteField: String","description":"dev.inmo.tgbotapi.types.videoNoteField","location":"docs/dev.inmo.tgbotapi.types/video-note-field.html","searchKeys":["videoNoteField","const val videoNoteField: String","dev.inmo.tgbotapi.types.videoNoteField"]},{"name":"const val videoUrlField: String","description":"dev.inmo.tgbotapi.types.videoUrlField","location":"docs/dev.inmo.tgbotapi.types/video-url-field.html","searchKeys":["videoUrlField","const val videoUrlField: String","dev.inmo.tgbotapi.types.videoUrlField"]},{"name":"const val videoWidthField: String","description":"dev.inmo.tgbotapi.types.videoWidthField","location":"docs/dev.inmo.tgbotapi.types/video-width-field.html","searchKeys":["videoWidthField","const val videoWidthField: String","dev.inmo.tgbotapi.types.videoWidthField"]},{"name":"const val voiceDurationField: String","description":"dev.inmo.tgbotapi.types.voiceDurationField","location":"docs/dev.inmo.tgbotapi.types/voice-duration-field.html","searchKeys":["voiceDurationField","const val voiceDurationField: String","dev.inmo.tgbotapi.types.voiceDurationField"]},{"name":"const val voiceField: String","description":"dev.inmo.tgbotapi.types.voiceField","location":"docs/dev.inmo.tgbotapi.types/voice-field.html","searchKeys":["voiceField","const val voiceField: String","dev.inmo.tgbotapi.types.voiceField"]},{"name":"const val voiceFileIdField: String","description":"dev.inmo.tgbotapi.types.voiceFileIdField","location":"docs/dev.inmo.tgbotapi.types/voice-file-id-field.html","searchKeys":["voiceFileIdField","const val voiceFileIdField: String","dev.inmo.tgbotapi.types.voiceFileIdField"]},{"name":"const val voiceUrlField: String","description":"dev.inmo.tgbotapi.types.voiceUrlField","location":"docs/dev.inmo.tgbotapi.types/voice-url-field.html","searchKeys":["voiceUrlField","const val voiceUrlField: String","dev.inmo.tgbotapi.types.voiceUrlField"]},{"name":"const val votesCountField: String","description":"dev.inmo.tgbotapi.types.votesCountField","location":"docs/dev.inmo.tgbotapi.types/votes-count-field.html","searchKeys":["votesCountField","const val votesCountField: String","dev.inmo.tgbotapi.types.votesCountField"]},{"name":"const val webAppField: String","description":"dev.inmo.tgbotapi.types.webAppField","location":"docs/dev.inmo.tgbotapi.types/web-app-field.html","searchKeys":["webAppField","const val webAppField: String","dev.inmo.tgbotapi.types.webAppField"]},{"name":"const val webAppQueryIdField: String","description":"dev.inmo.tgbotapi.types.webAppQueryIdField","location":"docs/dev.inmo.tgbotapi.types/web-app-query-id-field.html","searchKeys":["webAppQueryIdField","const val webAppQueryIdField: String","dev.inmo.tgbotapi.types.webAppQueryIdField"]},{"name":"const val webmStickerField: String","description":"dev.inmo.tgbotapi.types.webmStickerField","location":"docs/dev.inmo.tgbotapi.types/webm-sticker-field.html","searchKeys":["webmStickerField","const val webmStickerField: String","dev.inmo.tgbotapi.types.webmStickerField"]},{"name":"const val widthField: String","description":"dev.inmo.tgbotapi.types.widthField","location":"docs/dev.inmo.tgbotapi.types/width-field.html","searchKeys":["widthField","const val widthField: String","dev.inmo.tgbotapi.types.widthField"]},{"name":"const val xShiftField: String","description":"dev.inmo.tgbotapi.types.xShiftField","location":"docs/dev.inmo.tgbotapi.types/x-shift-field.html","searchKeys":["xShiftField","const val xShiftField: String","dev.inmo.tgbotapi.types.xShiftField"]},{"name":"const val yShiftField: String","description":"dev.inmo.tgbotapi.types.yShiftField","location":"docs/dev.inmo.tgbotapi.types/y-shift-field.html","searchKeys":["yShiftField","const val yShiftField: String","dev.inmo.tgbotapi.types.yShiftField"]},{"name":"data class AddAnimatedStickerToSet : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/index.html","searchKeys":["AddAnimatedStickerToSet","data class AddAnimatedStickerToSet : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet"]},{"name":"data class AddStaticStickerToSet : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/index.html","searchKeys":["AddStaticStickerToSet","data class AddStaticStickerToSet : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet"]},{"name":"data class AddVideoStickerToSet : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/index.html","searchKeys":["AddVideoStickerToSet","data class AddVideoStickerToSet : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet"]},{"name":"data class AddressSecureValue(val data: DataCredentials) : SecureValueWithData","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/index.html","searchKeys":["AddressSecureValue","data class AddressSecureValue(val data: DataCredentials) : SecureValueWithData","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue"]},{"name":"data class AdministratorChatMemberImpl(val user: User, val canBeEdited: Boolean = false, val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/index.html","searchKeys":["AdministratorChatMemberImpl","data class AdministratorChatMemberImpl(val user: User, val canBeEdited: Boolean = false, val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl"]},{"name":"data class AnimatedSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/index.html","searchKeys":["AnimatedSticker","data class AnimatedSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","dev.inmo.tgbotapi.types.files.AnimatedSticker"]},{"name":"data class AnimationContent(val media: AnimationFile, val includedDocument: DocumentFile?, val text: String?, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/index.html","searchKeys":["AnimationContent","data class AnimationContent(val media: AnimationFile, val includedDocument: DocumentFile?, val text: String?, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","dev.inmo.tgbotapi.types.message.content.AnimationContent"]},{"name":"data class AnimationFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, CustomNamedMediaFile, SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.AnimationFile","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/index.html","searchKeys":["AnimationFile","data class AnimationFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, CustomNamedMediaFile, SizedMediaFile","dev.inmo.tgbotapi.types.files.AnimationFile"]},{"name":"data class AnonymousForwardInfo(val dateOfOriginal: TelegramDate, val senderName: String) : ForwardInfo","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/index.html","searchKeys":["AnonymousForwardInfo","data class AnonymousForwardInfo(val dateOfOriginal: TelegramDate, val senderName: String) : ForwardInfo","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo"]},{"name":"data class AnonymousGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : AnonymousGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/index.html","searchKeys":["AnonymousGroupContentMessageImpl","data class AnonymousGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : AnonymousGroupContentMessage ","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl"]},{"name":"data class AnswerCallbackQuery(val callbackQueryId: CallbackQueryIdentifier, val text: String? = null, val showAlert: Boolean? = null, val url: String? = null, val cachedTimeSeconds: Int? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/index.html","searchKeys":["AnswerCallbackQuery","data class AnswerCallbackQuery(val callbackQueryId: CallbackQueryIdentifier, val text: String? = null, val showAlert: Boolean? = null, val url: String? = null, val cachedTimeSeconds: Int? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery"]},{"name":"data class AnswerInlineQuery(val inlineQueryID: InlineQueryIdentifier, val results: List = emptyList(), val cachedTime: Int? = null, val isPersonal: Boolean? = null, val nextOffset: String? = null, val switchPmText: String? = null, val switchPmParameter: String? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/index.html","searchKeys":["AnswerInlineQuery","data class AnswerInlineQuery(val inlineQueryID: InlineQueryIdentifier, val results: List = emptyList(), val cachedTime: Int? = null, val isPersonal: Boolean? = null, val nextOffset: String? = null, val switchPmText: String? = null, val switchPmParameter: String? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery"]},{"name":"data class AnswerPreCheckoutQueryError(val preCheckoutQueryId: PreCheckoutQueryId, val errorMessage: String) : AnswerPreCheckoutQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/index.html","searchKeys":["AnswerPreCheckoutQueryError","data class AnswerPreCheckoutQueryError(val preCheckoutQueryId: PreCheckoutQueryId, val errorMessage: String) : AnswerPreCheckoutQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError"]},{"name":"data class AnswerPreCheckoutQueryOk(val preCheckoutQueryId: PreCheckoutQueryId) : AnswerPreCheckoutQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/index.html","searchKeys":["AnswerPreCheckoutQueryOk","data class AnswerPreCheckoutQueryOk(val preCheckoutQueryId: PreCheckoutQueryId) : AnswerPreCheckoutQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk"]},{"name":"data class AnswerShippingQueryError(val shippingQueryId: ShippingQueryIdentifier, val error: String) : AnswerShippingQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/index.html","searchKeys":["AnswerShippingQueryError","data class AnswerShippingQueryError(val shippingQueryId: ShippingQueryIdentifier, val error: String) : AnswerShippingQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError"]},{"name":"data class AnswerShippingQueryOk(val shippingQueryId: ShippingQueryIdentifier, val shippingOptions: List) : AnswerShippingQuery","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/index.html","searchKeys":["AnswerShippingQueryOk","data class AnswerShippingQueryOk(val shippingQueryId: ShippingQueryIdentifier, val shippingOptions: List) : AnswerShippingQuery","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk"]},{"name":"data class AnswerWebAppQuery(val webAppQueryId: WebAppQueryId, val result: InlineQueryResult) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/index.html","searchKeys":["AnswerWebAppQuery","data class AnswerWebAppQuery(val webAppQueryId: WebAppQueryId, val result: InlineQueryResult) : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery"]},{"name":"data class ApproveChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/index.html","searchKeys":["ApproveChatJoinRequest","data class ApproveChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest"]},{"name":"data class ApproximateScheduledCloseInfo(val openDuration: TimeSpan, val startPoint: DateTime = DateTime.now()) : ScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/index.html","searchKeys":["ApproximateScheduledCloseInfo","data class ApproximateScheduledCloseInfo(val openDuration: TimeSpan, val startPoint: DateTime = DateTime.now()) : ScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo"]},{"name":"data class AudioContent(val media: AudioFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : AudioMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.AudioContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/index.html","searchKeys":["AudioContent","data class AudioContent(val media: AudioFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : AudioMediaGroupContent","dev.inmo.tgbotapi.types.message.content.AudioContent"]},{"name":"data class AudioFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val performer: String? = null, val title: String? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null, val thumb: PhotoSize? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, TitledMediaFile, Performerable","description":"dev.inmo.tgbotapi.types.files.AudioFile","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/index.html","searchKeys":["AudioFile","data class AudioFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val performer: String? = null, val title: String? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null, val thumb: PhotoSize? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, TitledMediaFile, Performerable","dev.inmo.tgbotapi.types.files.AudioFile"]},{"name":"data class BanChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val revokeMessages: Boolean? = null) : ChatMemberRequest , UntilDate","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/index.html","searchKeys":["BanChatMember","data class BanChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val revokeMessages: Boolean? = null) : ChatMemberRequest , UntilDate","dev.inmo.tgbotapi.requests.chat.members.BanChatMember"]},{"name":"data class BanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/index.html","searchKeys":["BanChatSenderChat","data class BanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat"]},{"name":"data class BankStatement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/index.html","searchKeys":["BankStatement","data class BankStatement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement"]},{"name":"data class BankStatementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/index.html","searchKeys":["BankStatementSecureValue","data class BankStatementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue"]},{"name":"data class BaseChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/index.html","searchKeys":["BaseChosenInlineResult","data class BaseChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult"]},{"name":"data class BaseInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?) : InlineQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/index.html","searchKeys":["BaseInlineQuery","data class BaseInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?) : InlineQuery","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery"]},{"name":"data class BoldTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/index.html","searchKeys":["BoldTextSource","data class BoldTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource"]},{"name":"data class BotBuilder","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/index.html","searchKeys":["BotBuilder","data class BotBuilder","dev.inmo.tgbotapi.extensions.api.BotBuilder"]},{"name":"data class BotCommand(val command: String, val description: String)","description":"dev.inmo.tgbotapi.types.BotCommand","location":"docs/dev.inmo.tgbotapi.types/-bot-command/index.html","searchKeys":["BotCommand","data class BotCommand(val command: String, val description: String)","dev.inmo.tgbotapi.types.BotCommand"]},{"name":"data class BotCommandScopeChat(val chatId: ChatIdentifier) : ChatBotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/index.html","searchKeys":["BotCommandScopeChat","data class BotCommandScopeChat(val chatId: ChatIdentifier) : ChatBotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat"]},{"name":"data class BotCommandScopeChatAdministrators(val chatId: ChatIdentifier) : ChatBotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/index.html","searchKeys":["BotCommandScopeChatAdministrators","data class BotCommandScopeChatAdministrators(val chatId: ChatIdentifier) : ChatBotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators"]},{"name":"data class BotCommandScopeChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatBotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/index.html","searchKeys":["BotCommandScopeChatMember","data class BotCommandScopeChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatBotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember"]},{"name":"data class BotCommandTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/index.html","searchKeys":["BotCommandTextSource","data class BotCommandTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource"]},{"name":"data class CallbackDataInlineKeyboardButton(val text: String, val callbackData: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/index.html","searchKeys":["CallbackDataInlineKeyboardButton","data class CallbackDataInlineKeyboardButton(val text: String, val callbackData: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton"]},{"name":"data class CallbackGameInlineKeyboardButton(val text: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/index.html","searchKeys":["CallbackGameInlineKeyboardButton","data class CallbackGameInlineKeyboardButton(val text: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton"]},{"name":"data class CallbackQueryUpdate(val updateId: UpdateIdentifier, val data: CallbackQuery) : Update","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/index.html","searchKeys":["CallbackQueryUpdate","data class CallbackQueryUpdate(val updateId: UpdateIdentifier, val data: CallbackQuery) : Update","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate"]},{"name":"data class CashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/index.html","searchKeys":["CashTagTextSource","data class CashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource"]},{"name":"data class ChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null) : ChannelChat","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/index.html","searchKeys":["ChannelChatImpl","data class ChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null) : ChannelChat","dev.inmo.tgbotapi.types.chat.ChannelChatImpl"]},{"name":"data class ChannelContentMessageImpl(val messageId: MessageIdentifier, val chat: ChannelChat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ChannelContentMessage ","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/index.html","searchKeys":["ChannelContentMessageImpl","data class ChannelContentMessageImpl(val messageId: MessageIdentifier, val chat: ChannelChat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ChannelContentMessage ","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl"]},{"name":"data class ChannelEventMessage(val messageId: MessageIdentifier, val chat: ChannelChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/index.html","searchKeys":["ChannelEventMessage","data class ChannelEventMessage(val messageId: MessageIdentifier, val chat: ChannelChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","dev.inmo.tgbotapi.types.message.ChannelEventMessage"]},{"name":"data class ChannelMediaGroupMessage(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage ","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/index.html","searchKeys":["ChannelMediaGroupMessage","data class ChannelMediaGroupMessage(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage ","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage"]},{"name":"data class ChannelPostMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/index.html","searchKeys":["ChannelPostMediaGroupUpdate","data class ChannelPostMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate"]},{"name":"data class ChannelPostUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/index.html","searchKeys":["ChannelPostUpdate","data class ChannelPostUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","dev.inmo.tgbotapi.types.update.ChannelPostUpdate"]},{"name":"data class ChatAdministratorRightsImpl(val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false) : ChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/index.html","searchKeys":["ChatAdministratorRightsImpl","data class ChatAdministratorRightsImpl(val canChangeInfo: Boolean = false, val canPostMessages: Boolean = false, val canEditMessages: Boolean = false, val canRemoveMessages: Boolean = false, val canInviteUsers: Boolean = false, val canRestrictMembers: Boolean = false, val canPinMessages: Boolean = false, val canPromoteMembers: Boolean = false, val canManageVideoChats: Boolean = false, val canManageChat: Boolean = false, val isAnonymous: Boolean = false) : ChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl"]},{"name":"data class ChatId(val chatId: Identifier) : ChatIdentifier","description":"dev.inmo.tgbotapi.types.ChatId","location":"docs/dev.inmo.tgbotapi.types/-chat-id/index.html","searchKeys":["ChatId","data class ChatId(val chatId: Identifier) : ChatIdentifier","dev.inmo.tgbotapi.types.ChatId"]},{"name":"data class ChatInviteLinkUnlimited(val inviteLink: String, val creator: User, val name: String? = null, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/index.html","searchKeys":["ChatInviteLinkUnlimited","data class ChatInviteLinkUnlimited(val inviteLink: String, val creator: User, val name: String? = null, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited"]},{"name":"data class ChatInviteLinkWithJoinRequest(val inviteLink: String, val creator: User, val name: String? = null, val leftToReview: Int = 0, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/index.html","searchKeys":["ChatInviteLinkWithJoinRequest","data class ChatInviteLinkWithJoinRequest(val inviteLink: String, val creator: User, val name: String? = null, val leftToReview: Int = 0, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest"]},{"name":"data class ChatInviteLinkWithLimitedMembers(val inviteLink: String, val creator: User, val name: String? = null, val membersLimit: MembersLimit, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/index.html","searchKeys":["ChatInviteLinkWithLimitedMembers","data class ChatInviteLinkWithLimitedMembers(val inviteLink: String, val creator: User, val name: String? = null, val membersLimit: MembersLimit, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : SecondaryChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers"]},{"name":"data class ChatJoinRequest(val chat: PublicChat, val from: User, val date: TelegramDate, val inviteLink: ChatInviteLink, val bio: String? = null) : FromUser","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/index.html","searchKeys":["ChatJoinRequest","data class ChatJoinRequest(val chat: PublicChat, val from: User, val date: TelegramDate, val inviteLink: ChatInviteLink, val bio: String? = null) : FromUser","dev.inmo.tgbotapi.types.chat.ChatJoinRequest"]},{"name":"data class ChatJoinRequestUpdate(val updateId: UpdateIdentifier, val data: ChatJoinRequest) : Update","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/index.html","searchKeys":["ChatJoinRequestUpdate","data class ChatJoinRequestUpdate(val updateId: UpdateIdentifier, val data: ChatJoinRequest) : Update","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate"]},{"name":"data class ChatLocation(val location: StaticLocation, val address: String)","description":"dev.inmo.tgbotapi.types.ChatLocation","location":"docs/dev.inmo.tgbotapi.types/-chat-location/index.html","searchKeys":["ChatLocation","data class ChatLocation(val location: StaticLocation, val address: String)","dev.inmo.tgbotapi.types.ChatLocation"]},{"name":"data class ChatMemberUpdated(val chat: Chat, val user: User, val date: TelegramDate, val oldChatMemberState: ChatMember, val newChatMemberState: ChatMember, val inviteLink: ChatInviteLink? = null)","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/index.html","searchKeys":["ChatMemberUpdated","data class ChatMemberUpdated(val chat: Chat, val user: User, val date: TelegramDate, val oldChatMemberState: ChatMember, val newChatMemberState: ChatMember, val inviteLink: ChatInviteLink? = null)","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated"]},{"name":"data class ChatPermissions(val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebPagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/index.html","searchKeys":["ChatPermissions","data class ChatPermissions(val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebPagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false)","dev.inmo.tgbotapi.types.chat.ChatPermissions"]},{"name":"data class ChatPhoto(val smallFileId: String, val bigFileId: String, val smallFileUniqueId: FileUniqueId, val bigFileUniqueId: FileUniqueId)","description":"dev.inmo.tgbotapi.types.ChatPhoto","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/index.html","searchKeys":["ChatPhoto","data class ChatPhoto(val smallFileId: String, val bigFileId: String, val smallFileUniqueId: FileUniqueId, val bigFileUniqueId: FileUniqueId)","dev.inmo.tgbotapi.types.ChatPhoto"]},{"name":"data class ChosenInlineResultUpdate(val updateId: UpdateIdentifier, val data: ChosenInlineResult) : Update","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/index.html","searchKeys":["ChosenInlineResultUpdate","data class ChosenInlineResultUpdate(val updateId: UpdateIdentifier, val data: ChosenInlineResult) : Update","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate"]},{"name":"data class CodeTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/index.html","searchKeys":["CodeTextSource","data class CodeTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource"]},{"name":"data class CommonBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\") : Bot","description":"dev.inmo.tgbotapi.types.chat.CommonBot","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/index.html","searchKeys":["CommonBot","data class CommonBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\") : Bot","dev.inmo.tgbotapi.types.chat.CommonBot"]},{"name":"data class CommonChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/index.html","searchKeys":["CommonChatMemberUpdatedUpdate","data class CommonChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate"]},{"name":"data class CommonGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val from: User, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?) : CommonGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/index.html","searchKeys":["CommonGroupContentMessageImpl","data class CommonGroupContentMessageImpl(val chat: GroupChat, val messageId: MessageIdentifier, val from: User, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?) : CommonGroupContentMessage ","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl"]},{"name":"data class CommonGroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: GroupChat, val chatEvent: T, val date: DateTime) : GroupEventMessage ","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/index.html","searchKeys":["CommonGroupEventMessage","data class CommonGroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: GroupChat, val chatEvent: T, val date: DateTime) : GroupEventMessage ","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage"]},{"name":"data class CommonMediaGroupMessage(val messageId: MessageIdentifier, val from: User, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/index.html","searchKeys":["CommonMediaGroupMessage","data class CommonMediaGroupMessage(val messageId: MessageIdentifier, val from: User, val chat: Chat, val date: DateTime, val mediaGroupId: MediaGroupIdentifier, val content: T, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?) : MediaGroupMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage"]},{"name":"data class CommonPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/index.html","searchKeys":["CommonPassport","data class CommonPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport"]},{"name":"data class CommonPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/index.html","searchKeys":["CommonPassportSecureValue","data class CommonPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue"]},{"name":"data class CommonSupergroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: SupergroupChat, val chatEvent: T, val date: DateTime) : SupergroupEventMessage ","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/index.html","searchKeys":["CommonSupergroupEventMessage","data class CommonSupergroupEventMessage(val messageId: MessageIdentifier, val from: User, val chat: SupergroupChat, val chatEvent: T, val date: DateTime) : SupergroupEventMessage ","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage"]},{"name":"data class CommonUser(val id: UserId, val firstName: String, val lastName: String = \"\", val username: Username? = null, val ietfLanguageCode: IetfLanguageCode? = null) : User, WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.types.chat.CommonUser","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/index.html","searchKeys":["CommonUser","data class CommonUser(val id: UserId, val firstName: String, val lastName: String = \"\", val username: Username? = null, val ietfLanguageCode: IetfLanguageCode? = null) : User, WithOptionalLanguageCode","dev.inmo.tgbotapi.types.chat.CommonUser"]},{"name":"data class ConnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ConnectedFromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/index.html","searchKeys":["ConnectedFromChannelGroupContentMessageImpl","data class ConnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : ConnectedFromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl"]},{"name":"data class Contact(val phoneNumber: String, val firstName: String, val lastName: String? = null, val userId: UserId? = null, val vcard: String? = null) : CommonContactData","description":"dev.inmo.tgbotapi.types.Contact","location":"docs/dev.inmo.tgbotapi.types/-contact/index.html","searchKeys":["Contact","data class Contact(val phoneNumber: String, val firstName: String, val lastName: String? = null, val userId: UserId? = null, val vcard: String? = null) : CommonContactData","dev.inmo.tgbotapi.types.Contact"]},{"name":"data class ContactContent(val contact: Contact) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.ContactContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/index.html","searchKeys":["ContactContent","data class ContactContent(val contact: Contact) : MessageContent","dev.inmo.tgbotapi.types.message.content.ContactContent"]},{"name":"data class CopyMessage : SimpleRequest , ReplyingMarkupSendMessageRequest , MessageAction, TextedOutput, ProtectContent","description":"dev.inmo.tgbotapi.requests.send.CopyMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/index.html","searchKeys":["CopyMessage","data class CopyMessage : SimpleRequest , ReplyingMarkupSendMessageRequest , MessageAction, TextedOutput, ProtectContent","dev.inmo.tgbotapi.requests.send.CopyMessage"]},{"name":"data class CreateChatInviteLinkUnlimited(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/index.html","searchKeys":["CreateChatInviteLinkUnlimited","data class CreateChatInviteLinkUnlimited(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink ","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited"]},{"name":"data class CreateChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , WithJoinRequestChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/index.html","searchKeys":["CreateChatInviteLinkWithJoinRequest","data class CreateChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , WithJoinRequestChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest"]},{"name":"data class CreateChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , LimitedMembersChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/index.html","searchKeys":["CreateChatInviteLinkWithLimitedMembers","data class CreateChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : CreateChatInviteLink , LimitedMembersChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers"]},{"name":"data class CreateNewAnimatedStickerSet : CreateStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/index.html","searchKeys":["CreateNewAnimatedStickerSet","data class CreateNewAnimatedStickerSet : CreateStickerSetAction","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet"]},{"name":"data class CreateNewStaticStickerSet : CreateStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/index.html","searchKeys":["CreateNewStaticStickerSet","data class CreateNewStaticStickerSet : CreateStickerSetAction","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet"]},{"name":"data class CreateNewVideoStickerSet : CreateStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/index.html","searchKeys":["CreateNewVideoStickerSet","data class CreateNewVideoStickerSet : CreateStickerSetAction","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet"]},{"name":"data class CreatorChatMember(val user: User, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/index.html","searchKeys":["CreatorChatMember","data class CreatorChatMember(val user: User, val isAnonymous: Boolean = false, val customTitle: String? = null) : AdministratorChatMember","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember"]},{"name":"data class CustomDiceAnimationType(val emoji: String) : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/index.html","searchKeys":["CustomDiceAnimationType","data class CustomDiceAnimationType(val emoji: String) : DiceAnimationType","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType"]},{"name":"data class DataCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/index.html","searchKeys":["DataCredentials","data class DataCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials"]},{"name":"data class DeclineChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/index.html","searchKeys":["DeclineChatJoinRequest","data class DeclineChatJoinRequest(val chatId: ChatIdentifier, val userId: UserId) : ChatJoinRequestAnswer","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest"]},{"name":"data class DecryptedCredentials(val secureData: SecureData, val nonce: String)","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/index.html","searchKeys":["DecryptedCredentials","data class DecryptedCredentials(val secureData: SecureData, val nonce: String)","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials"]},{"name":"data class DeleteChatPhoto(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/index.html","searchKeys":["DeleteChatPhoto","data class DeleteChatPhoto(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto"]},{"name":"data class DeleteChatStickerSet(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/index.html","searchKeys":["DeleteChatStickerSet","data class DeleteChatStickerSet(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet"]},{"name":"data class DeleteMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier) : SimpleRequest , MessageAction","description":"dev.inmo.tgbotapi.requests.DeleteMessage","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/index.html","searchKeys":["DeleteMessage","data class DeleteMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier) : SimpleRequest , MessageAction","dev.inmo.tgbotapi.requests.DeleteMessage"]},{"name":"data class DeleteMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/index.html","searchKeys":["DeleteMyCommands","data class DeleteMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest ","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands"]},{"name":"data class DeleteStickerFromSet(val sticker: FileId) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/index.html","searchKeys":["DeleteStickerFromSet","data class DeleteStickerFromSet(val sticker: FileId) : SimpleRequest ","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet"]},{"name":"data class Dice(val value: DiceResult, val animationType: DiceAnimationType)","description":"dev.inmo.tgbotapi.types.dice.Dice","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/index.html","searchKeys":["Dice","data class Dice(val value: DiceResult, val animationType: DiceAnimationType)","dev.inmo.tgbotapi.types.dice.Dice"]},{"name":"data class DiceContent(val dice: Dice) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.DiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/index.html","searchKeys":["DiceContent","data class DiceContent(val dice: Dice) : MessageContent","dev.inmo.tgbotapi.types.message.content.DiceContent"]},{"name":"data class DocumentContent(val media: DocumentFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : DocumentMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/index.html","searchKeys":["DocumentContent","data class DocumentContent(val media: DocumentFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : DocumentMediaGroupContent","dev.inmo.tgbotapi.types.message.content.DocumentContent"]},{"name":"data class DocumentFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val thumb: PhotoSize? = null, val mimeType: MimeType? = null, val fileName: String? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, CustomNamedMediaFile","description":"dev.inmo.tgbotapi.types.files.DocumentFile","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/index.html","searchKeys":["DocumentFile","data class DocumentFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val thumb: PhotoSize? = null, val mimeType: MimeType? = null, val fileName: String? = null) : TelegramMediaFile, MimedMediaFile, ThumbedMediaFile, CustomNamedMediaFile","dev.inmo.tgbotapi.types.files.DocumentFile"]},{"name":"data class DriverLicense(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/index.html","searchKeys":["DriverLicense","data class DriverLicense(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense"]},{"name":"data class DriverLicenseSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/index.html","searchKeys":["DriverLicenseSecureValue","data class DriverLicenseSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue"]},{"name":"data class EMailTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/index.html","searchKeys":["EMailTextSource","data class EMailTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource"]},{"name":"data class EditChannelPostMediaGroupUpdate(val origin: EditChannelPostUpdate) : EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/index.html","searchKeys":["EditChannelPostMediaGroupUpdate","data class EditChannelPostMediaGroupUpdate(val origin: EditChannelPostUpdate) : EditMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate"]},{"name":"data class EditChannelPostUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/index.html","searchKeys":["EditChannelPostUpdate","data class EditChannelPostUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate"]},{"name":"data class EditChatInviteLinkUnlimited(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/index.html","searchKeys":["EditChatInviteLinkUnlimited","data class EditChatInviteLinkUnlimited(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink ","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited"]},{"name":"data class EditChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , WithJoinRequestChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/index.html","searchKeys":["EditChatInviteLinkWithJoinRequest","data class EditChatInviteLinkWithJoinRequest(val chatId: ChatIdentifier, val inviteLink: String, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , WithJoinRequestChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest"]},{"name":"data class EditChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val inviteLink: String, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , LimitedMembersChatInviteLinkRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/index.html","searchKeys":["EditChatInviteLinkWithLimitedMembers","data class EditChatInviteLinkWithLimitedMembers(val chatId: ChatIdentifier, val inviteLink: String, val membersLimit: MembersLimit, val name: String? = null, val expirationUnixTimeStamp: TelegramDate? = null) : EditChatInviteLink , LimitedMembersChatInviteLinkRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers"]},{"name":"data class EditChatMessageCaption : EditChatMessage , EditTextChatMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/index.html","searchKeys":["EditChatMessageCaption","data class EditChatMessageCaption : EditChatMessage , EditTextChatMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption"]},{"name":"data class EditChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditLocationMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/index.html","searchKeys":["EditChatMessageLiveLocation","data class EditChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditLocationMessage","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation"]},{"name":"data class EditChatMessageMedia(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditMediaMessage","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/index.html","searchKeys":["EditChatMessageMedia","data class EditChatMessageMedia(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage, EditMediaMessage","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia"]},{"name":"data class EditChatMessageReplyMarkup(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/index.html","searchKeys":["EditChatMessageReplyMarkup","data class EditChatMessageReplyMarkup(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup"]},{"name":"data class EditChatMessageText : EditChatMessage , EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/index.html","searchKeys":["EditChatMessageText","data class EditChatMessageText : EditChatMessage , EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText"]},{"name":"data class EditInlineMessageCaption : EditInlineMessage, EditTextChatMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/index.html","searchKeys":["EditInlineMessageCaption","data class EditInlineMessageCaption : EditInlineMessage, EditTextChatMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption"]},{"name":"data class EditInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditLocationMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/index.html","searchKeys":["EditInlineMessageLiveLocation","data class EditInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditLocationMessage","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation"]},{"name":"data class EditInlineMessageMedia(val inlineMessageId: InlineMessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditMediaMessage","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/index.html","searchKeys":["EditInlineMessageMedia","data class EditInlineMessageMedia(val inlineMessageId: InlineMessageIdentifier, val media: TelegramMedia, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage, EditMediaMessage","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia"]},{"name":"data class EditInlineMessageReplyMarkup(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/index.html","searchKeys":["EditInlineMessageReplyMarkup","data class EditInlineMessageReplyMarkup(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup"]},{"name":"data class EditInlineMessageText : EditInlineMessage, EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/index.html","searchKeys":["EditInlineMessageText","data class EditInlineMessageText : EditInlineMessage, EditTextChatMessage, EditReplyMessage, EditDisableWebPagePreviewMessage","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText"]},{"name":"data class EditMessageMediaGroupUpdate(val origin: EditMessageUpdate) : EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/index.html","searchKeys":["EditMessageMediaGroupUpdate","data class EditMessageMediaGroupUpdate(val origin: EditMessageUpdate) : EditMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate"]},{"name":"data class EditMessageUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/index.html","searchKeys":["EditMessageUpdate","data class EditMessageUpdate(val updateId: UpdateIdentifier, val data: CommonMessage<*>) : BaseEditMessageUpdate","dev.inmo.tgbotapi.types.update.EditMessageUpdate"]},{"name":"data class Email(val email: String, val hash: PassportElementHash) : EncryptedPassportElementWithEmail","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/index.html","searchKeys":["Email","data class Email(val email: String, val hash: PassportElementHash) : EncryptedPassportElementWithEmail","dev.inmo.tgbotapi.types.passport.encrypted.Email"]},{"name":"data class EncryptedAddress(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/index.html","searchKeys":["EncryptedAddress","data class EncryptedAddress(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress"]},{"name":"data class EncryptedCredentials(val data: EncryptedData, val hash: SourceBytes, val secret: EncryptedByBotPublicKeyData)","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/index.html","searchKeys":["EncryptedCredentials","data class EncryptedCredentials(val data: EncryptedData, val hash: SourceBytes, val secret: EncryptedByBotPublicKeyData)","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials"]},{"name":"data class EncryptedPersonalDetails(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/index.html","searchKeys":["EncryptedPersonalDetails","data class EncryptedPersonalDetails(val data: EncryptedData, val hash: PassportElementHash) : EncryptedPassportElementWithData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails"]},{"name":"data class ExactScheduledCloseInfo(val closeDateTime: DateTime) : ScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/index.html","searchKeys":["ExactScheduledCloseInfo","data class ExactScheduledCloseInfo(val closeDateTime: DateTime) : ScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo"]},{"name":"data class ExportChatInviteLink(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/index.html","searchKeys":["ExportChatInviteLink","data class ExportChatInviteLink(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink"]},{"name":"data class ExtendedBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\", val canJoinGroups: Boolean = false, val canReadAllGroupMessages: Boolean = false, val supportsInlineQueries: Boolean = false) : Bot","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/index.html","searchKeys":["ExtendedBot","data class ExtendedBot(val id: UserId, val username: Username, val firstName: String, val lastName: String = \"\", val canJoinGroups: Boolean = false, val canReadAllGroupMessages: Boolean = false, val supportsInlineQueries: Boolean = false) : Bot","dev.inmo.tgbotapi.types.chat.ExtendedBot"]},{"name":"data class ExtendedChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val linkedGroupChatId: ChatId? = null) : ExtendedChannelChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/index.html","searchKeys":["ExtendedChannelChatImpl","data class ExtendedChannelChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val linkedGroupChatId: ChatId? = null) : ExtendedChannelChat","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl"]},{"name":"data class ExtendedGroupChatImpl(val id: ChatId, val title: String, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null) : ExtendedGroupChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/index.html","searchKeys":["ExtendedGroupChatImpl","data class ExtendedGroupChatImpl(val id: ChatId, val title: String, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null) : ExtendedGroupChat","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl"]},{"name":"data class ExtendedPrivateChatImpl(val id: ChatId, val chatPhoto: ChatPhoto? = null, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\", val bio: String = \"\", val hasPrivateForwards: Boolean = false) : ExtendedPrivateChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/index.html","searchKeys":["ExtendedPrivateChatImpl","data class ExtendedPrivateChatImpl(val id: ChatId, val chatPhoto: ChatPhoto? = null, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\", val bio: String = \"\", val hasPrivateForwards: Boolean = false) : ExtendedPrivateChat","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl"]},{"name":"data class ExtendedSupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val stickerSetName: StickerSetName? = null, val slowModeDelay: Long? = null, val canSetStickerSet: Boolean = false, val linkedChannelChatId: ChatId? = null, val location: ChatLocation? = null) : ExtendedSupergroupChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/index.html","searchKeys":["ExtendedSupergroupChatImpl","data class ExtendedSupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null, val chatPhoto: ChatPhoto? = null, val permissions: ChatPermissions, val description: String = \"\", val inviteLink: String? = null, val pinnedMessage: Message? = null, val stickerSetName: StickerSetName? = null, val slowModeDelay: Long? = null, val canSetStickerSet: Boolean = false, val linkedChannelChatId: ChatId? = null, val location: ChatLocation? = null) : ExtendedSupergroupChat","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl"]},{"name":"data class File(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null) : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.File","location":"docs/dev.inmo.tgbotapi.types.files/-file/index.html","searchKeys":["File","data class File(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null) : TelegramMediaFile","dev.inmo.tgbotapi.types.files.File"]},{"name":"data class FileCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/index.html","searchKeys":["FileCredentials","data class FileCredentials(val hash: SourceBytes, val secret: SourceBytes) : EndDataCredentials","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials"]},{"name":"data class FileId(val fileId: String) : InputFile","description":"dev.inmo.tgbotapi.requests.abstracts.FileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-file-id/index.html","searchKeys":["FileId","data class FileId(val fileId: String) : InputFile","dev.inmo.tgbotapi.requests.abstracts.FileId"]},{"name":"data class ForwardFromChannelInfo(val dateOfOriginal: TelegramDate, val messageId: MessageIdentifier, val channelChat: ChannelChat, val signature: String? = null) : ForwardFromPublicChatInfo","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/index.html","searchKeys":["ForwardFromChannelInfo","data class ForwardFromChannelInfo(val dateOfOriginal: TelegramDate, val messageId: MessageIdentifier, val channelChat: ChannelChat, val signature: String? = null) : ForwardFromPublicChatInfo","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo"]},{"name":"data class ForwardFromSupergroupInfo(val dateOfOriginal: TelegramDate, val group: SupergroupChat) : ForwardFromPublicChatInfo","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/index.html","searchKeys":["ForwardFromSupergroupInfo","data class ForwardFromSupergroupInfo(val dateOfOriginal: TelegramDate, val group: SupergroupChat) : ForwardFromPublicChatInfo","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo"]},{"name":"data class ForwardMessage(val fromChatId: ChatIdentifier, val toChatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false, val protectContent: Boolean = false) : SimpleRequest , MessageAction, ProtectContent","description":"dev.inmo.tgbotapi.requests.ForwardMessage","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/index.html","searchKeys":["ForwardMessage","data class ForwardMessage(val fromChatId: ChatIdentifier, val toChatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false, val protectContent: Boolean = false) : SimpleRequest , MessageAction, ProtectContent","dev.inmo.tgbotapi.requests.ForwardMessage"]},{"name":"data class Foursquare(val id: FoursquareId, val type: FoursquareType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/index.html","searchKeys":["Foursquare","data class Foursquare(val id: FoursquareId, val type: FoursquareType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare"]},{"name":"data class Game(val title: String, val description: String, val photo: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList(), val animation: AnimationFile? = null) : Titled, TextedInput","description":"dev.inmo.tgbotapi.types.games.Game","location":"docs/dev.inmo.tgbotapi.types.games/-game/index.html","searchKeys":["Game","data class Game(val title: String, val description: String, val photo: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList(), val animation: AnimationFile? = null) : Titled, TextedInput","dev.inmo.tgbotapi.types.games.Game"]},{"name":"data class GameContent(val game: Game) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.GameContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/index.html","searchKeys":["GameContent","data class GameContent(val game: Game) : MessageContent","dev.inmo.tgbotapi.types.message.content.GameContent"]},{"name":"data class GameHighScore(val position: Long, val user: User, val score: Long)","description":"dev.inmo.tgbotapi.types.games.GameHighScore","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/index.html","searchKeys":["GameHighScore","data class GameHighScore(val position: Long, val user: User, val score: Long)","dev.inmo.tgbotapi.types.games.GameHighScore"]},{"name":"data class GetChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/index.html","searchKeys":["GetChat","data class GetChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetChat"]},{"name":"data class GetChatAdministrators(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest> ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/index.html","searchKeys":["GetChatAdministrators","data class GetChatAdministrators(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest> ","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators"]},{"name":"data class GetChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatMemberRequest ","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/index.html","searchKeys":["GetChatMember","data class GetChatMember(val chatId: ChatIdentifier, val userId: UserId) : ChatMemberRequest ","dev.inmo.tgbotapi.requests.chat.members.GetChatMember"]},{"name":"data class GetChatMemberCount(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/index.html","searchKeys":["GetChatMemberCount","data class GetChatMemberCount(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount"]},{"name":"data class GetChatMenuButton(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/index.html","searchKeys":["GetChatMenuButton","data class GetChatMenuButton(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton"]},{"name":"data class GetFile(val fileId: FileId) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.get.GetFile","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/index.html","searchKeys":["GetFile","data class GetFile(val fileId: FileId) : SimpleRequest ","dev.inmo.tgbotapi.requests.get.GetFile"]},{"name":"data class GetGameHighScoresByChat(val userId: UserId, val chatId: ChatId, val messageId: MessageIdentifier) : GetGameHighScores, MessageAction","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/index.html","searchKeys":["GetGameHighScoresByChat","data class GetGameHighScoresByChat(val userId: UserId, val chatId: ChatId, val messageId: MessageIdentifier) : GetGameHighScores, MessageAction","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat"]},{"name":"data class GetGameHighScoresByInlineMessageId(val userId: UserId, val inlineMessageId: InlineMessageIdentifier) : GetGameHighScores, InlineMessageAction","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/index.html","searchKeys":["GetGameHighScoresByInlineMessageId","data class GetGameHighScoresByInlineMessageId(val userId: UserId, val inlineMessageId: InlineMessageIdentifier) : GetGameHighScores, InlineMessageAction","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId"]},{"name":"data class GetMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest> ","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/index.html","searchKeys":["GetMyCommands","data class GetMyCommands(val scope: BotCommandScope = BotCommandScopeDefault, val ietfLanguageCode: IetfLanguageCode? = null) : MyCommandsRequest> ","dev.inmo.tgbotapi.requests.bot.GetMyCommands"]},{"name":"data class GetMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/index.html","searchKeys":["GetMyDefaultAdministratorRights","data class GetMyDefaultAdministratorRights(val forChannels: Boolean? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights"]},{"name":"data class GetStickerSet(val name: String) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/index.html","searchKeys":["GetStickerSet","data class GetStickerSet(val name: String) : SimpleRequest ","dev.inmo.tgbotapi.requests.get.GetStickerSet"]},{"name":"data class GetUpdates(val offset: UpdateIdentifier? = null, val limit: Int = getUpdatesLimit.last, val timeout: Seconds? = null, val allowed_updates: List? = ALL_UPDATES_LIST) : SimpleRequest> ","description":"dev.inmo.tgbotapi.requests.GetUpdates","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/index.html","searchKeys":["GetUpdates","data class GetUpdates(val offset: UpdateIdentifier? = null, val limit: Int = getUpdatesLimit.last, val timeout: Seconds? = null, val allowed_updates: List? = ALL_UPDATES_LIST) : SimpleRequest> ","dev.inmo.tgbotapi.requests.GetUpdates"]},{"name":"data class GetUserProfilePhotos(val userId: UserId, val offset: Int? = null, val limit: Int? = null) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/index.html","searchKeys":["GetUserProfilePhotos","data class GetUserProfilePhotos(val userId: UserId, val offset: Int? = null, val limit: Int? = null) : SimpleRequest ","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos"]},{"name":"data class GooglePlace(val id: GooglePlaceId, val type: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/index.html","searchKeys":["GooglePlace","data class GooglePlace(val id: GooglePlaceId, val type: GooglePlaceType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace"]},{"name":"data class GroupChatImpl(val id: ChatId, val title: String) : GroupChat","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/index.html","searchKeys":["GroupChatImpl","data class GroupChatImpl(val id: ChatId, val title: String) : GroupChat","dev.inmo.tgbotapi.types.chat.GroupChatImpl"]},{"name":"data class HashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/index.html","searchKeys":["HashTagTextSource","data class HashTagTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource"]},{"name":"data class IdentityCard(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/index.html","searchKeys":["IdentityCard","data class IdentityCard(val data: EncryptedData, val frontSide: PassportFile? = null, val reverseSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableIDDocument","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard"]},{"name":"data class IdentityCardSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/index.html","searchKeys":["IdentityCardSecureValue","data class IdentityCardSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val reverseSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : IdentityWithReverseSideSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue"]},{"name":"data class InlineKeyboardMarkup(val keyboard: Matrix) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/index.html","searchKeys":["InlineKeyboardMarkup","data class InlineKeyboardMarkup(val keyboard: Matrix) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup"]},{"name":"data class InlineMessageIdDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val data: String) : DataCallbackQuery, InlineMessageIdCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/index.html","searchKeys":["InlineMessageIdDataCallbackQuery","data class InlineMessageIdDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val data: String) : DataCallbackQuery, InlineMessageIdCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery"]},{"name":"data class InlineMessageIdGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val gameShortName: String) : GameShortNameCallbackQuery, InlineMessageIdCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/index.html","searchKeys":["InlineMessageIdGameShortNameCallbackQuery","data class InlineMessageIdGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val inlineMessageId: InlineMessageIdentifier, val gameShortName: String) : GameShortNameCallbackQuery, InlineMessageIdCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery"]},{"name":"data class InlineQueryResultAudioCachedImpl : InlineQueryResultAudioCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/index.html","searchKeys":["InlineQueryResultAudioCachedImpl","data class InlineQueryResultAudioCachedImpl : InlineQueryResultAudioCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl"]},{"name":"data class InlineQueryResultAudioImpl : InlineQueryResultAudio","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/index.html","searchKeys":["InlineQueryResultAudioImpl","data class InlineQueryResultAudioImpl : InlineQueryResultAudio","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl"]},{"name":"data class InlineQueryResultContact(val id: InlineQueryIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, CommonContactData, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/index.html","searchKeys":["InlineQueryResultContact","data class InlineQueryResultContact(val id: InlineQueryIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, CommonContactData, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact"]},{"name":"data class InlineQueryResultDocumentCachedImpl : InlineQueryResultDocumentCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/index.html","searchKeys":["InlineQueryResultDocumentCachedImpl","data class InlineQueryResultDocumentCachedImpl : InlineQueryResultDocumentCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl"]},{"name":"data class InlineQueryResultDocumentImpl : InlineQueryResultDocument","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/index.html","searchKeys":["InlineQueryResultDocumentImpl","data class InlineQueryResultDocumentImpl : InlineQueryResultDocument","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl"]},{"name":"data class InlineQueryResultGifCachedImpl : InlineQueryResultGifCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/index.html","searchKeys":["InlineQueryResultGifCachedImpl","data class InlineQueryResultGifCachedImpl : InlineQueryResultGifCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl"]},{"name":"data class InlineQueryResultGifImpl : InlineQueryResultGif","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/index.html","searchKeys":["InlineQueryResultGifImpl","data class InlineQueryResultGifImpl : InlineQueryResultGif","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"data class InlineQueryResultLocation(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val title: String, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, HorizontallyAccured, Livable, ProximityAlertable, Headed, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/index.html","searchKeys":["InlineQueryResultLocation","data class InlineQueryResultLocation(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val title: String, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, HorizontallyAccured, Livable, ProximityAlertable, Headed, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation"]},{"name":"data class InlineQueryResultMpeg4GifCachedImpl : InlineQueryResultMpeg4GifCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/index.html","searchKeys":["InlineQueryResultMpeg4GifCachedImpl","data class InlineQueryResultMpeg4GifCachedImpl : InlineQueryResultMpeg4GifCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl"]},{"name":"data class InlineQueryResultMpeg4GifImpl : InlineQueryResultMpeg4Gif","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/index.html","searchKeys":["InlineQueryResultMpeg4GifImpl","data class InlineQueryResultMpeg4GifImpl : InlineQueryResultMpeg4Gif","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl"]},{"name":"data class InlineQueryResultPhotoCachedImpl : InlineQueryResultPhotoCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/index.html","searchKeys":["InlineQueryResultPhotoCachedImpl","data class InlineQueryResultPhotoCachedImpl : InlineQueryResultPhotoCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl"]},{"name":"data class InlineQueryResultPhotoImpl : InlineQueryResultPhoto","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/index.html","searchKeys":["InlineQueryResultPhotoImpl","data class InlineQueryResultPhotoImpl : InlineQueryResultPhoto","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl"]},{"name":"data class InlineQueryResultStickerCached(val id: InlineQueryIdentifier, val fileId: FileId, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, WithInputMessageContentInlineQueryResult, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/index.html","searchKeys":["InlineQueryResultStickerCached","data class InlineQueryResultStickerCached(val id: InlineQueryIdentifier, val fileId: FileId, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, WithInputMessageContentInlineQueryResult, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached"]},{"name":"data class InlineQueryResultVenue(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/index.html","searchKeys":["InlineQueryResultVenue","data class InlineQueryResultVenue(val id: InlineQueryIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val thumbUrl: String? = null, val thumbWidth: Int? = null, val thumbHeight: Int? = null, val replyMarkup: InlineKeyboardMarkup? = null, val inputMessageContent: InputMessageContent? = null) : InlineQueryResult, Locationed, CommonVenueData, TitledInlineQueryResult, WithInputMessageContentInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue"]},{"name":"data class InlineQueryResultVideoCachedImpl : InlineQueryResultVideoCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/index.html","searchKeys":["InlineQueryResultVideoCachedImpl","data class InlineQueryResultVideoCachedImpl : InlineQueryResultVideoCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl"]},{"name":"data class InlineQueryResultVideoImpl : InlineQueryResultVideo","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/index.html","searchKeys":["InlineQueryResultVideoImpl","data class InlineQueryResultVideoImpl : InlineQueryResultVideo","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl"]},{"name":"data class InlineQueryResultVoiceCachedImpl : InlineQueryResultVoiceCached","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/index.html","searchKeys":["InlineQueryResultVoiceCachedImpl","data class InlineQueryResultVoiceCachedImpl : InlineQueryResultVoiceCached","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl"]},{"name":"data class InlineQueryResultVoiceImpl : InlineQueryResultVoice","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/index.html","searchKeys":["InlineQueryResultVoiceImpl","data class InlineQueryResultVoiceImpl : InlineQueryResultVoice","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl"]},{"name":"data class InlineQueryUpdate(val updateId: UpdateIdentifier, val data: InlineQuery) : Update","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/index.html","searchKeys":["InlineQueryUpdate","data class InlineQueryUpdate(val updateId: UpdateIdentifier, val data: InlineQuery) : Update","dev.inmo.tgbotapi.types.update.InlineQueryUpdate"]},{"name":"data class InputContactMessageContent(val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null) : CommonContactData, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/index.html","searchKeys":["InputContactMessageContent","data class InputContactMessageContent(val phoneNumber: String, val firstName: String, val lastName: String? = null, val vcard: String? = null) : CommonContactData, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent"]},{"name":"data class InputLocationMessageContent(val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Locationed, HorizontallyAccured, ProximityAlertable, Livable, Headed, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/index.html","searchKeys":["InputLocationMessageContent","data class InputLocationMessageContent(val latitude: Double, val longitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds? = null, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Locationed, HorizontallyAccured, ProximityAlertable, Livable, Headed, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent"]},{"name":"data class InputTextMessageContent : TextedOutput, DisableWebPagePreview, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/index.html","searchKeys":["InputTextMessageContent","data class InputTextMessageContent : TextedOutput, DisableWebPagePreview, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent"]},{"name":"data class InputVenueMessageContent(val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : Locationed, CommonVenueData, InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/index.html","searchKeys":["InputVenueMessageContent","data class InputVenueMessageContent(val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : Locationed, CommonVenueData, InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent"]},{"name":"data class InternalPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/index.html","searchKeys":["InternalPassport","data class InternalPassport(val data: EncryptedData, val frontSide: PassportFile? = null, val selfie: PassportFile? = null, val translations: List = emptyList(), val hash: PassportElementHash) : Passport","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport"]},{"name":"data class InternalPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/index.html","searchKeys":["InternalPassportSecureValue","data class InternalPassportSecureValue(val data: DataCredentials? = null, val frontSide: FileCredentials? = null, val selfie: FileCredentials? = null, val translation: List = emptyList()) : PassportSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue"]},{"name":"data class Invoice(val title: String, val description: String, val startParameter: StartParameter, val currency: Currency, val amount: Long) : Amounted, Currencied","description":"dev.inmo.tgbotapi.types.payments.Invoice","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/index.html","searchKeys":["Invoice","data class Invoice(val title: String, val description: String, val startParameter: StartParameter, val currency: Currency, val amount: Long) : Amounted, Currencied","dev.inmo.tgbotapi.types.payments.Invoice"]},{"name":"data class InvoiceContent(val invoice: Invoice) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/index.html","searchKeys":["InvoiceContent","data class InvoiceContent(val invoice: Invoice) : MessageContent","dev.inmo.tgbotapi.types.message.content.InvoiceContent"]},{"name":"data class ItalicTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/index.html","searchKeys":["ItalicTextSource","data class ItalicTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource"]},{"name":"data class KickedChatMember(val user: User, val untilDate: TelegramDate? = null) : BannedChatMember","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/index.html","searchKeys":["KickedChatMember","data class KickedChatMember(val user: User, val untilDate: TelegramDate? = null) : BannedChatMember","dev.inmo.tgbotapi.types.chat.member.KickedChatMember"]},{"name":"data class LabeledPrice(val label: String, val amount: Long) : Amounted","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/index.html","searchKeys":["LabeledPrice","data class LabeledPrice(val label: String, val amount: Long) : Amounted","dev.inmo.tgbotapi.types.payments.LabeledPrice"]},{"name":"data class LeaveChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/index.html","searchKeys":["LeaveChat","data class LeaveChat(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.LeaveChat"]},{"name":"data class LeftChatMember(val user: User) : PublicChatEvent, WithUser","description":"dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member/index.html","searchKeys":["LeftChatMember","data class LeftChatMember(val user: User) : PublicChatEvent, WithUser","dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember"]},{"name":"data class LeftChatMemberImpl(val user: User) : LeftChatMember","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/index.html","searchKeys":["LeftChatMemberImpl","data class LeftChatMemberImpl(val user: User) : LeftChatMember","dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl"]},{"name":"data class LiveLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Location, Livable, ProximityAlertable, Headed","description":"dev.inmo.tgbotapi.types.location.LiveLocation","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/index.html","searchKeys":["LiveLocation","data class LiveLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null, val livePeriod: Seconds, val heading: Degrees? = null, val proximityAlertRadius: Meters? = null) : Location, Livable, ProximityAlertable, Headed","dev.inmo.tgbotapi.types.location.LiveLocation"]},{"name":"data class LiveLocationContent(val location: LiveLocation) : LocationContent","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/index.html","searchKeys":["LiveLocationContent","data class LiveLocationContent(val location: LiveLocation) : LocationContent","dev.inmo.tgbotapi.types.message.content.LiveLocationContent"]},{"name":"data class LocationChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val location: StaticLocation, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/index.html","searchKeys":["LocationChosenInlineResult","data class LocationChosenInlineResult(val resultId: InlineQueryIdentifier, val from: User, val location: StaticLocation, val inlineMessageId: InlineMessageIdentifier?, val query: String) : ChosenInlineResult","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult"]},{"name":"data class LocationInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?, val location: Location) : InlineQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/index.html","searchKeys":["LocationInlineQuery","data class LocationInlineQuery(val id: InlineQueryIdentifier, val from: User, val query: String, val offset: String, val chatType: ChatType?, val location: Location) : InlineQuery","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery"]},{"name":"data class LoginURL(val url: String, val forwardText: String? = null, val botUsername: String? = null, val requestWriteAccess: Boolean? = null)","description":"dev.inmo.tgbotapi.types.LoginURL","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/index.html","searchKeys":["LoginURL","data class LoginURL(val url: String, val forwardText: String? = null, val botUsername: String? = null, val requestWriteAccess: Boolean? = null)","dev.inmo.tgbotapi.types.LoginURL"]},{"name":"data class LoginURLInlineKeyboardButton(val text: String, val loginUrl: LoginURL) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/index.html","searchKeys":["LoginURLInlineKeyboardButton","data class LoginURLInlineKeyboardButton(val text: String, val loginUrl: LoginURL) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton"]},{"name":"data class MainButtonParams(val text: String? = null, val color: String? = null, val textColor: String? = null, val isActive: Boolean? = null, val isVisible: Boolean? = null)","description":"dev.inmo.tgbotapi.webapps.MainButtonParams","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/index.html","searchKeys":["MainButtonParams","data class MainButtonParams(val text: String? = null, val color: String? = null, val textColor: String? = null, val isActive: Boolean? = null, val isVisible: Boolean? = null)","dev.inmo.tgbotapi.webapps.MainButtonParams"]},{"name":"data class MaskPosition(val point: String, val xShift: Float, val yShift: Float, val scale: Float)","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/index.html","searchKeys":["MaskPosition","data class MaskPosition(val point: String, val xShift: Float, val yShift: Float, val scale: Float)","dev.inmo.tgbotapi.types.stickers.MaskPosition"]},{"name":"data class MemberChatMemberImpl(val user: User) : MemberChatMember","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/index.html","searchKeys":["MemberChatMemberImpl","data class MemberChatMemberImpl(val user: User) : MemberChatMember","dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl"]},{"name":"data class MentionTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/index.html","searchKeys":["MentionTextSource","data class MentionTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource"]},{"name":"data class MessageAutoDeleteTimerChanged(val newAutoDeleteTime: Seconds) : ChannelEvent, GroupEvent, SupergroupEvent, PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/index.html","searchKeys":["MessageAutoDeleteTimerChanged","data class MessageAutoDeleteTimerChanged(val newAutoDeleteTime: Seconds) : ChannelEvent, GroupEvent, SupergroupEvent, PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged"]},{"name":"data class MessageDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val data: String) : DataCallbackQuery, MessageCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/index.html","searchKeys":["MessageDataCallbackQuery","data class MessageDataCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val data: String) : DataCallbackQuery, MessageCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery"]},{"name":"data class MessageGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val gameShortName: String) : GameShortNameCallbackQuery, MessageCallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/index.html","searchKeys":["MessageGameShortNameCallbackQuery","data class MessageGameShortNameCallbackQuery(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val message: ContentMessage, val gameShortName: String) : GameShortNameCallbackQuery, MessageCallbackQuery","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery"]},{"name":"data class MessageMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/index.html","searchKeys":["MessageMediaGroupUpdate","data class MessageMediaGroupUpdate(val origins: List) : SentMediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate"]},{"name":"data class MessageUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","description":"dev.inmo.tgbotapi.types.update.MessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/index.html","searchKeys":["MessageUpdate","data class MessageUpdate(val updateId: UpdateIdentifier, val data: Message) : BaseSentMessageUpdate","dev.inmo.tgbotapi.types.update.MessageUpdate"]},{"name":"data class MigrateChatId(val newChatId: ChatId) : RequestError","description":"dev.inmo.tgbotapi.types.MigrateChatId","location":"docs/dev.inmo.tgbotapi.types/-migrate-chat-id/index.html","searchKeys":["MigrateChatId","data class MigrateChatId(val newChatId: ChatId) : RequestError","dev.inmo.tgbotapi.types.MigrateChatId"]},{"name":"data class MigratedToSupergroup(val migratedFrom: ChatId) : SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/index.html","searchKeys":["MigratedToSupergroup","data class MigratedToSupergroup(val migratedFrom: ChatId) : SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup"]},{"name":"data class MultipartFile(val filename: String, inputSource: () -> Input) : InputFile","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/index.html","searchKeys":["MultipartFile","data class MultipartFile(val filename: String, inputSource: () -> Input) : InputFile","dev.inmo.tgbotapi.requests.abstracts.MultipartFile"]},{"name":"data class MyChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/index.html","searchKeys":["MyChatMemberUpdatedUpdate","data class MyChatMemberUpdatedUpdate(val updateId: UpdateIdentifier, val data: ChatMemberUpdated) : ChatMemberUpdatedUpdate","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate"]},{"name":"data class NewChatMembers(val members: List) : GroupEvent, SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/index.html","searchKeys":["NewChatMembers","data class NewChatMembers(val members: List) : GroupEvent, SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers"]},{"name":"data class NewChatPhoto(val photo: Photo) : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/index.html","searchKeys":["NewChatPhoto","data class NewChatPhoto(val photo: Photo) : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto"]},{"name":"data class NewChatTitle(val title: String) : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/index.html","searchKeys":["NewChatTitle","data class NewChatTitle(val title: String) : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle"]},{"name":"data class OrderInfo(val name: String, val phoneNumber: String, val email: String, val shippingAddress: ShippingAddress)","description":"dev.inmo.tgbotapi.types.payments.OrderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/index.html","searchKeys":["OrderInfo","data class OrderInfo(val name: String, val phoneNumber: String, val email: String, val shippingAddress: ShippingAddress)","dev.inmo.tgbotapi.types.payments.OrderInfo"]},{"name":"data class PassportData(val data: List, val credentials: EncryptedCredentials)","description":"dev.inmo.tgbotapi.types.passport.PassportData","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/index.html","searchKeys":["PassportData","data class PassportData(val data: List, val credentials: EncryptedCredentials)","dev.inmo.tgbotapi.types.passport.PassportData"]},{"name":"data class PassportElementErrorDataField(val type: String, val fieldName: String, val elementHash: PassportElementHash, val message: String) : PassportSingleElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/index.html","searchKeys":["PassportElementErrorDataField","data class PassportElementErrorDataField(val type: String, val fieldName: String, val elementHash: PassportElementHash, val message: String) : PassportSingleElementError","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField"]},{"name":"data class PassportElementErrorFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/index.html","searchKeys":["PassportElementErrorFile","data class PassportElementErrorFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile"]},{"name":"data class PassportElementErrorFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/index.html","searchKeys":["PassportElementErrorFiles","data class PassportElementErrorFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles"]},{"name":"data class PassportElementErrorFrontSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/index.html","searchKeys":["PassportElementErrorFrontSide","data class PassportElementErrorFrontSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide"]},{"name":"data class PassportElementErrorReverseSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/index.html","searchKeys":["PassportElementErrorReverseSide","data class PassportElementErrorReverseSide(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide"]},{"name":"data class PassportElementErrorSelfie(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/index.html","searchKeys":["PassportElementErrorSelfie","data class PassportElementErrorSelfie(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie"]},{"name":"data class PassportElementErrorTranslationFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/index.html","searchKeys":["PassportElementErrorTranslationFile","data class PassportElementErrorTranslationFile(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile"]},{"name":"data class PassportElementErrorTranslationFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/index.html","searchKeys":["PassportElementErrorTranslationFiles","data class PassportElementErrorTranslationFiles(val type: String, val elementsHashes: List, val message: String) : PassportElementFilesError","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles"]},{"name":"data class PassportElementErrorUnspecified(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/index.html","searchKeys":["PassportElementErrorUnspecified","data class PassportElementErrorUnspecified(val type: String, val elementHash: PassportElementHash, val message: String) : PassportElementFileError","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified"]},{"name":"data class PassportFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val uploadingDate: TelegramDate, val fileSize: Long? = null) : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.PassportFile","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/index.html","searchKeys":["PassportFile","data class PassportFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val uploadingDate: TelegramDate, val fileSize: Long? = null) : TelegramMediaFile","dev.inmo.tgbotapi.types.files.PassportFile"]},{"name":"data class PassportMessage(val messageId: MessageIdentifier, val chat: Chat, val from: User, val date: DateTime, val passportData: PassportData) : Message, FromUserMessage","description":"dev.inmo.tgbotapi.types.message.PassportMessage","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/index.html","searchKeys":["PassportMessage","data class PassportMessage(val messageId: MessageIdentifier, val chat: Chat, val from: User, val date: DateTime, val passportData: PassportData) : Message, FromUserMessage","dev.inmo.tgbotapi.types.message.PassportMessage"]},{"name":"data class PassportRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/index.html","searchKeys":["PassportRegistration","data class PassportRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration"]},{"name":"data class PassportRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/index.html","searchKeys":["PassportRegistrationSecureValue","data class PassportRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue"]},{"name":"data class PathedFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val filePath: String, val fileSize: Long? = null) : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.PathedFile","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/index.html","searchKeys":["PathedFile","data class PathedFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val filePath: String, val fileSize: Long? = null) : TelegramMediaFile","dev.inmo.tgbotapi.types.files.PathedFile"]},{"name":"data class PayInlineKeyboardButton(val text: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/index.html","searchKeys":["PayInlineKeyboardButton","data class PayInlineKeyboardButton(val text: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton"]},{"name":"data class PersonalDetailsSecureValue(val data: DataCredentials) : SecureValueWithData","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/index.html","searchKeys":["PersonalDetailsSecureValue","data class PersonalDetailsSecureValue(val data: DataCredentials) : SecureValueWithData","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue"]},{"name":"data class PhoneNumber(val phoneNumber: String, val hash: PassportElementHash) : EncryptedPassportElementWithPhoneNumber","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/index.html","searchKeys":["PhoneNumber","data class PhoneNumber(val phoneNumber: String, val hash: PassportElementHash) : EncryptedPassportElementWithPhoneNumber","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber"]},{"name":"data class PhoneNumberTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/index.html","searchKeys":["PhoneNumberTextSource","data class PhoneNumberTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource"]},{"name":"data class PhotoContent(val mediaCollection: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList()) : MediaCollectionContent , VisualMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/index.html","searchKeys":["PhotoContent","data class PhotoContent(val mediaCollection: Photo, val text: String? = null, val textSources: TextSourcesList = emptyList()) : MediaCollectionContent , VisualMediaGroupContent","dev.inmo.tgbotapi.types.message.content.PhotoContent"]},{"name":"data class PhotoSize(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val width: Int, val height: Int) : SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.PhotoSize","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/index.html","searchKeys":["PhotoSize","data class PhotoSize(val fileId: FileId, val fileUniqueId: FileUniqueId, val fileSize: Long? = null, val width: Int, val height: Int) : SizedMediaFile","dev.inmo.tgbotapi.types.files.PhotoSize"]},{"name":"data class PinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false) : ChatRequest, SimpleRequest , MessageAction, DisableNotification","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/index.html","searchKeys":["PinChatMessage","data class PinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val disableNotification: Boolean = false) : ChatRequest, SimpleRequest , MessageAction, DisableNotification","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage"]},{"name":"data class PinnedMessage(val message: Message) : CommonEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/index.html","searchKeys":["PinnedMessage","data class PinnedMessage(val message: Message) : CommonEvent","dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage"]},{"name":"data class PollAnswer(val pollId: PollIdentifier, val user: User, val chosen: List) : FromUser","description":"dev.inmo.tgbotapi.types.polls.PollAnswer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/index.html","searchKeys":["PollAnswer","data class PollAnswer(val pollId: PollIdentifier, val user: User, val chosen: List) : FromUser","dev.inmo.tgbotapi.types.polls.PollAnswer"]},{"name":"data class PollAnswerUpdate(val updateId: UpdateIdentifier, val data: PollAnswer) : Update","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/index.html","searchKeys":["PollAnswerUpdate","data class PollAnswerUpdate(val updateId: UpdateIdentifier, val data: PollAnswer) : Update","dev.inmo.tgbotapi.types.update.PollAnswerUpdate"]},{"name":"data class PollContent(val poll: Poll) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.PollContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/index.html","searchKeys":["PollContent","data class PollContent(val poll: Poll) : MessageContent","dev.inmo.tgbotapi.types.message.content.PollContent"]},{"name":"data class PollUpdate(val updateId: UpdateIdentifier, val data: Poll) : Update","description":"dev.inmo.tgbotapi.types.update.PollUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/index.html","searchKeys":["PollUpdate","data class PollUpdate(val updateId: UpdateIdentifier, val data: Poll) : Update","dev.inmo.tgbotapi.types.update.PollUpdate"]},{"name":"data class PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/index.html","searchKeys":["PowLimiter","data class PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)) : RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter"]},{"name":"data class PreCheckoutQuery(val id: PreCheckoutQueryId, val from: User, val currency: Currency, val amount: Long, val invoicePayload: InvoicePayload, val shippingOptionId: ShippingOptionIdentifier? = null, val orderInfo: OrderInfo? = null) : Currencied, Amounted, FromUser","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/index.html","searchKeys":["PreCheckoutQuery","data class PreCheckoutQuery(val id: PreCheckoutQueryId, val from: User, val currency: Currency, val amount: Long, val invoicePayload: InvoicePayload, val shippingOptionId: ShippingOptionIdentifier? = null, val orderInfo: OrderInfo? = null) : Currencied, Amounted, FromUser","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery"]},{"name":"data class PreCheckoutQueryUpdate(val updateId: UpdateIdentifier, val data: PreCheckoutQuery) : Update","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/index.html","searchKeys":["PreCheckoutQueryUpdate","data class PreCheckoutQueryUpdate(val updateId: UpdateIdentifier, val data: PreCheckoutQuery) : Update","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate"]},{"name":"data class PreTextSource constructor(val source: String, val language: String? = null) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/index.html","searchKeys":["PreTextSource","data class PreTextSource constructor(val source: String, val language: String? = null) : TextSource","dev.inmo.tgbotapi.types.message.textsources.PreTextSource"]},{"name":"data class PrimaryInviteLink(val inviteLink: String, val creator: User, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : ChatInviteLink","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/index.html","searchKeys":["PrimaryInviteLink","data class PrimaryInviteLink(val inviteLink: String, val creator: User, val isRevoked: Boolean = false, expireDate: TelegramDate? = null) : ChatInviteLink","dev.inmo.tgbotapi.types.PrimaryInviteLink"]},{"name":"data class PrivateChatImpl(val id: ChatId, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\") : PrivateChat","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/index.html","searchKeys":["PrivateChatImpl","data class PrivateChatImpl(val id: ChatId, val username: Username? = null, val firstName: String = \"\", val lastName: String = \"\") : PrivateChat","dev.inmo.tgbotapi.types.chat.PrivateChatImpl"]},{"name":"data class PrivateContentMessageImpl(val messageId: MessageIdentifier, val from: User, val chat: Chat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?) : PrivateContentMessage ","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/index.html","searchKeys":["PrivateContentMessageImpl","data class PrivateContentMessageImpl(val messageId: MessageIdentifier, val from: User, val chat: Chat, val content: T, val date: DateTime, val editDate: DateTime?, val hasProtectedContent: Boolean, val forwardInfo: ForwardInfo?, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val senderBot: CommonBot?) : PrivateContentMessage ","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl"]},{"name":"data class PrivateEventMessage(val messageId: MessageIdentifier, val chat: PrivateChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/index.html","searchKeys":["PrivateEventMessage","data class PrivateEventMessage(val messageId: MessageIdentifier, val chat: PrivateChat, val chatEvent: T, val date: DateTime) : ChatEventMessage ","dev.inmo.tgbotapi.types.message.PrivateEventMessage"]},{"name":"data class PromoteChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null) : ChatMemberRequest , UntilDate","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/index.html","searchKeys":["PromoteChatMember","data class PromoteChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null) : ChatMemberRequest , UntilDate","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember"]},{"name":"data class ProximityAlertTriggered(val traveler: User, val watcher: User, val distance: Meters) : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/index.html","searchKeys":["ProximityAlertTriggered","data class ProximityAlertTriggered(val traveler: User, val watcher: User, val distance: Meters) : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered"]},{"name":"data class ProxySettings(val host: String = \"localhost\", val port: Int = 1080, val username: String? = null, val password: String? = null)","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/index.html","searchKeys":["ProxySettings","data class ProxySettings(val host: String = \"localhost\", val port: Int = 1080, val username: String? = null, val password: String? = null)","dev.inmo.tgbotapi.bot.settings.ProxySettings"]},{"name":"data class QuizPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val correctOptionId: Int? = null, val text: String? = null, val textSources: List = emptyList(), val isClosed: Boolean = false, val isAnonymous: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : Poll, TextedInput","description":"dev.inmo.tgbotapi.types.polls.QuizPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/index.html","searchKeys":["QuizPoll","data class QuizPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val correctOptionId: Int? = null, val text: String? = null, val textSources: List = emptyList(), val isClosed: Boolean = false, val isAnonymous: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : Poll, TextedInput","dev.inmo.tgbotapi.types.polls.QuizPoll"]},{"name":"data class RegularPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val isClosed: Boolean = false, val isAnonymous: Boolean = false, val allowMultipleAnswers: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : MultipleAnswersPoll","description":"dev.inmo.tgbotapi.types.polls.RegularPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/index.html","searchKeys":["RegularPoll","data class RegularPoll(val id: PollIdentifier, val question: String, val options: List, val votesCount: Int, val isClosed: Boolean = false, val isAnonymous: Boolean = false, val allowMultipleAnswers: Boolean = false, val scheduledCloseInfo: ScheduledCloseInfo? = null) : MultipleAnswersPoll","dev.inmo.tgbotapi.types.polls.RegularPoll"]},{"name":"data class RegularTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/index.html","searchKeys":["RegularTextSource","data class RegularTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource"]},{"name":"data class RentalAgreement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/index.html","searchKeys":["RentalAgreement","data class RentalAgreement(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement"]},{"name":"data class RentalAgreementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/index.html","searchKeys":["RentalAgreementSecureValue","data class RentalAgreementSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue"]},{"name":"data class ReplyForce(val selective: Boolean? = null, val inputFieldPlaceholder: String? = null) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/index.html","searchKeys":["ReplyForce","data class ReplyForce(val selective: Boolean? = null, val inputFieldPlaceholder: String? = null) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.ReplyForce"]},{"name":"data class ReplyKeyboardMarkup(val keyboard: Matrix, val resizeKeyboard: Boolean? = null, val oneTimeKeyboard: Boolean? = null, val inputFieldPlaceholder: String? = null, val selective: Boolean? = null) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/index.html","searchKeys":["ReplyKeyboardMarkup","data class ReplyKeyboardMarkup(val keyboard: Matrix, val resizeKeyboard: Boolean? = null, val oneTimeKeyboard: Boolean? = null, val inputFieldPlaceholder: String? = null, val selective: Boolean? = null) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup"]},{"name":"data class ReplyKeyboardRemove(val selective: Boolean? = null) : KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/index.html","searchKeys":["ReplyKeyboardRemove","data class ReplyKeyboardRemove(val selective: Boolean? = null) : KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove"]},{"name":"data class RequestContactKeyboardButton(val text: String) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/index.html","searchKeys":["RequestContactKeyboardButton","data class RequestContactKeyboardButton(val text: String) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton"]},{"name":"data class RequestLocationKeyboardButton(val text: String) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/index.html","searchKeys":["RequestLocationKeyboardButton","data class RequestLocationKeyboardButton(val text: String) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton"]},{"name":"data class RequestPollKeyboardButton(val text: String, val requestPoll: KeyboardButtonPollType) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/index.html","searchKeys":["RequestPollKeyboardButton","data class RequestPollKeyboardButton(val text: String, val requestPoll: KeyboardButtonPollType) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton"]},{"name":"data class Response(val ok: Boolean = false, val description: String? = null, val errorCode: Int? = null, val result: JsonElement? = null, val parameters: ResponseParametersRaw? = null)","description":"dev.inmo.tgbotapi.types.Response","location":"docs/dev.inmo.tgbotapi.types/-response/index.html","searchKeys":["Response","data class Response(val ok: Boolean = false, val description: String? = null, val errorCode: Int? = null, val result: JsonElement? = null, val parameters: ResponseParametersRaw? = null)","dev.inmo.tgbotapi.types.Response"]},{"name":"data class ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","description":"dev.inmo.tgbotapi.types.ResponseParametersRaw","location":"docs/dev.inmo.tgbotapi.types/-response-parameters-raw/index.html","searchKeys":["ResponseParametersRaw","data class ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","dev.inmo.tgbotapi.types.ResponseParametersRaw"]},{"name":"data class RestrictChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val permissions: ChatPermissions = ChatPermissions()) : ChatMemberRequest , UntilDate","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/index.html","searchKeys":["RestrictChatMember","data class RestrictChatMember(val chatId: ChatIdentifier, val userId: UserId, val untilDate: TelegramDate? = null, val permissions: ChatPermissions = ChatPermissions()) : ChatMemberRequest , UntilDate","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember"]},{"name":"data class RestrictedChatMember(val user: User, val untilDate: TelegramDate? = null, val isMember: Boolean = false, val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebpagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false) : BannedChatMember, SpecialRightsChatMember","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/index.html","searchKeys":["RestrictedChatMember","data class RestrictedChatMember(val user: User, val untilDate: TelegramDate? = null, val isMember: Boolean = false, val canSendMessages: Boolean = false, val canSendMediaMessages: Boolean = false, val canSendPolls: Boolean = false, val canSendOtherMessages: Boolean = false, val canAddWebpagePreviews: Boolean = false, val canChangeInfo: Boolean = false, val canInviteUsers: Boolean = false, val canPinMessages: Boolean = false) : BannedChatMember, SpecialRightsChatMember","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember"]},{"name":"data class RetryAfterError(val seconds: Seconds, val startCountingMillis: Long) : RequestError","description":"dev.inmo.tgbotapi.types.RetryAfterError","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/index.html","searchKeys":["RetryAfterError","data class RetryAfterError(val seconds: Seconds, val startCountingMillis: Long) : RequestError","dev.inmo.tgbotapi.types.RetryAfterError"]},{"name":"data class RevokeChatInviteLink(val chatId: ChatIdentifier, val inviteLink: String) : KnownChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/index.html","searchKeys":["RevokeChatInviteLink","data class RevokeChatInviteLink(val chatId: ChatIdentifier, val inviteLink: String) : KnownChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink"]},{"name":"data class SecureData(val personalDetails: PersonalDetailsSecureValue? = null, val passport: CommonPassportSecureValue? = null, val internalPassport: InternalPassportSecureValue? = null, val driverLicense: DriverLicenseSecureValue? = null, val identityCard: IdentityCardSecureValue? = null, val utilityBill: UtilityBillSecureValue? = null, val bankStatement: BankStatementSecureValue? = null, val rentalAgreement: RentalAgreementSecureValue? = null, val passportRegistration: PassportRegistrationSecureValue? = null, val temporaryRegistration: TemporalRegistrationSecureValue? = null)","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/index.html","searchKeys":["SecureData","data class SecureData(val personalDetails: PersonalDetailsSecureValue? = null, val passport: CommonPassportSecureValue? = null, val internalPassport: InternalPassportSecureValue? = null, val driverLicense: DriverLicenseSecureValue? = null, val identityCard: IdentityCardSecureValue? = null, val utilityBill: UtilityBillSecureValue? = null, val bankStatement: BankStatementSecureValue? = null, val rentalAgreement: RentalAgreementSecureValue? = null, val passportRegistration: PassportRegistrationSecureValue? = null, val temporaryRegistration: TemporalRegistrationSecureValue? = null)","dev.inmo.tgbotapi.types.passport.decrypted.SecureData"]},{"name":"data class SendAction(val chatId: ChatIdentifier, val action: BotAction) : SendChatMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.SendAction","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/index.html","searchKeys":["SendAction","data class SendAction(val chatId: ChatIdentifier, val action: BotAction) : SendChatMessageRequest ","dev.inmo.tgbotapi.requests.send.SendAction"]},{"name":"data class SendAnimationData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/index.html","searchKeys":["SendAnimationData","data class SendAnimationData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendAnimationData"]},{"name":"data class SendAnimationFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/index.html","searchKeys":["SendAnimationFiles","data class SendAnimationFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles"]},{"name":"data class SendAudioData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , TitledSendMessageRequest> , DuratedSendMessageRequest> , Performerable","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/index.html","searchKeys":["SendAudioData","data class SendAudioData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , TitledSendMessageRequest> , DuratedSendMessageRequest> , Performerable","dev.inmo.tgbotapi.requests.send.media.SendAudioData"]},{"name":"data class SendAudioFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/index.html","searchKeys":["SendAudioFiles","data class SendAudioFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendAudioFiles"]},{"name":"data class SendContact(val chatId: ChatIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.SendContact","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/index.html","searchKeys":["SendContact","data class SendContact(val chatId: ChatIdentifier, val phoneNumber: String, val firstName: String, val lastName: String? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.SendContact"]},{"name":"data class SendDice(val chatId: ChatIdentifier, val animationType: DiceAnimationType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : ReplyingMarkupSendMessageRequest> , ReplyMessageId, DisableNotification","description":"dev.inmo.tgbotapi.requests.send.SendDice","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/index.html","searchKeys":["SendDice","data class SendDice(val chatId: ChatIdentifier, val animationType: DiceAnimationType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : ReplyingMarkupSendMessageRequest> , ReplyMessageId, DisableNotification","dev.inmo.tgbotapi.requests.send.SendDice"]},{"name":"data class SendDocumentData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/index.html","searchKeys":["SendDocumentData","data class SendDocumentData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendDocumentData"]},{"name":"data class SendDocumentFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-files/index.html","searchKeys":["SendDocumentFiles","data class SendDocumentFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles"]},{"name":"data class SendGame(val chatId: ChatIdentifier, val gameShortName: String, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyMarkup","description":"dev.inmo.tgbotapi.requests.send.games.SendGame","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/index.html","searchKeys":["SendGame","data class SendGame(val chatId: ChatIdentifier, val gameShortName: String, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , ReplyMarkup","dev.inmo.tgbotapi.requests.send.games.SendGame"]},{"name":"data class SendInvoice(val chatId: ChatId, val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val startParameter: StartParameter? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: InlineKeyboardMarkup? = null) : CommonSendInvoiceData, ChatRequest, DisableNotification, ReplyMessageId, ReplyMarkup, SendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/index.html","searchKeys":["SendInvoice","data class SendInvoice(val chatId: ChatId, val title: String, val description: String, val payload: String, val providerToken: String, val currency: Currency, val prices: List, val maxTipAmount: Int? = null, val suggestedTipAmounts: List? = null, val startParameter: StartParameter? = null, val providerData: String? = null, val requireName: Boolean = false, val requirePhoneNumber: Boolean = false, val requireEmail: Boolean = false, val requireShippingAddress: Boolean = false, val shouldSendPhoneNumberToProvider: Boolean = false, val shouldSendEmailToProvider: Boolean = false, val priceDependOnShipAddress: Boolean = false, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: InlineKeyboardMarkup? = null) : CommonSendInvoiceData, ChatRequest, DisableNotification, ReplyMessageId, ReplyMarkup, SendMessageRequest> ","dev.inmo.tgbotapi.requests.send.payments.SendInvoice"]},{"name":"data class SendLocation : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , PositionedSendMessageRequest> , HorizontallyAccured, Livable, ProximityAlertable, Headed","description":"dev.inmo.tgbotapi.requests.send.SendLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/index.html","searchKeys":["SendLocation","data class SendLocation : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , PositionedSendMessageRequest> , HorizontallyAccured, Livable, ProximityAlertable, Headed","dev.inmo.tgbotapi.requests.send.SendLocation"]},{"name":"data class SendMediaGroupData : DataRequest>> , SendMessageRequest>> ","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/index.html","searchKeys":["SendMediaGroupData","data class SendMediaGroupData : DataRequest>> , SendMessageRequest>> ","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData"]},{"name":"data class SendMediaGroupFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/index.html","searchKeys":["SendMediaGroupFiles","data class SendMediaGroupFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles"]},{"name":"data class SendPhotoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/index.html","searchKeys":["SendPhotoData","data class SendPhotoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendPhotoData"]},{"name":"data class SendPhotoFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/index.html","searchKeys":["SendPhotoFiles","data class SendPhotoFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles"]},{"name":"data class SendQuizPoll : SendPoll, TextedOutput","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/index.html","searchKeys":["SendQuizPoll","data class SendQuizPoll : SendPoll, TextedOutput","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll"]},{"name":"data class SendRegularPoll(val chatId: ChatIdentifier, val question: String, val options: List, val isAnonymous: Boolean = true, val isClosed: Boolean = false, val allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/index.html","searchKeys":["SendRegularPoll","data class SendRegularPoll(val chatId: ChatIdentifier, val question: String, val options: List, val isAnonymous: Boolean = true, val isClosed: Boolean = false, val allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendPoll","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll"]},{"name":"data class SendStickerByFile : MultipartRequest> , Request> ","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/index.html","searchKeys":["SendStickerByFile","data class SendStickerByFile : MultipartRequest> , Request> ","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile"]},{"name":"data class SendStickerByFileId : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/index.html","searchKeys":["SendStickerByFileId","data class SendStickerByFileId : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId"]},{"name":"data class SendTextMessage : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DisableWebPagePreview","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/index.html","searchKeys":["SendTextMessage","data class SendTextMessage : SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DisableWebPagePreview","dev.inmo.tgbotapi.requests.send.SendTextMessage"]},{"name":"data class SendVenue(val chatId: ChatIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , PositionedSendMessageRequest> , TitledSendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.SendVenue","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/index.html","searchKeys":["SendVenue","data class SendVenue(val chatId: ChatIdentifier, val latitude: Double, val longitude: Double, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null, val disableNotification: Boolean = false, val protectContent: Boolean = false, val replyToMessageId: MessageIdentifier? = null, val allowSendingWithoutReply: Boolean? = null, val replyMarkup: KeyboardMarkup? = null) : SendMessageRequest> , PositionedSendMessageRequest> , TitledSendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.SendVenue"]},{"name":"data class SendVideoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/index.html","searchKeys":["SendVideoData","data class SendVideoData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendVideoData"]},{"name":"data class SendVideoFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-files/index.html","searchKeys":["SendVideoFiles","data class SendVideoFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendVideoFiles"]},{"name":"data class SendVideoNoteData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/index.html","searchKeys":["SendVideoNoteData","data class SendVideoNoteData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , ThumbedSendMessageRequest> , DuratedSendMessageRequest> , SizedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData"]},{"name":"data class SendVideoNoteFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/index.html","searchKeys":["SendVideoNoteFiles","data class SendVideoNoteFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles"]},{"name":"data class SendVoiceData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DuratedSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/index.html","searchKeys":["SendVoiceData","data class SendVoiceData : DataRequest> , SendMessageRequest> , ReplyingMarkupSendMessageRequest> , TextableSendMessageRequest> , DuratedSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.media.SendVoiceData"]},{"name":"data class SendVoiceFiles : Map ","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/index.html","searchKeys":["SendVoiceFiles","data class SendVoiceFiles : Map ","dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles"]},{"name":"data class SentWebAppMessage(val inlineMessageId: InlineMessageIdentifier? = null)","description":"dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage","location":"docs/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/index.html","searchKeys":["SentWebAppMessage","data class SentWebAppMessage(val inlineMessageId: InlineMessageIdentifier? = null)","dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage"]},{"name":"data class SetChatAdministratorCustomTitle(val chatId: ChatIdentifier, val userId: UserId, val customTitle: String) : ChatMemberRequest ","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/index.html","searchKeys":["SetChatAdministratorCustomTitle","data class SetChatAdministratorCustomTitle(val chatId: ChatIdentifier, val userId: UserId, val customTitle: String) : ChatMemberRequest ","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle"]},{"name":"data class SetChatDescription(val chatId: ChatIdentifier, val description: String) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/index.html","searchKeys":["SetChatDescription","data class SetChatDescription(val chatId: ChatIdentifier, val description: String) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription"]},{"name":"data class SetChatMenuButton(val chatId: ChatIdentifier, val menuButton: MenuButton) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/index.html","searchKeys":["SetChatMenuButton","data class SetChatMenuButton(val chatId: ChatIdentifier, val menuButton: MenuButton) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton"]},{"name":"data class SetChatPermissions(val chatId: ChatIdentifier, val permissions: ChatPermissions) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/index.html","searchKeys":["SetChatPermissions","data class SetChatPermissions(val chatId: ChatIdentifier, val permissions: ChatPermissions) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions"]},{"name":"data class SetChatPhoto(val chatId: ChatIdentifier, val photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\")) : ChatRequest, MultipartRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/index.html","searchKeys":["SetChatPhoto","data class SetChatPhoto(val chatId: ChatIdentifier, val photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\")) : ChatRequest, MultipartRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto"]},{"name":"data class SetChatStickerSet(val chatId: ChatIdentifier, val stickerSetName: StickerSetName) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/index.html","searchKeys":["SetChatStickerSet","data class SetChatStickerSet(val chatId: ChatIdentifier, val stickerSetName: StickerSetName) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet"]},{"name":"data class SetChatTitle(val chatId: ChatIdentifier, val title: String) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/index.html","searchKeys":["SetChatTitle","data class SetChatTitle(val chatId: ChatIdentifier, val title: String) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle"]},{"name":"data class SetDefaultChatMenuButton(val menuButton: MenuButton) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/index.html","searchKeys":["SetDefaultChatMenuButton","data class SetDefaultChatMenuButton(val menuButton: MenuButton) : SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton"]},{"name":"data class SetGameScoreByChatId(val userId: UserId, val score: Long, val chatId: ChatId, val messageId: MessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, MessageAction","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/index.html","searchKeys":["SetGameScoreByChatId","data class SetGameScoreByChatId(val userId: UserId, val score: Long, val chatId: ChatId, val messageId: MessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, MessageAction","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId"]},{"name":"data class SetGameScoreByInlineMessageId(val userId: UserId, val score: Long, val inlineMessageId: InlineMessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, InlineMessageAction","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/index.html","searchKeys":["SetGameScoreByInlineMessageId","data class SetGameScoreByInlineMessageId(val userId: UserId, val score: Long, val inlineMessageId: InlineMessageIdentifier, val force: Boolean = false, val disableEditMessage: Boolean = false) : SetGameScore, InlineMessageAction","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId"]},{"name":"data class SetPassportDataErrors(val user: UserId, val errors: List) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/index.html","searchKeys":["SetPassportDataErrors","data class SetPassportDataErrors(val user: UserId, val errors: List) : SimpleRequest ","dev.inmo.tgbotapi.requests.SetPassportDataErrors"]},{"name":"data class SetStickerPositionInSet(val sticker: FileId, val position: Int) : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/index.html","searchKeys":["SetStickerPositionInSet","data class SetStickerPositionInSet(val sticker: FileId, val position: Int) : SimpleRequest ","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet"]},{"name":"data class SetStickerSetThumb(val userId: UserId, val name: StickerSetName, val thumb: FileId? = null) : StickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/index.html","searchKeys":["SetStickerSetThumb","data class SetStickerSetThumb(val userId: UserId, val name: StickerSetName, val thumb: FileId? = null) : StickerSetAction","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb"]},{"name":"data class SetWebhook : SetWebhookRequest, DataRequest ","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/index.html","searchKeys":["SetWebhook","data class SetWebhook : SetWebhookRequest, DataRequest ","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"data class ShippingAddress(val countryCode: String, val city: String, val firstStreetLine: String, val secondStreetLine: String, val state: String = \"\", val postCode: String = \"\")","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/index.html","searchKeys":["ShippingAddress","data class ShippingAddress(val countryCode: String, val city: String, val firstStreetLine: String, val secondStreetLine: String, val state: String = \"\", val postCode: String = \"\")","dev.inmo.tgbotapi.types.payments.ShippingAddress"]},{"name":"data class ShippingOption(val id: ShippingOptionIdentifier, val title: String, val prices: List) : Priced","description":"dev.inmo.tgbotapi.types.payments.ShippingOption","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/index.html","searchKeys":["ShippingOption","data class ShippingOption(val id: ShippingOptionIdentifier, val title: String, val prices: List) : Priced","dev.inmo.tgbotapi.types.payments.ShippingOption"]},{"name":"data class ShippingQuery(val id: ShippingQueryIdentifier, val from: User, val invoicePayload: InvoicePayload, val shippingAddress: ShippingAddress) : FromUser","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/index.html","searchKeys":["ShippingQuery","data class ShippingQuery(val id: ShippingQueryIdentifier, val from: User, val invoicePayload: InvoicePayload, val shippingAddress: ShippingAddress) : FromUser","dev.inmo.tgbotapi.types.payments.ShippingQuery"]},{"name":"data class ShippingQueryUpdate(val updateId: UpdateIdentifier, val data: ShippingQuery) : Update","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/index.html","searchKeys":["ShippingQueryUpdate","data class ShippingQueryUpdate(val updateId: UpdateIdentifier, val data: ShippingQuery) : Update","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate"]},{"name":"data class SimpleKeyboardButton(val text: String) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/index.html","searchKeys":["SimpleKeyboardButton","data class SimpleKeyboardButton(val text: String) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton"]},{"name":"data class SimplePollOption(val text: String, val votes: Int = 0) : PollOption","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/index.html","searchKeys":["SimplePollOption","data class SimplePollOption(val text: String, val votes: Int = 0) : PollOption","dev.inmo.tgbotapi.types.polls.SimplePollOption"]},{"name":"data class SimpleSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","description":"dev.inmo.tgbotapi.types.files.SimpleSticker","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/index.html","searchKeys":["SimpleSticker","data class SimpleSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","dev.inmo.tgbotapi.types.files.SimpleSticker"]},{"name":"data class SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null) : UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/index.html","searchKeys":["SimpleUpdatesFilter","data class SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null) : UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter"]},{"name":"data class SlotMachineResult(val rawValue: DiceResult)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/index.html","searchKeys":["SlotMachineResult","data class SlotMachineResult(val rawValue: DiceResult)","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult"]},{"name":"data class SpoilerTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/index.html","searchKeys":["SpoilerTextSource","data class SpoilerTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource"]},{"name":"data class StaticLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null) : Location","description":"dev.inmo.tgbotapi.types.location.StaticLocation","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/index.html","searchKeys":["StaticLocation","data class StaticLocation(val longitude: Double, val latitude: Double, val horizontalAccuracy: Meters? = null) : Location","dev.inmo.tgbotapi.types.location.StaticLocation"]},{"name":"data class StaticLocationContent(val location: StaticLocation) : LocationContent","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/index.html","searchKeys":["StaticLocationContent","data class StaticLocationContent(val location: StaticLocation) : LocationContent","dev.inmo.tgbotapi.types.message.content.StaticLocationContent"]},{"name":"data class StickerContent(val media: Sticker) : MediaContent","description":"dev.inmo.tgbotapi.types.message.content.StickerContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/index.html","searchKeys":["StickerContent","data class StickerContent(val media: Sticker) : MediaContent","dev.inmo.tgbotapi.types.message.content.StickerContent"]},{"name":"data class StickerSet(val name: String, val title: String, val stickers: List, val isAnimated: Boolean = false, val isVideo: Boolean = false, val containsMasks: Boolean = false, val thumb: PhotoSize? = null)","description":"dev.inmo.tgbotapi.types.stickers.StickerSet","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/index.html","searchKeys":["StickerSet","data class StickerSet(val name: String, val title: String, val stickers: List, val isAnimated: Boolean = false, val isVideo: Boolean = false, val containsMasks: Boolean = false, val thumb: PhotoSize? = null)","dev.inmo.tgbotapi.types.stickers.StickerSet"]},{"name":"data class StickerSurrogate(val file_id: FileId, val file_unique_id: FileUniqueId, val width: Int, val height: Int, val is_animated: Boolean? = null, val is_video: Boolean? = null, val thumb: PhotoSize? = null, val emoji: String? = null, val set_name: StickerSetName? = null, val mask_position: MaskPosition? = null, val file_size: Long? = null)","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/index.html","searchKeys":["StickerSurrogate","data class StickerSurrogate(val file_id: FileId, val file_unique_id: FileUniqueId, val width: Int, val height: Int, val is_animated: Boolean? = null, val is_video: Boolean? = null, val thumb: PhotoSize? = null, val emoji: String? = null, val set_name: StickerSetName? = null, val mask_position: MaskPosition? = null, val file_size: Long? = null)","dev.inmo.tgbotapi.types.files.StickerSurrogate"]},{"name":"data class StopChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/index.html","searchKeys":["StopChatMessageLiveLocation","data class StopChatMessageLiveLocation(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditChatMessage , EditReplyMessage","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation"]},{"name":"data class StopInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/index.html","searchKeys":["StopInlineMessageLiveLocation","data class StopInlineMessageLiveLocation(val inlineMessageId: InlineMessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : EditInlineMessage, EditReplyMessage","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation"]},{"name":"data class StopPoll(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : MessageAction, SimpleRequest , ReplyMarkup","description":"dev.inmo.tgbotapi.requests.StopPoll","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/index.html","searchKeys":["StopPoll","data class StopPoll(val chatId: ChatIdentifier, val messageId: MessageIdentifier, val replyMarkup: InlineKeyboardMarkup? = null) : MessageAction, SimpleRequest , ReplyMarkup","dev.inmo.tgbotapi.requests.StopPoll"]},{"name":"data class StrikethroughTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/index.html","searchKeys":["StrikethroughTextSource","data class StrikethroughTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource"]},{"name":"data class SuccessfulPayment(val currency: Currency, val amount: Long, val invoicePayload: String, val telegramPaymentChargeId: String, val providerPaymentChargeId: String, val shippingOptionId: String? = null, val orderInfo: OrderInfo? = null) : Amounted, Currencied","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/index.html","searchKeys":["SuccessfulPayment","data class SuccessfulPayment(val currency: Currency, val amount: Long, val invoicePayload: String, val telegramPaymentChargeId: String, val providerPaymentChargeId: String, val shippingOptionId: String? = null, val orderInfo: OrderInfo? = null) : Amounted, Currencied","dev.inmo.tgbotapi.types.payments.SuccessfulPayment"]},{"name":"data class SuccessfulPaymentEvent(val payment: SuccessfulPayment) : PaymentInfo, CommonEvent","description":"dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/index.html","searchKeys":["SuccessfulPaymentEvent","data class SuccessfulPaymentEvent(val payment: SuccessfulPayment) : PaymentInfo, CommonEvent","dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent"]},{"name":"data class SupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null) : SupergroupChat","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/index.html","searchKeys":["SupergroupChatImpl","data class SupergroupChatImpl(val id: ChatId, val title: String, val username: Username? = null) : SupergroupChat","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl"]},{"name":"data class SwitchInlineQueryCurrentChatInlineKeyboardButton(val text: String, val switchInlineQueryCurrentChat: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/index.html","searchKeys":["SwitchInlineQueryCurrentChatInlineKeyboardButton","data class SwitchInlineQueryCurrentChatInlineKeyboardButton(val text: String, val switchInlineQueryCurrentChat: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"data class SwitchInlineQueryInlineKeyboardButton(val text: String, val switchInlineQuery: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/index.html","searchKeys":["SwitchInlineQueryInlineKeyboardButton","data class SwitchInlineQueryInlineKeyboardButton(val text: String, val switchInlineQuery: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton"]},{"name":"data class TelegramDate(date: Long)","description":"dev.inmo.tgbotapi.types.TelegramDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/index.html","searchKeys":["TelegramDate","data class TelegramDate(date: Long)","dev.inmo.tgbotapi.types.TelegramDate"]},{"name":"data class TelegramMediaAnimation : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TextedOutput","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/index.html","searchKeys":["TelegramMediaAnimation","data class TelegramMediaAnimation : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TextedOutput","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation"]},{"name":"data class TelegramMediaAudio : TelegramMedia, AudioMediaGroupMemberTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TitledTelegramMedia, Performerable","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/index.html","searchKeys":["TelegramMediaAudio","data class TelegramMediaAudio : TelegramMedia, AudioMediaGroupMemberTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, TitledTelegramMedia, Performerable","dev.inmo.tgbotapi.types.media.TelegramMediaAudio"]},{"name":"data class TelegramMediaDocument : TelegramMedia, DocumentMediaGroupMemberTelegramMedia, ThumbedTelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/index.html","searchKeys":["TelegramMediaDocument","data class TelegramMediaDocument : TelegramMedia, DocumentMediaGroupMemberTelegramMedia, ThumbedTelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaDocument"]},{"name":"data class TelegramMediaPhoto : TelegramMedia, VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/index.html","searchKeys":["TelegramMediaPhoto","data class TelegramMediaPhoto : TelegramMedia, VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto"]},{"name":"data class TelegramMediaVideo : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/index.html","searchKeys":["TelegramMediaVideo","data class TelegramMediaVideo : TelegramMedia, SizedTelegramMedia, DuratedTelegramMedia, ThumbedTelegramMedia, VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaVideo"]},{"name":"data class TemporalRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/index.html","searchKeys":["TemporalRegistrationSecureValue","data class TemporalRegistrationSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue"]},{"name":"data class TemporaryRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/index.html","searchKeys":["TemporaryRegistration","data class TemporaryRegistration(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration"]},{"name":"data class TextContent(val text: String, val textSources: TextSourcesList = emptyList()) : MessageContent, TextedInput","description":"dev.inmo.tgbotapi.types.message.content.TextContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/index.html","searchKeys":["TextContent","data class TextContent(val text: String, val textSources: TextSourcesList = emptyList()) : MessageContent, TextedInput","dev.inmo.tgbotapi.types.message.content.TextContent"]},{"name":"data class TextLinkTextSource constructor(val source: String, val url: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/index.html","searchKeys":["TextLinkTextSource","data class TextLinkTextSource constructor(val source: String, val url: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource"]},{"name":"data class TextMentionTextSource constructor(val source: String, val user: User, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/index.html","searchKeys":["TextMentionTextSource","data class TextMentionTextSource constructor(val source: String, val user: User, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource"]},{"name":"data class URLInlineKeyboardButton(val text: String, val url: String) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/index.html","searchKeys":["URLInlineKeyboardButton","data class URLInlineKeyboardButton(val text: String, val url: String) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton"]},{"name":"data class URLTextSource constructor(val source: String) : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/index.html","searchKeys":["URLTextSource","data class URLTextSource constructor(val source: String) : TextSource","dev.inmo.tgbotapi.types.message.textsources.URLTextSource"]},{"name":"data class UnbanChatMember(val chatId: ChatIdentifier, val userId: UserId, val onlyIfBanned: Boolean? = null) : ChatMemberRequest ","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/index.html","searchKeys":["UnbanChatMember","data class UnbanChatMember(val chatId: ChatIdentifier, val userId: UserId, val onlyIfBanned: Boolean? = null) : ChatMemberRequest ","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember"]},{"name":"data class UnbanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/index.html","searchKeys":["UnbanChatSenderChat","data class UnbanChatSenderChat(val chatId: ChatIdentifier, val senderChatId: ChatId) : ChatSenderRequest","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat"]},{"name":"data class UnconnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : UnconnectedFromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/index.html","searchKeys":["UnconnectedFromChannelGroupContentMessageImpl","data class UnconnectedFromChannelGroupContentMessageImpl(val chat: GroupChat, val channel: ChannelChat, val messageId: MessageIdentifier, val date: DateTime, val forwardInfo: ForwardInfo?, val editDate: DateTime?, val hasProtectedContent: Boolean, val replyTo: Message?, val replyMarkup: InlineKeyboardMarkup?, val content: T, val senderBot: CommonBot?, val authorSignature: AuthorSignature?) : UnconnectedFromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl"]},{"name":"data class UnderlineTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/index.html","searchKeys":["UnderlineTextSource","data class UnderlineTextSource constructor(val source: String, val subsources: TextSourcesList) : MultilevelTextSource","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource"]},{"name":"data class Unknown(val type: String, val rawJson: JsonElement) : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/index.html","searchKeys":["Unknown","data class Unknown(val type: String, val rawJson: JsonElement) : MenuButton","dev.inmo.tgbotapi.types.MenuButton.Unknown"]},{"name":"data class UnknownBotCommandScope : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope","location":"docs/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/index.html","searchKeys":["UnknownBotCommandScope","data class UnknownBotCommandScope : BotCommandScope","dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope"]},{"name":"data class UnknownCallbackQueryType(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val raw: String) : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/index.html","searchKeys":["UnknownCallbackQueryType","data class UnknownCallbackQueryType(val id: CallbackQueryIdentifier, val from: User, val chatInstance: String, val raw: String) : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType"]},{"name":"data class UnknownChatType(val id: ChatId, val raw: String) : Chat","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/index.html","searchKeys":["UnknownChatType","data class UnknownChatType(val id: ChatId, val raw: String) : Chat","dev.inmo.tgbotapi.types.chat.UnknownChatType"]},{"name":"data class UnknownEncryptedPassportElement(val rawJson: JsonObject, val hash: PassportElementHash) : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/index.html","searchKeys":["UnknownEncryptedPassportElement","data class UnknownEncryptedPassportElement(val rawJson: JsonObject, val hash: PassportElementHash) : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement"]},{"name":"data class UnknownExtendedChat(val id: ChatId, val raw: String) : ExtendedChat","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/index.html","searchKeys":["UnknownExtendedChat","data class UnknownExtendedChat(val id: ChatId, val raw: String) : ExtendedChat","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat"]},{"name":"data class UnknownInlineKeyboardButton(val rawData: JsonElement) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/index.html","searchKeys":["UnknownInlineKeyboardButton","data class UnknownInlineKeyboardButton(val rawData: JsonElement) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton"]},{"name":"data class UnknownKeyboardButton : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/index.html","searchKeys":["UnknownKeyboardButton","data class UnknownKeyboardButton : KeyboardButton","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton"]},{"name":"data class UnknownMessageType(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val insideException: Exception) : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/index.html","searchKeys":["UnknownMessageType","data class UnknownMessageType(val messageId: MessageIdentifier, val chat: Chat, val date: DateTime, val insideException: Exception) : Message","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType"]},{"name":"data class UnknownPassportElementError(val raw: JsonObject) : PassportElementError","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/index.html","searchKeys":["UnknownPassportElementError","data class UnknownPassportElementError(val raw: JsonObject) : PassportElementError","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError"]},{"name":"data class UnknownPollType : Poll","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/index.html","searchKeys":["UnknownPollType","data class UnknownPollType : Poll","dev.inmo.tgbotapi.types.polls.UnknownPollType"]},{"name":"data class UnknownUpdate(val updateId: UpdateIdentifier, val data: String, val rawJson: JsonElement) : Update","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/index.html","searchKeys":["UnknownUpdate","data class UnknownUpdate(val updateId: UpdateIdentifier, val data: String, val rawJson: JsonElement) : Update","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate"]},{"name":"data class UnpinAllChatMessages(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/index.html","searchKeys":["UnpinAllChatMessages","data class UnpinAllChatMessages(val chatId: ChatIdentifier) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages"]},{"name":"data class UnpinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier? = null) : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/index.html","searchKeys":["UnpinChatMessage","data class UnpinChatMessage(val chatId: ChatIdentifier, val messageId: MessageIdentifier? = null) : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage"]},{"name":"data class UploadStickerFile(val userId: UserId, val sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\")) : MultipartRequest ","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/index.html","searchKeys":["UploadStickerFile","data class UploadStickerFile(val userId: UserId, val sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\")) : MultipartRequest ","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile"]},{"name":"data class UserForwardInfo(val dateOfOriginal: TelegramDate, val from: User) : ForwardInfo, FromUser","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/index.html","searchKeys":["UserForwardInfo","data class UserForwardInfo(val dateOfOriginal: TelegramDate, val from: User) : ForwardInfo, FromUser","dev.inmo.tgbotapi.types.message.UserForwardInfo"]},{"name":"data class UserLoggedIn(val domain: String) : PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/index.html","searchKeys":["UserLoggedIn","data class UserLoggedIn(val domain: String) : PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn"]},{"name":"data class UserProfilePhotos(val count: Int, val photos: List)","description":"dev.inmo.tgbotapi.types.UserProfilePhotos","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/index.html","searchKeys":["UserProfilePhotos","data class UserProfilePhotos(val count: Int, val photos: List)","dev.inmo.tgbotapi.types.UserProfilePhotos"]},{"name":"data class Username(val username: String) : ChatIdentifier","description":"dev.inmo.tgbotapi.types.Username","location":"docs/dev.inmo.tgbotapi.types/-username/index.html","searchKeys":["Username","data class Username(val username: String) : ChatIdentifier","dev.inmo.tgbotapi.types.Username"]},{"name":"data class UtilityBill(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/index.html","searchKeys":["UtilityBill","data class UtilityBill(val files: List, val translations: List = emptyList(), val hash: PassportElementHash) : EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill"]},{"name":"data class UtilityBillSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/index.html","searchKeys":["UtilityBillSecureValue","data class UtilityBillSecureValue(val translation: List = emptyList(), val files: List = emptyList()) : OtherDocumentsSecureValue","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue"]},{"name":"data class Venue(val location: StaticLocation, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : CommonVenueData, Locationed","description":"dev.inmo.tgbotapi.types.venue.Venue","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/index.html","searchKeys":["Venue","data class Venue(val location: StaticLocation, val title: String, val address: String, val foursquareId: FoursquareId? = null, val foursquareType: FoursquareType? = null, val googlePlaceId: GooglePlaceId? = null, val googlePlaceType: GooglePlaceType? = null) : CommonVenueData, Locationed","dev.inmo.tgbotapi.types.venue.Venue"]},{"name":"data class VenueContent(val venue: Venue) : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.VenueContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/index.html","searchKeys":["VenueContent","data class VenueContent(val venue: Venue) : MessageContent","dev.inmo.tgbotapi.types.message.content.VenueContent"]},{"name":"data class VideoChatEnded(val duration: Seconds) : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/index.html","searchKeys":["VideoChatEnded","data class VideoChatEnded(val duration: Seconds) : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded"]},{"name":"data class VideoChatParticipantsInvited(val users: List = emptyList()) : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/index.html","searchKeys":["VideoChatParticipantsInvited","data class VideoChatParticipantsInvited(val users: List = emptyList()) : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited"]},{"name":"data class VideoChatScheduled(val startDate: TelegramDate) : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/index.html","searchKeys":["VideoChatScheduled","data class VideoChatScheduled(val startDate: TelegramDate) : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled"]},{"name":"data class VideoContent(val media: VideoFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : VisualMediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.VideoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/index.html","searchKeys":["VideoContent","data class VideoContent(val media: VideoFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : VisualMediaGroupContent","dev.inmo.tgbotapi.types.message.content.VideoContent"]},{"name":"data class VideoFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.VideoFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/index.html","searchKeys":["VideoFile","data class VideoFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileName: String? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, CustomNamedMediaFile, MimedMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","dev.inmo.tgbotapi.types.files.VideoFile"]},{"name":"data class VideoNoteContent(val media: VideoNoteFile) : MediaContent","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/index.html","searchKeys":["VideoNoteContent","data class VideoNoteContent(val media: VideoNoteFile) : MediaContent","dev.inmo.tgbotapi.types.message.content.VideoNoteContent"]},{"name":"data class VideoNoteFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileSize: Long? = null) : TelegramMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/index.html","searchKeys":["VideoNoteFile","data class VideoNoteFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val duration: Long? = null, val thumb: PhotoSize? = null, val fileSize: Long? = null) : TelegramMediaFile, ThumbedMediaFile, PlayableMediaFile, SizedMediaFile","dev.inmo.tgbotapi.types.files.VideoNoteFile"]},{"name":"data class VideoSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","description":"dev.inmo.tgbotapi.types.files.VideoSticker","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/index.html","searchKeys":["VideoSticker","data class VideoSticker(val fileId: FileId, val fileUniqueId: FileUniqueId, val width: Int, val height: Int, val thumb: PhotoSize? = null, val emoji: String? = null, val stickerSetName: StickerSetName? = null, val maskPosition: MaskPosition? = null, val fileSize: Long? = null) : Sticker","dev.inmo.tgbotapi.types.files.VideoSticker"]},{"name":"data class VoiceContent(val media: VoiceFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/index.html","searchKeys":["VoiceContent","data class VoiceContent(val media: VoiceFile, val text: String? = null, val textSources: TextSourcesList = emptyList()) : TextedMediaContent","dev.inmo.tgbotapi.types.message.content.VoiceContent"]},{"name":"data class VoiceFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, PlayableMediaFile","description":"dev.inmo.tgbotapi.types.files.VoiceFile","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/index.html","searchKeys":["VoiceFile","data class VoiceFile(val fileId: FileId, val fileUniqueId: FileUniqueId, val duration: Long? = null, val mimeType: MimeType? = null, val fileSize: Long? = null) : TelegramMediaFile, MimedMediaFile, PlayableMediaFile","dev.inmo.tgbotapi.types.files.VoiceFile"]},{"name":"data class WebApp(val text: String, val webApp: WebAppInfo) : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/index.html","searchKeys":["WebApp","data class WebApp(val text: String, val webApp: WebAppInfo) : MenuButton","dev.inmo.tgbotapi.types.MenuButton.WebApp"]},{"name":"data class WebAppData(val data: String, val buttonText: String) : PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/index.html","searchKeys":["WebAppData","data class WebAppData(val data: String, val buttonText: String) : PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData"]},{"name":"data class WebAppInfo(val url: String)","description":"dev.inmo.tgbotapi.types.webapps.WebAppInfo","location":"docs/dev.inmo.tgbotapi.types.webapps/-web-app-info/index.html","searchKeys":["WebAppInfo","data class WebAppInfo(val url: String)","dev.inmo.tgbotapi.types.webapps.WebAppInfo"]},{"name":"data class WebAppInlineKeyboardButton(val text: String, val webApp: WebAppInfo) : InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/index.html","searchKeys":["WebAppInlineKeyboardButton","data class WebAppInlineKeyboardButton(val text: String, val webApp: WebAppInfo) : InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton"]},{"name":"data class WebAppKeyboardButton(val text: String, val webApp: WebAppInfo) : KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/index.html","searchKeys":["WebAppKeyboardButton","data class WebAppKeyboardButton(val text: String, val webApp: WebAppInfo) : KeyboardButton","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton"]},{"name":"data class WebhookInfo(val url: String, val awaitDelivery: Int, val maxConnections: Int = 40, val customCertificate: Boolean = false, val allowedUpdates: List = ALL_UPDATES_LIST, val lastErrorDate: TelegramDate? = null, val lastSynchronizationErrorDate: TelegramDate? = null, val lastErrorMessage: String? = null)","description":"dev.inmo.tgbotapi.types.WebhookInfo","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/index.html","searchKeys":["WebhookInfo","data class WebhookInfo(val url: String, val awaitDelivery: Int, val maxConnections: Int = 40, val customCertificate: Boolean = false, val allowedUpdates: List = ALL_UPDATES_LIST, val lastErrorDate: TelegramDate? = null, val lastSynchronizationErrorDate: TelegramDate? = null, val lastErrorMessage: String? = null)","dev.inmo.tgbotapi.types.WebhookInfo"]},{"name":"data class WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, val aliasName: String, aliasPassword: String)","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/index.html","searchKeys":["WebhookPrivateKeyConfig","data class WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, val aliasName: String, aliasPassword: String)","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig"]},{"name":"enum ColorScheme : Enum ","description":"dev.inmo.tgbotapi.webapps.ColorScheme","location":"docs/dev.inmo.tgbotapi.webapps/-color-scheme/index.html","searchKeys":["ColorScheme","enum ColorScheme : Enum ","dev.inmo.tgbotapi.webapps.ColorScheme"]},{"name":"enum SlotMachineReelImage : Enum ","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/index.html","searchKeys":["SlotMachineReelImage","enum SlotMachineReelImage : Enum ","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage"]},{"name":"expect class MimeType","description":"dev.inmo.tgbotapi.utils.MimeType","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/index.html","searchKeys":["MimeType","expect class MimeType","dev.inmo.tgbotapi.utils.MimeType"]},{"name":"expect fun MPPFile.asMultipartFile(): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","expect fun MPPFile.asMultipartFile(): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"expect suspend fun ByteReadChannel.asInput(): Input","description":"dev.inmo.tgbotapi.utils.asInput","location":"docs/dev.inmo.tgbotapi.utils/as-input.html","searchKeys":["asInput","expect suspend fun ByteReadChannel.asInput(): Input","dev.inmo.tgbotapi.utils.asInput"]},{"name":"expect val raw: String","description":"dev.inmo.tgbotapi.utils.MimeType.raw","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/raw.html","searchKeys":["raw","expect val raw: String","dev.inmo.tgbotapi.utils.MimeType.raw"]},{"name":"expect var defaultCoroutineScopeProvider: () -> CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.defaultCoroutineScopeProvider","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/default-coroutine-scope-provider.html","searchKeys":["defaultCoroutineScopeProvider","expect var defaultCoroutineScopeProvider: () -> CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.defaultCoroutineScopeProvider"]},{"name":"external class MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/index.html","searchKeys":["MainButton","external class MainButton","dev.inmo.tgbotapi.webapps.MainButton"]},{"name":"external class WebApp","description":"dev.inmo.tgbotapi.webapps.WebApp","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/index.html","searchKeys":["WebApp","external class WebApp","dev.inmo.tgbotapi.webapps.WebApp"]},{"name":"external interface Telegram","description":"dev.inmo.tgbotapi.webapps.Telegram","location":"docs/dev.inmo.tgbotapi.webapps/-telegram/index.html","searchKeys":["Telegram","external interface Telegram","dev.inmo.tgbotapi.webapps.Telegram"]},{"name":"external interface ThemeParams","description":"dev.inmo.tgbotapi.webapps.ThemeParams","location":"docs/dev.inmo.tgbotapi.webapps/-theme-params/index.html","searchKeys":["ThemeParams","external interface ThemeParams","dev.inmo.tgbotapi.webapps.ThemeParams"]},{"name":"external interface ViewportChangedData","description":"dev.inmo.tgbotapi.webapps.ViewportChangedData","location":"docs/dev.inmo.tgbotapi.webapps/-viewport-changed-data/index.html","searchKeys":["ViewportChangedData","external interface ViewportChangedData","dev.inmo.tgbotapi.webapps.ViewportChangedData"]},{"name":"external interface WebAppInitData","description":"dev.inmo.tgbotapi.webapps.WebAppInitData","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-init-data/index.html","searchKeys":["WebAppInitData","external interface WebAppInitData","dev.inmo.tgbotapi.webapps.WebAppInitData"]},{"name":"external interface WebAppUser","description":"dev.inmo.tgbotapi.webapps.WebAppUser","location":"docs/dev.inmo.tgbotapi.webapps/-web-app-user/index.html","searchKeys":["WebAppUser","external interface WebAppUser","dev.inmo.tgbotapi.webapps.WebAppUser"]},{"name":"fun BC.createSubContext(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null): BC","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context.html","searchKeys":["createSubContext","fun BC.createSubContext(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null): BC","dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContext"]},{"name":"fun > Flow.onlyCommonMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyCommonMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-common-messages.html","searchKeys":["onlyCommonMessages","fun > Flow.onlyCommonMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyCommonMessages"]},{"name":"fun , F : Files> MultipartRequestImpl(data: D, files: F)","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.MultipartRequestImpl","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/-multipart-request-impl.html","searchKeys":["MultipartRequestImpl","fun , F : Files> MultipartRequestImpl(data: D, files: F)","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.MultipartRequestImpl"]},{"name":"fun BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.BehaviourWithFSMStateHandlerHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/-behaviour-with-f-s-m-state-handler-holder.html","searchKeys":["BehaviourWithFSMStateHandlerHolder","fun BehaviourWithFSMStateHandlerHolder(inputKlass: KClass, strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.BehaviourWithFSMStateHandlerHolder"]},{"name":"fun Map.mapNotNullValues(): Map","description":"dev.inmo.tgbotapi.utils.mapNotNullValues","location":"docs/dev.inmo.tgbotapi.utils/map-not-null-values.html","searchKeys":["mapNotNullValues","fun Map.mapNotNullValues(): Map","dev.inmo.tgbotapi.utils.mapNotNullValues"]},{"name":"fun ReceiveChannel>.accumulateByKey(delayMillis: Long, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), resultBroadcastChannelCapacity: Int = 32): ReceiveChannel>","description":"dev.inmo.tgbotapi.utils.extensions.accumulateByKey","location":"docs/dev.inmo.tgbotapi.utils.extensions/accumulate-by-key.html","searchKeys":["accumulateByKey","fun ReceiveChannel>.accumulateByKey(delayMillis: Long, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), resultBroadcastChannelCapacity: Int = 32): ReceiveChannel>","dev.inmo.tgbotapi.utils.extensions.accumulateByKey"]},{"name":"fun mapOfNotNull(vararg pairs: Pair): Map","description":"dev.inmo.tgbotapi.utils.mapOfNotNull","location":"docs/dev.inmo.tgbotapi.utils/map-of-not-null.html","searchKeys":["mapOfNotNull","fun mapOfNotNull(vararg pairs: Pair): Map","dev.inmo.tgbotapi.utils.mapOfNotNull"]},{"name":"fun > Flow.onlySentViaBot(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.onlySentViaBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-sent-via-bot.html","searchKeys":["onlySentViaBot","fun > Flow.onlySentViaBot(): Flow","dev.inmo.tgbotapi.extensions.utils.onlySentViaBot"]},{"name":"fun > Flow.withoutSentViaBot(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.withoutSentViaBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/without-sent-via-bot.html","searchKeys":["withoutSentViaBot","fun > Flow.withoutSentViaBot(): Flow","dev.inmo.tgbotapi.extensions.utils.withoutSentViaBot"]},{"name":"fun RequestsExecutor.executeAsync(request: Request, scope: CoroutineScope): Deferred","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html","searchKeys":["executeAsync","fun RequestsExecutor.executeAsync(request: Request, scope: CoroutineScope): Deferred","dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync"]},{"name":"fun T.toJson(serializer: SerializationStrategy): JsonObject","description":"dev.inmo.tgbotapi.utils.toJson","location":"docs/dev.inmo.tgbotapi.utils/to-json.html","searchKeys":["toJson","fun T.toJson(serializer: SerializationStrategy): JsonObject","dev.inmo.tgbotapi.utils.toJson"]},{"name":"fun T.toJsonWithoutNulls(serializer: SerializationStrategy): JsonObject","description":"dev.inmo.tgbotapi.utils.toJsonWithoutNulls","location":"docs/dev.inmo.tgbotapi.utils/to-json-without-nulls.html","searchKeys":["toJsonWithoutNulls","fun T.toJsonWithoutNulls(serializer: SerializationStrategy): JsonObject","dev.inmo.tgbotapi.utils.toJsonWithoutNulls"]},{"name":"fun Flow.filterBaseMessageUpdatesByChat(chat: Chat): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChat","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat.html","searchKeys":["filterBaseMessageUpdatesByChat","fun Flow.filterBaseMessageUpdatesByChat(chat: Chat): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChat"]},{"name":"fun Flow.filterBaseMessageUpdatesByChatId(chatId: ChatId): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChatId","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-base-message-updates-by-chat-id.html","searchKeys":["filterBaseMessageUpdatesByChatId","fun Flow.filterBaseMessageUpdatesByChatId(chatId: ChatId): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterBaseMessageUpdatesByChatId"]},{"name":"fun Flow.asCommonMessagesFlow(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.asCommonMessagesFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-common-messages-flow.html","searchKeys":["asCommonMessagesFlow","fun Flow.asCommonMessagesFlow(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.asCommonMessagesFlow"]},{"name":"fun Flow.asContentMessagesFlow(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.asContentMessagesFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-content-messages-flow.html","searchKeys":["asContentMessagesFlow","fun Flow.asContentMessagesFlow(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.asContentMessagesFlow"]},{"name":"fun Flow.asUnknownMessagesFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asUnknownMessagesFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-messages-flow.html","searchKeys":["asUnknownMessagesFlow","fun Flow.asUnknownMessagesFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asUnknownMessagesFlow"]},{"name":"fun Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsInsideTextMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-inside-text-messages.html","searchKeys":["filterCommandsInsideTextMessages","fun Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsInsideTextMessages"]},{"name":"fun Flow.filterCommandsWithArgs(commandRegex: Regex): Flow, TextSourcesList>>","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-commands-with-args.html","searchKeys":["filterCommandsWithArgs","fun Flow.filterCommandsWithArgs(commandRegex: Regex): Flow, TextSourcesList>>","dev.inmo.tgbotapi.extensions.utils.updates.filterCommandsWithArgs"]},{"name":"fun Flow.filterExactCommands(commandRegex: Regex): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterExactCommands","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-exact-commands.html","searchKeys":["filterExactCommands","fun Flow.filterExactCommands(commandRegex: Regex): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.filterExactCommands"]},{"name":"fun Flow.onlyInlineMessageIdDataCallbackQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.onlyInlineMessageIdDataCallbackQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-inline-message-id-data-callback-queries.html","searchKeys":["onlyInlineMessageIdDataCallbackQueries","fun Flow.onlyInlineMessageIdDataCallbackQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.onlyInlineMessageIdDataCallbackQueries"]},{"name":"fun Flow.onlyMessageDataCallbackQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.onlyMessageDataCallbackQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-message-data-callback-queries.html","searchKeys":["onlyMessageDataCallbackQueries","fun Flow.onlyMessageDataCallbackQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.onlyMessageDataCallbackQueries"]},{"name":"fun ChannelEventMessage(messageId: MessageIdentifier, chat: ChannelChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.ChannelEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/-channel-event-message.html","searchKeys":["ChannelEventMessage","fun ChannelEventMessage(messageId: MessageIdentifier, chat: ChannelChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.ChannelEventMessage.ChannelEventMessage"]},{"name":"fun > Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsInsideTextMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-inside-text-messages.html","searchKeys":["filterCommandsInsideTextMessages","fun > Flow.filterCommandsInsideTextMessages(commandRegex: Regex): Flow","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsInsideTextMessages"]},{"name":"fun > Flow.filterCommandsWithArgs(commandRegex: Regex): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-commands-with-args.html","searchKeys":["filterCommandsWithArgs","fun > Flow.filterCommandsWithArgs(commandRegex: Regex): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterCommandsWithArgs"]},{"name":"fun > Flow.filterExactCommands(commandRegex: Regex): Flow","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterExactCommands","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-exact-commands.html","searchKeys":["filterExactCommands","fun > Flow.filterExactCommands(commandRegex: Regex): Flow","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterExactCommands"]},{"name":"fun CommonGroupEventMessage(messageId: MessageIdentifier, from: User, chat: GroupChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.CommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/-common-group-event-message.html","searchKeys":["CommonGroupEventMessage","fun CommonGroupEventMessage(messageId: MessageIdentifier, from: User, chat: GroupChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.CommonGroupEventMessage"]},{"name":"fun ChannelMediaGroupMessage(messageId: MessageIdentifier, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.ChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/-channel-media-group-message.html","searchKeys":["ChannelMediaGroupMessage","fun ChannelMediaGroupMessage(messageId: MessageIdentifier, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.ChannelMediaGroupMessage"]},{"name":"fun CommonMediaGroupMessage(messageId: MessageIdentifier, from: User, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.CommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/-common-media-group-message.html","searchKeys":["CommonMediaGroupMessage","fun CommonMediaGroupMessage(messageId: MessageIdentifier, from: User, chat: Chat, date: DateTime, mediaGroupId: MediaGroupIdentifier, content: T, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?)","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.CommonMediaGroupMessage"]},{"name":"fun SendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group.html","searchKeys":["SendMediaGroup","fun SendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendMediaGroup"]},{"name":"fun AnonymousGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.AnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/-anonymous-group-content-message-impl.html","searchKeys":["AnonymousGroupContentMessageImpl","fun AnonymousGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.AnonymousGroupContentMessageImpl"]},{"name":"fun ChannelContentMessageImpl(messageId: MessageIdentifier, chat: ChannelChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.ChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/-channel-content-message-impl.html","searchKeys":["ChannelContentMessageImpl","fun ChannelContentMessageImpl(messageId: MessageIdentifier, chat: ChannelChat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.ChannelContentMessageImpl"]},{"name":"fun CommonGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?)","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.CommonGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/-common-group-content-message-impl.html","searchKeys":["CommonGroupContentMessageImpl","fun CommonGroupContentMessageImpl(chat: GroupChat, messageId: MessageIdentifier, from: User, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?)","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.CommonGroupContentMessageImpl"]},{"name":"fun ConnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.ConnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/-connected-from-channel-group-content-message-impl.html","searchKeys":["ConnectedFromChannelGroupContentMessageImpl","fun ConnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.ConnectedFromChannelGroupContentMessageImpl"]},{"name":"fun PrivateContentMessageImpl(messageId: MessageIdentifier, from: User, chat: Chat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?)","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.PrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/-private-content-message-impl.html","searchKeys":["PrivateContentMessageImpl","fun PrivateContentMessageImpl(messageId: MessageIdentifier, from: User, chat: Chat, content: T, date: DateTime, editDate: DateTime?, hasProtectedContent: Boolean, forwardInfo: ForwardInfo?, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, senderBot: CommonBot?)","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.PrivateContentMessageImpl"]},{"name":"fun UnconnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.UnconnectedFromChannelGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/-unconnected-from-channel-group-content-message-impl.html","searchKeys":["UnconnectedFromChannelGroupContentMessageImpl","fun UnconnectedFromChannelGroupContentMessageImpl(chat: GroupChat, channel: ChannelChat, messageId: MessageIdentifier, date: DateTime, forwardInfo: ForwardInfo?, editDate: DateTime?, hasProtectedContent: Boolean, replyTo: Message?, replyMarkup: InlineKeyboardMarkup?, content: T, senderBot: CommonBot?, authorSignature: AuthorSignature?)","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.UnconnectedFromChannelGroupContentMessageImpl"]},{"name":"fun PrivateEventMessage(messageId: MessageIdentifier, chat: PrivateChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.PrivateEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/-private-event-message.html","searchKeys":["PrivateEventMessage","fun PrivateEventMessage(messageId: MessageIdentifier, chat: PrivateChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.PrivateEventMessage.PrivateEventMessage"]},{"name":"fun Flow.filterSentMediaGroupUpdatesByChat(chat: Chat): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChat","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-sent-media-group-updates-by-chat.html","searchKeys":["filterSentMediaGroupUpdatesByChat","fun Flow.filterSentMediaGroupUpdatesByChat(chat: Chat): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChat"]},{"name":"fun Flow.filterSentMediaGroupUpdatesByChatId(chatId: ChatId): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChatId","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/filter-sent-media-group-updates-by-chat-id.html","searchKeys":["filterSentMediaGroupUpdatesByChatId","fun Flow.filterSentMediaGroupUpdatesByChatId(chatId: ChatId): Flow","dev.inmo.tgbotapi.extensions.utils.updates.filterSentMediaGroupUpdatesByChatId"]},{"name":"fun DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.DefaultBehaviourContextWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/-default-behaviour-context-with-f-s-m.html","searchKeys":["DefaultBehaviourContextWithFSM","fun DefaultBehaviourContextWithFSM(behaviourContext: BehaviourContext, statesManager: StatesManager, handlers: List>)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.DefaultBehaviourContextWithFSM"]},{"name":"fun CommonSupergroupEventMessage(messageId: MessageIdentifier, from: User, chat: SupergroupChat, chatEvent: T, date: DateTime)","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.CommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/-common-supergroup-event-message.html","searchKeys":["CommonSupergroupEventMessage","fun CommonSupergroupEventMessage(messageId: MessageIdentifier, from: User, chat: SupergroupChat, chatEvent: T, date: DateTime)","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.CommonSupergroupEventMessage"]},{"name":"fun Flow.flatMap(mapper: (T) -> Iterable): Flow","description":"dev.inmo.tgbotapi.extensions.utils.flatMap","location":"docs/dev.inmo.tgbotapi.extensions.utils/flat-map.html","searchKeys":["flatMap","fun Flow.flatMap(mapper: (T) -> Iterable): Flow","dev.inmo.tgbotapi.extensions.utils.flatMap"]},{"name":"fun Flow>.flatMap(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.flatMap","location":"docs/dev.inmo.tgbotapi.extensions.utils/flat-map.html","searchKeys":["flatMap","fun Flow>.flatMap(): Flow","dev.inmo.tgbotapi.extensions.utils.flatMap"]},{"name":"fun HandleableTriggersHolder(preset: List = emptyList())","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.HandleableTriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/-handleable-triggers-holder.html","searchKeys":["HandleableTriggersHolder","fun HandleableTriggersHolder(preset: List = emptyList())","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.HandleableTriggersHolder"]},{"name":"fun SimpleFilter.listAll(): SimpleFilter>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAll","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-all.html","searchKeys":["listAll","fun SimpleFilter.listAll(): SimpleFilter>","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAll"]},{"name":"fun SimpleFilter.listAny(): SimpleFilter>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAny","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-any.html","searchKeys":["listAny","fun SimpleFilter.listAny(): SimpleFilter>","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listAny"]},{"name":"fun SimpleFilter.listNone(): SimpleFilter>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listNone","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/list-none.html","searchKeys":["listNone","fun SimpleFilter.listNone(): SimpleFilter>","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.listNone"]},{"name":"fun T.asReference(): WeakReference","description":"dev.inmo.tgbotapi.utils.extensions.asReference","location":"docs/dev.inmo.tgbotapi.utils.extensions/as-reference.html","searchKeys":["asReference","fun T.asReference(): WeakReference","dev.inmo.tgbotapi.utils.extensions.asReference"]},{"name":"fun aggregateFlows(withScope: CoroutineScope, vararg flows: Flow, internalBufferSize: Int = 64): Flow","description":"dev.inmo.tgbotapi.extensions.utils.aggregateFlows","location":"docs/dev.inmo.tgbotapi.extensions.utils/aggregate-flows.html","searchKeys":["aggregateFlows","fun aggregateFlows(withScope: CoroutineScope, vararg flows: Flow, internalBufferSize: Int = 64): Flow","dev.inmo.tgbotapi.extensions.utils.aggregateFlows"]},{"name":"fun AESDecryptor(key: SourceBytes, iv: ByteArray)","description":"dev.inmo.tgbotapi.utils.passport.AESDecryptor.AESDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/-a-e-s-decryptor.html","searchKeys":["AESDecryptor","fun AESDecryptor(key: SourceBytes, iv: ByteArray)","dev.inmo.tgbotapi.utils.passport.AESDecryptor.AESDecryptor"]},{"name":"fun AbstractFlowsUpdatesFilter()","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.AbstractFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/-abstract-flows-updates-filter.html","searchKeys":["AbstractFlowsUpdatesFilter","fun AbstractFlowsUpdatesFilter()","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.AbstractFlowsUpdatesFilter"]},{"name":"fun AbstractRequestCallFactory()","description":"dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.AbstractRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/-abstract-request-call-factory.html","searchKeys":["AbstractRequestCallFactory","fun AbstractRequestCallFactory()","dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.AbstractRequestCallFactory"]},{"name":"fun AddAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set.html","searchKeys":["AddAnimatedStickerToSet","fun AddAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet"]},{"name":"fun AddStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set.html","searchKeys":["AddStaticStickerToSet","fun AddStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet"]},{"name":"fun AddVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set.html","searchKeys":["AddVideoStickerToSet","fun AddVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: InputFile, emojis: String, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet"]},{"name":"fun AddressSecureValue(data: DataCredentials)","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.AddressSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/-address-secure-value.html","searchKeys":["AddressSecureValue","fun AddressSecureValue(data: DataCredentials)","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.AddressSecureValue"]},{"name":"fun AdministratorChatMemberImpl(user: User, canBeEdited: Boolean = false, canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false, customTitle: String? = null)","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.AdministratorChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/-administrator-chat-member-impl.html","searchKeys":["AdministratorChatMemberImpl","fun AdministratorChatMemberImpl(user: User, canBeEdited: Boolean = false, canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false, customTitle: String? = null)","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.AdministratorChatMemberImpl"]},{"name":"fun AnimatedSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.AnimatedSticker","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/-animated-sticker.html","searchKeys":["AnimatedSticker","fun AnimatedSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.AnimatedSticker.AnimatedSticker"]},{"name":"fun AnimationContent(media: AnimationFile, includedDocument: DocumentFile?, text: String?, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.AnimationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/-animation-content.html","searchKeys":["AnimationContent","fun AnimationContent(media: AnimationFile, includedDocument: DocumentFile?, text: String?, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.AnimationContent.AnimationContent"]},{"name":"fun AnimationFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.AnimationFile.AnimationFile","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/-animation-file.html","searchKeys":["AnimationFile","fun AnimationFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.AnimationFile.AnimationFile"]},{"name":"fun AnonymousForwardInfo(dateOfOriginal: TelegramDate, senderName: String)","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.AnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/-anonymous-forward-info.html","searchKeys":["AnonymousForwardInfo","fun AnonymousForwardInfo(dateOfOriginal: TelegramDate, senderName: String)","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.AnonymousForwardInfo"]},{"name":"fun AnswerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null)","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.AnswerCallbackQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/-answer-callback-query.html","searchKeys":["AnswerCallbackQuery","fun AnswerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null)","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.AnswerCallbackQuery"]},{"name":"fun AnswerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null)","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.AnswerInlineQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/-answer-inline-query.html","searchKeys":["AnswerInlineQuery","fun AnswerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null)","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.AnswerInlineQuery"]},{"name":"fun AnswerPreCheckoutQueryError(preCheckoutQueryId: PreCheckoutQueryId, errorMessage: String)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.AnswerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/-answer-pre-checkout-query-error.html","searchKeys":["AnswerPreCheckoutQueryError","fun AnswerPreCheckoutQueryError(preCheckoutQueryId: PreCheckoutQueryId, errorMessage: String)","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.AnswerPreCheckoutQueryError"]},{"name":"fun AnswerPreCheckoutQueryOk(preCheckoutQueryId: PreCheckoutQueryId)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.AnswerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/-answer-pre-checkout-query-ok.html","searchKeys":["AnswerPreCheckoutQueryOk","fun AnswerPreCheckoutQueryOk(preCheckoutQueryId: PreCheckoutQueryId)","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.AnswerPreCheckoutQueryOk"]},{"name":"fun AnswerShippingQueryError(shippingQueryId: ShippingQueryIdentifier, error: String)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.AnswerShippingQueryError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/-answer-shipping-query-error.html","searchKeys":["AnswerShippingQueryError","fun AnswerShippingQueryError(shippingQueryId: ShippingQueryIdentifier, error: String)","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.AnswerShippingQueryError"]},{"name":"fun AnswerShippingQueryOk(shippingQueryId: ShippingQueryIdentifier, shippingOptions: List)","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.AnswerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/-answer-shipping-query-ok.html","searchKeys":["AnswerShippingQueryOk","fun AnswerShippingQueryOk(shippingQueryId: ShippingQueryIdentifier, shippingOptions: List)","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.AnswerShippingQueryOk"]},{"name":"fun AnswerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult)","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.AnswerWebAppQuery","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/-answer-web-app-query.html","searchKeys":["AnswerWebAppQuery","fun AnswerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult)","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.AnswerWebAppQuery"]},{"name":"fun ApproveChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.ApproveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/-approve-chat-join-request.html","searchKeys":["ApproveChatJoinRequest","fun ApproveChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.ApproveChatJoinRequest"]},{"name":"fun ApproximateScheduledCloseInfo(openDuration: TimeSpan, startPoint: DateTime = DateTime.now())","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.ApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/-approximate-scheduled-close-info.html","searchKeys":["ApproximateScheduledCloseInfo","fun ApproximateScheduledCloseInfo(openDuration: TimeSpan, startPoint: DateTime = DateTime.now())","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.ApproximateScheduledCloseInfo"]},{"name":"fun AudioContent(media: AudioFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.AudioContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/-audio-content.html","searchKeys":["AudioContent","fun AudioContent(media: AudioFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.AudioContent.AudioContent"]},{"name":"fun AudioFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, performer: String? = null, title: String? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null, thumb: PhotoSize? = null)","description":"dev.inmo.tgbotapi.types.files.AudioFile.AudioFile","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/-audio-file.html","searchKeys":["AudioFile","fun AudioFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, performer: String? = null, title: String? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null, thumb: PhotoSize? = null)","dev.inmo.tgbotapi.types.files.AudioFile.AudioFile"]},{"name":"fun AudioFile.asVoiceFile(): VoiceFile","description":"dev.inmo.tgbotapi.types.files.asVoiceFile","location":"docs/dev.inmo.tgbotapi.types.files/as-voice-file.html","searchKeys":["asVoiceFile","fun AudioFile.asVoiceFile(): VoiceFile","dev.inmo.tgbotapi.types.files.asVoiceFile"]},{"name":"fun AudioFile.toTelegramMediaAudio(text: String? = null, parseMode: ParseMode? = null, title: String? = this.title): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html","searchKeys":["toTelegramMediaAudio","fun AudioFile.toTelegramMediaAudio(text: String? = null, parseMode: ParseMode? = null, title: String? = this.title): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.toTelegramMediaAudio"]},{"name":"fun AudioFile.toTelegramMediaAudio(textSources: TextSourcesList = emptyList(), title: String? = this.title): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-audio.html","searchKeys":["toTelegramMediaAudio","fun AudioFile.toTelegramMediaAudio(textSources: TextSourcesList = emptyList(), title: String? = this.title): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.toTelegramMediaAudio"]},{"name":"fun BanChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.BanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/-ban-chat-member.html","searchKeys":["BanChatMember","fun BanChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null)","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.BanChatMember"]},{"name":"fun BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.BanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/-ban-chat-sender-chat.html","searchKeys":["BanChatSenderChat","fun BanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.BanChatSenderChat"]},{"name":"fun BankStatement(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.BankStatement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/-bank-statement.html","searchKeys":["BankStatement","fun BankStatement(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.BankStatement"]},{"name":"fun BankStatementSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.BankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/-bank-statement-secure-value.html","searchKeys":["BankStatementSecureValue","fun BankStatementSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.BankStatementSecureValue"]},{"name":"fun BaseChosenInlineResult(resultId: InlineQueryIdentifier, from: User, inlineMessageId: InlineMessageIdentifier?, query: String)","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.BaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/-base-chosen-inline-result.html","searchKeys":["BaseChosenInlineResult","fun BaseChosenInlineResult(resultId: InlineQueryIdentifier, from: User, inlineMessageId: InlineMessageIdentifier?, query: String)","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.BaseChosenInlineResult"]},{"name":"fun BaseEditMessageUpdate.toEditMediaGroupUpdate(): EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.updates.toEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-edit-media-group-update.html","searchKeys":["toEditMediaGroupUpdate","fun BaseEditMessageUpdate.toEditMediaGroupUpdate(): EditMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.updates.toEditMediaGroupUpdate"]},{"name":"fun BaseInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?)","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.BaseInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/-base-inline-query.html","searchKeys":["BaseInlineQuery","fun BaseInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?)","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.BaseInlineQuery"]},{"name":"fun BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","description":"dev.inmo.tgbotapi.bot.BaseRequestsExecutor.BaseRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot/-base-requests-executor/-base-requests-executor.html","searchKeys":["BaseRequestsExecutor","fun BaseRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","dev.inmo.tgbotapi.bot.BaseRequestsExecutor.BaseRequestsExecutor"]},{"name":"fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder()): DefaultBehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html","searchKeys":["BehaviourContext","fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder()): DefaultBehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext"]},{"name":"fun BehaviourContext.stop()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.stop","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/stop.html","searchKeys":["stop","fun BehaviourContext.stop()","dev.inmo.tgbotapi.extensions.behaviour_builder.stop"]},{"name":"fun BoldTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.BoldTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/-bold-text-source.html","searchKeys":["BoldTextSource","fun BoldTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.BoldTextSource"]},{"name":"fun BotCommand(command: String, description: String)","description":"dev.inmo.tgbotapi.types.BotCommand.BotCommand","location":"docs/dev.inmo.tgbotapi.types/-bot-command/-bot-command.html","searchKeys":["BotCommand","fun BotCommand(command: String, description: String)","dev.inmo.tgbotapi.types.BotCommand.BotCommand"]},{"name":"fun BotCommandScopeChat(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.BotCommandScopeChat","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-bot-command-scope-chat.html","searchKeys":["BotCommandScopeChat","fun BotCommandScopeChat(chatId: ChatIdentifier)","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.BotCommandScopeChat"]},{"name":"fun BotCommandScopeChatAdministrators(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.BotCommandScopeChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-bot-command-scope-chat-administrators.html","searchKeys":["BotCommandScopeChatAdministrators","fun BotCommandScopeChatAdministrators(chatId: ChatIdentifier)","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.BotCommandScopeChatAdministrators"]},{"name":"fun BotCommandScopeChatMember(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.BotCommandScopeChatMember","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-bot-command-scope-chat-member.html","searchKeys":["BotCommandScopeChatMember","fun BotCommandScopeChatMember(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.BotCommandScopeChatMember"]},{"name":"fun BotCommandTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.BotCommandTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/-bot-command-text-source.html","searchKeys":["BotCommandTextSource","fun BotCommandTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.BotCommandTextSource"]},{"name":"fun Byte.toChatId(): ChatId","description":"dev.inmo.tgbotapi.types.toChatId","location":"docs/dev.inmo.tgbotapi.types/to-chat-id.html","searchKeys":["toChatId","fun Byte.toChatId(): ChatId","dev.inmo.tgbotapi.types.toChatId"]},{"name":"fun CallbackDataInlineKeyboardButton(text: String, callbackData: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.CallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/-callback-data-inline-keyboard-button.html","searchKeys":["CallbackDataInlineKeyboardButton","fun CallbackDataInlineKeyboardButton(text: String, callbackData: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.CallbackDataInlineKeyboardButton"]},{"name":"fun CallbackGameInlineKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.CallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/-callback-game-inline-keyboard-button.html","searchKeys":["CallbackGameInlineKeyboardButton","fun CallbackGameInlineKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.CallbackGameInlineKeyboardButton"]},{"name":"fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery","description":"dev.inmo.tgbotapi.requests.answers.createAnswer","location":"docs/dev.inmo.tgbotapi.requests.answers/create-answer.html","searchKeys":["createAnswer","fun CallbackQuery.createAnswer(text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): AnswerCallbackQuery","dev.inmo.tgbotapi.requests.answers.createAnswer"]},{"name":"fun CallbackQueryUpdate(updateId: UpdateIdentifier, data: CallbackQuery)","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.CallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/-callback-query-update.html","searchKeys":["CallbackQueryUpdate","fun CallbackQueryUpdate(updateId: UpdateIdentifier, data: CallbackQuery)","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.CallbackQueryUpdate"]},{"name":"fun CashTagTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.CashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/-cash-tag-text-source.html","searchKeys":["CashTagTextSource","fun CashTagTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.CashTagTextSource"]},{"name":"fun ChannelChatCreated()","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated.ChannelChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-channel-chat-created/-channel-chat-created.html","searchKeys":["ChannelChatCreated","fun ChannelChatCreated()","dev.inmo.tgbotapi.types.message.ChatEvents.ChannelChatCreated.ChannelChatCreated"]},{"name":"fun ChannelChatImpl(id: ChatId, title: String, username: Username? = null)","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.ChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/-channel-chat-impl.html","searchKeys":["ChannelChatImpl","fun ChannelChatImpl(id: ChatId, title: String, username: Username? = null)","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.ChannelChatImpl"]},{"name":"fun ChannelPostMediaGroupUpdate(origins: List)","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.ChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/-channel-post-media-group-update.html","searchKeys":["ChannelPostMediaGroupUpdate","fun ChannelPostMediaGroupUpdate(origins: List)","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.ChannelPostMediaGroupUpdate"]},{"name":"fun ChannelPostUpdate(updateId: UpdateIdentifier, data: Message)","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate.ChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/-channel-post-update.html","searchKeys":["ChannelPostUpdate","fun ChannelPostUpdate(updateId: UpdateIdentifier, data: Message)","dev.inmo.tgbotapi.types.update.ChannelPostUpdate.ChannelPostUpdate"]},{"name":"fun Chat(chatId: ChatIdentifier): BotCommandScopeChat","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Chat","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat.html","searchKeys":["Chat","fun Chat(chatId: ChatIdentifier): BotCommandScopeChat","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Chat"]},{"name":"fun ChatAdministratorRightsImpl(canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.ChatAdministratorRightsImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/-chat-administrator-rights-impl.html","searchKeys":["ChatAdministratorRightsImpl","fun ChatAdministratorRightsImpl(canChangeInfo: Boolean = false, canPostMessages: Boolean = false, canEditMessages: Boolean = false, canRemoveMessages: Boolean = false, canInviteUsers: Boolean = false, canRestrictMembers: Boolean = false, canPinMessages: Boolean = false, canPromoteMembers: Boolean = false, canManageVideoChats: Boolean = false, canManageChat: Boolean = false, isAnonymous: Boolean = false)","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.ChatAdministratorRightsImpl"]},{"name":"fun ChatAdministrators(chatId: ChatIdentifier): BotCommandScopeChatAdministrators","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-administrators.html","searchKeys":["ChatAdministrators","fun ChatAdministrators(chatId: ChatIdentifier): BotCommandScopeChatAdministrators","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatAdministrators"]},{"name":"fun ChatId(chatId: Identifier)","description":"dev.inmo.tgbotapi.types.ChatId.ChatId","location":"docs/dev.inmo.tgbotapi.types/-chat-id/-chat-id.html","searchKeys":["ChatId","fun ChatId(chatId: Identifier)","dev.inmo.tgbotapi.types.ChatId.ChatId"]},{"name":"fun ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String? = null, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.ChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/-chat-invite-link-unlimited.html","searchKeys":["ChatInviteLinkUnlimited","fun ChatInviteLinkUnlimited(inviteLink: String, creator: User, name: String? = null, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.ChatInviteLinkUnlimited"]},{"name":"fun ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String? = null, leftToReview: Int = 0, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.ChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/-chat-invite-link-with-join-request.html","searchKeys":["ChatInviteLinkWithJoinRequest","fun ChatInviteLinkWithJoinRequest(inviteLink: String, creator: User, name: String? = null, leftToReview: Int = 0, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.ChatInviteLinkWithJoinRequest"]},{"name":"fun ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String? = null, membersLimit: MembersLimit, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.ChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/-chat-invite-link-with-limited-members.html","searchKeys":["ChatInviteLinkWithLimitedMembers","fun ChatInviteLinkWithLimitedMembers(inviteLink: String, creator: User, name: String? = null, membersLimit: MembersLimit, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.ChatInviteLinkWithLimitedMembers"]},{"name":"fun ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String? = null)","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.ChatJoinRequest","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/-chat-join-request.html","searchKeys":["ChatJoinRequest","fun ChatJoinRequest(chat: PublicChat, from: User, date: TelegramDate, inviteLink: ChatInviteLink, bio: String? = null)","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.ChatJoinRequest"]},{"name":"fun ChatJoinRequestUpdate(updateId: UpdateIdentifier, data: ChatJoinRequest)","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.ChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/-chat-join-request-update.html","searchKeys":["ChatJoinRequestUpdate","fun ChatJoinRequestUpdate(updateId: UpdateIdentifier, data: ChatJoinRequest)","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.ChatJoinRequestUpdate"]},{"name":"fun ChatLocation(location: StaticLocation, address: String)","description":"dev.inmo.tgbotapi.types.ChatLocation.ChatLocation","location":"docs/dev.inmo.tgbotapi.types/-chat-location/-chat-location.html","searchKeys":["ChatLocation","fun ChatLocation(location: StaticLocation, address: String)","dev.inmo.tgbotapi.types.ChatLocation.ChatLocation"]},{"name":"fun ChatMember(chatId: ChatIdentifier, userId: UserId): BotCommandScopeChatMember","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatMember","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-chat-member.html","searchKeys":["ChatMember","fun ChatMember(chatId: ChatIdentifier, userId: UserId): BotCommandScopeChatMember","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.ChatMember"]},{"name":"fun ChatMemberUpdated(chat: Chat, user: User, date: TelegramDate, oldChatMemberState: ChatMember, newChatMemberState: ChatMember, inviteLink: ChatInviteLink? = null)","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.ChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/-chat-member-updated.html","searchKeys":["ChatMemberUpdated","fun ChatMemberUpdated(chat: Chat, user: User, date: TelegramDate, oldChatMemberState: ChatMember, newChatMemberState: ChatMember, inviteLink: ChatInviteLink? = null)","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.ChatMemberUpdated"]},{"name":"fun ChatPermissions(canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebPagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.ChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/-chat-permissions.html","searchKeys":["ChatPermissions","fun ChatPermissions(canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebPagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","dev.inmo.tgbotapi.types.chat.ChatPermissions.ChatPermissions"]},{"name":"fun ChatPhoto(smallFileId: String, bigFileId: String, smallFileUniqueId: FileUniqueId, bigFileUniqueId: FileUniqueId)","description":"dev.inmo.tgbotapi.types.ChatPhoto.ChatPhoto","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/-chat-photo.html","searchKeys":["ChatPhoto","fun ChatPhoto(smallFileId: String, bigFileId: String, smallFileUniqueId: FileUniqueId, bigFileUniqueId: FileUniqueId)","dev.inmo.tgbotapi.types.ChatPhoto.ChatPhoto"]},{"name":"fun ChosenInlineResultUpdate(updateId: UpdateIdentifier, data: ChosenInlineResult)","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.ChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/-chosen-inline-result-update.html","searchKeys":["ChosenInlineResultUpdate","fun ChosenInlineResultUpdate(updateId: UpdateIdentifier, data: ChosenInlineResult)","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.ChosenInlineResultUpdate"]},{"name":"fun ClearMyDefaultAdministratorRights(forChannels: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.ClearMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/-clear-my-default-administrator-rights.html","searchKeys":["ClearMyDefaultAdministratorRights","fun ClearMyDefaultAdministratorRights(forChannels: Boolean? = null)","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.ClearMyDefaultAdministratorRights"]},{"name":"fun CodeTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.CodeTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/-code-text-source.html","searchKeys":["CodeTextSource","fun CodeTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.CodeTextSource"]},{"name":"fun CommonBot(id: UserId, username: Username, firstName: String, lastName: String = \"\")","description":"dev.inmo.tgbotapi.types.chat.CommonBot.CommonBot","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/-common-bot.html","searchKeys":["CommonBot","fun CommonBot(id: UserId, username: Username, firstName: String, lastName: String = \"\")","dev.inmo.tgbotapi.types.chat.CommonBot.CommonBot"]},{"name":"fun CommonChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.CommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/-common-chat-member-updated-update.html","searchKeys":["CommonChatMemberUpdatedUpdate","fun CommonChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.CommonChatMemberUpdatedUpdate"]},{"name":"fun CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","description":"dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.CommonLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/-common-limiter.html","searchKeys":["CommonLimiter","fun CommonLimiter(lockCount: Int = 10, regenTime: MilliSeconds = 15 * 1000, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.CommonLimiter"]},{"name":"fun CommonPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.CommonPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/-common-passport.html","searchKeys":["CommonPassport","fun CommonPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.CommonPassport"]},{"name":"fun CommonPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.CommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/-common-passport-secure-value.html","searchKeys":["CommonPassportSecureValue","fun CommonPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.CommonPassportSecureValue"]},{"name":"fun CommonRequestException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.CommonRequestException.CommonRequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-common-request-exception/-common-request-exception.html","searchKeys":["CommonRequestException","fun CommonRequestException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.CommonRequestException.CommonRequestException"]},{"name":"fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html","searchKeys":["CommonUser","fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser"]},{"name":"fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, languageCode: String)","description":"dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/-common-user.html","searchKeys":["CommonUser","fun CommonUser(id: UserId, firstName: String, lastName: String = \"\", username: Username? = null, languageCode: String)","dev.inmo.tgbotapi.types.chat.CommonUser.CommonUser"]},{"name":"fun Contact(phoneNumber: String, firstName: String, lastName: String? = null, userId: UserId? = null, vcard: String? = null)","description":"dev.inmo.tgbotapi.types.Contact.Contact","location":"docs/dev.inmo.tgbotapi.types/-contact/-contact.html","searchKeys":["Contact","fun Contact(phoneNumber: String, firstName: String, lastName: String? = null, userId: UserId? = null, vcard: String? = null)","dev.inmo.tgbotapi.types.Contact.Contact"]},{"name":"fun Contact.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendContact","description":"dev.inmo.tgbotapi.requests.send.toRequest","location":"docs/dev.inmo.tgbotapi.requests.send/to-request.html","searchKeys":["toRequest","fun Contact.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendContact","dev.inmo.tgbotapi.requests.send.toRequest"]},{"name":"fun ContactContent(contact: Contact)","description":"dev.inmo.tgbotapi.types.message.content.ContactContent.ContactContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/-contact-content.html","searchKeys":["ContactContent","fun ContactContent(contact: Contact)","dev.inmo.tgbotapi.types.message.content.ContactContent.ContactContent"]},{"name":"fun ContentMessage.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","description":"dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html","searchKeys":["parseCommandsWithParams","fun ContentMessage.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams"]},{"name":"fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","description":"dev.inmo.tgbotapi.requests.send.CopyMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message.html","searchKeys":["CopyMessage","fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","dev.inmo.tgbotapi.requests.send.CopyMessage"]},{"name":"fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","description":"dev.inmo.tgbotapi.requests.send.CopyMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message.html","searchKeys":["CopyMessage","fun CopyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): CopyMessage","dev.inmo.tgbotapi.requests.send.CopyMessage"]},{"name":"fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver): suspend (Update) -> Unit","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html","searchKeys":["updateHandlerWithMediaGroupsAdaptation","fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver): suspend (Update) -> Unit","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation"]},{"name":"fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, debounceTimeMillis: Long = 1000): UpdateReceiver","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/update-handler-with-media-groups-adaptation.html","searchKeys":["updateHandlerWithMediaGroupsAdaptation","fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, debounceTimeMillis: Long = 1000): UpdateReceiver","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.updateHandlerWithMediaGroupsAdaptation"]},{"name":"fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, mediaGroupsDebounceMillis: Long = 1000): UpdateReceiver","description":"dev.inmo.tgbotapi.extensions.api.utils.updateHandlerWithMediaGroupsAdaptation","location":"docs/dev.inmo.tgbotapi.extensions.api.utils/update-handler-with-media-groups-adaptation.html","searchKeys":["updateHandlerWithMediaGroupsAdaptation","fun CoroutineScope.updateHandlerWithMediaGroupsAdaptation(output: UpdateReceiver, mediaGroupsDebounceMillis: Long = 1000): UpdateReceiver","dev.inmo.tgbotapi.extensions.api.utils.updateHandlerWithMediaGroupsAdaptation"]},{"name":"fun CreateChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.CreateChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/-create-chat-invite-link-unlimited.html","searchKeys":["CreateChatInviteLinkUnlimited","fun CreateChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.CreateChatInviteLinkUnlimited"]},{"name":"fun CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.CreateChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/-create-chat-invite-link-with-join-request.html","searchKeys":["CreateChatInviteLinkWithJoinRequest","fun CreateChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.CreateChatInviteLinkWithJoinRequest"]},{"name":"fun CreateChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.CreateChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/-create-chat-invite-link-with-limited-members.html","searchKeys":["CreateChatInviteLinkWithLimitedMembers","fun CreateChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.CreateChatInviteLinkWithLimitedMembers"]},{"name":"fun CreateNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set.html","searchKeys":["CreateNewAnimatedStickerSet","fun CreateNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet"]},{"name":"fun CreateNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set.html","searchKeys":["CreateNewStaticStickerSet","fun CreateNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet"]},{"name":"fun CreateNewStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-sticker-set.html","searchKeys":["CreateNewStickerSet","fun CreateNewStickerSet(userId: UserId, name: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewStickerSet"]},{"name":"fun CreateNewVideoStickerSet(userId: UserId, linkName: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set.html","searchKeys":["CreateNewVideoStickerSet","fun CreateNewVideoStickerSet(userId: UserId, linkName: String, title: String, sticker: InputFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Request","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet"]},{"name":"fun CreatorChatMember(user: User, isAnonymous: Boolean = false, customTitle: String? = null)","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.CreatorChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/-creator-chat-member.html","searchKeys":["CreatorChatMember","fun CreatorChatMember(user: User, isAnonymous: Boolean = false, customTitle: String? = null)","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.CreatorChatMember"]},{"name":"fun Currencied.javaCurrency(): Currency","description":"dev.inmo.tgbotapi.types.payments.javaCurrency","location":"docs/dev.inmo.tgbotapi.types.payments/java-currency.html","searchKeys":["javaCurrency","fun Currencied.javaCurrency(): Currency","dev.inmo.tgbotapi.types.payments.javaCurrency"]},{"name":"fun CustomBotAction(actionName: String)","description":"dev.inmo.tgbotapi.types.actions.CustomBotAction.CustomBotAction","location":"docs/dev.inmo.tgbotapi.types.actions/-custom-bot-action/-custom-bot-action.html","searchKeys":["CustomBotAction","fun CustomBotAction(actionName: String)","dev.inmo.tgbotapi.types.actions.CustomBotAction.CustomBotAction"]},{"name":"fun CustomDiceAnimationType(emoji: String)","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.CustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/-custom-dice-animation-type.html","searchKeys":["CustomDiceAnimationType","fun CustomDiceAnimationType(emoji: String)","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.CustomDiceAnimationType"]},{"name":"fun DataCredentials(hash: SourceBytes, secret: SourceBytes)","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.DataCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/-data-credentials.html","searchKeys":["DataCredentials","fun DataCredentials(hash: SourceBytes, secret: SourceBytes)","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.DataCredentials"]},{"name":"fun DateTime.toTelegramDate(): TelegramDate","description":"dev.inmo.tgbotapi.types.toTelegramDate","location":"docs/dev.inmo.tgbotapi.types/to-telegram-date.html","searchKeys":["toTelegramDate","fun DateTime.toTelegramDate(): TelegramDate","dev.inmo.tgbotapi.types.toTelegramDate"]},{"name":"fun DeclineChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.DeclineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/-decline-chat-join-request.html","searchKeys":["DeclineChatJoinRequest","fun DeclineChatJoinRequest(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.DeclineChatJoinRequest"]},{"name":"fun DecryptedCredentials(secureData: SecureData, nonce: String)","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.DecryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/-decrypted-credentials.html","searchKeys":["DecryptedCredentials","fun DecryptedCredentials(secureData: SecureData, nonce: String)","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.DecryptedCredentials"]},{"name":"fun DefaultBehaviourContext(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.DefaultBehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/-default-behaviour-context.html","searchKeys":["DefaultBehaviourContext","fun DefaultBehaviourContext(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null, triggersHolder: TriggersHolder = TriggersHolder(), updatesFilter: BehaviourContextAndTypeReceiver? = null)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.DefaultBehaviourContext"]},{"name":"fun DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null)","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.DefaultFlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/-default-flows-updates-filter.html","searchKeys":["DefaultFlowsUpdatesFilter","fun DefaultFlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null)","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.DefaultFlowsUpdatesFilter"]},{"name":"fun DeleteChatPhoto()","description":"dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-delete-chat-photo/-delete-chat-photo.html","searchKeys":["DeleteChatPhoto","fun DeleteChatPhoto()","dev.inmo.tgbotapi.types.message.ChatEvents.DeleteChatPhoto.DeleteChatPhoto"]},{"name":"fun DeleteChatPhoto(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.DeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/-delete-chat-photo.html","searchKeys":["DeleteChatPhoto","fun DeleteChatPhoto(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.DeleteChatPhoto"]},{"name":"fun DeleteChatStickerSet(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.DeleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/-delete-chat-sticker-set.html","searchKeys":["DeleteChatStickerSet","fun DeleteChatStickerSet(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.DeleteChatStickerSet"]},{"name":"fun DeleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier)","description":"dev.inmo.tgbotapi.requests.DeleteMessage.DeleteMessage","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/-delete-message.html","searchKeys":["DeleteMessage","fun DeleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier)","dev.inmo.tgbotapi.requests.DeleteMessage.DeleteMessage"]},{"name":"fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html","searchKeys":["DeleteMyCommands","fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands"]},{"name":"fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-delete-my-commands.html","searchKeys":["DeleteMyCommands","fun DeleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.DeleteMyCommands"]},{"name":"fun DeleteStickerFromSet(sticker: FileId)","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.DeleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/-delete-sticker-from-set.html","searchKeys":["DeleteStickerFromSet","fun DeleteStickerFromSet(sticker: FileId)","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.DeleteStickerFromSet"]},{"name":"fun DeleteWebhook()","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.DeleteWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/-delete-webhook.html","searchKeys":["DeleteWebhook","fun DeleteWebhook()","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.DeleteWebhook"]},{"name":"fun Dice(value: DiceResult, animationType: DiceAnimationType)","description":"dev.inmo.tgbotapi.types.dice.Dice.Dice","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/-dice.html","searchKeys":["Dice","fun Dice(value: DiceResult, animationType: DiceAnimationType)","dev.inmo.tgbotapi.types.dice.Dice.Dice"]},{"name":"fun Dice.calculateSlotMachineResult(): SlotMachineResult?","description":"dev.inmo.tgbotapi.extensions.utils.calculateSlotMachineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/calculate-slot-machine-result.html","searchKeys":["calculateSlotMachineResult","fun Dice.calculateSlotMachineResult(): SlotMachineResult?","dev.inmo.tgbotapi.extensions.utils.calculateSlotMachineResult"]},{"name":"fun DiceContent(dice: Dice)","description":"dev.inmo.tgbotapi.types.message.content.DiceContent.DiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/-dice-content.html","searchKeys":["DiceContent","fun DiceContent(dice: Dice)","dev.inmo.tgbotapi.types.message.content.DiceContent.DiceContent"]},{"name":"fun DocumentContent(media: DocumentFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.DocumentContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/-document-content.html","searchKeys":["DocumentContent","fun DocumentContent(media: DocumentFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.DocumentContent.DocumentContent"]},{"name":"fun DocumentFile(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, thumb: PhotoSize? = null, mimeType: MimeType? = null, fileName: String? = null)","description":"dev.inmo.tgbotapi.types.files.DocumentFile.DocumentFile","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/-document-file.html","searchKeys":["DocumentFile","fun DocumentFile(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, thumb: PhotoSize? = null, mimeType: MimeType? = null, fileName: String? = null)","dev.inmo.tgbotapi.types.files.DocumentFile.DocumentFile"]},{"name":"fun DocumentFile.toTelegramMediaDocument(text: String? = null, parseMode: ParseMode? = null): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html","searchKeys":["toTelegramMediaDocument","fun DocumentFile.toTelegramMediaDocument(text: String? = null, parseMode: ParseMode? = null): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.toTelegramMediaDocument"]},{"name":"fun DocumentFile.toTelegramMediaDocument(textSources: TextSourcesList = emptyList()): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-document.html","searchKeys":["toTelegramMediaDocument","fun DocumentFile.toTelegramMediaDocument(textSources: TextSourcesList = emptyList()): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.toTelegramMediaDocument"]},{"name":"fun DownloadFile(filePath: String)","description":"dev.inmo.tgbotapi.requests.DownloadFile.DownloadFile","location":"docs/dev.inmo.tgbotapi.requests/-download-file/-download-file.html","searchKeys":["DownloadFile","fun DownloadFile(filePath: String)","dev.inmo.tgbotapi.requests.DownloadFile.DownloadFile"]},{"name":"fun DownloadFileStream(filePath: String)","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.DownloadFileStream","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/-download-file-stream.html","searchKeys":["DownloadFileStream","fun DownloadFileStream(filePath: String)","dev.inmo.tgbotapi.requests.DownloadFileStream.DownloadFileStream"]},{"name":"fun DriverLicense(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.DriverLicense","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/-driver-license.html","searchKeys":["DriverLicense","fun DriverLicense(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.DriverLicense"]},{"name":"fun DriverLicenseSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.DriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/-driver-license-secure-value.html","searchKeys":["DriverLicenseSecureValue","fun DriverLicenseSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.DriverLicenseSecureValue"]},{"name":"fun EMailTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.EMailTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/-e-mail-text-source.html","searchKeys":["EMailTextSource","fun EMailTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.EMailTextSource"]},{"name":"fun EditChannelPostMediaGroupUpdate(origin: EditChannelPostUpdate)","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.EditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/-edit-channel-post-media-group-update.html","searchKeys":["EditChannelPostMediaGroupUpdate","fun EditChannelPostMediaGroupUpdate(origin: EditChannelPostUpdate)","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.EditChannelPostMediaGroupUpdate"]},{"name":"fun EditChannelPostUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.EditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/-edit-channel-post-update.html","searchKeys":["EditChannelPostUpdate","fun EditChannelPostUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.EditChannelPostUpdate"]},{"name":"fun EditChatInviteLinkUnlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.EditChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/-edit-chat-invite-link-unlimited.html","searchKeys":["EditChatInviteLinkUnlimited","fun EditChatInviteLinkUnlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.EditChatInviteLinkUnlimited"]},{"name":"fun EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.EditChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/-edit-chat-invite-link-with-join-request.html","searchKeys":["EditChatInviteLinkWithJoinRequest","fun EditChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.EditChatInviteLinkWithJoinRequest"]},{"name":"fun EditChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.EditChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/-edit-chat-invite-link-with-limited-members.html","searchKeys":["EditChatInviteLinkWithLimitedMembers","fun EditChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null)","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.EditChatInviteLinkWithLimitedMembers"]},{"name":"fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html","searchKeys":["EditChatMessageCaption","fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption"]},{"name":"fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption.html","searchKeys":["EditChatMessageCaption","fun EditChatMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption"]},{"name":"fun EditChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.EditChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/-edit-chat-message-live-location.html","searchKeys":["EditChatMessageLiveLocation","fun EditChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.EditChatMessageLiveLocation"]},{"name":"fun EditChatMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.EditChatMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/-edit-chat-message-media.html","searchKeys":["EditChatMessageMedia","fun EditChatMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.EditChatMessageMedia"]},{"name":"fun EditChatMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.EditChatMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/-edit-chat-message-reply-markup.html","searchKeys":["EditChatMessageReplyMarkup","fun EditChatMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.EditChatMessageReplyMarkup"]},{"name":"fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html","searchKeys":["EditChatMessageText","fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText"]},{"name":"fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text.html","searchKeys":["EditChatMessageText","fun EditChatMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditChatMessageText","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText"]},{"name":"fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html","searchKeys":["EditInlineMessageCaption","fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption"]},{"name":"fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption.html","searchKeys":["EditInlineMessageCaption","fun EditInlineMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageCaption","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption"]},{"name":"fun EditInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.EditInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/-edit-inline-message-live-location.html","searchKeys":["EditInlineMessageLiveLocation","fun EditInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.EditInlineMessageLiveLocation"]},{"name":"fun EditInlineMessageMedia(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.EditInlineMessageMedia","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/-edit-inline-message-media.html","searchKeys":["EditInlineMessageMedia","fun EditInlineMessageMedia(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.EditInlineMessageMedia"]},{"name":"fun EditInlineMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.EditInlineMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/-edit-inline-message-reply-markup.html","searchKeys":["EditInlineMessageReplyMarkup","fun EditInlineMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.EditInlineMessageReplyMarkup"]},{"name":"fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html","searchKeys":["EditInlineMessageText","fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText"]},{"name":"fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text.html","searchKeys":["EditInlineMessageText","fun EditInlineMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): EditInlineMessageText","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText"]},{"name":"fun EditMessageMediaGroupUpdate(origin: EditMessageUpdate)","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.EditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/-edit-message-media-group-update.html","searchKeys":["EditMessageMediaGroupUpdate","fun EditMessageMediaGroupUpdate(origin: EditMessageUpdate)","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.EditMessageMediaGroupUpdate"]},{"name":"fun EditMessageUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate.EditMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/-edit-message-update.html","searchKeys":["EditMessageUpdate","fun EditMessageUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>)","dev.inmo.tgbotapi.types.update.EditMessageUpdate.EditMessageUpdate"]},{"name":"fun Email(email: String, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email.Email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/-email.html","searchKeys":["Email","fun Email(email: String, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.Email.Email"]},{"name":"fun EncryptedAddress(data: EncryptedData, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.EncryptedAddress","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/-encrypted-address.html","searchKeys":["EncryptedAddress","fun EncryptedAddress(data: EncryptedData, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.EncryptedAddress"]},{"name":"fun EncryptedCredentials(data: EncryptedData, hash: SourceBytes, secret: EncryptedByBotPublicKeyData)","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.EncryptedCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/-encrypted-credentials.html","searchKeys":["EncryptedCredentials","fun EncryptedCredentials(data: EncryptedData, hash: SourceBytes, secret: EncryptedByBotPublicKeyData)","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.EncryptedCredentials"]},{"name":"fun EncryptedCredentials.decryptWithPKCS8PrivateKey(key: String): DecryptedCredentials","description":"dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html","searchKeys":["decryptWithPKCS8PrivateKey","fun EncryptedCredentials.decryptWithPKCS8PrivateKey(key: String): DecryptedCredentials","dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey"]},{"name":"fun EncryptedCredentials.decryptWithPKCS8PrivateKey(privateKey: PrivateKey): DecryptedCredentials","description":"dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-with-p-k-c-s8-private-key.html","searchKeys":["decryptWithPKCS8PrivateKey","fun EncryptedCredentials.decryptWithPKCS8PrivateKey(privateKey: PrivateKey): DecryptedCredentials","dev.inmo.tgbotapi.utils.passport.decryptWithPKCS8PrivateKey"]},{"name":"fun EncryptedPassportElement.createUnspecifiedError(message: String, elementHash: PassportElementHash): PassportElementErrorUnspecified","description":"dev.inmo.tgbotapi.types.passport.createUnspecifiedError","location":"docs/dev.inmo.tgbotapi.types.passport/create-unspecified-error.html","searchKeys":["createUnspecifiedError","fun EncryptedPassportElement.createUnspecifiedError(message: String, elementHash: PassportElementHash): PassportElementErrorUnspecified","dev.inmo.tgbotapi.types.passport.createUnspecifiedError"]},{"name":"fun EncryptedPassportElementTranslatable.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorTranslationFile","description":"dev.inmo.tgbotapi.types.passport.createFileError","location":"docs/dev.inmo.tgbotapi.types.passport/create-file-error.html","searchKeys":["createFileError","fun EncryptedPassportElementTranslatable.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorTranslationFile","dev.inmo.tgbotapi.types.passport.createFileError"]},{"name":"fun EncryptedPassportElementTranslatable.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorTranslationFiles","description":"dev.inmo.tgbotapi.types.passport.createFilesError","location":"docs/dev.inmo.tgbotapi.types.passport/create-files-error.html","searchKeys":["createFilesError","fun EncryptedPassportElementTranslatable.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorTranslationFiles","dev.inmo.tgbotapi.types.passport.createFilesError"]},{"name":"fun EncryptedPassportElementWithData.createDataError(field: String, message: String): PassportElementErrorDataField","description":"dev.inmo.tgbotapi.types.passport.createDataError","location":"docs/dev.inmo.tgbotapi.types.passport/create-data-error.html","searchKeys":["createDataError","fun EncryptedPassportElementWithData.createDataError(field: String, message: String): PassportElementErrorDataField","dev.inmo.tgbotapi.types.passport.createDataError"]},{"name":"fun EncryptedPassportElementWithFilesCollection.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFile","description":"dev.inmo.tgbotapi.types.passport.createFileError","location":"docs/dev.inmo.tgbotapi.types.passport/create-file-error.html","searchKeys":["createFileError","fun EncryptedPassportElementWithFilesCollection.createFileError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFile","dev.inmo.tgbotapi.types.passport.createFileError"]},{"name":"fun EncryptedPassportElementWithFilesCollection.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorFiles","description":"dev.inmo.tgbotapi.types.passport.createFilesError","location":"docs/dev.inmo.tgbotapi.types.passport/create-files-error.html","searchKeys":["createFilesError","fun EncryptedPassportElementWithFilesCollection.createFilesError(message: String, unencryptedFileHashes: List): PassportElementErrorFiles","dev.inmo.tgbotapi.types.passport.createFilesError"]},{"name":"fun EncryptedPassportElementWithFrontSide.createFrontSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFrontSide","description":"dev.inmo.tgbotapi.types.passport.createFrontSideError","location":"docs/dev.inmo.tgbotapi.types.passport/create-front-side-error.html","searchKeys":["createFrontSideError","fun EncryptedPassportElementWithFrontSide.createFrontSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorFrontSide","dev.inmo.tgbotapi.types.passport.createFrontSideError"]},{"name":"fun EncryptedPassportElementWithReverseSide.createReverseSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorReverseSide","description":"dev.inmo.tgbotapi.types.passport.createReverseSideError","location":"docs/dev.inmo.tgbotapi.types.passport/create-reverse-side-error.html","searchKeys":["createReverseSideError","fun EncryptedPassportElementWithReverseSide.createReverseSideError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorReverseSide","dev.inmo.tgbotapi.types.passport.createReverseSideError"]},{"name":"fun EncryptedPassportElementWithSelfie.createSelfieError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorSelfie","description":"dev.inmo.tgbotapi.types.passport.createSelfieError","location":"docs/dev.inmo.tgbotapi.types.passport/create-selfie-error.html","searchKeys":["createSelfieError","fun EncryptedPassportElementWithSelfie.createSelfieError(message: String, unencryptedFileHash: PassportElementHash): PassportElementErrorSelfie","dev.inmo.tgbotapi.types.passport.createSelfieError"]},{"name":"fun EncryptedPersonalDetails(data: EncryptedData, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.EncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/-encrypted-personal-details.html","searchKeys":["EncryptedPersonalDetails","fun EncryptedPersonalDetails(data: EncryptedData, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.EncryptedPersonalDetails"]},{"name":"fun EndDataCredentials.createDecryptor(): Decryptor","description":"dev.inmo.tgbotapi.utils.passport.createDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/create-decryptor.html","searchKeys":["createDecryptor","fun EndDataCredentials.createDecryptor(): Decryptor","dev.inmo.tgbotapi.utils.passport.createDecryptor"]},{"name":"fun EndDataCredentials.decryptData(bytes: EncryptedData): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.decryptData","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-data.html","searchKeys":["decryptData","fun EndDataCredentials.decryptData(bytes: EncryptedData): SourceBytes","dev.inmo.tgbotapi.utils.passport.decryptData"]},{"name":"fun ExactScheduledCloseInfo(closeDateTime: DateTime)","description":"dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.ExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/-exact-scheduled-close-info.html","searchKeys":["ExactScheduledCloseInfo","fun ExactScheduledCloseInfo(closeDateTime: DateTime)","dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.ExactScheduledCloseInfo"]},{"name":"fun ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000)","description":"dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.ExceptionsOnlyLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/-exceptions-only-limiter.html","searchKeys":["ExceptionsOnlyLimiter","fun ExceptionsOnlyLimiter(defaultTooManyRequestsDelay: MilliSeconds = 1000)","dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.ExceptionsOnlyLimiter"]},{"name":"fun ExportChatInviteLink(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.ExportChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/-export-chat-invite-link.html","searchKeys":["ExportChatInviteLink","fun ExportChatInviteLink(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.ExportChatInviteLink"]},{"name":"fun ExtendedBot(id: UserId, username: Username, firstName: String, lastName: String = \"\", canJoinGroups: Boolean = false, canReadAllGroupMessages: Boolean = false, supportsInlineQueries: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.ExtendedBot","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/-extended-bot.html","searchKeys":["ExtendedBot","fun ExtendedBot(id: UserId, username: Username, firstName: String, lastName: String = \"\", canJoinGroups: Boolean = false, canReadAllGroupMessages: Boolean = false, supportsInlineQueries: Boolean = false)","dev.inmo.tgbotapi.types.chat.ExtendedBot.ExtendedBot"]},{"name":"fun ExtendedChannelChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, linkedGroupChatId: ChatId? = null)","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.ExtendedChannelChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/-extended-channel-chat-impl.html","searchKeys":["ExtendedChannelChatImpl","fun ExtendedChannelChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, linkedGroupChatId: ChatId? = null)","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.ExtendedChannelChatImpl"]},{"name":"fun ExtendedGroupChatImpl(id: ChatId, title: String, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null)","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.ExtendedGroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/-extended-group-chat-impl.html","searchKeys":["ExtendedGroupChatImpl","fun ExtendedGroupChatImpl(id: ChatId, title: String, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null)","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.ExtendedGroupChatImpl"]},{"name":"fun ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto? = null, username: Username? = null, firstName: String = \"\", lastName: String = \"\", bio: String = \"\", hasPrivateForwards: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.ExtendedPrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/-extended-private-chat-impl.html","searchKeys":["ExtendedPrivateChatImpl","fun ExtendedPrivateChatImpl(id: ChatId, chatPhoto: ChatPhoto? = null, username: Username? = null, firstName: String = \"\", lastName: String = \"\", bio: String = \"\", hasPrivateForwards: Boolean = false)","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.ExtendedPrivateChatImpl"]},{"name":"fun ExtendedSupergroupChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, stickerSetName: StickerSetName? = null, slowModeDelay: Long? = null, canSetStickerSet: Boolean = false, linkedChannelChatId: ChatId? = null, location: ChatLocation? = null)","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.ExtendedSupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/-extended-supergroup-chat-impl.html","searchKeys":["ExtendedSupergroupChatImpl","fun ExtendedSupergroupChatImpl(id: ChatId, title: String, username: Username? = null, chatPhoto: ChatPhoto? = null, permissions: ChatPermissions, description: String = \"\", inviteLink: String? = null, pinnedMessage: Message? = null, stickerSetName: StickerSetName? = null, slowModeDelay: Long? = null, canSetStickerSet: Boolean = false, linkedChannelChatId: ChatId? = null, location: ChatLocation? = null)","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.ExtendedSupergroupChatImpl"]},{"name":"fun File(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.File.File","location":"docs/dev.inmo.tgbotapi.types.files/-file/-file.html","searchKeys":["File","fun File(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.File.File"]},{"name":"fun FileCredentials(hash: SourceBytes, secret: SourceBytes)","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.FileCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/-file-credentials.html","searchKeys":["FileCredentials","fun FileCredentials(hash: SourceBytes, secret: SourceBytes)","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.FileCredentials"]},{"name":"fun FileCredentials.decryptFile(fileBytes: ByteArray): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.decryptFile","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-file.html","searchKeys":["decryptFile","fun FileCredentials.decryptFile(fileBytes: ByteArray): SourceBytes","dev.inmo.tgbotapi.utils.passport.decryptFile"]},{"name":"fun FileId(fileId: String)","description":"dev.inmo.tgbotapi.requests.abstracts.FileId.FileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-file-id/-file-id.html","searchKeys":["FileId","fun FileId(fileId: String)","dev.inmo.tgbotapi.requests.abstracts.FileId.FileId"]},{"name":"fun Flow.onlyEditMessageUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMessageUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-message-updates.html","searchKeys":["onlyEditMessageUpdates","fun Flow.onlyEditMessageUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMessageUpdates"]},{"name":"fun Flow.onlyMediaGroupsUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyMediaGroupsUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-media-groups-updates.html","searchKeys":["onlyMediaGroupsUpdates","fun Flow.onlyMediaGroupsUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyMediaGroupsUpdates"]},{"name":"fun Flow.onlySentMessageUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlySentMessageUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-message-updates.html","searchKeys":["onlySentMessageUpdates","fun Flow.onlySentMessageUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlySentMessageUpdates"]},{"name":"fun Flow.animationMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html","searchKeys":["animationMessages","fun Flow.animationMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages"]},{"name":"fun Flow.audioMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html","searchKeys":["audioMessages","fun Flow.audioMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages"]},{"name":"fun Flow.contactMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html","searchKeys":["contactMessages","fun Flow.contactMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages"]},{"name":"fun Flow.diceMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html","searchKeys":["diceMessages","fun Flow.diceMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages"]},{"name":"fun Flow.documentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html","searchKeys":["documentMessages","fun Flow.documentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages"]},{"name":"fun Flow.gameMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html","searchKeys":["gameMessages","fun Flow.gameMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages"]},{"name":"fun Flow.imageMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html","searchKeys":["imageMessages","fun Flow.imageMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages"]},{"name":"fun Flow.invoiceMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html","searchKeys":["invoiceMessages","fun Flow.invoiceMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages"]},{"name":"fun Flow.locationMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html","searchKeys":["locationMessages","fun Flow.locationMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages"]},{"name":"fun Flow.photoMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html","searchKeys":["photoMessages","fun Flow.photoMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages"]},{"name":"fun Flow.pollMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html","searchKeys":["pollMessages","fun Flow.pollMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages"]},{"name":"fun Flow.stickerMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html","searchKeys":["stickerMessages","fun Flow.stickerMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages"]},{"name":"fun Flow.textMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html","searchKeys":["textMessages","fun Flow.textMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages"]},{"name":"fun Flow.venueMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html","searchKeys":["venueMessages","fun Flow.venueMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages"]},{"name":"fun Flow.videoMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html","searchKeys":["videoMessages","fun Flow.videoMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages"]},{"name":"fun Flow.videoNoteMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html","searchKeys":["videoNoteMessages","fun Flow.videoNoteMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages"]},{"name":"fun Flow.voiceMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html","searchKeys":["voiceMessages","fun Flow.voiceMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages"]},{"name":"fun Flow.asDataCallbackQueryFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asDataCallbackQueryFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-data-callback-query-flow.html","searchKeys":["asDataCallbackQueryFlow","fun Flow.asDataCallbackQueryFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asDataCallbackQueryFlow"]},{"name":"fun Flow.asGameShortNameCallbackQueryFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asGameShortNameCallbackQueryFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-game-short-name-callback-query-flow.html","searchKeys":["asGameShortNameCallbackQueryFlow","fun Flow.asGameShortNameCallbackQueryFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asGameShortNameCallbackQueryFlow"]},{"name":"fun Flow.asUnknownCallbackQueryFlow(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.asUnknownCallbackQueryFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/as-unknown-callback-query-flow.html","searchKeys":["asUnknownCallbackQueryFlow","fun Flow.asUnknownCallbackQueryFlow(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.asUnknownCallbackQueryFlow"]},{"name":"fun Flow.onlyBaseChosenInlineResults(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResults","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results.html","searchKeys":["onlyBaseChosenInlineResults","fun Flow.onlyBaseChosenInlineResults(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResults"]},{"name":"fun Flow.onlyBaseChosenInlineResultsWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResultsWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-chosen-inline-results-with-updates.html","searchKeys":["onlyBaseChosenInlineResultsWithUpdates","fun Flow.onlyBaseChosenInlineResultsWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseChosenInlineResultsWithUpdates"]},{"name":"fun Flow.onlyLocationChosenInlineResults(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResults","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results.html","searchKeys":["onlyLocationChosenInlineResults","fun Flow.onlyLocationChosenInlineResults(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResults"]},{"name":"fun Flow.onlyLocationChosenInlineResultsWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResultsWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-chosen-inline-results-with-updates.html","searchKeys":["onlyLocationChosenInlineResultsWithUpdates","fun Flow.onlyLocationChosenInlineResultsWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationChosenInlineResultsWithUpdates"]},{"name":"fun Flow>.onlyAnimationContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyAnimationContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-animation-content-messages.html","searchKeys":["onlyAnimationContentMessages","fun Flow>.onlyAnimationContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyAnimationContentMessages"]},{"name":"fun Flow>.onlyAudioContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyAudioContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-audio-content-messages.html","searchKeys":["onlyAudioContentMessages","fun Flow>.onlyAudioContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyAudioContentMessages"]},{"name":"fun Flow>.onlyContactContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyContactContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-contact-content-messages.html","searchKeys":["onlyContactContentMessages","fun Flow>.onlyContactContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyContactContentMessages"]},{"name":"fun Flow>.onlyDiceContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyDiceContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-dice-content-messages.html","searchKeys":["onlyDiceContentMessages","fun Flow>.onlyDiceContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyDiceContentMessages"]},{"name":"fun Flow>.onlyDocumentContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyDocumentContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-document-content-messages.html","searchKeys":["onlyDocumentContentMessages","fun Flow>.onlyDocumentContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyDocumentContentMessages"]},{"name":"fun Flow>.onlyGameContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyGameContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-game-content-messages.html","searchKeys":["onlyGameContentMessages","fun Flow>.onlyGameContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyGameContentMessages"]},{"name":"fun Flow>.onlyInvoiceContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyInvoiceContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-invoice-content-messages.html","searchKeys":["onlyInvoiceContentMessages","fun Flow>.onlyInvoiceContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyInvoiceContentMessages"]},{"name":"fun Flow>.onlyLocationContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyLocationContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-location-content-messages.html","searchKeys":["onlyLocationContentMessages","fun Flow>.onlyLocationContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyLocationContentMessages"]},{"name":"fun Flow>.onlyPhotoContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyPhotoContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-photo-content-messages.html","searchKeys":["onlyPhotoContentMessages","fun Flow>.onlyPhotoContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyPhotoContentMessages"]},{"name":"fun Flow>.onlyPollContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyPollContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-poll-content-messages.html","searchKeys":["onlyPollContentMessages","fun Flow>.onlyPollContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyPollContentMessages"]},{"name":"fun Flow>.onlyStickerContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyStickerContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-sticker-content-messages.html","searchKeys":["onlyStickerContentMessages","fun Flow>.onlyStickerContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyStickerContentMessages"]},{"name":"fun Flow>.onlyTextContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyTextContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-text-content-messages.html","searchKeys":["onlyTextContentMessages","fun Flow>.onlyTextContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyTextContentMessages"]},{"name":"fun Flow>.onlyVenueContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVenueContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-venue-content-messages.html","searchKeys":["onlyVenueContentMessages","fun Flow>.onlyVenueContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVenueContentMessages"]},{"name":"fun Flow>.onlyVideoContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVideoContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-video-content-messages.html","searchKeys":["onlyVideoContentMessages","fun Flow>.onlyVideoContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVideoContentMessages"]},{"name":"fun Flow>.onlyVideoNoteContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVideoNoteContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-video-note-content-messages.html","searchKeys":["onlyVideoNoteContentMessages","fun Flow>.onlyVideoNoteContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVideoNoteContentMessages"]},{"name":"fun Flow>.onlyVoiceContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.onlyVoiceContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/only-voice-content-messages.html","searchKeys":["onlyVoiceContentMessages","fun Flow>.onlyVoiceContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.onlyVoiceContentMessages"]},{"name":"fun Flow.onlyBaseInlineQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries.html","searchKeys":["onlyBaseInlineQueries","fun Flow.onlyBaseInlineQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueries"]},{"name":"fun Flow.onlyBaseInlineQueriesWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueriesWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-inline-queries-with-updates.html","searchKeys":["onlyBaseInlineQueriesWithUpdates","fun Flow.onlyBaseInlineQueriesWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseInlineQueriesWithUpdates"]},{"name":"fun Flow.onlyLocationInlineQueries(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueries","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries.html","searchKeys":["onlyLocationInlineQueries","fun Flow.onlyLocationInlineQueries(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueries"]},{"name":"fun Flow.onlyLocationInlineQueriesWithUpdates(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueriesWithUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-location-inline-queries-with-updates.html","searchKeys":["onlyLocationInlineQueriesWithUpdates","fun Flow.onlyLocationInlineQueriesWithUpdates(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.onlyLocationInlineQueriesWithUpdates"]},{"name":"fun Flow.onlyEditMediaGroupUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMediaGroupUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-edit-media-group-updates.html","searchKeys":["onlyEditMediaGroupUpdates","fun Flow.onlyEditMediaGroupUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyEditMediaGroupUpdates"]},{"name":"fun Flow.onlySentMediaGroupUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlySentMediaGroupUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-sent-media-group-updates.html","searchKeys":["onlySentMediaGroupUpdates","fun Flow.onlySentMediaGroupUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlySentMediaGroupUpdates"]},{"name":"fun Flow.mediaGroupAudioMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-audio-messages.html","searchKeys":["mediaGroupAudioMessages","fun Flow.mediaGroupAudioMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages"]},{"name":"fun Flow.mediaGroupDocumentMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-document-messages.html","searchKeys":["mediaGroupDocumentMessages","fun Flow.mediaGroupDocumentMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages"]},{"name":"fun Flow.mediaGroupMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-messages.html","searchKeys":["mediaGroupMessages","fun Flow.mediaGroupMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages"]},{"name":"fun Flow.mediaGroupPhotosMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-photos-messages.html","searchKeys":["mediaGroupPhotosMessages","fun Flow.mediaGroupPhotosMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages"]},{"name":"fun Flow.mediaGroupVideosMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-videos-messages.html","searchKeys":["mediaGroupVideosMessages","fun Flow.mediaGroupVideosMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages"]},{"name":"fun Flow.mediaGroupVisualMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-visual-messages.html","searchKeys":["mediaGroupVisualMessages","fun Flow.mediaGroupVisualMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages"]},{"name":"fun Flow.onlyBaseMessageUpdates(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseMessageUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/only-base-message-updates.html","searchKeys":["onlyBaseMessageUpdates","fun Flow.onlyBaseMessageUpdates(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.onlyBaseMessageUpdates"]},{"name":"fun FlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null): DefaultFlowsUpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter.html","searchKeys":["FlowsUpdatesFilter","fun FlowsUpdatesFilter(broadcastChannelsSize: Int = 100, onBufferOverflow: BufferOverflow = BufferOverflow.SUSPEND, upstreamUpdatesFlow: Flow? = null): DefaultFlowsUpdatesFilter","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter"]},{"name":"fun FlowsUpdatesFilter.animationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/animation-messages.html","searchKeys":["animationMessages","fun FlowsUpdatesFilter.animationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.animationMessages"]},{"name":"fun FlowsUpdatesFilter.audioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages.html","searchKeys":["audioMessages","fun FlowsUpdatesFilter.audioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessages"]},{"name":"fun FlowsUpdatesFilter.audioMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/audio-messages-with-media-groups.html","searchKeys":["audioMessagesWithMediaGroups","fun FlowsUpdatesFilter.audioMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.audioMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.contactMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/contact-messages.html","searchKeys":["contactMessages","fun FlowsUpdatesFilter.contactMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.contactMessages"]},{"name":"fun FlowsUpdatesFilter.diceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/dice-messages.html","searchKeys":["diceMessages","fun FlowsUpdatesFilter.diceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.diceMessages"]},{"name":"fun FlowsUpdatesFilter.documentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages.html","searchKeys":["documentMessages","fun FlowsUpdatesFilter.documentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessages"]},{"name":"fun FlowsUpdatesFilter.documentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/document-messages-with-media-groups.html","searchKeys":["documentMessagesWithMediaGroups","fun FlowsUpdatesFilter.documentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.documentMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.gameMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/game-messages.html","searchKeys":["gameMessages","fun FlowsUpdatesFilter.gameMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.gameMessages"]},{"name":"fun FlowsUpdatesFilter.imageMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages-with-media-groups.html","searchKeys":["imageMessagesWithMediaGroups","fun FlowsUpdatesFilter.imageMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.invoiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/invoice-messages.html","searchKeys":["invoiceMessages","fun FlowsUpdatesFilter.invoiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.invoiceMessages"]},{"name":"fun FlowsUpdatesFilter.locationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/location-messages.html","searchKeys":["locationMessages","fun FlowsUpdatesFilter.locationMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.locationMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupAudioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-audio-messages.html","searchKeys":["mediaGroupAudioMessages","fun FlowsUpdatesFilter.mediaGroupAudioMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupAudioMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupDocumentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-document-messages.html","searchKeys":["mediaGroupDocumentMessages","fun FlowsUpdatesFilter.mediaGroupDocumentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupDocumentMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-messages.html","searchKeys":["mediaGroupMessages","fun FlowsUpdatesFilter.mediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupPhotosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-photos-messages.html","searchKeys":["mediaGroupPhotosMessages","fun FlowsUpdatesFilter.mediaGroupPhotosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupPhotosMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupVideosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-videos-messages.html","searchKeys":["mediaGroupVideosMessages","fun FlowsUpdatesFilter.mediaGroupVideosMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVideosMessages"]},{"name":"fun FlowsUpdatesFilter.mediaGroupVisualMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-visual-messages.html","searchKeys":["mediaGroupVisualMessages","fun FlowsUpdatesFilter.mediaGroupVisualMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupVisualMessages"]},{"name":"fun FlowsUpdatesFilter.photoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages.html","searchKeys":["photoMessages","fun FlowsUpdatesFilter.photoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessages"]},{"name":"fun FlowsUpdatesFilter.photoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/photo-messages-with-media-groups.html","searchKeys":["photoMessagesWithMediaGroups","fun FlowsUpdatesFilter.photoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.photoMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.pollMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/poll-messages.html","searchKeys":["pollMessages","fun FlowsUpdatesFilter.pollMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.pollMessages"]},{"name":"fun FlowsUpdatesFilter.sentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages.html","searchKeys":["sentMessages","fun FlowsUpdatesFilter.sentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessages"]},{"name":"fun FlowsUpdatesFilter.sentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sent-messages-with-media-groups.html","searchKeys":["sentMessagesWithMediaGroups","fun FlowsUpdatesFilter.sentMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.sentMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.stickerMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/sticker-messages.html","searchKeys":["stickerMessages","fun FlowsUpdatesFilter.stickerMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.stickerMessages"]},{"name":"fun FlowsUpdatesFilter.textMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/text-messages.html","searchKeys":["textMessages","fun FlowsUpdatesFilter.textMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.textMessages"]},{"name":"fun FlowsUpdatesFilter.venueMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/venue-messages.html","searchKeys":["venueMessages","fun FlowsUpdatesFilter.venueMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.venueMessages"]},{"name":"fun FlowsUpdatesFilter.videoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages.html","searchKeys":["videoMessages","fun FlowsUpdatesFilter.videoMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessages"]},{"name":"fun FlowsUpdatesFilter.videoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessagesWithMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-messages-with-media-groups.html","searchKeys":["videoMessagesWithMediaGroups","fun FlowsUpdatesFilter.videoMessagesWithMediaGroups(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoMessagesWithMediaGroups"]},{"name":"fun FlowsUpdatesFilter.videoNoteMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/video-note-messages.html","searchKeys":["videoNoteMessages","fun FlowsUpdatesFilter.videoNoteMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.videoNoteMessages"]},{"name":"fun FlowsUpdatesFilter.voiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/voice-messages.html","searchKeys":["voiceMessages","fun FlowsUpdatesFilter.voiceMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.voiceMessages"]},{"name":"fun ForwardFromChannelInfo(dateOfOriginal: TelegramDate, messageId: MessageIdentifier, channelChat: ChannelChat, signature: String? = null)","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.ForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/-forward-from-channel-info.html","searchKeys":["ForwardFromChannelInfo","fun ForwardFromChannelInfo(dateOfOriginal: TelegramDate, messageId: MessageIdentifier, channelChat: ChannelChat, signature: String? = null)","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.ForwardFromChannelInfo"]},{"name":"fun ForwardFromSupergroupInfo(dateOfOriginal: TelegramDate, group: SupergroupChat)","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.ForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/-forward-from-supergroup-info.html","searchKeys":["ForwardFromSupergroupInfo","fun ForwardFromSupergroupInfo(dateOfOriginal: TelegramDate, group: SupergroupChat)","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.ForwardFromSupergroupInfo"]},{"name":"fun ForwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false)","description":"dev.inmo.tgbotapi.requests.ForwardMessage.ForwardMessage","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/-forward-message.html","searchKeys":["ForwardMessage","fun ForwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false)","dev.inmo.tgbotapi.requests.ForwardMessage.ForwardMessage"]},{"name":"fun Foursquare(id: FoursquareId, type: FoursquareType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.Foursquare","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/-foursquare.html","searchKeys":["Foursquare","fun Foursquare(id: FoursquareId, type: FoursquareType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.Foursquare"]},{"name":"fun Game(title: String, description: String, photo: Photo, text: String? = null, textSources: TextSourcesList = emptyList(), animation: AnimationFile? = null)","description":"dev.inmo.tgbotapi.types.games.Game.Game","location":"docs/dev.inmo.tgbotapi.types.games/-game/-game.html","searchKeys":["Game","fun Game(title: String, description: String, photo: Photo, text: String? = null, textSources: TextSourcesList = emptyList(), animation: AnimationFile? = null)","dev.inmo.tgbotapi.types.games.Game.Game"]},{"name":"fun GameContent(game: Game)","description":"dev.inmo.tgbotapi.types.message.content.GameContent.GameContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/-game-content.html","searchKeys":["GameContent","fun GameContent(game: Game)","dev.inmo.tgbotapi.types.message.content.GameContent.GameContent"]},{"name":"fun GameHighScore(position: Long, user: User, score: Long)","description":"dev.inmo.tgbotapi.types.games.GameHighScore.GameHighScore","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/-game-high-score.html","searchKeys":["GameHighScore","fun GameHighScore(position: Long, user: User, score: Long)","dev.inmo.tgbotapi.types.games.GameHighScore.GameHighScore"]},{"name":"fun GetChat(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.GetChat","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/-get-chat.html","searchKeys":["GetChat","fun GetChat(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChat.GetChat"]},{"name":"fun GetChatAdministrators(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.GetChatAdministrators","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/-get-chat-administrators.html","searchKeys":["GetChatAdministrators","fun GetChatAdministrators(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.GetChatAdministrators"]},{"name":"fun GetChatMember(chatId: ChatIdentifier, userId: UserId)","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.GetChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/-get-chat-member.html","searchKeys":["GetChatMember","fun GetChatMember(chatId: ChatIdentifier, userId: UserId)","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.GetChatMember"]},{"name":"fun GetChatMemberCount(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.GetChatMemberCount","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/-get-chat-member-count.html","searchKeys":["GetChatMemberCount","fun GetChatMemberCount(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.GetChatMemberCount"]},{"name":"fun GetChatMenuButton(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.GetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/-get-chat-menu-button.html","searchKeys":["GetChatMenuButton","fun GetChatMenuButton(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.GetChatMenuButton"]},{"name":"fun GetFile(fileId: FileId)","description":"dev.inmo.tgbotapi.requests.get.GetFile.GetFile","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/-get-file.html","searchKeys":["GetFile","fun GetFile(fileId: FileId)","dev.inmo.tgbotapi.requests.get.GetFile.GetFile"]},{"name":"fun GetGameHighScoresByChat(userId: UserId, chatId: ChatId, messageId: MessageIdentifier)","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.GetGameHighScoresByChat","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/-get-game-high-scores-by-chat.html","searchKeys":["GetGameHighScoresByChat","fun GetGameHighScoresByChat(userId: UserId, chatId: ChatId, messageId: MessageIdentifier)","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.GetGameHighScoresByChat"]},{"name":"fun GetGameHighScoresByInlineMessageId(userId: UserId, inlineMessageId: InlineMessageIdentifier)","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.GetGameHighScoresByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/-get-game-high-scores-by-inline-message-id.html","searchKeys":["GetGameHighScoresByInlineMessageId","fun GetGameHighScoresByInlineMessageId(userId: UserId, inlineMessageId: InlineMessageIdentifier)","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.GetGameHighScoresByInlineMessageId"]},{"name":"fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html","searchKeys":["GetMyCommands","fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands"]},{"name":"fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-get-my-commands.html","searchKeys":["GetMyCommands","fun GetMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","dev.inmo.tgbotapi.requests.bot.GetMyCommands.GetMyCommands"]},{"name":"fun GetMyDefaultAdministratorRights(forChannels: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.GetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-get-my-default-administrator-rights.html","searchKeys":["GetMyDefaultAdministratorRights","fun GetMyDefaultAdministratorRights(forChannels: Boolean? = null)","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.GetMyDefaultAdministratorRights"]},{"name":"fun GetStickerSet(name: String)","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.GetStickerSet","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/-get-sticker-set.html","searchKeys":["GetStickerSet","fun GetStickerSet(name: String)","dev.inmo.tgbotapi.requests.get.GetStickerSet.GetStickerSet"]},{"name":"fun GetUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST)","description":"dev.inmo.tgbotapi.requests.GetUpdates.GetUpdates","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/-get-updates.html","searchKeys":["GetUpdates","fun GetUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST)","dev.inmo.tgbotapi.requests.GetUpdates.GetUpdates"]},{"name":"fun GetUpdatesConflict(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict.GetUpdatesConflict","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-get-updates-conflict/-get-updates-conflict.html","searchKeys":["GetUpdatesConflict","fun GetUpdatesConflict(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.GetUpdatesConflict.GetUpdatesConflict"]},{"name":"fun GetUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null)","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.GetUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/-get-user-profile-photos.html","searchKeys":["GetUserProfilePhotos","fun GetUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null)","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.GetUserProfilePhotos"]},{"name":"fun GetWebhookInfo()","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.GetWebhookInfo","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/-get-webhook-info.html","searchKeys":["GetWebhookInfo","fun GetWebhookInfo()","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.GetWebhookInfo"]},{"name":"fun GooglePlace(id: GooglePlaceId, type: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.GooglePlace","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/-google-place.html","searchKeys":["GooglePlace","fun GooglePlace(id: GooglePlaceId, type: GooglePlaceType? = null)","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.GooglePlace"]},{"name":"fun GroupChatCreated(migratedTo: ChatId?)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.GroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/-group-chat-created.html","searchKeys":["GroupChatCreated","fun GroupChatCreated(migratedTo: ChatId?)","dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.GroupChatCreated"]},{"name":"fun GroupChatImpl(id: ChatId, title: String)","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl.GroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/-group-chat-impl.html","searchKeys":["GroupChatImpl","fun GroupChatImpl(id: ChatId, title: String)","dev.inmo.tgbotapi.types.chat.GroupChatImpl.GroupChatImpl"]},{"name":"fun HandleableCallbackBasedHolder()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.HandleableCallbackBasedHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/-handleable-callback-based-holder.html","searchKeys":["HandleableCallbackBasedHolder","fun HandleableCallbackBasedHolder()","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.HandleableCallbackBasedHolder"]},{"name":"fun HandleableRegexesHolder()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.HandleableRegexesHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/-handleable-regexes-holder.html","searchKeys":["HandleableRegexesHolder","fun HandleableRegexesHolder()","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.HandleableRegexesHolder"]},{"name":"fun HashTagTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.HashTagTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/-hash-tag-text-source.html","searchKeys":["HashTagTextSource","fun HashTagTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.HashTagTextSource"]},{"name":"fun Identifier.toChatId(): ChatId","description":"dev.inmo.tgbotapi.types.toChatId","location":"docs/dev.inmo.tgbotapi.types/to-chat-id.html","searchKeys":["toChatId","fun Identifier.toChatId(): ChatId","dev.inmo.tgbotapi.types.toChatId"]},{"name":"fun IdentityCard(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.IdentityCard","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/-identity-card.html","searchKeys":["IdentityCard","fun IdentityCard(data: EncryptedData, frontSide: PassportFile? = null, reverseSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.IdentityCard"]},{"name":"fun IdentityCardSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.IdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/-identity-card-secure-value.html","searchKeys":["IdentityCardSecureValue","fun IdentityCardSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, reverseSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.IdentityCardSecureValue"]},{"name":"fun IetfLanguageCode?.javaLocale(): Locale?","description":"dev.inmo.tgbotapi.types.javaLocale","location":"docs/dev.inmo.tgbotapi.types/java-locale.html","searchKeys":["javaLocale","fun IetfLanguageCode?.javaLocale(): Locale?","dev.inmo.tgbotapi.types.javaLocale"]},{"name":"fun InlineKeyboardBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.InlineKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/-inline-keyboard-builder.html","searchKeys":["InlineKeyboardBuilder","fun InlineKeyboardBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.InlineKeyboardBuilder"]},{"name":"fun InlineKeyboardMarkup(keyboard: Matrix)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.InlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/-inline-keyboard-markup.html","searchKeys":["InlineKeyboardMarkup","fun InlineKeyboardMarkup(keyboard: Matrix)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.InlineKeyboardMarkup"]},{"name":"fun InlineKeyboardMarkup(vararg buttons: InlineKeyboardButton): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-markup.html","searchKeys":["InlineKeyboardMarkup","fun InlineKeyboardMarkup(vararg buttons: InlineKeyboardButton): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardMarkup"]},{"name":"fun InlineKeyboardRowBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder.InlineKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-row-builder/-inline-keyboard-row-builder.html","searchKeys":["InlineKeyboardRowBuilder","fun InlineKeyboardRowBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardRowBuilder.InlineKeyboardRowBuilder"]},{"name":"fun InlineMessageIdDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, data: String)","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.InlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/-inline-message-id-data-callback-query.html","searchKeys":["InlineMessageIdDataCallbackQuery","fun InlineMessageIdDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, data: String)","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.InlineMessageIdDataCallbackQuery"]},{"name":"fun InlineMessageIdGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, gameShortName: String)","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.InlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/-inline-message-id-game-short-name-callback-query.html","searchKeys":["InlineMessageIdGameShortNameCallbackQuery","fun InlineMessageIdGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, inlineMessageId: InlineMessageIdentifier, gameShortName: String)","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.InlineMessageIdGameShortNameCallbackQuery"]},{"name":"fun InlineQuery.createAnswer(results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): AnswerInlineQuery","description":"dev.inmo.tgbotapi.requests.answers.createAnswer","location":"docs/dev.inmo.tgbotapi.requests.answers/create-answer.html","searchKeys":["createAnswer","fun InlineQuery.createAnswer(results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): AnswerInlineQuery","dev.inmo.tgbotapi.requests.answers.createAnswer"]},{"name":"fun InlineQueryResultArticle(id: InlineQueryIdentifier, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup? = null, url: String? = null, hideUrl: Boolean? = null, description: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.InlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/-inline-query-result-article.html","searchKeys":["InlineQueryResultArticle","fun InlineQueryResultArticle(id: InlineQueryIdentifier, title: String, inputMessageContent: InputMessageContent, replyMarkup: InlineKeyboardMarkup? = null, url: String? = null, hideUrl: Boolean? = null, description: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.InlineQueryResultArticle"]},{"name":"fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html","searchKeys":["InlineQueryResultAudioCachedImpl","fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl"]},{"name":"fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl.html","searchKeys":["InlineQueryResultAudioCachedImpl","fun InlineQueryResultAudioCachedImpl(id: InlineQueryIdentifier, fileId: FileId, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl"]},{"name":"fun InlineQueryResultAudioImpl(id: InlineQueryIdentifier, url: String, title: String, performer: String? = null, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html","searchKeys":["InlineQueryResultAudioImpl","fun InlineQueryResultAudioImpl(id: InlineQueryIdentifier, url: String, title: String, performer: String? = null, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultAudioImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl"]},{"name":"fun InlineQueryResultContact(id: InlineQueryIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.InlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/-inline-query-result-contact.html","searchKeys":["InlineQueryResultContact","fun InlineQueryResultContact(id: InlineQueryIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.InlineQueryResultContact"]},{"name":"fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html","searchKeys":["InlineQueryResultDocumentCachedImpl","fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl"]},{"name":"fun InlineQueryResultDocumentCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultDocumentCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html","searchKeys":["InlineQueryResultDocumentImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl"]},{"name":"fun InlineQueryResultGame(id: InlineQueryIdentifier, gameShortName: String, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.InlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/-inline-query-result-game.html","searchKeys":["InlineQueryResultGame","fun InlineQueryResultGame(id: InlineQueryIdentifier, gameShortName: String, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.InlineQueryResultGame"]},{"name":"fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html","searchKeys":["InlineQueryResultGifCachedImpl","fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl"]},{"name":"fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl.html","searchKeys":["InlineQueryResultGifCachedImpl","fun InlineQueryResultGifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultGifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl"]},{"name":"fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["InlineQueryResultGifImpl","fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["InlineQueryResultGifImpl","fun InlineQueryResultGifImpl(id: InlineQueryIdentifier, gifFile: FileId, 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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["InlineQueryResultGifImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl"]},{"name":"fun InlineQueryResultLocation(id: InlineQueryIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, title: String, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.InlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/-inline-query-result-location.html","searchKeys":["InlineQueryResultLocation","fun InlineQueryResultLocation(id: InlineQueryIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, title: String, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.InlineQueryResultLocation"]},{"name":"fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html","searchKeys":["InlineQueryResultMpeg4GifCachedImpl","fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl"]},{"name":"fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl.html","searchKeys":["InlineQueryResultMpeg4GifCachedImpl","fun InlineQueryResultMpeg4GifCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html","searchKeys":["InlineQueryResultMpeg4GifImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl"]},{"name":"fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html","searchKeys":["InlineQueryResultPhotoCachedImpl","fun InlineQueryResultPhotoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String? = null, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultPhotoCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html","searchKeys":["InlineQueryResultPhotoImpl","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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl"]},{"name":"fun InlineQueryResultStickerCached(id: InlineQueryIdentifier, fileId: FileId, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.InlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/-inline-query-result-sticker-cached.html","searchKeys":["InlineQueryResultStickerCached","fun InlineQueryResultStickerCached(id: InlineQueryIdentifier, fileId: FileId, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.InlineQueryResultStickerCached"]},{"name":"fun InlineQueryResultVenue(id: InlineQueryIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.InlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/-inline-query-result-venue.html","searchKeys":["InlineQueryResultVenue","fun InlineQueryResultVenue(id: InlineQueryIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, thumbUrl: String? = null, thumbWidth: Int? = null, thumbHeight: Int? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.InlineQueryResultVenue"]},{"name":"fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html","searchKeys":["InlineQueryResultVideoCachedImpl","fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl"]},{"name":"fun InlineQueryResultVideoCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, description: String? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl"]},{"name":"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, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html","searchKeys":["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, entities: List, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVideoImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl"]},{"name":"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","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl"]},{"name":"fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html","searchKeys":["InlineQueryResultVoiceCachedImpl","fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl"]},{"name":"fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl.html","searchKeys":["InlineQueryResultVoiceCachedImpl","fun InlineQueryResultVoiceCachedImpl(id: InlineQueryIdentifier, fileId: FileId, title: String, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceCachedImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl"]},{"name":"fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html","searchKeys":["InlineQueryResultVoiceImpl","fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl"]},{"name":"fun InlineQueryResultVoiceImpl(id: InlineQueryIdentifier, url: String, title: String, duration: Int? = null, text: String? = null, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null, inputMessageContent: InputMessageContent? = null): InlineQueryResultVoiceImpl","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl.html","searchKeys":["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","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl"]},{"name":"fun InlineQueryUpdate(updateId: UpdateIdentifier, data: InlineQuery)","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate.InlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/-inline-query-update.html","searchKeys":["InlineQueryUpdate","fun InlineQueryUpdate(updateId: UpdateIdentifier, data: InlineQuery)","dev.inmo.tgbotapi.types.update.InlineQueryUpdate.InlineQueryUpdate"]},{"name":"fun InputContactMessageContent(phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.InputContactMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/-input-contact-message-content.html","searchKeys":["InputContactMessageContent","fun InputContactMessageContent(phoneNumber: String, firstName: String, lastName: String? = null, vcard: String? = null)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.InputContactMessageContent"]},{"name":"fun InputInvoiceMessageContent(title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.InputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/-input-invoice-message-content.html","searchKeys":["InputInvoiceMessageContent","fun InputInvoiceMessageContent(title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.InputInvoiceMessageContent"]},{"name":"fun InputLocationMessageContent(latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.InputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/-input-location-message-content.html","searchKeys":["InputLocationMessageContent","fun InputLocationMessageContent(latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.InputLocationMessageContent"]},{"name":"fun InputMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.InputMedia.InputMediaVideo","location":"docs/dev.inmo.tgbotapi.types.InputMedia/-input-media-video.html","searchKeys":["InputMediaVideo","fun InputMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.InputMedia.InputMediaVideo"]},{"name":"fun InputTextMessageContent(entities: TextSourcesList, disableWebPagePreview: Boolean? = null): InputTextMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html","searchKeys":["InputTextMessageContent","fun InputTextMessageContent(entities: TextSourcesList, disableWebPagePreview: Boolean? = null): InputTextMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent"]},{"name":"fun InputTextMessageContent(text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null): InputTextMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content.html","searchKeys":["InputTextMessageContent","fun InputTextMessageContent(text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null): InputTextMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent"]},{"name":"fun InputVenueMessageContent(latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.InputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/-input-venue-message-content.html","searchKeys":["InputVenueMessageContent","fun InputVenueMessageContent(latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.InputVenueMessageContent"]},{"name":"fun Int.toChatId(): ChatId","description":"dev.inmo.tgbotapi.types.toChatId","location":"docs/dev.inmo.tgbotapi.types/to-chat-id.html","searchKeys":["toChatId","fun Int.toChatId(): ChatId","dev.inmo.tgbotapi.types.toChatId"]},{"name":"fun InternalPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.InternalPassport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/-internal-passport.html","searchKeys":["InternalPassport","fun InternalPassport(data: EncryptedData, frontSide: PassportFile? = null, selfie: PassportFile? = null, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.InternalPassport"]},{"name":"fun InternalPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.InternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/-internal-passport-secure-value.html","searchKeys":["InternalPassportSecureValue","fun InternalPassportSecureValue(data: DataCredentials? = null, frontSide: FileCredentials? = null, selfie: FileCredentials? = null, translation: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.InternalPassportSecureValue"]},{"name":"fun InvalidPhotoDimensionsException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException.InvalidPhotoDimensionsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-invalid-photo-dimensions-exception/-invalid-photo-dimensions-exception.html","searchKeys":["InvalidPhotoDimensionsException","fun InvalidPhotoDimensionsException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.InvalidPhotoDimensionsException.InvalidPhotoDimensionsException"]},{"name":"fun Invoice(title: String, description: String, startParameter: StartParameter, currency: Currency, amount: Long)","description":"dev.inmo.tgbotapi.types.payments.Invoice.Invoice","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/-invoice.html","searchKeys":["Invoice","fun Invoice(title: String, description: String, startParameter: StartParameter, currency: Currency, amount: Long)","dev.inmo.tgbotapi.types.payments.Invoice.Invoice"]},{"name":"fun InvoiceContent(invoice: Invoice)","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent.InvoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/-invoice-content.html","searchKeys":["InvoiceContent","fun InvoiceContent(invoice: Invoice)","dev.inmo.tgbotapi.types.message.content.InvoiceContent.InvoiceContent"]},{"name":"fun ItalicTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.ItalicTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/-italic-text-source.html","searchKeys":["ItalicTextSource","fun ItalicTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.ItalicTextSource"]},{"name":"fun Json.toTelegramUpdate(source: JsonElement): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun Json.toTelegramUpdate(source: JsonElement): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun Json.toTelegramUpdate(source: String): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun Json.toTelegramUpdate(source: String): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun JsonArray.withoutNulls(): JsonArray","description":"dev.inmo.tgbotapi.utils.withoutNulls","location":"docs/dev.inmo.tgbotapi.utils/without-nulls.html","searchKeys":["withoutNulls","fun JsonArray.withoutNulls(): JsonArray","dev.inmo.tgbotapi.utils.withoutNulls"]},{"name":"fun JsonElement.toTelegramUpdate(): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun JsonElement.toTelegramUpdate(): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun JsonObject.mapWithCommonValues(): Map","description":"dev.inmo.tgbotapi.utils.mapWithCommonValues","location":"docs/dev.inmo.tgbotapi.utils/map-with-common-values.html","searchKeys":["mapWithCommonValues","fun JsonObject.mapWithCommonValues(): Map","dev.inmo.tgbotapi.utils.mapWithCommonValues"]},{"name":"fun JsonObject.withoutNulls(): JsonObject","description":"dev.inmo.tgbotapi.utils.withoutNulls","location":"docs/dev.inmo.tgbotapi.utils/without-nulls.html","searchKeys":["withoutNulls","fun JsonObject.withoutNulls(): JsonObject","dev.inmo.tgbotapi.utils.withoutNulls"]},{"name":"fun KickedChatMember(user: User, untilDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember.KickedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/-kicked-chat-member.html","searchKeys":["KickedChatMember","fun KickedChatMember(user: User, untilDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.chat.member.KickedChatMember.KickedChatMember"]},{"name":"fun KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder)","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.KtorRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/-ktor-requests-executor.html","searchKeys":["KtorRequestsExecutor","fun KtorRequestsExecutor(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient(), callsFactories: List = emptyList(), excludeDefaultFactories: Boolean = false, requestsLimiter: RequestLimiter = ExceptionsOnlyLimiter(), jsonFormatter: Json = nonstrictJsonFormat, pipelineStepsHolder: KtorPipelineStepsHolder = KtorPipelineStepsHolder)","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.KtorRequestsExecutor"]},{"name":"fun KtorRequestsExecutorBuilder(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.KtorRequestsExecutorBuilder","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/-ktor-requests-executor-builder.html","searchKeys":["KtorRequestsExecutorBuilder","fun KtorRequestsExecutorBuilder(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper)","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.KtorRequestsExecutorBuilder"]},{"name":"fun LabeledPrice(label: String, amount: Long)","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice.LabeledPrice","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/-labeled-price.html","searchKeys":["LabeledPrice","fun LabeledPrice(label: String, amount: Long)","dev.inmo.tgbotapi.types.payments.LabeledPrice.LabeledPrice"]},{"name":"fun LeaveChat(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.LeaveChat","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/-leave-chat.html","searchKeys":["LeaveChat","fun LeaveChat(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.LeaveChat.LeaveChat"]},{"name":"fun LeftChatMember(user: User)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.LeftChatMember","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member/-left-chat-member.html","searchKeys":["LeftChatMember","fun LeftChatMember(user: User)","dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.LeftChatMember"]},{"name":"fun LeftChatMemberImpl(user: User)","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.LeftChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/-left-chat-member-impl.html","searchKeys":["LeftChatMemberImpl","fun LeftChatMemberImpl(user: User)","dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.LeftChatMemberImpl"]},{"name":"fun List.toSentMediaGroupUpdate(): SentMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.updates.toSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-sent-media-group-update.html","searchKeys":["toSentMediaGroupUpdate","fun List.toSentMediaGroupUpdate(): SentMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.updates.toSentMediaGroupUpdate"]},{"name":"fun List>.createResend(chat: Chat, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/create-resend.html","searchKeys":["createResend","fun List>.createResend(chat: Chat, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend"]},{"name":"fun List>.createResend(chatId: ChatId, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/create-resend.html","searchKeys":["createResend","fun List>.createResend(chatId: ChatId, disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend"]},{"name":"fun List.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): MutableMap>","description":"dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html","searchKeys":["parseCommandsWithParams","fun List.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): MutableMap>","dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams"]},{"name":"fun List.separateForCaption(): List>","description":"dev.inmo.tgbotapi.types.message.textsources.separateForCaption","location":"docs/dev.inmo.tgbotapi.types.message.textsources/separate-for-caption.html","searchKeys":["separateForCaption","fun List.separateForCaption(): List>","dev.inmo.tgbotapi.types.message.textsources.separateForCaption"]},{"name":"fun List.separateForMessage(limit: IntRange, numberOfParts: Int? = null): List>","description":"dev.inmo.tgbotapi.types.message.textsources.separateForMessage","location":"docs/dev.inmo.tgbotapi.types.message.textsources/separate-for-message.html","searchKeys":["separateForMessage","fun List.separateForMessage(limit: IntRange, numberOfParts: Int? = null): List>","dev.inmo.tgbotapi.types.message.textsources.separateForMessage"]},{"name":"fun List.convertWithMediaGroupUpdates(): List","description":"dev.inmo.tgbotapi.extensions.utils.updates.convertWithMediaGroupUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/convert-with-media-group-updates.html","searchKeys":["convertWithMediaGroupUpdates","fun List.convertWithMediaGroupUpdates(): List","dev.inmo.tgbotapi.extensions.utils.updates.convertWithMediaGroupUpdates"]},{"name":"fun List.lastUpdateIdentifier(): UpdateIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html","searchKeys":["lastUpdateIdentifier","fun List.lastUpdateIdentifier(): UpdateIdentifier?","dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier"]},{"name":"fun LiveLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","description":"dev.inmo.tgbotapi.types.location.LiveLocation.LiveLocation","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/-live-location.html","searchKeys":["LiveLocation","fun LiveLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null, livePeriod: Seconds, heading: Degrees? = null, proximityAlertRadius: Meters? = null)","dev.inmo.tgbotapi.types.location.LiveLocation.LiveLocation"]},{"name":"fun LiveLocationContent(location: LiveLocation)","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent.LiveLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/-live-location-content.html","searchKeys":["LiveLocationContent","fun LiveLocationContent(location: LiveLocation)","dev.inmo.tgbotapi.types.message.content.LiveLocationContent.LiveLocationContent"]},{"name":"fun LocationChosenInlineResult(resultId: InlineQueryIdentifier, from: User, location: StaticLocation, inlineMessageId: InlineMessageIdentifier?, query: String)","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.LocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/-location-chosen-inline-result.html","searchKeys":["LocationChosenInlineResult","fun LocationChosenInlineResult(resultId: InlineQueryIdentifier, from: User, location: StaticLocation, inlineMessageId: InlineMessageIdentifier?, query: String)","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.LocationChosenInlineResult"]},{"name":"fun LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?, location: Location)","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.LocationInlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/-location-inline-query.html","searchKeys":["LocationInlineQuery","fun LocationInlineQuery(id: InlineQueryIdentifier, from: User, query: String, offset: String, chatType: ChatType?, location: Location)","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.LocationInlineQuery"]},{"name":"fun LoginURL(url: String, forwardText: String? = null, botUsername: String? = null, requestWriteAccess: Boolean? = null)","description":"dev.inmo.tgbotapi.types.LoginURL.LoginURL","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/-login-u-r-l.html","searchKeys":["LoginURL","fun LoginURL(url: String, forwardText: String? = null, botUsername: String? = null, requestWriteAccess: Boolean? = null)","dev.inmo.tgbotapi.types.LoginURL.LoginURL"]},{"name":"fun LoginURLInlineKeyboardButton(text: String, loginUrl: LoginURL)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.LoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/-login-u-r-l-inline-keyboard-button.html","searchKeys":["LoginURLInlineKeyboardButton","fun LoginURLInlineKeyboardButton(text: String, loginUrl: LoginURL)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.LoginURLInlineKeyboardButton"]},{"name":"fun LongSeconds.asApproximateScheduledCloseInfo(startPoint: DateTime): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html","searchKeys":["asApproximateScheduledCloseInfo","fun LongSeconds.asApproximateScheduledCloseInfo(startPoint: DateTime): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo"]},{"name":"fun MainButton()","description":"dev.inmo.tgbotapi.webapps.MainButton.MainButton","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/-main-button.html","searchKeys":["MainButton","fun MainButton()","dev.inmo.tgbotapi.webapps.MainButton.MainButton"]},{"name":"fun MainButton.onClick(eventHandler: EventHandler): MainButton","description":"dev.inmo.tgbotapi.webapps.onClick","location":"docs/dev.inmo.tgbotapi.webapps/on-click.html","searchKeys":["onClick","fun MainButton.onClick(eventHandler: EventHandler): MainButton","dev.inmo.tgbotapi.webapps.onClick"]},{"name":"fun MainButton.setParams(params: MainButtonParams): MainButton","description":"dev.inmo.tgbotapi.webapps.setParams","location":"docs/dev.inmo.tgbotapi.webapps/set-params.html","searchKeys":["setParams","fun MainButton.setParams(params: MainButtonParams): MainButton","dev.inmo.tgbotapi.webapps.setParams"]},{"name":"fun MainButtonParams(text: String? = null, color: String? = null, textColor: String? = null, isActive: Boolean? = null, isVisible: Boolean? = null)","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.MainButtonParams","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/-main-button-params.html","searchKeys":["MainButtonParams","fun MainButtonParams(text: String? = null, color: String? = null, textColor: String? = null, isActive: Boolean? = null, isVisible: Boolean? = null)","dev.inmo.tgbotapi.webapps.MainButtonParams.MainButtonParams"]},{"name":"fun MaskPosition(point: String, xShift: Float, yShift: Float, scale: Float)","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.MaskPosition","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/-mask-position.html","searchKeys":["MaskPosition","fun MaskPosition(point: String, xShift: Float, yShift: Float, scale: Float)","dev.inmo.tgbotapi.types.stickers.MaskPosition.MaskPosition"]},{"name":"fun MatrixBuilder()","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.MatrixBuilder","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/-matrix-builder.html","searchKeys":["MatrixBuilder","fun MatrixBuilder()","dev.inmo.tgbotapi.utils.MatrixBuilder.MatrixBuilder"]},{"name":"fun MemberChatMemberImpl(user: User)","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.MemberChatMemberImpl","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/-member-chat-member-impl.html","searchKeys":["MemberChatMemberImpl","fun MemberChatMemberImpl(user: User)","dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.MemberChatMemberImpl"]},{"name":"fun MentionTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.MentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/-mention-text-source.html","searchKeys":["MentionTextSource","fun MentionTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.MentionTextSource"]},{"name":"fun MessageAutoDeleteTimerChanged(newAutoDeleteTime: Seconds)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.MessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/-message-auto-delete-timer-changed.html","searchKeys":["MessageAutoDeleteTimerChanged","fun MessageAutoDeleteTimerChanged(newAutoDeleteTime: Seconds)","dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.MessageAutoDeleteTimerChanged"]},{"name":"fun MessageDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, data: String)","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.MessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/-message-data-callback-query.html","searchKeys":["MessageDataCallbackQuery","fun MessageDataCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, data: String)","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.MessageDataCallbackQuery"]},{"name":"fun MessageGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, gameShortName: String)","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.MessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/-message-game-short-name-callback-query.html","searchKeys":["MessageGameShortNameCallbackQuery","fun MessageGameShortNameCallbackQuery(id: CallbackQueryIdentifier, from: User, chatInstance: String, message: ContentMessage, gameShortName: String)","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.MessageGameShortNameCallbackQuery"]},{"name":"fun MessageIsNotModifiedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException.MessageIsNotModifiedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-is-not-modified-exception/-message-is-not-modified-exception.html","searchKeys":["MessageIsNotModifiedException","fun MessageIsNotModifiedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.MessageIsNotModifiedException.MessageIsNotModifiedException"]},{"name":"fun MessageMediaGroupUpdate(origins: List)","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.MessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/-message-media-group-update.html","searchKeys":["MessageMediaGroupUpdate","fun MessageMediaGroupUpdate(origins: List)","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.MessageMediaGroupUpdate"]},{"name":"fun MessageToEditNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException.MessageToEditNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-message-to-edit-not-found-exception/-message-to-edit-not-found-exception.html","searchKeys":["MessageToEditNotFoundException","fun MessageToEditNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.MessageToEditNotFoundException.MessageToEditNotFoundException"]},{"name":"fun MessageUpdate(updateId: UpdateIdentifier, data: Message)","description":"dev.inmo.tgbotapi.types.update.MessageUpdate.MessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/-message-update.html","searchKeys":["MessageUpdate","fun MessageUpdate(updateId: UpdateIdentifier, data: Message)","dev.inmo.tgbotapi.types.update.MessageUpdate.MessageUpdate"]},{"name":"fun MigrateChatId(newChatId: ChatId)","description":"dev.inmo.tgbotapi.types.MigrateChatId.MigrateChatId","location":"docs/dev.inmo.tgbotapi.types/-migrate-chat-id/-migrate-chat-id.html","searchKeys":["MigrateChatId","fun MigrateChatId(newChatId: ChatId)","dev.inmo.tgbotapi.types.MigrateChatId.MigrateChatId"]},{"name":"fun MigratedToSupergroup(migratedFrom: ChatId)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.MigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/-migrated-to-supergroup.html","searchKeys":["MigratedToSupergroup","fun MigratedToSupergroup(migratedFrom: ChatId)","dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.MigratedToSupergroup"]},{"name":"fun MimeType(raw: String)","description":"dev.inmo.tgbotapi.utils.MimeType.MimeType","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/-mime-type.html","searchKeys":["MimeType","fun MimeType(raw: String)","dev.inmo.tgbotapi.utils.MimeType.MimeType"]},{"name":"fun MultipartFile(filename: String, inputSource: () -> Input)","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.MultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/-multipart-file.html","searchKeys":["MultipartFile","fun MultipartFile(filename: String, inputSource: () -> Input)","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.MultipartFile"]},{"name":"fun MultipartRequestCallFactory()","description":"dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory.MultipartRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-multipart-request-call-factory/-multipart-request-call-factory.html","searchKeys":["MultipartRequestCallFactory","fun MultipartRequestCallFactory()","dev.inmo.tgbotapi.bot.ktor.base.MultipartRequestCallFactory.MultipartRequestCallFactory"]},{"name":"fun MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest.MultipartSetWebhookRequest","location":"docs/dev.inmo.tgbotapi.requests.webhook/-multipart-set-webhook-request/-multipart-set-webhook-request.html","searchKeys":["MultipartSetWebhookRequest","fun MultipartSetWebhookRequest(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null)","dev.inmo.tgbotapi.requests.webhook.MultipartSetWebhookRequest.MultipartSetWebhookRequest"]},{"name":"fun MyChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.MyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/-my-chat-member-updated-update.html","searchKeys":["MyChatMemberUpdatedUpdate","fun MyChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated)","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.MyChatMemberUpdatedUpdate"]},{"name":"fun NewChatMembers(members: List)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.NewChatMembers","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/-new-chat-members.html","searchKeys":["NewChatMembers","fun NewChatMembers(members: List)","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.NewChatMembers"]},{"name":"fun NewChatPhoto(photo: Photo)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.NewChatPhoto","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/-new-chat-photo.html","searchKeys":["NewChatPhoto","fun NewChatPhoto(photo: Photo)","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.NewChatPhoto"]},{"name":"fun NewChatTitle(title: String)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.NewChatTitle","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/-new-chat-title.html","searchKeys":["NewChatTitle","fun NewChatTitle(title: String)","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.NewChatTitle"]},{"name":"fun OrderInfo(name: String, phoneNumber: String, email: String, shippingAddress: ShippingAddress)","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.OrderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/-order-info.html","searchKeys":["OrderInfo","fun OrderInfo(name: String, phoneNumber: String, email: String, shippingAddress: ShippingAddress)","dev.inmo.tgbotapi.types.payments.OrderInfo.OrderInfo"]},{"name":"fun Pair.createDecryptor(): Decryptor","description":"dev.inmo.tgbotapi.utils.passport.createDecryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/create-decryptor.html","searchKeys":["createDecryptor","fun Pair.createDecryptor(): Decryptor","dev.inmo.tgbotapi.utils.passport.createDecryptor"]},{"name":"fun PassportData(data: List, credentials: EncryptedCredentials)","description":"dev.inmo.tgbotapi.types.passport.PassportData.PassportData","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/-passport-data.html","searchKeys":["PassportData","fun PassportData(data: List, credentials: EncryptedCredentials)","dev.inmo.tgbotapi.types.passport.PassportData.PassportData"]},{"name":"fun PassportElementErrorDataField(type: String, fieldName: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.PassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/-passport-element-error-data-field.html","searchKeys":["PassportElementErrorDataField","fun PassportElementErrorDataField(type: String, fieldName: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.PassportElementErrorDataField"]},{"name":"fun PassportElementErrorFile(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.PassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/-passport-element-error-file.html","searchKeys":["PassportElementErrorFile","fun PassportElementErrorFile(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.PassportElementErrorFile"]},{"name":"fun PassportElementErrorFiles(type: String, elementsHashes: List, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.PassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/-passport-element-error-files.html","searchKeys":["PassportElementErrorFiles","fun PassportElementErrorFiles(type: String, elementsHashes: List, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.PassportElementErrorFiles"]},{"name":"fun PassportElementErrorFrontSide(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.PassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/-passport-element-error-front-side.html","searchKeys":["PassportElementErrorFrontSide","fun PassportElementErrorFrontSide(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.PassportElementErrorFrontSide"]},{"name":"fun PassportElementErrorReverseSide(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.PassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/-passport-element-error-reverse-side.html","searchKeys":["PassportElementErrorReverseSide","fun PassportElementErrorReverseSide(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.PassportElementErrorReverseSide"]},{"name":"fun PassportElementErrorSelfie(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.PassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/-passport-element-error-selfie.html","searchKeys":["PassportElementErrorSelfie","fun PassportElementErrorSelfie(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.PassportElementErrorSelfie"]},{"name":"fun PassportElementErrorTranslationFile(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.PassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/-passport-element-error-translation-file.html","searchKeys":["PassportElementErrorTranslationFile","fun PassportElementErrorTranslationFile(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.PassportElementErrorTranslationFile"]},{"name":"fun PassportElementErrorTranslationFiles(type: String, elementsHashes: List, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.PassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/-passport-element-error-translation-files.html","searchKeys":["PassportElementErrorTranslationFiles","fun PassportElementErrorTranslationFiles(type: String, elementsHashes: List, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.PassportElementErrorTranslationFiles"]},{"name":"fun PassportElementErrorUnspecified(type: String, elementHash: PassportElementHash, message: String)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.PassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/-passport-element-error-unspecified.html","searchKeys":["PassportElementErrorUnspecified","fun PassportElementErrorUnspecified(type: String, elementHash: PassportElementHash, message: String)","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.PassportElementErrorUnspecified"]},{"name":"fun PassportFile(fileId: FileId, fileUniqueId: FileUniqueId, uploadingDate: TelegramDate, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.PassportFile.PassportFile","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/-passport-file.html","searchKeys":["PassportFile","fun PassportFile(fileId: FileId, fileUniqueId: FileUniqueId, uploadingDate: TelegramDate, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.PassportFile.PassportFile"]},{"name":"fun PassportMessage(messageId: MessageIdentifier, chat: Chat, from: User, date: DateTime, passportData: PassportData)","description":"dev.inmo.tgbotapi.types.message.PassportMessage.PassportMessage","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/-passport-message.html","searchKeys":["PassportMessage","fun PassportMessage(messageId: MessageIdentifier, chat: Chat, from: User, date: DateTime, passportData: PassportData)","dev.inmo.tgbotapi.types.message.PassportMessage.PassportMessage"]},{"name":"fun PassportRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.PassportRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/-passport-registration.html","searchKeys":["PassportRegistration","fun PassportRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.PassportRegistration"]},{"name":"fun PassportRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.PassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/-passport-registration-secure-value.html","searchKeys":["PassportRegistrationSecureValue","fun PassportRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.PassportRegistrationSecureValue"]},{"name":"fun PathedFile(fileId: FileId, fileUniqueId: FileUniqueId, filePath: String, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.PathedFile.PathedFile","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/-pathed-file.html","searchKeys":["PathedFile","fun PathedFile(fileId: FileId, fileUniqueId: FileUniqueId, filePath: String, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.PathedFile.PathedFile"]},{"name":"fun PathedFile.asStream(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper): InputStream","description":"dev.inmo.tgbotapi.types.files.asStream","location":"docs/dev.inmo.tgbotapi.types.files/as-stream.html","searchKeys":["asStream","fun PathedFile.asStream(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper): InputStream","dev.inmo.tgbotapi.types.files.asStream"]},{"name":"fun PathedFile.fullUrl(keeper: TelegramAPIUrlsKeeper): String","description":"dev.inmo.tgbotapi.types.files.fullUrl","location":"docs/dev.inmo.tgbotapi.types.files/full-url.html","searchKeys":["fullUrl","fun PathedFile.fullUrl(keeper: TelegramAPIUrlsKeeper): String","dev.inmo.tgbotapi.types.files.fullUrl"]},{"name":"fun PayInlineKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.PayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/-pay-inline-keyboard-button.html","searchKeys":["PayInlineKeyboardButton","fun PayInlineKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.PayInlineKeyboardButton"]},{"name":"fun PersonalDetailsSecureValue(data: DataCredentials)","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.PersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/-personal-details-secure-value.html","searchKeys":["PersonalDetailsSecureValue","fun PersonalDetailsSecureValue(data: DataCredentials)","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.PersonalDetailsSecureValue"]},{"name":"fun PhoneNumber(phoneNumber: String, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.PhoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/-phone-number.html","searchKeys":["PhoneNumber","fun PhoneNumber(phoneNumber: String, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.PhoneNumber"]},{"name":"fun PhoneNumberTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.PhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/-phone-number-text-source.html","searchKeys":["PhoneNumberTextSource","fun PhoneNumberTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.PhoneNumberTextSource"]},{"name":"fun Photo.biggest(): PhotoSize?","description":"dev.inmo.tgbotapi.types.files.biggest","location":"docs/dev.inmo.tgbotapi.types.files/biggest.html","searchKeys":["biggest","fun Photo.biggest(): PhotoSize?","dev.inmo.tgbotapi.types.files.biggest"]},{"name":"fun PhotoContent(mediaCollection: Photo, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.PhotoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/-photo-content.html","searchKeys":["PhotoContent","fun PhotoContent(mediaCollection: Photo, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.PhotoContent.PhotoContent"]},{"name":"fun PhotoSize(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, width: Int, height: Int)","description":"dev.inmo.tgbotapi.types.files.PhotoSize.PhotoSize","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/-photo-size.html","searchKeys":["PhotoSize","fun PhotoSize(fileId: FileId, fileUniqueId: FileUniqueId, fileSize: Long? = null, width: Int, height: Int)","dev.inmo.tgbotapi.types.files.PhotoSize.PhotoSize"]},{"name":"fun PhotoSize.toTelegramMediaPhoto(text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html","searchKeys":["toTelegramMediaPhoto","fun PhotoSize.toTelegramMediaPhoto(text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto"]},{"name":"fun PhotoSize.toTelegramMediaPhoto(textSources: TextSourcesList = emptyList()): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/to-telegram-media-photo.html","searchKeys":["toTelegramMediaPhoto","fun PhotoSize.toTelegramMediaPhoto(textSources: TextSourcesList = emptyList()): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.toTelegramMediaPhoto"]},{"name":"fun PinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false)","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.PinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/-pin-chat-message.html","searchKeys":["PinChatMessage","fun PinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false)","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.PinChatMessage"]},{"name":"fun PinnedMessage(message: Message)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.PinnedMessage","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/-pinned-message.html","searchKeys":["PinnedMessage","fun PinnedMessage(message: Message)","dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.PinnedMessage"]},{"name":"fun Poll.createRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendPoll","description":"dev.inmo.tgbotapi.requests.send.polls.createRequest","location":"docs/dev.inmo.tgbotapi.requests.send.polls/create-request.html","searchKeys":["createRequest","fun Poll.createRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendPoll","dev.inmo.tgbotapi.requests.send.polls.createRequest"]},{"name":"fun PollAnswer(pollId: PollIdentifier, user: User, chosen: List)","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.PollAnswer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/-poll-answer.html","searchKeys":["PollAnswer","fun PollAnswer(pollId: PollIdentifier, user: User, chosen: List)","dev.inmo.tgbotapi.types.polls.PollAnswer.PollAnswer"]},{"name":"fun PollAnswerUpdate(updateId: UpdateIdentifier, data: PollAnswer)","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate.PollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/-poll-answer-update.html","searchKeys":["PollAnswerUpdate","fun PollAnswerUpdate(updateId: UpdateIdentifier, data: PollAnswer)","dev.inmo.tgbotapi.types.update.PollAnswerUpdate.PollAnswerUpdate"]},{"name":"fun PollContent(poll: Poll)","description":"dev.inmo.tgbotapi.types.message.content.PollContent.PollContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/-poll-content.html","searchKeys":["PollContent","fun PollContent(poll: Poll)","dev.inmo.tgbotapi.types.message.content.PollContent.PollContent"]},{"name":"fun PollUpdate(updateId: UpdateIdentifier, data: Poll)","description":"dev.inmo.tgbotapi.types.update.PollUpdate.PollUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/-poll-update.html","searchKeys":["PollUpdate","fun PollUpdate(updateId: UpdateIdentifier, data: Poll)","dev.inmo.tgbotapi.types.update.PollUpdate.PollUpdate"]},{"name":"fun PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","description":"dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.PowLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/-pow-limiter.html","searchKeys":["PowLimiter","fun PowLimiter(minAwaitTime: MilliSeconds = 0, maxAwaitTime: MilliSeconds = 10000, powValue: Double = 4.0, powK: Double = 1.6, scope: CoroutineScope = CoroutineScope(Dispatchers.Default))","dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.PowLimiter"]},{"name":"fun PreCheckoutQuery(id: PreCheckoutQueryId, from: User, currency: Currency, amount: Long, invoicePayload: InvoicePayload, shippingOptionId: ShippingOptionIdentifier? = null, orderInfo: OrderInfo? = null)","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.PreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/-pre-checkout-query.html","searchKeys":["PreCheckoutQuery","fun PreCheckoutQuery(id: PreCheckoutQueryId, from: User, currency: Currency, amount: Long, invoicePayload: InvoicePayload, shippingOptionId: ShippingOptionIdentifier? = null, orderInfo: OrderInfo? = null)","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.PreCheckoutQuery"]},{"name":"fun PreCheckoutQuery.createAnswerError(error: String): AnswerPreCheckoutQueryError","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html","searchKeys":["createAnswerError","fun PreCheckoutQuery.createAnswerError(error: String): AnswerPreCheckoutQueryError","dev.inmo.tgbotapi.requests.answers.payments.createAnswerError"]},{"name":"fun PreCheckoutQuery.createAnswerOk(): AnswerPreCheckoutQueryOk","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html","searchKeys":["createAnswerOk","fun PreCheckoutQuery.createAnswerOk(): AnswerPreCheckoutQueryOk","dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk"]},{"name":"fun PreCheckoutQueryUpdate(updateId: UpdateIdentifier, data: PreCheckoutQuery)","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.PreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/-pre-checkout-query-update.html","searchKeys":["PreCheckoutQueryUpdate","fun PreCheckoutQueryUpdate(updateId: UpdateIdentifier, data: PreCheckoutQuery)","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.PreCheckoutQueryUpdate"]},{"name":"fun PreTextSource(source: String, language: String? = null)","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.PreTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/-pre-text-source.html","searchKeys":["PreTextSource","fun PreTextSource(source: String, language: String? = null)","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.PreTextSource"]},{"name":"fun PreviewFeature()","description":"dev.inmo.tgbotapi.utils.PreviewFeature.PreviewFeature","location":"docs/dev.inmo.tgbotapi.utils/-preview-feature/-preview-feature.html","searchKeys":["PreviewFeature","fun PreviewFeature()","dev.inmo.tgbotapi.utils.PreviewFeature.PreviewFeature"]},{"name":"fun PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.PrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/-primary-invite-link.html","searchKeys":["PrimaryInviteLink","fun PrimaryInviteLink(inviteLink: String, creator: User, isRevoked: Boolean = false, expireDate: TelegramDate? = null)","dev.inmo.tgbotapi.types.PrimaryInviteLink.PrimaryInviteLink"]},{"name":"fun PrivateChatImpl(id: ChatId, username: Username? = null, firstName: String = \"\", lastName: String = \"\")","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.PrivateChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/-private-chat-impl.html","searchKeys":["PrivateChatImpl","fun PrivateChatImpl(id: ChatId, username: Username? = null, firstName: String = \"\", lastName: String = \"\")","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.PrivateChatImpl"]},{"name":"fun PromoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.PromoteChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/-promote-chat-member.html","searchKeys":["PromoteChatMember","fun PromoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null)","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.PromoteChatMember"]},{"name":"fun ProximityAlertTriggered(traveler: User, watcher: User, distance: Meters)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.ProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/-proximity-alert-triggered.html","searchKeys":["ProximityAlertTriggered","fun ProximityAlertTriggered(traveler: User, watcher: User, distance: Meters)","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.ProximityAlertTriggered"]},{"name":"fun ProxySettings(host: String = \"localhost\", port: Int = 1080, username: String? = null, password: String? = null)","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.ProxySettings","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/-proxy-settings.html","searchKeys":["ProxySettings","fun ProxySettings(host: String = \"localhost\", port: Int = 1080, username: String? = null, password: String? = null)","dev.inmo.tgbotapi.bot.settings.ProxySettings.ProxySettings"]},{"name":"fun QuizPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, correctOptionId: Int? = null, text: String? = null, textSources: List = emptyList(), isClosed: Boolean = false, isAnonymous: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.QuizPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/-quiz-poll.html","searchKeys":["QuizPoll","fun QuizPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, correctOptionId: Int? = null, text: String? = null, textSources: List = emptyList(), isClosed: Boolean = false, isAnonymous: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","dev.inmo.tgbotapi.types.polls.QuizPoll.QuizPoll"]},{"name":"fun RegularPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, isClosed: Boolean = false, isAnonymous: Boolean = false, allowMultipleAnswers: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.RegularPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/-regular-poll.html","searchKeys":["RegularPoll","fun RegularPoll(id: PollIdentifier, question: String, options: List, votesCount: Int, isClosed: Boolean = false, isAnonymous: Boolean = false, allowMultipleAnswers: Boolean = false, scheduledCloseInfo: ScheduledCloseInfo? = null)","dev.inmo.tgbotapi.types.polls.RegularPoll.RegularPoll"]},{"name":"fun RegularTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.RegularTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/-regular-text-source.html","searchKeys":["RegularTextSource","fun RegularTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.RegularTextSource"]},{"name":"fun RentalAgreement(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.RentalAgreement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/-rental-agreement.html","searchKeys":["RentalAgreement","fun RentalAgreement(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.RentalAgreement"]},{"name":"fun RentalAgreementSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.RentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/-rental-agreement-secure-value.html","searchKeys":["RentalAgreementSecureValue","fun RentalAgreementSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.RentalAgreementSecureValue"]},{"name":"fun ReplyForce(selective: Boolean? = null, inputFieldPlaceholder: String? = null)","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.ReplyForce","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-reply-force.html","searchKeys":["ReplyForce","fun ReplyForce(selective: Boolean? = null, inputFieldPlaceholder: String? = null)","dev.inmo.tgbotapi.types.buttons.ReplyForce.ReplyForce"]},{"name":"fun ReplyKeyboardBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.ReplyKeyboardBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/-reply-keyboard-builder.html","searchKeys":["ReplyKeyboardBuilder","fun ReplyKeyboardBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.ReplyKeyboardBuilder"]},{"name":"fun ReplyKeyboardMarkup(keyboard: Matrix, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null)","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.ReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/-reply-keyboard-markup.html","searchKeys":["ReplyKeyboardMarkup","fun ReplyKeyboardMarkup(keyboard: Matrix, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null)","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.ReplyKeyboardMarkup"]},{"name":"fun ReplyKeyboardMarkup(vararg buttons: KeyboardButton, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-markup.html","searchKeys":["ReplyKeyboardMarkup","fun ReplyKeyboardMarkup(vararg buttons: KeyboardButton, resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardMarkup"]},{"name":"fun ReplyKeyboardRemove(selective: Boolean? = null)","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.ReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/-reply-keyboard-remove.html","searchKeys":["ReplyKeyboardRemove","fun ReplyKeyboardRemove(selective: Boolean? = null)","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.ReplyKeyboardRemove"]},{"name":"fun ReplyKeyboardRowBuilder()","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder.ReplyKeyboardRowBuilder","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-row-builder/-reply-keyboard-row-builder.html","searchKeys":["ReplyKeyboardRowBuilder","fun ReplyKeyboardRowBuilder()","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardRowBuilder.ReplyKeyboardRowBuilder"]},{"name":"fun ReplyMessageNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException.ReplyMessageNotFoundException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-reply-message-not-found-exception/-reply-message-not-found-exception.html","searchKeys":["ReplyMessageNotFoundException","fun ReplyMessageNotFoundException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.ReplyMessageNotFoundException.ReplyMessageNotFoundException"]},{"name":"fun RequestContactKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.RequestContactKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/-request-contact-keyboard-button.html","searchKeys":["RequestContactKeyboardButton","fun RequestContactKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.RequestContactKeyboardButton"]},{"name":"fun RequestLocationKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.RequestLocationKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/-request-location-keyboard-button.html","searchKeys":["RequestLocationKeyboardButton","fun RequestLocationKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.RequestLocationKeyboardButton"]},{"name":"fun RequestPollKeyboardButton(text: String, requestPoll: KeyboardButtonPollType)","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.RequestPollKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/-request-poll-keyboard-button.html","searchKeys":["RequestPollKeyboardButton","fun RequestPollKeyboardButton(text: String, requestPoll: KeyboardButtonPollType)","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.RequestPollKeyboardButton"]},{"name":"fun RequestsExecutor.startGettingOfUpdatesByLongPolling(updatesFilter: UpdatesFilter, timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html","searchKeys":["startGettingOfUpdatesByLongPolling","fun RequestsExecutor.startGettingOfUpdatesByLongPolling(updatesFilter: UpdatesFilter, timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, scope: CoroutineScope = CoroutineScope(Dispatchers.Default)): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling"]},{"name":"fun Response(ok: Boolean = false, description: String? = null, errorCode: Int? = null, result: JsonElement? = null, parameters: ResponseParametersRaw? = null)","description":"dev.inmo.tgbotapi.types.Response.Response","location":"docs/dev.inmo.tgbotapi.types/-response/-response.html","searchKeys":["Response","fun Response(ok: Boolean = false, description: String? = null, errorCode: Int? = null, result: JsonElement? = null, parameters: ResponseParametersRaw? = null)","dev.inmo.tgbotapi.types.Response.Response"]},{"name":"fun ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","description":"dev.inmo.tgbotapi.types.ResponseParametersRaw.ResponseParametersRaw","location":"docs/dev.inmo.tgbotapi.types/-response-parameters-raw/-response-parameters-raw.html","searchKeys":["ResponseParametersRaw","fun ResponseParametersRaw(migrateToChatId: ChatId? = null, retryAfter: Seconds? = null)","dev.inmo.tgbotapi.types.ResponseParametersRaw.ResponseParametersRaw"]},{"name":"fun RestrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions())","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.RestrictChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/-restrict-chat-member.html","searchKeys":["RestrictChatMember","fun RestrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions())","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.RestrictChatMember"]},{"name":"fun RestrictedChatMember(user: User, untilDate: TelegramDate? = null, isMember: Boolean = false, canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebpagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.RestrictedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/-restricted-chat-member.html","searchKeys":["RestrictedChatMember","fun RestrictedChatMember(user: User, untilDate: TelegramDate? = null, isMember: Boolean = false, canSendMessages: Boolean = false, canSendMediaMessages: Boolean = false, canSendPolls: Boolean = false, canSendOtherMessages: Boolean = false, canAddWebpagePreviews: Boolean = false, canChangeInfo: Boolean = false, canInviteUsers: Boolean = false, canPinMessages: Boolean = false)","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.RestrictedChatMember"]},{"name":"fun RetryAfterError(seconds: Seconds, startCountingMillis: Long)","description":"dev.inmo.tgbotapi.types.RetryAfterError.RetryAfterError","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/-retry-after-error.html","searchKeys":["RetryAfterError","fun RetryAfterError(seconds: Seconds, startCountingMillis: Long)","dev.inmo.tgbotapi.types.RetryAfterError.RetryAfterError"]},{"name":"fun RevokeChatInviteLink(chatId: ChatIdentifier, inviteLink: String)","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.RevokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/-revoke-chat-invite-link.html","searchKeys":["RevokeChatInviteLink","fun RevokeChatInviteLink(chatId: ChatIdentifier, inviteLink: String)","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.RevokeChatInviteLink"]},{"name":"fun RiskFeature(message: String = lowLevelRiskFeatureMessage)","description":"dev.inmo.tgbotapi.utils.RiskFeature.RiskFeature","location":"docs/dev.inmo.tgbotapi.utils/-risk-feature/-risk-feature.html","searchKeys":["RiskFeature","fun RiskFeature(message: String = lowLevelRiskFeatureMessage)","dev.inmo.tgbotapi.utils.RiskFeature.RiskFeature"]},{"name":"fun Route.includeWebhookHandlingInRoute(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: UpdateReceiver)","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRoute","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route.html","searchKeys":["includeWebhookHandlingInRoute","fun Route.includeWebhookHandlingInRoute(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: UpdateReceiver)","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRoute"]},{"name":"fun Route.includeWebhookHandlingInRouteWithFlows(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: FlowsUpdatesFilter.() -> Unit)","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRouteWithFlows","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/include-webhook-handling-in-route-with-flows.html","searchKeys":["includeWebhookHandlingInRouteWithFlows","fun Route.includeWebhookHandlingInRouteWithFlows(scope: CoroutineScope, exceptionsHandler: ExceptionHandler? = null, mediaGroupsDebounceTimeMillis: Long = 1000, block: FlowsUpdatesFilter.() -> Unit)","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.includeWebhookHandlingInRouteWithFlows"]},{"name":"fun RowBuilder()","description":"dev.inmo.tgbotapi.utils.RowBuilder.RowBuilder","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/-row-builder.html","searchKeys":["RowBuilder","fun RowBuilder()","dev.inmo.tgbotapi.utils.RowBuilder.RowBuilder"]},{"name":"fun SecureData(personalDetails: PersonalDetailsSecureValue? = null, passport: CommonPassportSecureValue? = null, internalPassport: InternalPassportSecureValue? = null, driverLicense: DriverLicenseSecureValue? = null, identityCard: IdentityCardSecureValue? = null, utilityBill: UtilityBillSecureValue? = null, bankStatement: BankStatementSecureValue? = null, rentalAgreement: RentalAgreementSecureValue? = null, passportRegistration: PassportRegistrationSecureValue? = null, temporaryRegistration: TemporalRegistrationSecureValue? = null)","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.SecureData","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/-secure-data.html","searchKeys":["SecureData","fun SecureData(personalDetails: PersonalDetailsSecureValue? = null, passport: CommonPassportSecureValue? = null, internalPassport: InternalPassportSecureValue? = null, driverLicense: DriverLicenseSecureValue? = null, identityCard: IdentityCardSecureValue? = null, utilityBill: UtilityBillSecureValue? = null, bankStatement: BankStatementSecureValue? = null, rentalAgreement: RentalAgreementSecureValue? = null, passportRegistration: PassportRegistrationSecureValue? = null, temporaryRegistration: TemporalRegistrationSecureValue? = null)","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.SecureData"]},{"name":"fun SendAction(chatId: ChatIdentifier, action: BotAction)","description":"dev.inmo.tgbotapi.requests.send.SendAction.SendAction","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/-send-action.html","searchKeys":["SendAction","fun SendAction(chatId: ChatIdentifier, action: BotAction)","dev.inmo.tgbotapi.requests.send.SendAction.SendAction"]},{"name":"fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation.html","searchKeys":["SendAnimation","fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAnimation"]},{"name":"fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation.html","searchKeys":["SendAnimation","fun SendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAnimation"]},{"name":"fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: List, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio.html","searchKeys":["SendAudio","fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: List, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAudio"]},{"name":"fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio.html","searchKeys":["SendAudio","fun SendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendAudio"]},{"name":"fun SendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendContact.SendContact","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html","searchKeys":["SendContact","fun SendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendContact.SendContact"]},{"name":"fun SendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendContact.SendContact","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/-send-contact.html","searchKeys":["SendContact","fun SendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendContact.SendContact"]},{"name":"fun SendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendDice.SendDice","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/-send-dice.html","searchKeys":["SendDice","fun SendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendDice.SendDice"]},{"name":"fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocument","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document.html","searchKeys":["SendDocument","fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendDocument"]},{"name":"fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocument","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document.html","searchKeys":["SendDocument","fun SendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendDocument"]},{"name":"fun SendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.SendGame","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/-send-game.html","searchKeys":["SendGame","fun SendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.games.SendGame.SendGame"]},{"name":"fun SendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.SendInvoice","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/-send-invoice.html","searchKeys":["SendInvoice","fun SendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.SendInvoice"]},{"name":"fun SendLiveLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","description":"dev.inmo.tgbotapi.requests.send.SendLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-live-location.html","searchKeys":["SendLiveLocation","fun SendLiveLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, livePeriod: Seconds, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","dev.inmo.tgbotapi.requests.send.SendLiveLocation"]},{"name":"fun SendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","description":"dev.inmo.tgbotapi.requests.send.SendLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location.html","searchKeys":["SendLocation","fun SendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","dev.inmo.tgbotapi.requests.send.SendLocation"]},{"name":"fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo.html","searchKeys":["SendPhoto","fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendPhoto"]},{"name":"fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo.html","searchKeys":["SendPhoto","fun SendPhoto(chatId: ChatIdentifier, photo: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendPhoto"]},{"name":"fun SendPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll.html","searchKeys":["SendPoll","fun SendPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","dev.inmo.tgbotapi.requests.send.polls.SendPoll"]},{"name":"fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: List, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html","searchKeys":["SendQuizPoll","fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: List, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll"]},{"name":"fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll.html","searchKeys":["SendQuizPoll","fun SendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendQuizPoll","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll"]},{"name":"fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll.html","searchKeys":["SendRegularPoll","fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendRegularPoll","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll"]},{"name":"fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.SendRegularPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/-send-regular-poll.html","searchKeys":["SendRegularPoll","fun SendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, openPeriod: LongSeconds? = null, closeDate: LongSeconds?, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.SendRegularPoll"]},{"name":"fun SendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","description":"dev.inmo.tgbotapi.requests.send.SendStaticLocation","location":"docs/dev.inmo.tgbotapi.requests.send/-send-static-location.html","searchKeys":["SendStaticLocation","fun SendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendLocation","dev.inmo.tgbotapi.requests.send.SendStaticLocation"]},{"name":"fun SendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendSticker","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker.html","searchKeys":["SendSticker","fun SendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendSticker"]},{"name":"fun SendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message.html","searchKeys":["SendTextMessage","fun SendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","dev.inmo.tgbotapi.requests.send.SendTextMessage"]},{"name":"fun SendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message.html","searchKeys":["SendTextMessage","fun SendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendTextMessage","dev.inmo.tgbotapi.requests.send.SendTextMessage"]},{"name":"fun SendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html","searchKeys":["SendVenue","fun SendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue"]},{"name":"fun SendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/-send-venue.html","searchKeys":["SendVenue","fun SendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.send.SendVenue.SendVenue"]},{"name":"fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video.html","searchKeys":["SendVideo","fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVideo"]},{"name":"fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video.html","searchKeys":["SendVideo","fun SendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, supportStreaming: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVideo"]},{"name":"fun SendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNote","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note.html","searchKeys":["SendVideoNote","fun SendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVideoNote"]},{"name":"fun SendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice.html","searchKeys":["SendVoice","fun SendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVoice"]},{"name":"fun SendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice.html","searchKeys":["SendVoice","fun SendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Request>","dev.inmo.tgbotapi.requests.send.media.SendVoice"]},{"name":"fun SentMediaGroupUpdate.createResend(disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/create-resend.html","searchKeys":["createResend","fun SentMediaGroupUpdate.createResend(disableNotification: Boolean = false, protectContent: Boolean = false, replyTo: MessageIdentifier? = null): Request>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.createResend"]},{"name":"fun SentWebAppMessage(inlineMessageId: InlineMessageIdentifier? = null)","description":"dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.SentWebAppMessage","location":"docs/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/-sent-web-app-message.html","searchKeys":["SentWebAppMessage","fun SentWebAppMessage(inlineMessageId: InlineMessageIdentifier? = null)","dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.SentWebAppMessage"]},{"name":"fun SetChatAdministratorCustomTitle(chatId: ChatIdentifier, userId: UserId, customTitle: String)","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.SetChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/-set-chat-administrator-custom-title.html","searchKeys":["SetChatAdministratorCustomTitle","fun SetChatAdministratorCustomTitle(chatId: ChatIdentifier, userId: UserId, customTitle: String)","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.SetChatAdministratorCustomTitle"]},{"name":"fun SetChatDescription(chatId: ChatIdentifier, description: String)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.SetChatDescription","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/-set-chat-description.html","searchKeys":["SetChatDescription","fun SetChatDescription(chatId: ChatIdentifier, description: String)","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.SetChatDescription"]},{"name":"fun SetChatMenuButton(chatId: ChatIdentifier, menuButton: MenuButton)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.SetChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/-set-chat-menu-button.html","searchKeys":["SetChatMenuButton","fun SetChatMenuButton(chatId: ChatIdentifier, menuButton: MenuButton)","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.SetChatMenuButton"]},{"name":"fun SetChatPermissions(chatId: ChatIdentifier, permissions: ChatPermissions)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.SetChatPermissions","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/-set-chat-permissions.html","searchKeys":["SetChatPermissions","fun SetChatPermissions(chatId: ChatIdentifier, permissions: ChatPermissions)","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.SetChatPermissions"]},{"name":"fun SetChatPhoto(chatId: ChatIdentifier, photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\"))","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.SetChatPhoto","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/-set-chat-photo.html","searchKeys":["SetChatPhoto","fun SetChatPhoto(chatId: ChatIdentifier, photo: MultipartFile = throw IllegalArgumentException(\"Unfortunately, this type of objects can't be parsed automatically\"))","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.SetChatPhoto"]},{"name":"fun SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName)","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.SetChatStickerSet","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/-set-chat-sticker-set.html","searchKeys":["SetChatStickerSet","fun SetChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName)","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.SetChatStickerSet"]},{"name":"fun SetChatTitle(chatId: ChatIdentifier, title: String)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.SetChatTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/-set-chat-title.html","searchKeys":["SetChatTitle","fun SetChatTitle(chatId: ChatIdentifier, title: String)","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.SetChatTitle"]},{"name":"fun SetDefaultChatMenuButton(menuButton: MenuButton)","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.SetDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-set-default-chat-menu-button.html","searchKeys":["SetDefaultChatMenuButton","fun SetDefaultChatMenuButton(menuButton: MenuButton)","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.SetDefaultChatMenuButton"]},{"name":"fun SetGameScoreByChatId(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.SetGameScoreByChatId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/-set-game-score-by-chat-id.html","searchKeys":["SetGameScoreByChatId","fun SetGameScoreByChatId(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.SetGameScoreByChatId"]},{"name":"fun SetGameScoreByInlineMessageId(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.SetGameScoreByInlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/-set-game-score-by-inline-message-id.html","searchKeys":["SetGameScoreByInlineMessageId","fun SetGameScoreByInlineMessageId(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false)","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.SetGameScoreByInlineMessageId"]},{"name":"fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html","searchKeys":["SetMyCommands","fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, ietfLanguageCode: IetfLanguageCode? = null)","dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands"]},{"name":"fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/-set-my-commands.html","searchKeys":["SetMyCommands","fun SetMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?)","dev.inmo.tgbotapi.requests.bot.SetMyCommands.SetMyCommands"]},{"name":"fun SetMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.SetMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/-set-my-default-administrator-rights.html","searchKeys":["SetMyDefaultAdministratorRights","fun SetMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null)","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.SetMyDefaultAdministratorRights"]},{"name":"fun SetPassportDataErrors(user: UserId, errors: List)","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.SetPassportDataErrors","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/-set-passport-data-errors.html","searchKeys":["SetPassportDataErrors","fun SetPassportDataErrors(user: UserId, errors: List)","dev.inmo.tgbotapi.requests.SetPassportDataErrors.SetPassportDataErrors"]},{"name":"fun SetStickerPositionInSet(sticker: FileId, position: Int)","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.SetStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/-set-sticker-position-in-set.html","searchKeys":["SetStickerPositionInSet","fun SetStickerPositionInSet(sticker: FileId, position: Int)","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.SetStickerPositionInSet"]},{"name":"fun SetStickerSetThumb(userId: UserId, name: StickerSetName, thumb: FileId? = null)","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.SetStickerSetThumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/-set-sticker-set-thumb.html","searchKeys":["SetStickerSetThumb","fun SetStickerSetThumb(userId: UserId, name: StickerSetName, thumb: FileId? = null)","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.SetStickerSetThumb"]},{"name":"fun SetStickerSetThumb(userId: UserId, stickerSetName: String, thumb: MultipartFile): Request","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb.html","searchKeys":["SetStickerSetThumb","fun SetStickerSetThumb(userId: UserId, stickerSetName: String, thumb: MultipartFile): Request","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb"]},{"name":"fun SetWebhook(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun SetWebhook(url: String, certificate: InputFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhookRequest","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, certificate: InputFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhookRequest","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun SetWebhook(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): MultipartSetWebhookRequest","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): MultipartSetWebhookRequest","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun SetWebhook(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook.html","searchKeys":["SetWebhook","fun SetWebhook(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): SetWebhook","dev.inmo.tgbotapi.requests.webhook.SetWebhook"]},{"name":"fun ShippingAddress(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String = \"\", postCode: String = \"\")","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.ShippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/-shipping-address.html","searchKeys":["ShippingAddress","fun ShippingAddress(countryCode: String, city: String, firstStreetLine: String, secondStreetLine: String, state: String = \"\", postCode: String = \"\")","dev.inmo.tgbotapi.types.payments.ShippingAddress.ShippingAddress"]},{"name":"fun ShippingOption(id: ShippingOptionIdentifier, title: String, prices: List)","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.ShippingOption","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/-shipping-option.html","searchKeys":["ShippingOption","fun ShippingOption(id: ShippingOptionIdentifier, title: String, prices: List)","dev.inmo.tgbotapi.types.payments.ShippingOption.ShippingOption"]},{"name":"fun ShippingQuery(id: ShippingQueryIdentifier, from: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress)","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.ShippingQuery","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/-shipping-query.html","searchKeys":["ShippingQuery","fun ShippingQuery(id: ShippingQueryIdentifier, from: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress)","dev.inmo.tgbotapi.types.payments.ShippingQuery.ShippingQuery"]},{"name":"fun ShippingQuery.createAnswerError(error: String): AnswerShippingQueryError","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerError","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-error.html","searchKeys":["createAnswerError","fun ShippingQuery.createAnswerError(error: String): AnswerShippingQueryError","dev.inmo.tgbotapi.requests.answers.payments.createAnswerError"]},{"name":"fun ShippingQuery.createAnswerOk(shippingOptions: List): AnswerShippingQueryOk","description":"dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/create-answer-ok.html","searchKeys":["createAnswerOk","fun ShippingQuery.createAnswerOk(shippingOptions: List): AnswerShippingQueryOk","dev.inmo.tgbotapi.requests.answers.payments.createAnswerOk"]},{"name":"fun ShippingQueryUpdate(updateId: UpdateIdentifier, data: ShippingQuery)","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.ShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/-shipping-query-update.html","searchKeys":["ShippingQueryUpdate","fun ShippingQueryUpdate(updateId: UpdateIdentifier, data: ShippingQuery)","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.ShippingQueryUpdate"]},{"name":"fun SimpleKeyboardButton(text: String)","description":"dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.SimpleKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/-simple-keyboard-button.html","searchKeys":["SimpleKeyboardButton","fun SimpleKeyboardButton(text: String)","dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.SimpleKeyboardButton"]},{"name":"fun SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n })","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.SimpleMultiServerRequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-simple-multi-server-requests-executor.html","searchKeys":["SimpleMultiServerRequestsExecutor","fun SimpleMultiServerRequestsExecutor(bots: List, botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n })","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.SimpleMultiServerRequestsExecutor"]},{"name":"fun SimplePollOption(text: String, votes: Int = 0)","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption.SimplePollOption","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/-simple-poll-option.html","searchKeys":["SimplePollOption","fun SimplePollOption(text: String, votes: Int = 0)","dev.inmo.tgbotapi.types.polls.SimplePollOption.SimplePollOption"]},{"name":"fun SimpleRequestCallFactory()","description":"dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory.SimpleRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-simple-request-call-factory/-simple-request-call-factory.html","searchKeys":["SimpleRequestCallFactory","fun SimpleRequestCallFactory()","dev.inmo.tgbotapi.bot.ktor.base.SimpleRequestCallFactory.SimpleRequestCallFactory"]},{"name":"fun SimpleSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.SimpleSticker","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/-simple-sticker.html","searchKeys":["SimpleSticker","fun SimpleSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.SimpleSticker.SimpleSticker"]},{"name":"fun SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null)","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.SimpleUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/-simple-updates-filter.html","searchKeys":["SimpleUpdatesFilter","fun SimpleUpdatesFilter(messageCallback: UpdateReceiver? = null, messageMediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, editedMessageMediaGroupCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, channelPostMediaGroupCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, editedChannelPostMediaGroupCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollUpdateCallback: UpdateReceiver? = null, pollAnswerUpdateCallback: UpdateReceiver? = null, unknownUpdateTypeCallback: UpdateReceiver? = null)","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.SimpleUpdatesFilter"]},{"name":"fun SlotMachineResult(rawValue: DiceResult)","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.SlotMachineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/-slot-machine-result.html","searchKeys":["SlotMachineResult","fun SlotMachineResult(rawValue: DiceResult)","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.SlotMachineResult"]},{"name":"fun SpoilerTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.SpoilerTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/-spoiler-text-source.html","searchKeys":["SpoilerTextSource","fun SpoilerTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.SpoilerTextSource"]},{"name":"fun StaticLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null)","description":"dev.inmo.tgbotapi.types.location.StaticLocation.StaticLocation","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/-static-location.html","searchKeys":["StaticLocation","fun StaticLocation(longitude: Double, latitude: Double, horizontalAccuracy: Meters? = null)","dev.inmo.tgbotapi.types.location.StaticLocation.StaticLocation"]},{"name":"fun StaticLocationContent(location: StaticLocation)","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent.StaticLocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/-static-location-content.html","searchKeys":["StaticLocationContent","fun StaticLocationContent(location: StaticLocation)","dev.inmo.tgbotapi.types.message.content.StaticLocationContent.StaticLocationContent"]},{"name":"fun StickerContent(media: Sticker)","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.StickerContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/-sticker-content.html","searchKeys":["StickerContent","fun StickerContent(media: Sticker)","dev.inmo.tgbotapi.types.message.content.StickerContent.StickerContent"]},{"name":"fun StickerSet(name: String, title: String, stickers: List, isAnimated: Boolean = false, isVideo: Boolean = false, containsMasks: Boolean = false, thumb: PhotoSize? = null)","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.StickerSet","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/-sticker-set.html","searchKeys":["StickerSet","fun StickerSet(name: String, title: String, stickers: List, isAnimated: Boolean = false, isVideo: Boolean = false, containsMasks: Boolean = false, thumb: PhotoSize? = null)","dev.inmo.tgbotapi.types.stickers.StickerSet.StickerSet"]},{"name":"fun StickerSurrogate(file_id: FileId, file_unique_id: FileUniqueId, width: Int, height: Int, is_animated: Boolean? = null, is_video: Boolean? = null, thumb: PhotoSize? = null, emoji: String? = null, set_name: StickerSetName? = null, mask_position: MaskPosition? = null, file_size: Long? = null)","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.StickerSurrogate","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/-sticker-surrogate.html","searchKeys":["StickerSurrogate","fun StickerSurrogate(file_id: FileId, file_unique_id: FileUniqueId, width: Int, height: Int, is_animated: Boolean? = null, is_video: Boolean? = null, thumb: PhotoSize? = null, emoji: String? = null, set_name: StickerSetName? = null, mask_position: MaskPosition? = null, file_size: Long? = null)","dev.inmo.tgbotapi.types.files.StickerSurrogate.StickerSurrogate"]},{"name":"fun StopChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.StopChatMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/-stop-chat-message-live-location.html","searchKeys":["StopChatMessageLiveLocation","fun StopChatMessageLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.StopChatMessageLiveLocation"]},{"name":"fun StopInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.StopInlineMessageLiveLocation","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/-stop-inline-message-live-location.html","searchKeys":["StopInlineMessageLiveLocation","fun StopInlineMessageLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.StopInlineMessageLiveLocation"]},{"name":"fun StopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.requests.StopPoll.StopPoll","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/-stop-poll.html","searchKeys":["StopPoll","fun StopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null)","dev.inmo.tgbotapi.requests.StopPoll.StopPoll"]},{"name":"fun StrikethroughTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.StrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/-strikethrough-text-source.html","searchKeys":["StrikethroughTextSource","fun StrikethroughTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.StrikethroughTextSource"]},{"name":"fun String.asMimeType(): MimeType","description":"dev.inmo.tgbotapi.utils.asMimeType","location":"docs/dev.inmo.tgbotapi.utils/as-mime-type.html","searchKeys":["asMimeType","fun String.asMimeType(): MimeType","dev.inmo.tgbotapi.utils.asMimeType"]},{"name":"fun String.boldHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold-h-t-m-l.html","searchKeys":["boldHTML","fun String.boldHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.boldHTML"]},{"name":"fun String.boldMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown.html","searchKeys":["boldMarkdown","fun String.boldMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdown"]},{"name":"fun String.boldMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold-markdown-v2.html","searchKeys":["boldMarkdownV2","fun String.boldMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.boldMarkdownV2"]},{"name":"fun String.cashTagHtml(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagHtml","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-html.html","searchKeys":["cashTagHtml","fun String.cashTagHtml(): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagHtml"]},{"name":"fun String.cashTagMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown.html","searchKeys":["cashTagMarkdown","fun String.cashTagMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdown"]},{"name":"fun String.cashTagMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag-markdown-v2.html","searchKeys":["cashTagMarkdownV2","fun String.cashTagMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagMarkdownV2"]},{"name":"fun String.codeHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code-h-t-m-l.html","searchKeys":["codeHTML","fun String.codeHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.codeHTML"]},{"name":"fun String.codeMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown.html","searchKeys":["codeMarkdown","fun String.codeMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdown"]},{"name":"fun String.codeMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code-markdown-v2.html","searchKeys":["codeMarkdownV2","fun String.codeMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.codeMarkdownV2"]},{"name":"fun String.command(adapt: String.() -> String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.command","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command.html","searchKeys":["command","fun String.command(adapt: String.() -> String): String","dev.inmo.tgbotapi.extensions.utils.formatting.command"]},{"name":"fun String.commandHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.commandHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command-h-t-m-l.html","searchKeys":["commandHTML","fun String.commandHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.commandHTML"]},{"name":"fun String.commandMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown.html","searchKeys":["commandMarkdown","fun String.commandMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdown"]},{"name":"fun String.commandMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command-markdown-v2.html","searchKeys":["commandMarkdownV2","fun String.commandMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.commandMarkdownV2"]},{"name":"fun String.emailHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email-h-t-m-l.html","searchKeys":["emailHTML","fun String.emailHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.emailHTML"]},{"name":"fun String.emailMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown.html","searchKeys":["emailMarkdown","fun String.emailMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdown"]},{"name":"fun String.emailMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email-markdown-v2.html","searchKeys":["emailMarkdownV2","fun String.emailMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.emailMarkdownV2"]},{"name":"fun String.escapeMarkdownV2Common(): String","description":"dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Common","location":"docs/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-common.html","searchKeys":["escapeMarkdownV2Common","fun String.escapeMarkdownV2Common(): String","dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Common"]},{"name":"fun String.escapeMarkdownV2Link(): String","description":"dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Link","location":"docs/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-link.html","searchKeys":["escapeMarkdownV2Link","fun String.escapeMarkdownV2Link(): String","dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2Link"]},{"name":"fun String.escapeMarkdownV2PreAndCode(): String","description":"dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2PreAndCode","location":"docs/dev.inmo.tgbotapi.utils.extensions/escape-markdown-v2-pre-and-code.html","searchKeys":["escapeMarkdownV2PreAndCode","fun String.escapeMarkdownV2PreAndCode(): String","dev.inmo.tgbotapi.utils.extensions.escapeMarkdownV2PreAndCode"]},{"name":"fun String.hashTagHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTagHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-h-t-m-l.html","searchKeys":["hashTagHTML","fun String.hashTagHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTagHTML"]},{"name":"fun String.hashTagMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown.html","searchKeys":["hashTagMarkdown","fun String.hashTagMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdown"]},{"name":"fun String.hashTagMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag-markdown-v2.html","searchKeys":["hashTagMarkdownV2","fun String.hashTagMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTagMarkdownV2"]},{"name":"fun String.italicHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic-h-t-m-l.html","searchKeys":["italicHTML","fun String.italicHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.italicHTML"]},{"name":"fun String.italicMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown.html","searchKeys":["italicMarkdown","fun String.italicMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdown"]},{"name":"fun String.italicMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic-markdown-v2.html","searchKeys":["italicMarkdownV2","fun String.italicMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.italicMarkdownV2"]},{"name":"fun String.linkHTML(link: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link-h-t-m-l.html","searchKeys":["linkHTML","fun String.linkHTML(link: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.linkHTML"]},{"name":"fun String.linkMarkdown(link: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown.html","searchKeys":["linkMarkdown","fun String.linkMarkdown(link: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdown"]},{"name":"fun String.linkMarkdownV2(link: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link-markdown-v2.html","searchKeys":["linkMarkdownV2","fun String.linkMarkdownV2(link: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.linkMarkdownV2"]},{"name":"fun String.mentionHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention-h-t-m-l.html","searchKeys":["mentionHTML","fun String.mentionHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.mentionHTML"]},{"name":"fun String.mentionMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown.html","searchKeys":["mentionMarkdown","fun String.mentionMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdown"]},{"name":"fun String.mentionMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention-markdown-v2.html","searchKeys":["mentionMarkdownV2","fun String.mentionMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.mentionMarkdownV2"]},{"name":"fun String.phoneHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone-h-t-m-l.html","searchKeys":["phoneHTML","fun String.phoneHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.phoneHTML"]},{"name":"fun String.phoneMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown.html","searchKeys":["phoneMarkdown","fun String.phoneMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdown"]},{"name":"fun String.phoneMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone-markdown-v2.html","searchKeys":["phoneMarkdownV2","fun String.phoneMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.phoneMarkdownV2"]},{"name":"fun String.pre(parseMode: ParseMode, language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.pre","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html","searchKeys":["pre","fun String.pre(parseMode: ParseMode, language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.pre"]},{"name":"fun String.preHTML(language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre-h-t-m-l.html","searchKeys":["preHTML","fun String.preHTML(language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.preHTML"]},{"name":"fun String.preMarkdown(language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown.html","searchKeys":["preMarkdown","fun String.preMarkdown(language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdown"]},{"name":"fun String.preMarkdownV2(language: String? = null): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre-markdown-v2.html","searchKeys":["preMarkdownV2","fun String.preMarkdownV2(language: String? = null): String","dev.inmo.tgbotapi.extensions.utils.formatting.preMarkdownV2"]},{"name":"fun String.regularHtml(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularHtml","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular-html.html","searchKeys":["regularHtml","fun String.regularHtml(): String","dev.inmo.tgbotapi.extensions.utils.formatting.regularHtml"]},{"name":"fun String.regularMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown.html","searchKeys":["regularMarkdown","fun String.regularMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdown"]},{"name":"fun String.regularMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular-markdown-v2.html","searchKeys":["regularMarkdownV2","fun String.regularMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.regularMarkdownV2"]},{"name":"fun String.strikethroughHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-h-t-m-l.html","searchKeys":["strikethroughHTML","fun String.strikethroughHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughHTML"]},{"name":"fun String.strikethroughMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown.html","searchKeys":["strikethroughMarkdown","fun String.strikethroughMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdown"]},{"name":"fun String.strikethroughMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough-markdown-v2.html","searchKeys":["strikethroughMarkdownV2","fun String.strikethroughMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughMarkdownV2"]},{"name":"fun String.textMentionHTML(userId: UserId): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.textMentionHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-h-t-m-l.html","searchKeys":["textMentionHTML","fun String.textMentionHTML(userId: UserId): String","dev.inmo.tgbotapi.extensions.utils.formatting.textMentionHTML"]},{"name":"fun String.textMentionMarkdown(userId: UserId): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown.html","searchKeys":["textMentionMarkdown","fun String.textMentionMarkdown(userId: UserId): String","dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdown"]},{"name":"fun String.textMentionMarkdownV2(userId: UserId): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/text-mention-markdown-v2.html","searchKeys":["textMentionMarkdownV2","fun String.textMentionMarkdownV2(userId: UserId): String","dev.inmo.tgbotapi.extensions.utils.formatting.textMentionMarkdownV2"]},{"name":"fun String.toHtml(): String","description":"dev.inmo.tgbotapi.utils.extensions.toHtml","location":"docs/dev.inmo.tgbotapi.utils.extensions/to-html.html","searchKeys":["toHtml","fun String.toHtml(): String","dev.inmo.tgbotapi.utils.extensions.toHtml"]},{"name":"fun String.toInputFile(): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.toInputFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/to-input-file.html","searchKeys":["toInputFile","fun String.toInputFile(): FileId","dev.inmo.tgbotapi.requests.abstracts.toInputFile"]},{"name":"fun String.toMarkdown(): String","description":"dev.inmo.tgbotapi.utils.extensions.toMarkdown","location":"docs/dev.inmo.tgbotapi.utils.extensions/to-markdown.html","searchKeys":["toMarkdown","fun String.toMarkdown(): String","dev.inmo.tgbotapi.utils.extensions.toMarkdown"]},{"name":"fun String.toTelegramUpdate(): Update","description":"dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/to-telegram-update.html","searchKeys":["toTelegramUpdate","fun String.toTelegramUpdate(): Update","dev.inmo.tgbotapi.extensions.utils.updates.toTelegramUpdate"]},{"name":"fun String.toUsername(): Username","description":"dev.inmo.tgbotapi.types.toUsername","location":"docs/dev.inmo.tgbotapi.types/to-username.html","searchKeys":["toUsername","fun String.toUsername(): Username","dev.inmo.tgbotapi.types.toUsername"]},{"name":"fun String.underlineHTML(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineHTML","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline-h-t-m-l.html","searchKeys":["underlineHTML","fun String.underlineHTML(): String","dev.inmo.tgbotapi.extensions.utils.formatting.underlineHTML"]},{"name":"fun String.underlineMarkdown(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdown","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown.html","searchKeys":["underlineMarkdown","fun String.underlineMarkdown(): String","dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdown"]},{"name":"fun String.underlineMarkdownV2(): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdownV2","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline-markdown-v2.html","searchKeys":["underlineMarkdownV2","fun String.underlineMarkdownV2(): String","dev.inmo.tgbotapi.extensions.utils.formatting.underlineMarkdownV2"]},{"name":"fun SuccessfulPayment(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: String, providerPaymentChargeId: String, shippingOptionId: String? = null, orderInfo: OrderInfo? = null)","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.SuccessfulPayment","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/-successful-payment.html","searchKeys":["SuccessfulPayment","fun SuccessfulPayment(currency: Currency, amount: Long, invoicePayload: String, telegramPaymentChargeId: String, providerPaymentChargeId: String, shippingOptionId: String? = null, orderInfo: OrderInfo? = null)","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.SuccessfulPayment"]},{"name":"fun SuccessfulPaymentEvent(payment: SuccessfulPayment)","description":"dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.SuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/-successful-payment-event.html","searchKeys":["SuccessfulPaymentEvent","fun SuccessfulPaymentEvent(payment: SuccessfulPayment)","dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.SuccessfulPaymentEvent"]},{"name":"fun SupergroupChatCreated(migratedFrom: ChatId?)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.SupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/-supergroup-chat-created.html","searchKeys":["SupergroupChatCreated","fun SupergroupChatCreated(migratedFrom: ChatId?)","dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.SupergroupChatCreated"]},{"name":"fun SupergroupChatImpl(id: ChatId, title: String, username: Username? = null)","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.SupergroupChatImpl","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/-supergroup-chat-impl.html","searchKeys":["SupergroupChatImpl","fun SupergroupChatImpl(id: ChatId, title: String, username: Username? = null)","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.SupergroupChatImpl"]},{"name":"fun SwitchInlineQueryCurrentChatInlineKeyboardButton(text: String, switchInlineQueryCurrentChat: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.SwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["SwitchInlineQueryCurrentChatInlineKeyboardButton","fun SwitchInlineQueryCurrentChatInlineKeyboardButton(text: String, switchInlineQueryCurrentChat: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.SwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"fun SwitchInlineQueryInlineKeyboardButton(text: String, switchInlineQuery: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.SwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/-switch-inline-query-inline-keyboard-button.html","searchKeys":["SwitchInlineQueryInlineKeyboardButton","fun SwitchInlineQueryInlineKeyboardButton(text: String, switchInlineQuery: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.SwitchInlineQueryInlineKeyboardButton"]},{"name":"fun TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html","searchKeys":["TelegramAPIUrlsKeeper","fun TelegramAPIUrlsKeeper(token: String, hostUrl: String = telegramBotAPIDefaultUrl, urlsSuffixes: String = \"\")","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper"]},{"name":"fun TelegramAPIUrlsKeeper(token: String, testServer: Boolean, hostUrl: String = telegramBotAPIDefaultUrl)","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/-telegram-a-p-i-urls-keeper.html","searchKeys":["TelegramAPIUrlsKeeper","fun TelegramAPIUrlsKeeper(token: String, testServer: Boolean, hostUrl: String = telegramBotAPIDefaultUrl)","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.TelegramAPIUrlsKeeper"]},{"name":"fun TelegramAPIUrlsKeeper.resolveFileURL(file: PathedFile): String","description":"dev.inmo.tgbotapi.types.files.resolveFileURL","location":"docs/dev.inmo.tgbotapi.types.files/resolve-file-u-r-l.html","searchKeys":["resolveFileURL","fun TelegramAPIUrlsKeeper.resolveFileURL(file: PathedFile): String","dev.inmo.tgbotapi.types.files.resolveFileURL"]},{"name":"fun TelegramBot.createAccumulatedUpdatesRetrieverFlow(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.createAccumulatedUpdatesRetrieverFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/create-accumulated-updates-retriever-flow.html","searchKeys":["createAccumulatedUpdatesRetrieverFlow","fun TelegramBot.createAccumulatedUpdatesRetrieverFlow(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.createAccumulatedUpdatesRetrieverFlow"]},{"name":"fun TelegramBot.longPolling(flowsUpdatesFilter: FlowsUpdatesFilter, timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html","searchKeys":["longPolling","fun TelegramBot.longPolling(flowsUpdatesFilter: FlowsUpdatesFilter, timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling"]},{"name":"fun TelegramBot.longPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, flowsUpdatesFilterUpdatesKeeperCount: Int = 100, flowUpdatesPreset: FlowsUpdatesFilter.() -> Unit): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling.html","searchKeys":["longPolling","fun TelegramBot.longPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, flowsUpdatesFilterUpdatesKeeperCount: Int = 100, flowUpdatesPreset: FlowsUpdatesFilter.() -> Unit): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPolling"]},{"name":"fun TelegramBot.longPollingFlow(timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPollingFlow","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/long-polling-flow.html","searchKeys":["longPollingFlow","fun TelegramBot.longPollingFlow(timeoutSeconds: Seconds = 30, exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null): Flow","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.longPollingFlow"]},{"name":"fun TelegramBot.retrieveAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html","searchKeys":["retrieveAccumulatedUpdates","fun TelegramBot.retrieveAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates"]},{"name":"fun TelegramBot.retrieveAccumulatedUpdates(flowsUpdatesFilter: FlowsUpdatesFilter, avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/retrieve-accumulated-updates.html","searchKeys":["retrieveAccumulatedUpdates","fun TelegramBot.retrieveAccumulatedUpdates(flowsUpdatesFilter: FlowsUpdatesFilter, avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.retrieveAccumulatedUpdates"]},{"name":"fun TelegramBot.startGettingOfUpdatesByLongPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-getting-of-updates-by-long-polling.html","searchKeys":["startGettingOfUpdatesByLongPolling","fun TelegramBot.startGettingOfUpdatesByLongPolling(timeoutSeconds: Seconds = 30, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), exceptionsHandler: ExceptionHandler? = null, allowedUpdates: List? = null, updatesReceiver: UpdateReceiver): Job","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startGettingOfUpdatesByLongPolling"]},{"name":"fun TelegramDate(date: Long)","description":"dev.inmo.tgbotapi.types.TelegramDate.TelegramDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html","searchKeys":["TelegramDate","fun TelegramDate(date: Long)","dev.inmo.tgbotapi.types.TelegramDate.TelegramDate"]},{"name":"fun TelegramDate(dateTime: DateTime)","description":"dev.inmo.tgbotapi.types.TelegramDate.TelegramDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/-telegram-date.html","searchKeys":["TelegramDate","fun TelegramDate(dateTime: DateTime)","dev.inmo.tgbotapi.types.TelegramDate.TelegramDate"]},{"name":"fun TelegramMediaAnimation(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html","searchKeys":["TelegramMediaAnimation","fun TelegramMediaAnimation(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation"]},{"name":"fun TelegramMediaAnimation(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation.html","searchKeys":["TelegramMediaAnimation","fun TelegramMediaAnimation(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaAnimation","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation"]},{"name":"fun TelegramMediaAudio(file: InputFile, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html","searchKeys":["TelegramMediaAudio","fun TelegramMediaAudio(file: InputFile, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.TelegramMediaAudio"]},{"name":"fun TelegramMediaAudio(file: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio.html","searchKeys":["TelegramMediaAudio","fun TelegramMediaAudio(file: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, thumb: InputFile? = null): TelegramMediaAudio","dev.inmo.tgbotapi.types.media.TelegramMediaAudio"]},{"name":"fun TelegramMediaDocument(file: InputFile, entities: TextSourcesList, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document.html","searchKeys":["TelegramMediaDocument","fun TelegramMediaDocument(file: InputFile, entities: TextSourcesList, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.TelegramMediaDocument"]},{"name":"fun TelegramMediaDocument(file: InputFile, text: String? = null, parseMode: ParseMode? = null, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document.html","searchKeys":["TelegramMediaDocument","fun TelegramMediaDocument(file: InputFile, text: String? = null, parseMode: ParseMode? = null, thumb: InputFile? = null, disableContentTypeDetection: Boolean? = null): TelegramMediaDocument","dev.inmo.tgbotapi.types.media.TelegramMediaDocument"]},{"name":"fun TelegramMediaPhoto(file: InputFile, entities: TextSourcesList): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html","searchKeys":["TelegramMediaPhoto","fun TelegramMediaPhoto(file: InputFile, entities: TextSourcesList): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto"]},{"name":"fun TelegramMediaPhoto(file: InputFile, text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo.html","searchKeys":["TelegramMediaPhoto","fun TelegramMediaPhoto(file: InputFile, text: String? = null, parseMode: ParseMode? = null): TelegramMediaPhoto","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto"]},{"name":"fun TelegramMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video.html","searchKeys":["TelegramMediaVideo","fun TelegramMediaVideo(file: InputFile, entities: TextSourcesList, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.media.TelegramMediaVideo"]},{"name":"fun TelegramMediaVideo(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video.html","searchKeys":["TelegramMediaVideo","fun TelegramMediaVideo(file: InputFile, text: String? = null, parseMode: ParseMode? = null, width: Int? = null, height: Int? = null, duration: Long? = null, thumb: InputFile? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.media.TelegramMediaVideo"]},{"name":"fun TemporalRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.TemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/-temporal-registration-secure-value.html","searchKeys":["TemporalRegistrationSecureValue","fun TemporalRegistrationSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.TemporalRegistrationSecureValue"]},{"name":"fun TemporaryRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.TemporaryRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/-temporary-registration.html","searchKeys":["TemporaryRegistration","fun TemporaryRegistration(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.TemporaryRegistration"]},{"name":"fun TextContent(text: String, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.TextContent.TextContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/-text-content.html","searchKeys":["TextContent","fun TextContent(text: String, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.TextContent.TextContent"]},{"name":"fun TextContent.toHtmlTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html","searchKeys":["toHtmlTexts","fun TextContent.toHtmlTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts"]},{"name":"fun TextContent.toMarkdownTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html","searchKeys":["toMarkdownTexts","fun TextContent.toMarkdownTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts"]},{"name":"fun TextContent.toMarkdownV2Texts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html","searchKeys":["toMarkdownV2Texts","fun TextContent.toMarkdownV2Texts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts"]},{"name":"fun TextLinkTextSource(source: String, url: String)","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.TextLinkTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/-text-link-text-source.html","searchKeys":["TextLinkTextSource","fun TextLinkTextSource(source: String, url: String)","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.TextLinkTextSource"]},{"name":"fun TextMentionTextSource(source: String, user: User, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.TextMentionTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/-text-mention-text-source.html","searchKeys":["TextMentionTextSource","fun TextMentionTextSource(source: String, user: User, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.TextMentionTextSource"]},{"name":"fun TextSourcesList.toHtmlCaptions(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlCaptions","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-captions.html","searchKeys":["toHtmlCaptions","fun TextSourcesList.toHtmlCaptions(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlCaptions"]},{"name":"fun TextSourcesList.toHtmlExplanations(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlExplanations","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-explanations.html","searchKeys":["toHtmlExplanations","fun TextSourcesList.toHtmlExplanations(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlExplanations"]},{"name":"fun TextSourcesList.toHtmlTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-html-texts.html","searchKeys":["toHtmlTexts","fun TextSourcesList.toHtmlTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toHtmlTexts"]},{"name":"fun TextSourcesList.toMarkdownCaptions(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownCaptions","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-captions.html","searchKeys":["toMarkdownCaptions","fun TextSourcesList.toMarkdownCaptions(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownCaptions"]},{"name":"fun TextSourcesList.toMarkdownExplanations(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownExplanations","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-explanations.html","searchKeys":["toMarkdownExplanations","fun TextSourcesList.toMarkdownExplanations(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownExplanations"]},{"name":"fun TextSourcesList.toMarkdownTexts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-texts.html","searchKeys":["toMarkdownTexts","fun TextSourcesList.toMarkdownTexts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownTexts"]},{"name":"fun TextSourcesList.toMarkdownV2Captions(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Captions","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-captions.html","searchKeys":["toMarkdownV2Captions","fun TextSourcesList.toMarkdownV2Captions(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Captions"]},{"name":"fun TextSourcesList.toMarkdownV2Explanations(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Explanations","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-explanations.html","searchKeys":["toMarkdownV2Explanations","fun TextSourcesList.toMarkdownV2Explanations(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Explanations"]},{"name":"fun TextSourcesList.toMarkdownV2Texts(): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/to-markdown-v2-texts.html","searchKeys":["toMarkdownV2Texts","fun TextSourcesList.toMarkdownV2Texts(): List","dev.inmo.tgbotapi.extensions.utils.formatting.toMarkdownV2Texts"]},{"name":"fun TextedWithTextSources.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","description":"dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/parse-commands-with-params.html","searchKeys":["parseCommandsWithParams","fun TextedWithTextSources.parseCommandsWithParams(argsSeparator: Regex = defaultArgsSeparator): Map>","dev.inmo.tgbotapi.extensions.utils.extensions.parseCommandsWithParams"]},{"name":"fun TooMuchRequestsException(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.TooMuchRequestsException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/-too-much-requests-exception.html","searchKeys":["TooMuchRequestsException","fun TooMuchRequestsException(retryAfter: RetryAfterError, response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.TooMuchRequestsException"]},{"name":"fun TriggersHolder()","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.TriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/-triggers-holder.html","searchKeys":["TriggersHolder","fun TriggersHolder()","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.TriggersHolder"]},{"name":"fun URLInlineKeyboardButton(text: String, url: String)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.URLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/-u-r-l-inline-keyboard-button.html","searchKeys":["URLInlineKeyboardButton","fun URLInlineKeyboardButton(text: String, url: String)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.URLInlineKeyboardButton"]},{"name":"fun URLTextSource(source: String)","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.URLTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/-u-r-l-text-source.html","searchKeys":["URLTextSource","fun URLTextSource(source: String)","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.URLTextSource"]},{"name":"fun UnauthorizedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException.UnauthorizedException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-unauthorized-exception/-unauthorized-exception.html","searchKeys":["UnauthorizedException","fun UnauthorizedException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.UnauthorizedException.UnauthorizedException"]},{"name":"fun UnbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null)","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.UnbanChatMember","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/-unban-chat-member.html","searchKeys":["UnbanChatMember","fun UnbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null)","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.UnbanChatMember"]},{"name":"fun UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.UnbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/-unban-chat-sender-chat.html","searchKeys":["UnbanChatSenderChat","fun UnbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId)","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.UnbanChatSenderChat"]},{"name":"fun UnderlineTextSource(source: String, subsources: TextSourcesList)","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.UnderlineTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/-underline-text-source.html","searchKeys":["UnderlineTextSource","fun UnderlineTextSource(source: String, subsources: TextSourcesList)","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.UnderlineTextSource"]},{"name":"fun Unknown(type: String, rawJson: JsonElement)","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown.Unknown","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/-unknown.html","searchKeys":["Unknown","fun Unknown(type: String, rawJson: JsonElement)","dev.inmo.tgbotapi.types.MenuButton.Unknown.Unknown"]},{"name":"fun UnknownCallbackQueryType(id: CallbackQueryIdentifier, from: User, chatInstance: String, raw: String)","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.UnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/-unknown-callback-query-type.html","searchKeys":["UnknownCallbackQueryType","fun UnknownCallbackQueryType(id: CallbackQueryIdentifier, from: User, chatInstance: String, raw: String)","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.UnknownCallbackQueryType"]},{"name":"fun UnknownChatType(id: ChatId, raw: String)","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/-unknown-chat-type.html","searchKeys":["UnknownChatType","fun UnknownChatType(id: ChatId, raw: String)","dev.inmo.tgbotapi.types.chat.UnknownChatType.UnknownChatType"]},{"name":"fun UnknownChatType(stringified: String)","description":"dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.UnknownChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/-unknown-chat-type.html","searchKeys":["UnknownChatType","fun UnknownChatType(stringified: String)","dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.UnknownChatType"]},{"name":"fun UnknownEncryptedPassportElement(rawJson: JsonObject, hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.UnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/-unknown-encrypted-passport-element.html","searchKeys":["UnknownEncryptedPassportElement","fun UnknownEncryptedPassportElement(rawJson: JsonObject, hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.UnknownEncryptedPassportElement"]},{"name":"fun UnknownExtendedChat(id: ChatId, raw: String)","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.UnknownExtendedChat","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/-unknown-extended-chat.html","searchKeys":["UnknownExtendedChat","fun UnknownExtendedChat(id: ChatId, raw: String)","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.UnknownExtendedChat"]},{"name":"fun UnknownInlineKeyboardButton(rawData: JsonElement)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.UnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/-unknown-inline-keyboard-button.html","searchKeys":["UnknownInlineKeyboardButton","fun UnknownInlineKeyboardButton(rawData: JsonElement)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.UnknownInlineKeyboardButton"]},{"name":"fun UnknownMessageType(messageId: MessageIdentifier, chat: Chat, date: DateTime, insideException: Exception)","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.UnknownMessageType","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/-unknown-message-type.html","searchKeys":["UnknownMessageType","fun UnknownMessageType(messageId: MessageIdentifier, chat: Chat, date: DateTime, insideException: Exception)","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.UnknownMessageType"]},{"name":"fun UnknownPassportElementError(raw: JsonObject)","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.UnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/-unknown-passport-element-error.html","searchKeys":["UnknownPassportElementError","fun UnknownPassportElementError(raw: JsonObject)","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.UnknownPassportElementError"]},{"name":"fun UnknownUpdate(updateId: UpdateIdentifier, data: String, rawJson: JsonElement)","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.UnknownUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/-unknown-update.html","searchKeys":["UnknownUpdate","fun UnknownUpdate(updateId: UpdateIdentifier, data: String, rawJson: JsonElement)","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.UnknownUpdate"]},{"name":"fun UnpinAllChatMessages(chatId: ChatIdentifier)","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.UnpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/-unpin-all-chat-messages.html","searchKeys":["UnpinAllChatMessages","fun UnpinAllChatMessages(chatId: ChatIdentifier)","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.UnpinAllChatMessages"]},{"name":"fun UnpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null)","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.UnpinChatMessage","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/-unpin-chat-message.html","searchKeys":["UnpinChatMessage","fun UnpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null)","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.UnpinChatMessage"]},{"name":"fun Update.lastUpdateIdentifier(): UpdateIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/last-update-identifier.html","searchKeys":["lastUpdateIdentifier","fun Update.lastUpdateIdentifier(): UpdateIdentifier","dev.inmo.tgbotapi.extensions.utils.updates.lastUpdateIdentifier"]},{"name":"fun Update.sourceChat(): Chat?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.sourceChat","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/source-chat.html","searchKeys":["sourceChat","fun Update.sourceChat(): Chat?","dev.inmo.tgbotapi.extensions.utils.extensions.sourceChat"]},{"name":"fun Update.sourceUser(): User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.sourceUser","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/source-user.html","searchKeys":["sourceUser","fun Update.sourceUser(): User?","dev.inmo.tgbotapi.extensions.utils.extensions.sourceUser"]},{"name":"fun UploadStickerFile(userId: UserId, sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\"))","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.UploadStickerFile","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/-upload-sticker-file.html","searchKeys":["UploadStickerFile","fun UploadStickerFile(userId: UserId, sticker: MultipartFile = throw IllegalStateException(\"Detected autocreating try: this class can't be deserialized\"))","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.UploadStickerFile"]},{"name":"fun UserForwardInfo(dateOfOriginal: TelegramDate, from: User)","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo.UserForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/-user-forward-info.html","searchKeys":["UserForwardInfo","fun UserForwardInfo(dateOfOriginal: TelegramDate, from: User)","dev.inmo.tgbotapi.types.message.UserForwardInfo.UserForwardInfo"]},{"name":"fun UserLoggedIn(domain: String)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.UserLoggedIn","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/-user-logged-in.html","searchKeys":["UserLoggedIn","fun UserLoggedIn(domain: String)","dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.UserLoggedIn"]},{"name":"fun UserProfilePhotos(count: Int, photos: List)","description":"dev.inmo.tgbotapi.types.UserProfilePhotos.UserProfilePhotos","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/-user-profile-photos.html","searchKeys":["UserProfilePhotos","fun UserProfilePhotos(count: Int, photos: List)","dev.inmo.tgbotapi.types.UserProfilePhotos.UserProfilePhotos"]},{"name":"fun Username(username: String)","description":"dev.inmo.tgbotapi.types.Username.Username","location":"docs/dev.inmo.tgbotapi.types/-username/-username.html","searchKeys":["Username","fun Username(username: String)","dev.inmo.tgbotapi.types.Username.Username"]},{"name":"fun UtilityBill(files: List, translations: List = emptyList(), hash: PassportElementHash)","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.UtilityBill","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/-utility-bill.html","searchKeys":["UtilityBill","fun UtilityBill(files: List, translations: List = emptyList(), hash: PassportElementHash)","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.UtilityBill"]},{"name":"fun UtilityBillSecureValue(translation: List = emptyList(), files: List = emptyList())","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.UtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/-utility-bill-secure-value.html","searchKeys":["UtilityBillSecureValue","fun UtilityBillSecureValue(translation: List = emptyList(), files: List = emptyList())","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.UtilityBillSecureValue"]},{"name":"fun Venue(location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html","searchKeys":["Venue","fun Venue(location: StaticLocation, title: String, address: String, foursquare: Foursquare): Venue","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue"]},{"name":"fun Venue(location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","description":"dev.inmo.tgbotapi.types.venue.Venue.Venue","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/-venue.html","searchKeys":["Venue","fun Venue(location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null)","dev.inmo.tgbotapi.types.venue.Venue.Venue"]},{"name":"fun Venue(location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-venue.html","searchKeys":["Venue","fun Venue(location: StaticLocation, title: String, address: String, googlePlace: GooglePlace): Venue","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Venue"]},{"name":"fun Venue.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendVenue","description":"dev.inmo.tgbotapi.requests.send.toRequest","location":"docs/dev.inmo.tgbotapi.requests.send/to-request.html","searchKeys":["toRequest","fun Venue.toRequest(chatId: ChatIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): SendVenue","dev.inmo.tgbotapi.requests.send.toRequest"]},{"name":"fun VenueContent(venue: Venue)","description":"dev.inmo.tgbotapi.types.message.content.VenueContent.VenueContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/-venue-content.html","searchKeys":["VenueContent","fun VenueContent(venue: Venue)","dev.inmo.tgbotapi.types.message.content.VenueContent.VenueContent"]},{"name":"fun VideoChatEnded(duration: Seconds)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.VideoChatEnded","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/-video-chat-ended.html","searchKeys":["VideoChatEnded","fun VideoChatEnded(duration: Seconds)","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.VideoChatEnded"]},{"name":"fun VideoChatParticipantsInvited(users: List = emptyList())","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.VideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/-video-chat-participants-invited.html","searchKeys":["VideoChatParticipantsInvited","fun VideoChatParticipantsInvited(users: List = emptyList())","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.VideoChatParticipantsInvited"]},{"name":"fun VideoChatScheduled(startDate: TelegramDate)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.VideoChatScheduled","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/-video-chat-scheduled.html","searchKeys":["VideoChatScheduled","fun VideoChatScheduled(startDate: TelegramDate)","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.VideoChatScheduled"]},{"name":"fun VideoContent(media: VideoFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.VideoContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/-video-content.html","searchKeys":["VideoContent","fun VideoContent(media: VideoFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.VideoContent.VideoContent"]},{"name":"fun VideoFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VideoFile.VideoFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/-video-file.html","searchKeys":["VideoFile","fun VideoFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, duration: Long? = null, thumb: PhotoSize? = null, fileName: String? = null, mimeType: MimeType? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VideoFile.VideoFile"]},{"name":"fun VideoNoteContent(media: VideoNoteFile)","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.VideoNoteContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/-video-note-content.html","searchKeys":["VideoNoteContent","fun VideoNoteContent(media: VideoNoteFile)","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.VideoNoteContent"]},{"name":"fun VideoNoteFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, duration: Long? = null, thumb: PhotoSize? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.VideoNoteFile","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/-video-note-file.html","searchKeys":["VideoNoteFile","fun VideoNoteFile(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, duration: Long? = null, thumb: PhotoSize? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VideoNoteFile.VideoNoteFile"]},{"name":"fun VideoSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VideoSticker.VideoSticker","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/-video-sticker.html","searchKeys":["VideoSticker","fun VideoSticker(fileId: FileId, fileUniqueId: FileUniqueId, width: Int, height: Int, thumb: PhotoSize? = null, emoji: String? = null, stickerSetName: StickerSetName? = null, maskPosition: MaskPosition? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VideoSticker.VideoSticker"]},{"name":"fun VoiceContent(media: VoiceFile, text: String? = null, textSources: TextSourcesList = emptyList())","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.VoiceContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/-voice-content.html","searchKeys":["VoiceContent","fun VoiceContent(media: VoiceFile, text: String? = null, textSources: TextSourcesList = emptyList())","dev.inmo.tgbotapi.types.message.content.VoiceContent.VoiceContent"]},{"name":"fun VoiceFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, mimeType: MimeType? = null, fileSize: Long? = null)","description":"dev.inmo.tgbotapi.types.files.VoiceFile.VoiceFile","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/-voice-file.html","searchKeys":["VoiceFile","fun VoiceFile(fileId: FileId, fileUniqueId: FileUniqueId, duration: Long? = null, mimeType: MimeType? = null, fileSize: Long? = null)","dev.inmo.tgbotapi.types.files.VoiceFile.VoiceFile"]},{"name":"fun VoiceFile.asAudioFile(performer: String? = null, title: String? = null, fileName: String? = null): AudioFile","description":"dev.inmo.tgbotapi.types.files.asAudioFile","location":"docs/dev.inmo.tgbotapi.types.files/as-audio-file.html","searchKeys":["asAudioFile","fun VoiceFile.asAudioFile(performer: String? = null, title: String? = null, fileName: String? = null): AudioFile","dev.inmo.tgbotapi.types.files.asAudioFile"]},{"name":"fun WebApp()","description":"dev.inmo.tgbotapi.webapps.WebApp.WebApp","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/-web-app.html","searchKeys":["WebApp","fun WebApp()","dev.inmo.tgbotapi.webapps.WebApp.WebApp"]},{"name":"fun WebApp(text: String, webApp: WebAppInfo)","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.WebApp","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/-web-app.html","searchKeys":["WebApp","fun WebApp(text: String, webApp: WebAppInfo)","dev.inmo.tgbotapi.types.MenuButton.WebApp.WebApp"]},{"name":"fun WebApp.isInitDataSafe(botToken: String): Boolean","description":"dev.inmo.tgbotapi.webapps.isInitDataSafe","location":"docs/dev.inmo.tgbotapi.webapps/is-init-data-safe.html","searchKeys":["isInitDataSafe","fun WebApp.isInitDataSafe(botToken: String): Boolean","dev.inmo.tgbotapi.webapps.isInitDataSafe"]},{"name":"fun WebApp.onEvent(type: EventType, eventHandler: EventHandler): () -> Unit","description":"dev.inmo.tgbotapi.webapps.onEvent","location":"docs/dev.inmo.tgbotapi.webapps/on-event.html","searchKeys":["onEvent","fun WebApp.onEvent(type: EventType, eventHandler: EventHandler): () -> Unit","dev.inmo.tgbotapi.webapps.onEvent"]},{"name":"fun WebApp.onEvent(type: EventType.ViewportChanged, eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","description":"dev.inmo.tgbotapi.webapps.onEvent","location":"docs/dev.inmo.tgbotapi.webapps/on-event.html","searchKeys":["onEvent","fun WebApp.onEvent(type: EventType.ViewportChanged, eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","dev.inmo.tgbotapi.webapps.onEvent"]},{"name":"fun WebApp.onMainButtonClicked(eventHandler: EventHandler): () -> Unit","description":"dev.inmo.tgbotapi.webapps.onMainButtonClicked","location":"docs/dev.inmo.tgbotapi.webapps/on-main-button-clicked.html","searchKeys":["onMainButtonClicked","fun WebApp.onMainButtonClicked(eventHandler: EventHandler): () -> Unit","dev.inmo.tgbotapi.webapps.onMainButtonClicked"]},{"name":"fun WebApp.onThemeChanged(eventHandler: EventHandler): () -> Unit","description":"dev.inmo.tgbotapi.webapps.onThemeChanged","location":"docs/dev.inmo.tgbotapi.webapps/on-theme-changed.html","searchKeys":["onThemeChanged","fun WebApp.onThemeChanged(eventHandler: EventHandler): () -> Unit","dev.inmo.tgbotapi.webapps.onThemeChanged"]},{"name":"fun WebApp.onViewportChanged(eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","description":"dev.inmo.tgbotapi.webapps.onViewportChanged","location":"docs/dev.inmo.tgbotapi.webapps/on-viewport-changed.html","searchKeys":["onViewportChanged","fun WebApp.onViewportChanged(eventHandler: ViewportChangedEventHandler): (ViewportChangedData) -> Unit","dev.inmo.tgbotapi.webapps.onViewportChanged"]},{"name":"fun WebAppData(data: String, buttonText: String)","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.WebAppData","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/-web-app-data.html","searchKeys":["WebAppData","fun WebAppData(data: String, buttonText: String)","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.WebAppData"]},{"name":"fun WebAppInfo(url: String)","description":"dev.inmo.tgbotapi.types.webapps.WebAppInfo.WebAppInfo","location":"docs/dev.inmo.tgbotapi.types.webapps/-web-app-info/-web-app-info.html","searchKeys":["WebAppInfo","fun WebAppInfo(url: String)","dev.inmo.tgbotapi.types.webapps.WebAppInfo.WebAppInfo"]},{"name":"fun WebAppInlineKeyboardButton(text: String, webApp: WebAppInfo)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.WebAppInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/-web-app-inline-keyboard-button.html","searchKeys":["WebAppInlineKeyboardButton","fun WebAppInlineKeyboardButton(text: String, webApp: WebAppInfo)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.WebAppInlineKeyboardButton"]},{"name":"fun WebAppKeyboardButton(text: String, webApp: WebAppInfo)","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.WebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/-web-app-keyboard-button.html","searchKeys":["WebAppKeyboardButton","fun WebAppKeyboardButton(text: String, webApp: WebAppInfo)","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.WebAppKeyboardButton"]},{"name":"fun WebAppUser.asUser(): User","description":"dev.inmo.tgbotapi.webapps.asUser","location":"docs/dev.inmo.tgbotapi.webapps/as-user.html","searchKeys":["asUser","fun WebAppUser.asUser(): User","dev.inmo.tgbotapi.webapps.asUser"]},{"name":"fun WebhookInfo(url: String, awaitDelivery: Int, maxConnections: Int = 40, customCertificate: Boolean = false, allowedUpdates: List = ALL_UPDATES_LIST, lastErrorDate: TelegramDate? = null, lastSynchronizationErrorDate: TelegramDate? = null, lastErrorMessage: String? = null)","description":"dev.inmo.tgbotapi.types.WebhookInfo.WebhookInfo","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/-webhook-info.html","searchKeys":["WebhookInfo","fun WebhookInfo(url: String, awaitDelivery: Int, maxConnections: Int = 40, customCertificate: Boolean = false, allowedUpdates: List = ALL_UPDATES_LIST, lastErrorDate: TelegramDate? = null, lastSynchronizationErrorDate: TelegramDate? = null, lastErrorMessage: String? = null)","dev.inmo.tgbotapi.types.WebhookInfo.WebhookInfo"]},{"name":"fun WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, aliasName: String, aliasPassword: String)","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.WebhookPrivateKeyConfig","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/-webhook-private-key-config.html","searchKeys":["WebhookPrivateKeyConfig","fun WebhookPrivateKeyConfig(keyStorePath: String, keyStorePassword: String, aliasName: String, aliasPassword: String)","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.WebhookPrivateKeyConfig"]},{"name":"fun WithOptionalLanguageCode?.javaLocale(): Locale?","description":"dev.inmo.tgbotapi.types.javaLocale","location":"docs/dev.inmo.tgbotapi.types/java-locale.html","searchKeys":["javaLocale","fun WithOptionalLanguageCode?.javaLocale(): Locale?","dev.inmo.tgbotapi.types.javaLocale"]},{"name":"fun WrongFileIdentifierException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","description":"dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException.WrongFileIdentifierException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-wrong-file-identifier-exception/-wrong-file-identifier-exception.html","searchKeys":["WrongFileIdentifierException","fun WrongFileIdentifierException(response: Response, plainAnswer: String, message: String?, cause: Throwable?)","dev.inmo.tgbotapi.bot.exceptions.WrongFileIdentifierException.WrongFileIdentifierException"]},{"name":"fun add(source: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.add","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/add.html","searchKeys":["add","fun add(source: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.add"]},{"name":"fun add(t: List): Boolean","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.add","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/add.html","searchKeys":["add","fun add(t: List): Boolean","dev.inmo.tgbotapi.utils.MatrixBuilder.add"]},{"name":"fun add(t: T): Boolean","description":"dev.inmo.tgbotapi.utils.RowBuilder.add","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/add.html","searchKeys":["add","fun add(t: T): Boolean","dev.inmo.tgbotapi.utils.RowBuilder.add"]},{"name":"fun addAll(sources: Iterable): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.addAll","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/add-all.html","searchKeys":["addAll","fun addAll(sources: Iterable): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.addAll"]},{"name":"fun aliasPassword(): CharArray","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasPassword","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-password.html","searchKeys":["aliasPassword","fun aliasPassword(): CharArray","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasPassword"]},{"name":"fun build(): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.build","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-inline-keyboard-builder/build.html","searchKeys":["build","fun build(): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.InlineKeyboardBuilder.build"]},{"name":"fun build(): KtorRequestsExecutor","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.build","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/build.html","searchKeys":["build","fun build(): KtorRequestsExecutor","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.build"]},{"name":"fun build(): TextSourcesList","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.build","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/build.html","searchKeys":["build","fun build(): TextSourcesList","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.build"]},{"name":"fun build(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.build","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/-reply-keyboard-builder/build.html","searchKeys":["build","fun build(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.ReplyKeyboardBuilder.build"]},{"name":"fun buildBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, block: BotBuilder.() -> Unit): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.buildBot","location":"docs/dev.inmo.tgbotapi.extensions.api/build-bot.html","searchKeys":["buildBot","fun buildBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, block: BotBuilder.() -> Unit): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.buildBot"]},{"name":"fun buildEntities(separator: String, init: EntitiesBuilderBody): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/build-entities.html","searchKeys":["buildEntities","fun buildEntities(separator: String, init: EntitiesBuilderBody): List","dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities"]},{"name":"fun buildEntities(separator: TextSource? = null, init: EntitiesBuilderBody): TextSourcesList","description":"dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/build-entities.html","searchKeys":["buildEntities","fun buildEntities(separator: TextSource? = null, init: EntitiesBuilderBody): TextSourcesList","dev.inmo.tgbotapi.extensions.utils.formatting.buildEntities"]},{"name":"fun buildMimeType(raw: String): MimeType","description":"dev.inmo.tgbotapi.utils.buildMimeType","location":"docs/dev.inmo.tgbotapi.utils/build-mime-type.html","searchKeys":["buildMimeType","fun buildMimeType(raw: String): MimeType","dev.inmo.tgbotapi.utils.buildMimeType"]},{"name":"fun checkWebAppLink(rawData: String, hash: String): Boolean","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.checkWebAppLink","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/check-web-app-link.html","searchKeys":["checkWebAppLink","fun checkWebAppLink(rawData: String, hash: String): Boolean","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.checkWebAppLink"]},{"name":"fun close()","description":"dev.inmo.tgbotapi.webapps.WebApp.close","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/close.html","searchKeys":["close","fun close()","dev.inmo.tgbotapi.webapps.WebApp.close"]},{"name":"fun closePollAfter(seconds: LongSeconds): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html","searchKeys":["closePollAfter","fun closePollAfter(seconds: LongSeconds): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter"]},{"name":"fun closePollAfter(seconds: Seconds): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-after.html","searchKeys":["closePollAfter","fun closePollAfter(seconds: Seconds): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollAfter"]},{"name":"fun closePollExactAfter(seconds: LongSeconds): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html","searchKeys":["closePollExactAfter","fun closePollExactAfter(seconds: LongSeconds): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter"]},{"name":"fun closePollExactAfter(seconds: Seconds): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-after.html","searchKeys":["closePollExactAfter","fun closePollExactAfter(seconds: Seconds): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAfter"]},{"name":"fun closePollExactAt(dateTime: DateTime): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAt","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/close-poll-exact-at.html","searchKeys":["closePollExactAt","fun closePollExactAt(dateTime: DateTime): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.shortcuts.closePollExactAt"]},{"name":"fun createFileLinkUrl(filePath: String): String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.createFileLinkUrl","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/create-file-link-url.html","searchKeys":["createFileLinkUrl","fun createFileLinkUrl(filePath: String): String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.createFileLinkUrl"]},{"name":"fun createFormattedText(entities: TextSourcesList, partLength: Int = textLength.last, mode: ParseMode = defaultParseMode): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createFormattedText","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-formatted-text.html","searchKeys":["createFormattedText","fun createFormattedText(entities: TextSourcesList, partLength: Int = textLength.last, mode: ParseMode = defaultParseMode): List","dev.inmo.tgbotapi.extensions.utils.formatting.createFormattedText"]},{"name":"fun createHtmlText(entities: TextSourcesList, partLength: Int = textLength.last): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createHtmlText","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-html-text.html","searchKeys":["createHtmlText","fun createHtmlText(entities: TextSourcesList, partLength: Int = textLength.last): List","dev.inmo.tgbotapi.extensions.utils.formatting.createHtmlText"]},{"name":"fun createMarkdownText(entities: TextSourcesList, partLength: Int = textLength.last): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownText","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-text.html","searchKeys":["createMarkdownText","fun createMarkdownText(entities: TextSourcesList, partLength: Int = textLength.last): List","dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownText"]},{"name":"fun createMarkdownV2Text(entities: TextSourcesList, partLength: Int = textLength.last): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownV2Text","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/create-markdown-v2-text.html","searchKeys":["createMarkdownV2Text","fun createMarkdownV2Text(entities: TextSourcesList, partLength: Int = textLength.last): List","dev.inmo.tgbotapi.extensions.utils.formatting.createMarkdownV2Text"]},{"name":"fun createSimpleUpdateFilter(messageCallback: UpdateReceiver? = null, mediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollCallback: UpdateReceiver? = null, pollAnswerCallback: UpdateReceiver? = null, unknownCallback: UpdateReceiver? = null): UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.createSimpleUpdateFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/create-simple-update-filter.html","searchKeys":["createSimpleUpdateFilter","fun createSimpleUpdateFilter(messageCallback: UpdateReceiver? = null, mediaGroupCallback: UpdateReceiver? = null, editedMessageCallback: UpdateReceiver? = null, channelPostCallback: UpdateReceiver? = null, editedChannelPostCallback: UpdateReceiver? = null, chosenInlineResultCallback: UpdateReceiver? = null, inlineQueryCallback: UpdateReceiver? = null, callbackQueryCallback: UpdateReceiver? = null, shippingQueryCallback: UpdateReceiver? = null, preCheckoutQueryCallback: UpdateReceiver? = null, pollCallback: UpdateReceiver? = null, pollAnswerCallback: UpdateReceiver? = null, unknownCallback: UpdateReceiver? = null): UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.createSimpleUpdateFilter"]},{"name":"fun createTelegramBotDefaultKtorCallRequestsFactories(): List","description":"dev.inmo.tgbotapi.bot.ktor.createTelegramBotDefaultKtorCallRequestsFactories","location":"docs/dev.inmo.tgbotapi.bot.ktor/create-telegram-bot-default-ktor-call-requests-factories.html","searchKeys":["createTelegramBotDefaultKtorCallRequestsFactories","fun createTelegramBotDefaultKtorCallRequestsFactories(): List","dev.inmo.tgbotapi.bot.ktor.createTelegramBotDefaultKtorCallRequestsFactories"]},{"name":"fun createWebAppStartParam(value: String): Pair","description":"dev.inmo.tgbotapi.utils.extensions.createWebAppStartParam","location":"docs/dev.inmo.tgbotapi.utils.extensions/create-web-app-start-param.html","searchKeys":["createWebAppStartParam","fun createWebAppStartParam(value: String): Pair","dev.inmo.tgbotapi.utils.extensions.createWebAppStartParam"]},{"name":"fun disable(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.disable","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/disable.html","searchKeys":["disable","fun disable(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.disable"]},{"name":"fun enable(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.enable","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/enable.html","searchKeys":["enable","fun enable(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.enable"]},{"name":"fun expand()","description":"dev.inmo.tgbotapi.webapps.WebApp.expand","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/expand.html","searchKeys":["expand","fun expand()","dev.inmo.tgbotapi.webapps.WebApp.expand"]},{"name":"fun fromFile(file: MPPFile): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-file.html","searchKeys":["fromFile","fun fromFile(file: MPPFile): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromFile"]},{"name":"fun fromId(id: String): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-id.html","searchKeys":["fromId","fun fromId(id: String): FileId","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromId"]},{"name":"fun fromInput(filename: String, inputSource: () -> Input): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromInput","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-input.html","searchKeys":["fromInput","fun fromInput(filename: String, inputSource: () -> Input): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromInput"]},{"name":"fun fromUrl(url: String): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromUrl","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/from-url.html","searchKeys":["fromUrl","fun fromUrl(url: String): FileId","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.fromUrl"]},{"name":"fun hide(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.hide","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/hide.html","searchKeys":["hide","fun hide(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.hide"]},{"name":"fun hideProgress(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.hideProgress","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/hide-progress.html","searchKeys":["hideProgress","fun hideProgress(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.hideProgress"]},{"name":"fun interface BehaviourWithFSMStateHandler : StatesHandler ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/index.html","searchKeys":["BehaviourWithFSMStateHandler","fun interface BehaviourWithFSMStateHandler : StatesHandler ","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler"]},{"name":"fun interface ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocator","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator/index.html","searchKeys":["ByteReadChannelAllocator","fun interface ByteReadChannelAllocator","dev.inmo.tgbotapi.utils.ByteReadChannelAllocator"]},{"name":"fun interface MarkerFactory","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-marker-factory/index.html","searchKeys":["MarkerFactory","fun interface MarkerFactory","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.MarkerFactory"]},{"name":"fun interface SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-simple-filter/index.html","searchKeys":["SimpleFilter","fun interface SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.SimpleFilter"]},{"name":"fun isHandled(command: String): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.isHandled","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-regexes-holder/is-handled.html","searchKeys":["isHandled","fun isHandled(command: String): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableRegexesHolder.isHandled"]},{"name":"fun keyStorePassword(): CharArray","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStorePassword","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store-password.html","searchKeys":["keyStorePassword","fun keyStorePassword(): CharArray","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStorePassword"]},{"name":"fun makeLinkToMessage(chat: Chat, messageId: MessageIdentifier): String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(chat: Chat, messageId: MessageIdentifier): String?","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeLinkToMessage(chat: UsernameChat, messageId: MessageIdentifier): String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(chat: UsernameChat, messageId: MessageIdentifier): String?","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeLinkToMessage(username: String, messageId: MessageIdentifier): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(username: String, messageId: MessageIdentifier): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeLinkToMessage(username: Username, messageId: MessageIdentifier): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link-to-message.html","searchKeys":["makeLinkToMessage","fun makeLinkToMessage(username: Username, messageId: MessageIdentifier): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeLinkToMessage"]},{"name":"fun makeUsernameDeepLinkPrefix(username: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameDeepLinkPrefix","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-deep-link-prefix.html","searchKeys":["makeUsernameDeepLinkPrefix","fun makeUsernameDeepLinkPrefix(username: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameDeepLinkPrefix"]},{"name":"fun makeUsernameLink(username: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-username-link.html","searchKeys":["makeUsernameLink","fun makeUsernameLink(username: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeUsernameLink"]},{"name":"fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/method.html","searchKeys":["method","fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion.method"]},{"name":"fun newRequestException(response: Response, plainAnswer: String, message: String? = null, cause: Throwable? = null): RequestException","description":"dev.inmo.tgbotapi.bot.exceptions.newRequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/new-request-exception.html","searchKeys":["newRequestException","fun newRequestException(response: Response, plainAnswer: String, message: String? = null, cause: Throwable? = null): RequestException","dev.inmo.tgbotapi.bot.exceptions.newRequestException"]},{"name":"fun offEvent(type: String, callback: () -> Unit)","description":"dev.inmo.tgbotapi.webapps.WebApp.offEvent","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/off-event.html","searchKeys":["offEvent","fun offEvent(type: String, callback: () -> Unit)","dev.inmo.tgbotapi.webapps.WebApp.offEvent"]},{"name":"fun offEventWithBoolean(type: String, callback: (ViewportChangedData) -> Unit)","description":"dev.inmo.tgbotapi.webapps.WebApp.offEventWithBoolean","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/off-event-with-boolean.html","searchKeys":["offEventWithBoolean","fun offEventWithBoolean(type: String, callback: (ViewportChangedData) -> Unit)","dev.inmo.tgbotapi.webapps.WebApp.offEventWithBoolean"]},{"name":"fun ready()","description":"dev.inmo.tgbotapi.webapps.WebApp.ready","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/ready.html","searchKeys":["ready","fun ready()","dev.inmo.tgbotapi.webapps.WebApp.ready"]},{"name":"fun sendData(data: String)","description":"dev.inmo.tgbotapi.webapps.WebApp.sendData","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/send-data.html","searchKeys":["sendData","fun sendData(data: String)","dev.inmo.tgbotapi.webapps.WebApp.sendData"]},{"name":"fun serializationModule(visualMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, documentMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, audioMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, textedMediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaCollectionContentAdditionalBuilder: PolymorphicModuleBuilder>.() -> Unit = {}, additionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}): SerializersModule","description":"dev.inmo.tgbotapi.types.message.content.MessageContent.Companion.serializationModule","location":"docs/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/serialization-module.html","searchKeys":["serializationModule","fun serializationModule(visualMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, documentMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, audioMediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaGroupContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, textedMediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaContentAdditionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}, mediaCollectionContentAdditionalBuilder: PolymorphicModuleBuilder>.() -> Unit = {}, additionalBuilder: PolymorphicModuleBuilder.() -> Unit = {}): SerializersModule","dev.inmo.tgbotapi.types.message.content.MessageContent.Companion.serializationModule"]},{"name":"fun setText(text: String): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.setText","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/set-text.html","searchKeys":["setText","fun setText(text: String): MainButton","dev.inmo.tgbotapi.webapps.MainButton.setText"]},{"name":"fun show(): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.show","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/show.html","searchKeys":["show","fun show(): MainButton","dev.inmo.tgbotapi.webapps.MainButton.show"]},{"name":"fun showProgress(leaveActive: Boolean = definedExternally): MainButton","description":"dev.inmo.tgbotapi.webapps.MainButton.showProgress","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/show-progress.html","searchKeys":["showProgress","fun showProgress(leaveActive: Boolean = definedExternally): MainButton","dev.inmo.tgbotapi.webapps.MainButton.showProgress"]},{"name":"fun simple(text: String, votes: Int = 0): SimplePollOption","description":"dev.inmo.tgbotapi.types.polls.PollOption.Companion.simple","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/simple.html","searchKeys":["simple","fun simple(text: String, votes: Int = 0): SimplePollOption","dev.inmo.tgbotapi.types.polls.PollOption.Companion.simple"]},{"name":"fun startListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, exceptionsHandler: ExceptionHandler, listenHost: String = \"0.0.0.0\", listenRoute: String? = null, privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startListenWebhooks","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/start-listen-webhooks.html","searchKeys":["startListenWebhooks","fun startListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, exceptionsHandler: ExceptionHandler, listenHost: String = \"0.0.0.0\", listenRoute: String? = null, privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.startListenWebhooks"]},{"name":"fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): TelegramBot","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): TelegramBot","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"fun unlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited"]},{"name":"fun unlimited(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited"]},{"name":"fun unlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.unlimited"]},{"name":"fun unlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/unlimited.html","searchKeys":["unlimited","fun unlimited(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkUnlimited","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.unlimited"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, expiration: DateTime, name: String? = null): EditChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, inviteLink: String, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-join-request.html","searchKeys":["withJoinRequest","fun withJoinRequest(chatId: ChatIdentifier, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withJoinRequest"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): EditChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): EditChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, inviteLink: String, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): EditChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion.withLimitedMembers"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): CreateChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers"]},{"name":"fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/with-limited-members.html","searchKeys":["withLimitedMembers","fun withLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expirationUnixTimeStamp: TelegramDate? = null): CreateChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion.withLimitedMembers"]},{"name":"infix fun Pair.mention(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","infix fun Pair.mention(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"infix fun Pair.link(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","infix fun Pair.link(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"infix fun String.bold(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","infix fun String.bold(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"infix fun String.cashtag(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cashtag.html","searchKeys":["cashtag","infix fun String.cashtag(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.cashtag"]},{"name":"infix fun String.code(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.code","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code.html","searchKeys":["code","infix fun String.code(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.code"]},{"name":"infix fun String.command(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.command","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/command.html","searchKeys":["command","infix fun String.command(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.command"]},{"name":"infix fun String.email(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","infix fun String.email(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"infix fun String.hashTag(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hash-tag.html","searchKeys":["hashTag","infix fun String.hashTag(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.hashTag"]},{"name":"infix fun String.italic(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","infix fun String.italic(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"infix fun String.mention(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","infix fun String.mention(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"infix fun String.phone(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","infix fun String.phone(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"infix fun String.pre(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.pre","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html","searchKeys":["pre","infix fun String.pre(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.pre"]},{"name":"infix fun String.regular(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regular","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html","searchKeys":["regular","infix fun String.regular(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.regular"]},{"name":"infix fun String.strikethrough(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","infix fun String.strikethrough(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"infix fun String.underline(parseMode: ParseMode): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","infix fun String.underline(parseMode: ParseMode): String","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"infix inline fun Deferred.withAction(noinline callback: suspend (T) -> O): DeferredAction","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.withAction","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/with-action.html","searchKeys":["withAction","infix inline fun Deferred.withAction(noinline callback: suspend (T) -> O): DeferredAction","dev.inmo.tgbotapi.extensions.behaviour_builder.withAction"]},{"name":"inline fun CustomBehaviourContextReceiver(noinline block: CustomBehaviourContextReceiver): suspend BC.() -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.CustomBehaviourContextReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-custom-behaviour-context-receiver.html","searchKeys":["CustomBehaviourContextReceiver","inline fun CustomBehaviourContextReceiver(noinline block: CustomBehaviourContextReceiver): suspend BC.() -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.CustomBehaviourContextReceiver"]},{"name":"inline fun > Flow.commonMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.commonMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils/common-messages.html","searchKeys":["commonMessages","inline fun > Flow.commonMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.commonMessages"]},{"name":"inline fun BehaviourContextWithFSM.onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.onStateOrSubstate","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/on-state-or-substate.html","searchKeys":["onStateOrSubstate","inline fun BehaviourContextWithFSM.onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.onStateOrSubstate"]},{"name":"inline fun BehaviourContextWithFSM.strictlyOn(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.strictlyOn","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/strictly-on.html","searchKeys":["strictlyOn","inline fun BehaviourContextWithFSM.strictlyOn(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.strictlyOn"]},{"name":"inline fun BehaviourWithFSMStateHandlerHolder(strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler): BehaviourWithFSMStateHandlerHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder.html","searchKeys":["BehaviourWithFSMStateHandlerHolder","inline fun BehaviourWithFSMStateHandlerHolder(strict: Boolean = false, delegateTo: BehaviourWithFSMStateHandler): BehaviourWithFSMStateHandlerHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder"]},{"name":"inline fun onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.onStateOrSubstate","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/on-state-or-substate.html","searchKeys":["onStateOrSubstate","inline fun onStateOrSubstate(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.onStateOrSubstate"]},{"name":"inline fun strictlyOn(handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.strictlyOn","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/strictly-on.html","searchKeys":["strictlyOn","inline fun strictlyOn(handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.strictlyOn"]},{"name":"inline fun Flow.chatEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.updates.chatEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/chat-events.html","searchKeys":["chatEvents","inline fun Flow.chatEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.updates.chatEvents"]},{"name":"inline fun Flow.passportMessages(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.updates.passportMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/passport-messages.html","searchKeys":["passportMessages","inline fun Flow.passportMessages(): Flow","dev.inmo.tgbotapi.extensions.utils.updates.passportMessages"]},{"name":"inline fun Flow>.filterChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html","searchKeys":["filterChannelEvents","inline fun Flow>.filterChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-channel-events.html","searchKeys":["filterChannelEvents","inline fun FlowsUpdatesFilter.filterChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterChannelEvents"]},{"name":"inline fun > Flow>.filterByChatEvent(): Flow","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterByChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-by-chat-event.html","searchKeys":["filterByChatEvent","inline fun > Flow>.filterByChatEvent(): Flow","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterByChatEvent"]},{"name":"inline fun Flow>.filterGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html","searchKeys":["filterGroupEvents","inline fun Flow>.filterGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-group-events.html","searchKeys":["filterGroupEvents","inline fun FlowsUpdatesFilter.filterGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterGroupEvents"]},{"name":"inline fun telegramBot(token: String, clientFactory: HttpClientEngineFactory, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, clientFactory: HttpClientEngineFactory, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientFactory: HttpClientEngineFactory, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientFactory: HttpClientEngineFactory, noinline clientConfig: HttpClientConfig.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun Flow.filterMediaGroupMessages(): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-media-group-messages.html","searchKeys":["filterMediaGroupMessages","inline fun Flow.filterMediaGroupMessages(): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages"]},{"name":"inline fun FlowsUpdatesFilter.filterMediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-media-group-messages.html","searchKeys":["filterMediaGroupMessages","inline fun FlowsUpdatesFilter.filterMediaGroupMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterMediaGroupMessages"]},{"name":"inline fun MediaGroupMessage<*>.requireWithContent(): MediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun MediaGroupMessage<*>.requireWithContent(): MediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun MediaGroupMessage<*>.withContent(): MediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun MediaGroupMessage<*>.withContent(): MediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun AnonymousGroupContentMessage<*>.requireWithContent(): AnonymousGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun AnonymousGroupContentMessage<*>.requireWithContent(): AnonymousGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun AnonymousGroupContentMessage<*>.withContent(): AnonymousGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun AnonymousGroupContentMessage<*>.withContent(): AnonymousGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun ChannelContentMessage<*>.requireWithContent(): ChannelContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun ChannelContentMessage<*>.requireWithContent(): ChannelContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun ChannelContentMessage<*>.withContent(): ChannelContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun ChannelContentMessage<*>.withContent(): ChannelContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun CommonGroupContentMessage<*>.requireWithContent(): CommonGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun CommonGroupContentMessage<*>.requireWithContent(): CommonGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun CommonGroupContentMessage<*>.withContent(): CommonGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun CommonGroupContentMessage<*>.withContent(): CommonGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun CommonMessage<*>.requireWithContent(): CommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun CommonMessage<*>.requireWithContent(): CommonMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun CommonMessage<*>.withContent(): CommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun CommonMessage<*>.withContent(): CommonMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun ContentMessage<*>.requireWithContent(): ContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun ContentMessage<*>.requireWithContent(): ContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun ContentMessage<*>.withContent(): ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun ContentMessage<*>.withContent(): ContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun Flow.filterContentMessages(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html","searchKeys":["filterContentMessages","inline fun Flow.filterContentMessages(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages"]},{"name":"inline fun FlowsUpdatesFilter.filterContentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-content-messages.html","searchKeys":["filterContentMessages","inline fun FlowsUpdatesFilter.filterContentMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterContentMessages"]},{"name":"inline fun FromChannelGroupContentMessage<*>.requireWithContent(): FromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun FromChannelGroupContentMessage<*>.requireWithContent(): FromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun FromChannelGroupContentMessage<*>.withContent(): FromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun FromChannelGroupContentMessage<*>.withContent(): FromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun GroupContentMessage<*>.requireWithContent(): GroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun GroupContentMessage<*>.requireWithContent(): GroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun GroupContentMessage<*>.withContent(): GroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun GroupContentMessage<*>.withContent(): GroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun PossiblySentViaBotCommonMessage<*>.requireWithContent(): PossiblySentViaBotCommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun PossiblySentViaBotCommonMessage<*>.requireWithContent(): PossiblySentViaBotCommonMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun PossiblySentViaBotCommonMessage<*>.withContent(): PossiblySentViaBotCommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun PossiblySentViaBotCommonMessage<*>.withContent(): PossiblySentViaBotCommonMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun PrivateContentMessage<*>.requireWithContent(): PrivateContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun PrivateContentMessage<*>.requireWithContent(): PrivateContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun PrivateContentMessage<*>.withContent(): PrivateContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun PrivateContentMessage<*>.withContent(): PrivateContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun PublicContentMessage<*>.requireWithContent(): PublicContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireWithContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-content.html","searchKeys":["requireWithContent","inline fun PublicContentMessage<*>.requireWithContent(): PublicContentMessage","dev.inmo.tgbotapi.extensions.utils.requireWithContent"]},{"name":"inline fun PublicContentMessage<*>.withContent(): PublicContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.withContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/with-content.html","searchKeys":["withContent","inline fun PublicContentMessage<*>.withContent(): PublicContentMessage?","dev.inmo.tgbotapi.extensions.utils.withContent"]},{"name":"inline fun filterForContentMessage(): suspend (ContentMessage<*>) -> ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterForContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-for-content-message.html","searchKeys":["filterForContentMessage","inline fun filterForContentMessage(): suspend (ContentMessage<*>) -> ContentMessage?","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterForContentMessage"]},{"name":"inline fun Flow>.filterPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html","searchKeys":["filterPrivateEvents","inline fun Flow>.filterPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-private-events.html","searchKeys":["filterPrivateEvents","inline fun FlowsUpdatesFilter.filterPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterPrivateEvents"]},{"name":"inline fun Flow>.filterSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html","searchKeys":["filterSupergroupEvents","inline fun Flow>.filterSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.filterSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/filter-supergroup-events.html","searchKeys":["filterSupergroupEvents","inline fun FlowsUpdatesFilter.filterSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.filterSupergroupEvents"]},{"name":"inline fun BehaviourContextAndTwoTypesReceiver(noinline block: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(I1, I2) -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTwoTypesReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-two-types-receiver.html","searchKeys":["BehaviourContextAndTwoTypesReceiver","inline fun BehaviourContextAndTwoTypesReceiver(noinline block: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(I1, I2) -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTwoTypesReceiver"]},{"name":"inline fun BehaviourContextAndTypeReceiver(noinline block: BehaviourContextAndTypeReceiver): suspend BehaviourContext.(I) -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTypeReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-and-type-receiver.html","searchKeys":["BehaviourContextAndTypeReceiver","inline fun BehaviourContextAndTypeReceiver(noinline block: BehaviourContextAndTypeReceiver): suspend BehaviourContext.(I) -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextAndTypeReceiver"]},{"name":"inline fun Any.whenFromUser(block: (FromUser) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFromUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-from-user.html","searchKeys":["whenFromUser","inline fun Any.whenFromUser(block: (FromUser) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFromUser"]},{"name":"inline fun Any.whenWithOptionalLanguageCode(block: (WithOptionalLanguageCode) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-with-optional-language-code.html","searchKeys":["whenWithOptionalLanguageCode","inline fun Any.whenWithOptionalLanguageCode(block: (WithOptionalLanguageCode) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWithOptionalLanguageCode"]},{"name":"inline fun Any.whenWithUser(block: (WithUser) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWithUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-with-user.html","searchKeys":["whenWithUser","inline fun Any.whenWithUser(block: (WithUser) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWithUser"]},{"name":"inline fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder(), crossinline block: BehaviourContext.() -> T): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context.html","searchKeys":["BehaviourContext","inline fun BehaviourContext(bot: TelegramBot, scope: CoroutineScope, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), triggersHolder: TriggersHolder = TriggersHolder(), crossinline block: BehaviourContext.() -> T): T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext"]},{"name":"inline fun BehaviourContextReceiver(noinline block: BehaviourContextReceiver): suspend BehaviourContext.() -> T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-receiver.html","searchKeys":["BehaviourContextReceiver","inline fun BehaviourContextReceiver(noinline block: BehaviourContextReceiver): suspend BehaviourContext.() -> T","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextReceiver"]},{"name":"inline fun BotAction.whenChooseStickerAction(block: (ChooseStickerAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-choose-sticker-action.html","searchKeys":["whenChooseStickerAction","inline fun BotAction.whenChooseStickerAction(block: (ChooseStickerAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChooseStickerAction"]},{"name":"inline fun BotAction.whenFindLocationAction(block: (FindLocationAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-find-location-action.html","searchKeys":["whenFindLocationAction","inline fun BotAction.whenFindLocationAction(block: (FindLocationAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFindLocationAction"]},{"name":"inline fun BotAction.whenRecordVideoAction(block: (RecordVideoAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-record-video-action.html","searchKeys":["whenRecordVideoAction","inline fun BotAction.whenRecordVideoAction(block: (RecordVideoAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRecordVideoAction"]},{"name":"inline fun BotAction.whenRecordVideoNoteAction(block: (RecordVideoNoteAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-record-video-note-action.html","searchKeys":["whenRecordVideoNoteAction","inline fun BotAction.whenRecordVideoNoteAction(block: (RecordVideoNoteAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRecordVideoNoteAction"]},{"name":"inline fun BotAction.whenRecordVoiceAction(block: (RecordVoiceAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-record-voice-action.html","searchKeys":["whenRecordVoiceAction","inline fun BotAction.whenRecordVoiceAction(block: (RecordVoiceAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRecordVoiceAction"]},{"name":"inline fun BotAction.whenTypingAction(block: (TypingAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-typing-action.html","searchKeys":["whenTypingAction","inline fun BotAction.whenTypingAction(block: (TypingAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTypingAction"]},{"name":"inline fun BotAction.whenUploadDocumentAction(block: (UploadDocumentAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-document-action.html","searchKeys":["whenUploadDocumentAction","inline fun BotAction.whenUploadDocumentAction(block: (UploadDocumentAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadDocumentAction"]},{"name":"inline fun BotAction.whenUploadPhotoAction(block: (UploadPhotoAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-photo-action.html","searchKeys":["whenUploadPhotoAction","inline fun BotAction.whenUploadPhotoAction(block: (UploadPhotoAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadPhotoAction"]},{"name":"inline fun BotAction.whenUploadVideoAction(block: (UploadVideoAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-video-action.html","searchKeys":["whenUploadVideoAction","inline fun BotAction.whenUploadVideoAction(block: (UploadVideoAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadVideoAction"]},{"name":"inline fun BotAction.whenUploadVideoNoteAction(block: (UploadVideoNoteAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-video-note-action.html","searchKeys":["whenUploadVideoNoteAction","inline fun BotAction.whenUploadVideoNoteAction(block: (UploadVideoNoteAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadVideoNoteAction"]},{"name":"inline fun BotAction.whenUploadVoiceAction(block: (UploadVoiceAction) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-upload-voice-action.html","searchKeys":["whenUploadVoiceAction","inline fun BotAction.whenUploadVoiceAction(block: (UploadVoiceAction) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUploadVoiceAction"]},{"name":"inline fun CallbackQuery.whenDataCallbackQuery(block: (DataCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-data-callback-query.html","searchKeys":["whenDataCallbackQuery","inline fun CallbackQuery.whenDataCallbackQuery(block: (DataCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDataCallbackQuery"]},{"name":"inline fun CallbackQuery.whenGameShortNameCallbackQuery(block: (GameShortNameCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-game-short-name-callback-query.html","searchKeys":["whenGameShortNameCallbackQuery","inline fun CallbackQuery.whenGameShortNameCallbackQuery(block: (GameShortNameCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.whenInlineMessageIdCallbackQuery(block: (InlineMessageIdCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-callback-query.html","searchKeys":["whenInlineMessageIdCallbackQuery","inline fun CallbackQuery.whenInlineMessageIdCallbackQuery(block: (InlineMessageIdCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdCallbackQuery"]},{"name":"inline fun CallbackQuery.whenInlineMessageIdDataCallbackQuery(block: (InlineMessageIdDataCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-data-callback-query.html","searchKeys":["whenInlineMessageIdDataCallbackQuery","inline fun CallbackQuery.whenInlineMessageIdDataCallbackQuery(block: (InlineMessageIdDataCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdDataCallbackQuery"]},{"name":"inline fun CallbackQuery.whenInlineMessageIdGameShortNameCallbackQuery(block: (InlineMessageIdGameShortNameCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-message-id-game-short-name-callback-query.html","searchKeys":["whenInlineMessageIdGameShortNameCallbackQuery","inline fun CallbackQuery.whenInlineMessageIdGameShortNameCallbackQuery(block: (InlineMessageIdGameShortNameCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineMessageIdGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.whenMessageCallbackQuery(block: (MessageCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-callback-query.html","searchKeys":["whenMessageCallbackQuery","inline fun CallbackQuery.whenMessageCallbackQuery(block: (MessageCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageCallbackQuery"]},{"name":"inline fun CallbackQuery.whenMessageDataCallbackQuery(block: (MessageDataCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-data-callback-query.html","searchKeys":["whenMessageDataCallbackQuery","inline fun CallbackQuery.whenMessageDataCallbackQuery(block: (MessageDataCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageDataCallbackQuery"]},{"name":"inline fun CallbackQuery.whenMessageGameShortNameCallbackQuery(block: (MessageGameShortNameCallbackQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-game-short-name-callback-query.html","searchKeys":["whenMessageGameShortNameCallbackQuery","inline fun CallbackQuery.whenMessageGameShortNameCallbackQuery(block: (MessageGameShortNameCallbackQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.whenUnknownCallbackQueryType(block: (UnknownCallbackQueryType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-callback-query-type.html","searchKeys":["whenUnknownCallbackQueryType","inline fun CallbackQuery.whenUnknownCallbackQueryType(block: (UnknownCallbackQueryType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownCallbackQueryType"]},{"name":"inline fun Chat.whenBot(block: (Bot) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bot.html","searchKeys":["whenBot","inline fun Chat.whenBot(block: (Bot) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBot"]},{"name":"inline fun Chat.whenChannelChat(block: (ChannelChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-chat.html","searchKeys":["whenChannelChat","inline fun Chat.whenChannelChat(block: (ChannelChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelChat"]},{"name":"inline fun Chat.whenCommonBot(block: (CommonBot) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-bot.html","searchKeys":["whenCommonBot","inline fun Chat.whenCommonBot(block: (CommonBot) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonBot"]},{"name":"inline fun Chat.whenCommonUser(block: (CommonUser) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-user.html","searchKeys":["whenCommonUser","inline fun Chat.whenCommonUser(block: (CommonUser) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonUser"]},{"name":"inline fun Chat.whenExtendedBot(block: (ExtendedBot) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-bot.html","searchKeys":["whenExtendedBot","inline fun Chat.whenExtendedBot(block: (ExtendedBot) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedBot"]},{"name":"inline fun Chat.whenExtendedChannelChat(block: (ExtendedChannelChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-channel-chat.html","searchKeys":["whenExtendedChannelChat","inline fun Chat.whenExtendedChannelChat(block: (ExtendedChannelChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedChannelChat"]},{"name":"inline fun Chat.whenExtendedChat(block: (ExtendedChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-chat.html","searchKeys":["whenExtendedChat","inline fun Chat.whenExtendedChat(block: (ExtendedChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedChat"]},{"name":"inline fun Chat.whenExtendedGroupChat(block: (ExtendedGroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-group-chat.html","searchKeys":["whenExtendedGroupChat","inline fun Chat.whenExtendedGroupChat(block: (ExtendedGroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedGroupChat"]},{"name":"inline fun Chat.whenExtendedPrivateChat(block: (ExtendedPrivateChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-private-chat.html","searchKeys":["whenExtendedPrivateChat","inline fun Chat.whenExtendedPrivateChat(block: (ExtendedPrivateChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedPrivateChat"]},{"name":"inline fun Chat.whenExtendedPublicChat(block: (ExtendedPublicChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-public-chat.html","searchKeys":["whenExtendedPublicChat","inline fun Chat.whenExtendedPublicChat(block: (ExtendedPublicChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedPublicChat"]},{"name":"inline fun Chat.whenExtendedSupergroupChat(block: (ExtendedSupergroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-extended-supergroup-chat.html","searchKeys":["whenExtendedSupergroupChat","inline fun Chat.whenExtendedSupergroupChat(block: (ExtendedSupergroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExtendedSupergroupChat"]},{"name":"inline fun Chat.whenGroupChat(block: (GroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-chat.html","searchKeys":["whenGroupChat","inline fun Chat.whenGroupChat(block: (GroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupChat"]},{"name":"inline fun Chat.whenPrivateChat(block: (PrivateChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-chat.html","searchKeys":["whenPrivateChat","inline fun Chat.whenPrivateChat(block: (PrivateChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateChat"]},{"name":"inline fun Chat.whenPublicChat(block: (PublicChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-public-chat.html","searchKeys":["whenPublicChat","inline fun Chat.whenPublicChat(block: (PublicChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPublicChat"]},{"name":"inline fun Chat.whenSuperPublicChat(block: (SuperPublicChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSuperPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-super-public-chat.html","searchKeys":["whenSuperPublicChat","inline fun Chat.whenSuperPublicChat(block: (SuperPublicChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSuperPublicChat"]},{"name":"inline fun Chat.whenSupergroupChat(block: (SupergroupChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat.html","searchKeys":["whenSupergroupChat","inline fun Chat.whenSupergroupChat(block: (SupergroupChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupChat"]},{"name":"inline fun Chat.whenUnknownChatType(block: (UnknownChatType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownChatType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-chat-type.html","searchKeys":["whenUnknownChatType","inline fun Chat.whenUnknownChatType(block: (UnknownChatType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownChatType"]},{"name":"inline fun Chat.whenUser(block: (User) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-user.html","searchKeys":["whenUser","inline fun Chat.whenUser(block: (User) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUser"]},{"name":"inline fun Chat.whenUsernameChat(block: (UsernameChat) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUsernameChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-username-chat.html","searchKeys":["whenUsernameChat","inline fun Chat.whenUsernameChat(block: (UsernameChat) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUsernameChat"]},{"name":"inline fun ChatEvent.whenChannelChatCreated(block: (ChannelChatCreated) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-chat-created.html","searchKeys":["whenChannelChatCreated","inline fun ChatEvent.whenChannelChatCreated(block: (ChannelChatCreated) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelChatCreated"]},{"name":"inline fun ChatEvent.whenChannelEvent(block: (ChannelEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-event.html","searchKeys":["whenChannelEvent","inline fun ChatEvent.whenChannelEvent(block: (ChannelEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelEvent"]},{"name":"inline fun ChatEvent.whenCommonEvent(block: (CommonEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-event.html","searchKeys":["whenCommonEvent","inline fun ChatEvent.whenCommonEvent(block: (CommonEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonEvent"]},{"name":"inline fun ChatEvent.whenDeleteChatPhoto(block: (DeleteChatPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-delete-chat-photo.html","searchKeys":["whenDeleteChatPhoto","inline fun ChatEvent.whenDeleteChatPhoto(block: (DeleteChatPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDeleteChatPhoto"]},{"name":"inline fun ChatEvent.whenGroupChatCreated(block: (GroupChatCreated) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-chat-created.html","searchKeys":["whenGroupChatCreated","inline fun ChatEvent.whenGroupChatCreated(block: (GroupChatCreated) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupChatCreated"]},{"name":"inline fun ChatEvent.whenGroupEvent(block: (GroupEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-event.html","searchKeys":["whenGroupEvent","inline fun ChatEvent.whenGroupEvent(block: (GroupEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupEvent"]},{"name":"inline fun ChatEvent.whenLeftChatMember(block: (LeftChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html","searchKeys":["whenLeftChatMember","inline fun ChatEvent.whenLeftChatMember(block: (LeftChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember"]},{"name":"inline fun ChatEvent.whenMessageAutoDeleteTimerChanged(block: (MessageAutoDeleteTimerChanged) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-auto-delete-timer-changed.html","searchKeys":["whenMessageAutoDeleteTimerChanged","inline fun ChatEvent.whenMessageAutoDeleteTimerChanged(block: (MessageAutoDeleteTimerChanged) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageAutoDeleteTimerChanged"]},{"name":"inline fun ChatEvent.whenMigratedToSupergroup(block: (MigratedToSupergroup) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-migrated-to-supergroup.html","searchKeys":["whenMigratedToSupergroup","inline fun ChatEvent.whenMigratedToSupergroup(block: (MigratedToSupergroup) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMigratedToSupergroup"]},{"name":"inline fun ChatEvent.whenNewChatMembers(block: (NewChatMembers) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-new-chat-members.html","searchKeys":["whenNewChatMembers","inline fun ChatEvent.whenNewChatMembers(block: (NewChatMembers) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenNewChatMembers"]},{"name":"inline fun ChatEvent.whenNewChatPhoto(block: (NewChatPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-new-chat-photo.html","searchKeys":["whenNewChatPhoto","inline fun ChatEvent.whenNewChatPhoto(block: (NewChatPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenNewChatPhoto"]},{"name":"inline fun ChatEvent.whenNewChatTitle(block: (NewChatTitle) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-new-chat-title.html","searchKeys":["whenNewChatTitle","inline fun ChatEvent.whenNewChatTitle(block: (NewChatTitle) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenNewChatTitle"]},{"name":"inline fun ChatEvent.whenPinnedMessage(block: (PinnedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pinned-message.html","searchKeys":["whenPinnedMessage","inline fun ChatEvent.whenPinnedMessage(block: (PinnedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPinnedMessage"]},{"name":"inline fun ChatEvent.whenProximityAlertTriggered(block: (ProximityAlertTriggered) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-proximity-alert-triggered.html","searchKeys":["whenProximityAlertTriggered","inline fun ChatEvent.whenProximityAlertTriggered(block: (ProximityAlertTriggered) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenProximityAlertTriggered"]},{"name":"inline fun ChatEvent.whenPublicChatEvent(block: (PublicChatEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-public-chat-event.html","searchKeys":["whenPublicChatEvent","inline fun ChatEvent.whenPublicChatEvent(block: (PublicChatEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPublicChatEvent"]},{"name":"inline fun ChatEvent.whenSuccessfulPaymentEvent(block: (SuccessfulPaymentEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-successful-payment-event.html","searchKeys":["whenSuccessfulPaymentEvent","inline fun ChatEvent.whenSuccessfulPaymentEvent(block: (SuccessfulPaymentEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSuccessfulPaymentEvent"]},{"name":"inline fun ChatEvent.whenSupergroupChatCreated(block: (SupergroupChatCreated) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-chat-created.html","searchKeys":["whenSupergroupChatCreated","inline fun ChatEvent.whenSupergroupChatCreated(block: (SupergroupChatCreated) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupChatCreated"]},{"name":"inline fun ChatEvent.whenSupergroupEvent(block: (SupergroupEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event.html","searchKeys":["whenSupergroupEvent","inline fun ChatEvent.whenSupergroupEvent(block: (SupergroupEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupEvent"]},{"name":"inline fun ChatEvent.whenUserLoggedIn(block: (UserLoggedIn) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-user-logged-in.html","searchKeys":["whenUserLoggedIn","inline fun ChatEvent.whenUserLoggedIn(block: (UserLoggedIn) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUserLoggedIn"]},{"name":"inline fun ChatEvent.whenVideoChatEnded(block: (VideoChatEnded) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatEnded","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-ended.html","searchKeys":["whenVideoChatEnded","inline fun ChatEvent.whenVideoChatEnded(block: (VideoChatEnded) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatEnded"]},{"name":"inline fun ChatEvent.whenVideoChatEvent(block: (VideoChatEvent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-event.html","searchKeys":["whenVideoChatEvent","inline fun ChatEvent.whenVideoChatEvent(block: (VideoChatEvent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatEvent"]},{"name":"inline fun ChatEvent.whenVideoChatParticipantsInvited(block: (VideoChatParticipantsInvited) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-participants-invited.html","searchKeys":["whenVideoChatParticipantsInvited","inline fun ChatEvent.whenVideoChatParticipantsInvited(block: (VideoChatParticipantsInvited) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatParticipantsInvited"]},{"name":"inline fun ChatEvent.whenVideoChatScheduled(block: (VideoChatScheduled) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatScheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-scheduled.html","searchKeys":["whenVideoChatScheduled","inline fun ChatEvent.whenVideoChatScheduled(block: (VideoChatScheduled) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatScheduled"]},{"name":"inline fun ChatEvent.whenVideoChatStarted(block: (VideoChatStarted) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoChatStarted","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-chat-started.html","searchKeys":["whenVideoChatStarted","inline fun ChatEvent.whenVideoChatStarted(block: (VideoChatStarted) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoChatStarted"]},{"name":"inline fun ChatInviteLink.whenChatInviteLinkUnlimited(block: (ChatInviteLinkUnlimited) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-unlimited.html","searchKeys":["whenChatInviteLinkUnlimited","inline fun ChatInviteLink.whenChatInviteLinkUnlimited(block: (ChatInviteLinkUnlimited) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkUnlimited"]},{"name":"inline fun ChatInviteLink.whenChatInviteLinkWithJoinRequest(block: (ChatInviteLinkWithJoinRequest) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-join-request.html","searchKeys":["whenChatInviteLinkWithJoinRequest","inline fun ChatInviteLink.whenChatInviteLinkWithJoinRequest(block: (ChatInviteLinkWithJoinRequest) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithJoinRequest"]},{"name":"inline fun ChatInviteLink.whenChatInviteLinkWithLimitedMembers(block: (ChatInviteLinkWithLimitedMembers) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-invite-link-with-limited-members.html","searchKeys":["whenChatInviteLinkWithLimitedMembers","inline fun ChatInviteLink.whenChatInviteLinkWithLimitedMembers(block: (ChatInviteLinkWithLimitedMembers) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatInviteLinkWithLimitedMembers"]},{"name":"inline fun ChatInviteLink.whenPrimaryInviteLink(block: (PrimaryInviteLink) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-primary-invite-link.html","searchKeys":["whenPrimaryInviteLink","inline fun ChatInviteLink.whenPrimaryInviteLink(block: (PrimaryInviteLink) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrimaryInviteLink"]},{"name":"inline fun ChatInviteLink.whenSecondaryChatInviteLink(block: (SecondaryChatInviteLink) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secondary-chat-invite-link.html","searchKeys":["whenSecondaryChatInviteLink","inline fun ChatInviteLink.whenSecondaryChatInviteLink(block: (SecondaryChatInviteLink) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecondaryChatInviteLink"]},{"name":"inline fun ChatMember.whenAdministratorChatMember(block: (AdministratorChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAdministratorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-administrator-chat-member.html","searchKeys":["whenAdministratorChatMember","inline fun ChatMember.whenAdministratorChatMember(block: (AdministratorChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAdministratorChatMember"]},{"name":"inline fun ChatMember.whenBannedChatMember(block: (BannedChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBannedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-banned-chat-member.html","searchKeys":["whenBannedChatMember","inline fun ChatMember.whenBannedChatMember(block: (BannedChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBannedChatMember"]},{"name":"inline fun ChatMember.whenCreatorChatMember(block: (CreatorChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCreatorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-creator-chat-member.html","searchKeys":["whenCreatorChatMember","inline fun ChatMember.whenCreatorChatMember(block: (CreatorChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCreatorChatMember"]},{"name":"inline fun ChatMember.whenKickedChatMember(block: (KickedChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenKickedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-kicked-chat-member.html","searchKeys":["whenKickedChatMember","inline fun ChatMember.whenKickedChatMember(block: (KickedChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenKickedChatMember"]},{"name":"inline fun ChatMember.whenLeftChatMember(block: (LeftChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-left-chat-member.html","searchKeys":["whenLeftChatMember","inline fun ChatMember.whenLeftChatMember(block: (LeftChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLeftChatMember"]},{"name":"inline fun ChatMember.whenMemberChatMember(block: (MemberChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMemberChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-member-chat-member.html","searchKeys":["whenMemberChatMember","inline fun ChatMember.whenMemberChatMember(block: (MemberChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMemberChatMember"]},{"name":"inline fun ChatMember.whenRestrictedChatMember(block: (RestrictedChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRestrictedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-restricted-chat-member.html","searchKeys":["whenRestrictedChatMember","inline fun ChatMember.whenRestrictedChatMember(block: (RestrictedChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRestrictedChatMember"]},{"name":"inline fun ChatMember.whenSpecialRightsChatMember(block: (SpecialRightsChatMember) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-special-rights-chat-member.html","searchKeys":["whenSpecialRightsChatMember","inline fun ChatMember.whenSpecialRightsChatMember(block: (SpecialRightsChatMember) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSpecialRightsChatMember"]},{"name":"inline fun ChosenInlineResult.whenBaseChosenInlineResult(block: (BaseChosenInlineResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-chosen-inline-result.html","searchKeys":["whenBaseChosenInlineResult","inline fun ChosenInlineResult.whenBaseChosenInlineResult(block: (BaseChosenInlineResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.whenLocationChosenInlineResult(block: (LocationChosenInlineResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-location-chosen-inline-result.html","searchKeys":["whenLocationChosenInlineResult","inline fun ChosenInlineResult.whenLocationChosenInlineResult(block: (LocationChosenInlineResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLocationChosenInlineResult"]},{"name":"inline fun CommonSendInvoiceData.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html","searchKeys":["whenInputInvoiceMessageContent","inline fun CommonSendInvoiceData.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent"]},{"name":"inline fun CommonSendInvoiceData.whenSendInvoice(block: (SendInvoice) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-send-invoice.html","searchKeys":["whenSendInvoice","inline fun CommonSendInvoiceData.whenSendInvoice(block: (SendInvoice) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSendInvoice"]},{"name":"inline fun Deferred.asAction(): DeferredAction","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.asAction","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/as-action.html","searchKeys":["asAction","inline fun Deferred.asAction(): DeferredAction","dev.inmo.tgbotapi.extensions.behaviour_builder.asAction"]},{"name":"inline fun DiceAnimationType.whenBasketballDiceAnimationType(block: (BasketballDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-basketball-dice-animation-type.html","searchKeys":["whenBasketballDiceAnimationType","inline fun DiceAnimationType.whenBasketballDiceAnimationType(block: (BasketballDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBasketballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenBowlingDiceAnimationType(block: (BowlingDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bowling-dice-animation-type.html","searchKeys":["whenBowlingDiceAnimationType","inline fun DiceAnimationType.whenBowlingDiceAnimationType(block: (BowlingDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBowlingDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenCubeDiceAnimationType(block: (CubeDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-cube-dice-animation-type.html","searchKeys":["whenCubeDiceAnimationType","inline fun DiceAnimationType.whenCubeDiceAnimationType(block: (CubeDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCubeDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenCustomDiceAnimationType(block: (CustomDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-custom-dice-animation-type.html","searchKeys":["whenCustomDiceAnimationType","inline fun DiceAnimationType.whenCustomDiceAnimationType(block: (CustomDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCustomDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenDartsDiceAnimationType(block: (DartsDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-darts-dice-animation-type.html","searchKeys":["whenDartsDiceAnimationType","inline fun DiceAnimationType.whenDartsDiceAnimationType(block: (DartsDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDartsDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenFootballDiceAnimationType(block: (FootballDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-football-dice-animation-type.html","searchKeys":["whenFootballDiceAnimationType","inline fun DiceAnimationType.whenFootballDiceAnimationType(block: (FootballDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFootballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.whenSlotMachineDiceAnimationType(block: (SlotMachineDiceAnimationType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-slot-machine-dice-animation-type.html","searchKeys":["whenSlotMachineDiceAnimationType","inline fun DiceAnimationType.whenSlotMachineDiceAnimationType(block: (SlotMachineDiceAnimationType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSlotMachineDiceAnimationType"]},{"name":"inline fun EncryptedPassportElement.whenBankStatement(block: (BankStatement) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBankStatement","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bank-statement.html","searchKeys":["whenBankStatement","inline fun EncryptedPassportElement.whenBankStatement(block: (BankStatement) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBankStatement"]},{"name":"inline fun EncryptedPassportElement.whenCommonPassport(block: (CommonPassport) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-passport.html","searchKeys":["whenCommonPassport","inline fun EncryptedPassportElement.whenCommonPassport(block: (CommonPassport) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonPassport"]},{"name":"inline fun EncryptedPassportElement.whenDriverLicense(block: (DriverLicense) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDriverLicense","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-driver-license.html","searchKeys":["whenDriverLicense","inline fun EncryptedPassportElement.whenDriverLicense(block: (DriverLicense) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDriverLicense"]},{"name":"inline fun EncryptedPassportElement.whenEmail(block: (Email) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-email.html","searchKeys":["whenEmail","inline fun EncryptedPassportElement.whenEmail(block: (Email) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEmail"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedAddress(block: (EncryptedAddress) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedAddress","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-address.html","searchKeys":["whenEncryptedAddress","inline fun EncryptedPassportElement.whenEncryptedAddress(block: (EncryptedAddress) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedAddress"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementTranslatable(block: (EncryptedPassportElementTranslatable) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-translatable.html","searchKeys":["whenEncryptedPassportElementTranslatable","inline fun EncryptedPassportElement.whenEncryptedPassportElementTranslatable(block: (EncryptedPassportElementTranslatable) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementTranslatable"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithData(block: (EncryptedPassportElementWithData) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-data.html","searchKeys":["whenEncryptedPassportElementWithData","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithData(block: (EncryptedPassportElementWithData) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithData"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithEmail(block: (EncryptedPassportElementWithEmail) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-email.html","searchKeys":["whenEncryptedPassportElementWithEmail","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithEmail(block: (EncryptedPassportElementWithEmail) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithEmail"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFilesCollection(block: (EncryptedPassportElementWithFilesCollection) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-files-collection.html","searchKeys":["whenEncryptedPassportElementWithFilesCollection","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFilesCollection(block: (EncryptedPassportElementWithFilesCollection) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFilesCollection"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFrontSide(block: (EncryptedPassportElementWithFrontSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-front-side.html","searchKeys":["whenEncryptedPassportElementWithFrontSide","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithFrontSide(block: (EncryptedPassportElementWithFrontSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithFrontSide"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithPhoneNumber(block: (EncryptedPassportElementWithPhoneNumber) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-phone-number.html","searchKeys":["whenEncryptedPassportElementWithPhoneNumber","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithPhoneNumber(block: (EncryptedPassportElementWithPhoneNumber) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithReverseSide(block: (EncryptedPassportElementWithReverseSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-reverse-side.html","searchKeys":["whenEncryptedPassportElementWithReverseSide","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithReverseSide(block: (EncryptedPassportElementWithReverseSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithReverseSide"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithSelfie(block: (EncryptedPassportElementWithSelfie) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-selfie.html","searchKeys":["whenEncryptedPassportElementWithSelfie","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithSelfie(block: (EncryptedPassportElementWithSelfie) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithSelfie"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableFilesCollection(block: (EncryptedPassportElementWithTranslatableFilesCollection) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-files-collection.html","searchKeys":["whenEncryptedPassportElementWithTranslatableFilesCollection","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableFilesCollection(block: (EncryptedPassportElementWithTranslatableFilesCollection) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableIDDocument(block: (EncryptedPassportElementWithTranslatableIDDocument) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-passport-element-with-translatable-i-d-document.html","searchKeys":["whenEncryptedPassportElementWithTranslatableIDDocument","inline fun EncryptedPassportElement.whenEncryptedPassportElementWithTranslatableIDDocument(block: (EncryptedPassportElementWithTranslatableIDDocument) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPassportElementWithTranslatableIDDocument"]},{"name":"inline fun EncryptedPassportElement.whenEncryptedPersonalDetails(block: (EncryptedPersonalDetails) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-encrypted-personal-details.html","searchKeys":["whenEncryptedPersonalDetails","inline fun EncryptedPassportElement.whenEncryptedPersonalDetails(block: (EncryptedPersonalDetails) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEncryptedPersonalDetails"]},{"name":"inline fun EncryptedPassportElement.whenIdentityCard(block: (IdentityCard) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenIdentityCard","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-identity-card.html","searchKeys":["whenIdentityCard","inline fun EncryptedPassportElement.whenIdentityCard(block: (IdentityCard) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenIdentityCard"]},{"name":"inline fun EncryptedPassportElement.whenInternalPassport(block: (InternalPassport) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInternalPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-internal-passport.html","searchKeys":["whenInternalPassport","inline fun EncryptedPassportElement.whenInternalPassport(block: (InternalPassport) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInternalPassport"]},{"name":"inline fun EncryptedPassportElement.whenPassport(block: (Passport) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport.html","searchKeys":["whenPassport","inline fun EncryptedPassportElement.whenPassport(block: (Passport) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassport"]},{"name":"inline fun EncryptedPassportElement.whenPassportRegistration(block: (PassportRegistration) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-registration.html","searchKeys":["whenPassportRegistration","inline fun EncryptedPassportElement.whenPassportRegistration(block: (PassportRegistration) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportRegistration"]},{"name":"inline fun EncryptedPassportElement.whenPhoneNumber(block: (PhoneNumber) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-phone-number.html","searchKeys":["whenPhoneNumber","inline fun EncryptedPassportElement.whenPhoneNumber(block: (PhoneNumber) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.whenRentalAgreement(block: (RentalAgreement) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRentalAgreement","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement.html","searchKeys":["whenRentalAgreement","inline fun EncryptedPassportElement.whenRentalAgreement(block: (RentalAgreement) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRentalAgreement"]},{"name":"inline fun EncryptedPassportElement.whenTemporaryRegistration(block: (TemporaryRegistration) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTemporaryRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-temporary-registration.html","searchKeys":["whenTemporaryRegistration","inline fun EncryptedPassportElement.whenTemporaryRegistration(block: (TemporaryRegistration) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTemporaryRegistration"]},{"name":"inline fun EncryptedPassportElement.whenUnknownEncryptedPassportElement(block: (UnknownEncryptedPassportElement) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-encrypted-passport-element.html","searchKeys":["whenUnknownEncryptedPassportElement","inline fun EncryptedPassportElement.whenUnknownEncryptedPassportElement(block: (UnknownEncryptedPassportElement) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownEncryptedPassportElement"]},{"name":"inline fun EncryptedPassportElement.whenUtilityBill(block: (UtilityBill) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUtilityBill","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-utility-bill.html","searchKeys":["whenUtilityBill","inline fun EncryptedPassportElement.whenUtilityBill(block: (UtilityBill) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUtilityBill"]},{"name":"inline fun ForwardInfo.whenAnonymousForwardInfo(block: (AnonymousForwardInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-anonymous-forward-info.html","searchKeys":["whenAnonymousForwardInfo","inline fun ForwardInfo.whenAnonymousForwardInfo(block: (AnonymousForwardInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnonymousForwardInfo"]},{"name":"inline fun ForwardInfo.whenForwardFromChannelInfo(block: (ForwardFromChannelInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-forward-from-channel-info.html","searchKeys":["whenForwardFromChannelInfo","inline fun ForwardInfo.whenForwardFromChannelInfo(block: (ForwardFromChannelInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForwardFromChannelInfo"]},{"name":"inline fun ForwardInfo.whenForwardFromPublicChatInfo(block: (ForwardFromPublicChatInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-forward-from-public-chat-info.html","searchKeys":["whenForwardFromPublicChatInfo","inline fun ForwardInfo.whenForwardFromPublicChatInfo(block: (ForwardFromPublicChatInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForwardFromPublicChatInfo"]},{"name":"inline fun ForwardInfo.whenForwardFromSupergroupInfo(block: (ForwardFromSupergroupInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-forward-from-supergroup-info.html","searchKeys":["whenForwardFromSupergroupInfo","inline fun ForwardInfo.whenForwardFromSupergroupInfo(block: (ForwardFromSupergroupInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForwardFromSupergroupInfo"]},{"name":"inline fun ForwardInfo.whenUserForwardInfo(block: (UserForwardInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUserForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-user-forward-info.html","searchKeys":["whenUserForwardInfo","inline fun ForwardInfo.whenUserForwardInfo(block: (UserForwardInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUserForwardInfo"]},{"name":"inline fun InlineKeyboardButton.whenCallbackDataInlineKeyboardButton(block: (CallbackDataInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-callback-data-inline-keyboard-button.html","searchKeys":["whenCallbackDataInlineKeyboardButton","inline fun InlineKeyboardButton.whenCallbackDataInlineKeyboardButton(block: (CallbackDataInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCallbackDataInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenCallbackGameInlineKeyboardButton(block: (CallbackGameInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-callback-game-inline-keyboard-button.html","searchKeys":["whenCallbackGameInlineKeyboardButton","inline fun InlineKeyboardButton.whenCallbackGameInlineKeyboardButton(block: (CallbackGameInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCallbackGameInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenLoginURLInlineKeyboardButton(block: (LoginURLInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-login-u-r-l-inline-keyboard-button.html","searchKeys":["whenLoginURLInlineKeyboardButton","inline fun InlineKeyboardButton.whenLoginURLInlineKeyboardButton(block: (LoginURLInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLoginURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenPayInlineKeyboardButton(block: (PayInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pay-inline-keyboard-button.html","searchKeys":["whenPayInlineKeyboardButton","inline fun InlineKeyboardButton.whenPayInlineKeyboardButton(block: (PayInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPayInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenSwitchInlineQueryCurrentChatInlineKeyboardButton(block: (SwitchInlineQueryCurrentChatInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["whenSwitchInlineQueryCurrentChatInlineKeyboardButton","inline fun InlineKeyboardButton.whenSwitchInlineQueryCurrentChatInlineKeyboardButton(block: (SwitchInlineQueryCurrentChatInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenSwitchInlineQueryInlineKeyboardButton(block: (SwitchInlineQueryInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-switch-inline-query-inline-keyboard-button.html","searchKeys":["whenSwitchInlineQueryInlineKeyboardButton","inline fun InlineKeyboardButton.whenSwitchInlineQueryInlineKeyboardButton(block: (SwitchInlineQueryInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSwitchInlineQueryInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenURLInlineKeyboardButton(block: (URLInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-inline-keyboard-button.html","searchKeys":["whenURLInlineKeyboardButton","inline fun InlineKeyboardButton.whenURLInlineKeyboardButton(block: (URLInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenUnknownInlineKeyboardButton(block: (UnknownInlineKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-inline-keyboard-button.html","searchKeys":["whenUnknownInlineKeyboardButton","inline fun InlineKeyboardButton.whenUnknownInlineKeyboardButton(block: (UnknownInlineKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.whenWebAppKeyboardButton(block: (WebAppKeyboardButton) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-web-app-keyboard-button.html","searchKeys":["whenWebAppKeyboardButton","inline fun InlineKeyboardButton.whenWebAppKeyboardButton(block: (WebAppKeyboardButton) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWebAppKeyboardButton"]},{"name":"inline fun InlineQuery.whenBaseInlineQuery(block: (BaseInlineQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-inline-query.html","searchKeys":["whenBaseInlineQuery","inline fun InlineQuery.whenBaseInlineQuery(block: (BaseInlineQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseInlineQuery"]},{"name":"inline fun InlineQuery.whenLocationInlineQuery(block: (LocationInlineQuery) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-location-inline-query.html","searchKeys":["whenLocationInlineQuery","inline fun InlineQuery.whenLocationInlineQuery(block: (LocationInlineQuery) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLocationInlineQuery"]},{"name":"inline fun InlineQueryResult.whenDescribedInlineQueryResult(block: (DescribedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-described-inline-query-result.html","searchKeys":["whenDescribedInlineQueryResult","inline fun InlineQueryResult.whenDescribedInlineQueryResult(block: (DescribedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDescribedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenFileInlineQueryResult(block: (FileInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-file-inline-query-result.html","searchKeys":["whenFileInlineQueryResult","inline fun InlineQueryResult.whenFileInlineQueryResult(block: (FileInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFileInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultArticle(block: (InlineQueryResultArticle) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-article.html","searchKeys":["whenInlineQueryResultArticle","inline fun InlineQueryResult.whenInlineQueryResultArticle(block: (InlineQueryResultArticle) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultArticle"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultAudio(block: (InlineQueryResultAudio) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio.html","searchKeys":["whenInlineQueryResultAudio","inline fun InlineQueryResult.whenInlineQueryResultAudio(block: (InlineQueryResultAudio) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudio"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultAudioCached(block: (InlineQueryResultAudioCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-cached.html","searchKeys":["whenInlineQueryResultAudioCached","inline fun InlineQueryResult.whenInlineQueryResultAudioCached(block: (InlineQueryResultAudioCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultAudioCommon(block: (InlineQueryResultAudioCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-audio-common.html","searchKeys":["whenInlineQueryResultAudioCommon","inline fun InlineQueryResult.whenInlineQueryResultAudioCommon(block: (InlineQueryResultAudioCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultAudioCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultContact(block: (InlineQueryResultContact) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-contact.html","searchKeys":["whenInlineQueryResultContact","inline fun InlineQueryResult.whenInlineQueryResultContact(block: (InlineQueryResultContact) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultContact"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultDocument(block: (InlineQueryResultDocument) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document.html","searchKeys":["whenInlineQueryResultDocument","inline fun InlineQueryResult.whenInlineQueryResultDocument(block: (InlineQueryResultDocument) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocument"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultDocumentCached(block: (InlineQueryResultDocumentCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-cached.html","searchKeys":["whenInlineQueryResultDocumentCached","inline fun InlineQueryResult.whenInlineQueryResultDocumentCached(block: (InlineQueryResultDocumentCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultDocumentCommon(block: (InlineQueryResultDocumentCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-document-common.html","searchKeys":["whenInlineQueryResultDocumentCommon","inline fun InlineQueryResult.whenInlineQueryResultDocumentCommon(block: (InlineQueryResultDocumentCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultDocumentCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGame(block: (InlineQueryResultGame) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-game.html","searchKeys":["whenInlineQueryResultGame","inline fun InlineQueryResult.whenInlineQueryResultGame(block: (InlineQueryResultGame) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGame"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGif(block: (InlineQueryResultGif) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif.html","searchKeys":["whenInlineQueryResultGif","inline fun InlineQueryResult.whenInlineQueryResultGif(block: (InlineQueryResultGif) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGif"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGifCached(block: (InlineQueryResultGifCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-cached.html","searchKeys":["whenInlineQueryResultGifCached","inline fun InlineQueryResult.whenInlineQueryResultGifCached(block: (InlineQueryResultGifCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultGifCommon(block: (InlineQueryResultGifCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-gif-common.html","searchKeys":["whenInlineQueryResultGifCommon","inline fun InlineQueryResult.whenInlineQueryResultGifCommon(block: (InlineQueryResultGifCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultGifCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultLocation(block: (InlineQueryResultLocation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-location.html","searchKeys":["whenInlineQueryResultLocation","inline fun InlineQueryResult.whenInlineQueryResultLocation(block: (InlineQueryResultLocation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultLocation"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultMpeg4Gif(block: (InlineQueryResultMpeg4Gif) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif.html","searchKeys":["whenInlineQueryResultMpeg4Gif","inline fun InlineQueryResult.whenInlineQueryResultMpeg4Gif(block: (InlineQueryResultMpeg4Gif) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4Gif"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCached(block: (InlineQueryResultMpeg4GifCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-cached.html","searchKeys":["whenInlineQueryResultMpeg4GifCached","inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCached(block: (InlineQueryResultMpeg4GifCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCommon(block: (InlineQueryResultMpeg4GifCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-mpeg4-gif-common.html","searchKeys":["whenInlineQueryResultMpeg4GifCommon","inline fun InlineQueryResult.whenInlineQueryResultMpeg4GifCommon(block: (InlineQueryResultMpeg4GifCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultMpeg4GifCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultPhoto(block: (InlineQueryResultPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo.html","searchKeys":["whenInlineQueryResultPhoto","inline fun InlineQueryResult.whenInlineQueryResultPhoto(block: (InlineQueryResultPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhoto"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultPhotoCached(block: (InlineQueryResultPhotoCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-cached.html","searchKeys":["whenInlineQueryResultPhotoCached","inline fun InlineQueryResult.whenInlineQueryResultPhotoCached(block: (InlineQueryResultPhotoCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultPhotoCommon(block: (InlineQueryResultPhotoCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-photo-common.html","searchKeys":["whenInlineQueryResultPhotoCommon","inline fun InlineQueryResult.whenInlineQueryResultPhotoCommon(block: (InlineQueryResultPhotoCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultPhotoCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultStickerCached(block: (InlineQueryResultStickerCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-sticker-cached.html","searchKeys":["whenInlineQueryResultStickerCached","inline fun InlineQueryResult.whenInlineQueryResultStickerCached(block: (InlineQueryResultStickerCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultStickerCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVenue(block: (InlineQueryResultVenue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-venue.html","searchKeys":["whenInlineQueryResultVenue","inline fun InlineQueryResult.whenInlineQueryResultVenue(block: (InlineQueryResultVenue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVenue"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVideo(block: (InlineQueryResultVideo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video.html","searchKeys":["whenInlineQueryResultVideo","inline fun InlineQueryResult.whenInlineQueryResultVideo(block: (InlineQueryResultVideo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideo"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVideoCached(block: (InlineQueryResultVideoCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-cached.html","searchKeys":["whenInlineQueryResultVideoCached","inline fun InlineQueryResult.whenInlineQueryResultVideoCached(block: (InlineQueryResultVideoCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVideoCommon(block: (InlineQueryResultVideoCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-video-common.html","searchKeys":["whenInlineQueryResultVideoCommon","inline fun InlineQueryResult.whenInlineQueryResultVideoCommon(block: (InlineQueryResultVideoCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVideoCommon"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVoice(block: (InlineQueryResultVoice) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice.html","searchKeys":["whenInlineQueryResultVoice","inline fun InlineQueryResult.whenInlineQueryResultVoice(block: (InlineQueryResultVoice) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoice"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVoiceCached(block: (InlineQueryResultVoiceCached) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-cached.html","searchKeys":["whenInlineQueryResultVoiceCached","inline fun InlineQueryResult.whenInlineQueryResultVoiceCached(block: (InlineQueryResultVoiceCached) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCached"]},{"name":"inline fun InlineQueryResult.whenInlineQueryResultVoiceCommon(block: (InlineQueryResultVoiceCommon) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-result-voice-common.html","searchKeys":["whenInlineQueryResultVoiceCommon","inline fun InlineQueryResult.whenInlineQueryResultVoiceCommon(block: (InlineQueryResultVoiceCommon) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryResultVoiceCommon"]},{"name":"inline fun InlineQueryResult.whenOptionallyTitledInlineQueryResult(block: (OptionallyTitledInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenOptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-optionally-titled-inline-query-result.html","searchKeys":["whenOptionallyTitledInlineQueryResult","inline fun InlineQueryResult.whenOptionallyTitledInlineQueryResult(block: (OptionallyTitledInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenOptionallyTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenSizedInlineQueryResult(block: (SizedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sized-inline-query-result.html","searchKeys":["whenSizedInlineQueryResult","inline fun InlineQueryResult.whenSizedInlineQueryResult(block: (SizedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenThumbSizedInlineQueryResult(block: (ThumbSizedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumb-sized-inline-query-result.html","searchKeys":["whenThumbSizedInlineQueryResult","inline fun InlineQueryResult.whenThumbSizedInlineQueryResult(block: (ThumbSizedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenThumbedInlineQueryResult(block: (ThumbedInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-inline-query-result.html","searchKeys":["whenThumbedInlineQueryResult","inline fun InlineQueryResult.whenThumbedInlineQueryResult(block: (ThumbedInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenThumbedWithMimeTypeInlineQueryResult(block: (ThumbedWithMimeTypeInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-with-mime-type-inline-query-result.html","searchKeys":["whenThumbedWithMimeTypeInlineQueryResult","inline fun InlineQueryResult.whenThumbedWithMimeTypeInlineQueryResult(block: (ThumbedWithMimeTypeInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedWithMimeTypeInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenTitledInlineQueryResult(block: (TitledInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-titled-inline-query-result.html","searchKeys":["whenTitledInlineQueryResult","inline fun InlineQueryResult.whenTitledInlineQueryResult(block: (TitledInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenUrlInlineQueryResult(block: (UrlInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-url-inline-query-result.html","searchKeys":["whenUrlInlineQueryResult","inline fun InlineQueryResult.whenUrlInlineQueryResult(block: (UrlInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUrlInlineQueryResult"]},{"name":"inline fun InlineQueryResult.whenWithInputMessageContentInlineQueryResult(block: (WithInputMessageContentInlineQueryResult) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenWithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-with-input-message-content-inline-query-result.html","searchKeys":["whenWithInputMessageContentInlineQueryResult","inline fun InlineQueryResult.whenWithInputMessageContentInlineQueryResult(block: (WithInputMessageContentInlineQueryResult) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenWithInputMessageContentInlineQueryResult"]},{"name":"inline fun InputMessageContent.whenInputContactMessageContent(block: (InputContactMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputContactMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-contact-message-content.html","searchKeys":["whenInputContactMessageContent","inline fun InputMessageContent.whenInputContactMessageContent(block: (InputContactMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputContactMessageContent"]},{"name":"inline fun InputMessageContent.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-invoice-message-content.html","searchKeys":["whenInputInvoiceMessageContent","inline fun InputMessageContent.whenInputInvoiceMessageContent(block: (InputInvoiceMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputInvoiceMessageContent"]},{"name":"inline fun InputMessageContent.whenInputLocationMessageContent(block: (InputLocationMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-location-message-content.html","searchKeys":["whenInputLocationMessageContent","inline fun InputMessageContent.whenInputLocationMessageContent(block: (InputLocationMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputLocationMessageContent"]},{"name":"inline fun InputMessageContent.whenInputTextMessageContent(block: (InputTextMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputTextMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-text-message-content.html","searchKeys":["whenInputTextMessageContent","inline fun InputMessageContent.whenInputTextMessageContent(block: (InputTextMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputTextMessageContent"]},{"name":"inline fun InputMessageContent.whenInputVenueMessageContent(block: (InputVenueMessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-input-venue-message-content.html","searchKeys":["whenInputVenueMessageContent","inline fun InputMessageContent.whenInputVenueMessageContent(block: (InputVenueMessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInputVenueMessageContent"]},{"name":"inline fun KeyboardMarkup.whenForceReply(block: (ReplyForce) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenForceReply","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-force-reply.html","searchKeys":["whenForceReply","inline fun KeyboardMarkup.whenForceReply(block: (ReplyForce) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenForceReply"]},{"name":"inline fun KeyboardMarkup.whenInlineKeyboardMarkup(block: (InlineKeyboardMarkup) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-keyboard-markup.html","searchKeys":["whenInlineKeyboardMarkup","inline fun KeyboardMarkup.whenInlineKeyboardMarkup(block: (InlineKeyboardMarkup) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.whenReplyKeyboardMarkup(block: (ReplyKeyboardMarkup) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-markup.html","searchKeys":["whenReplyKeyboardMarkup","inline fun KeyboardMarkup.whenReplyKeyboardMarkup(block: (ReplyKeyboardMarkup) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.whenReplyKeyboardRemove(block: (ReplyKeyboardRemove) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-reply-keyboard-remove.html","searchKeys":["whenReplyKeyboardRemove","inline fun KeyboardMarkup.whenReplyKeyboardRemove(block: (ReplyKeyboardRemove) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenReplyKeyboardRemove"]},{"name":"inline fun Location.whenLiveLocation(block: (LiveLocation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-live-location.html","searchKeys":["whenLiveLocation","inline fun Location.whenLiveLocation(block: (LiveLocation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLiveLocation"]},{"name":"inline fun Location.whenStaticLocation(block: (StaticLocation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-static-location.html","searchKeys":["whenStaticLocation","inline fun Location.whenStaticLocation(block: (StaticLocation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStaticLocation"]},{"name":"inline fun Message.whenAnonymousGroupContentMessage(block: (AnonymousGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message.html","searchKeys":["whenAnonymousGroupContentMessage","inline fun Message.whenAnonymousGroupContentMessage(block: (AnonymousGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessage"]},{"name":"inline fun Message.whenAnonymousGroupContentMessageImpl(block: (AnonymousGroupContentMessageImpl) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-anonymous-group-content-message-impl.html","searchKeys":["whenAnonymousGroupContentMessageImpl","inline fun Message.whenAnonymousGroupContentMessageImpl(block: (AnonymousGroupContentMessageImpl) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnonymousGroupContentMessageImpl"]},{"name":"inline fun Message.whenChannelContentMessage(block: (ChannelContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message.html","searchKeys":["whenChannelContentMessage","inline fun Message.whenChannelContentMessage(block: (ChannelContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessage"]},{"name":"inline fun Message.whenChannelContentMessageImpl(block: (UnconnectedFromChannelGroupContentMessageImpl) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-content-message-impl.html","searchKeys":["whenChannelContentMessageImpl","inline fun Message.whenChannelContentMessageImpl(block: (UnconnectedFromChannelGroupContentMessageImpl) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelContentMessageImpl"]},{"name":"inline fun Message.whenChannelEventMessage(block: (ChannelEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-event-message.html","searchKeys":["whenChannelEventMessage","inline fun Message.whenChannelEventMessage(block: (ChannelEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelEventMessage"]},{"name":"inline fun Message.whenChannelMediaGroupMessage(block: (ChannelMediaGroupMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-media-group-message.html","searchKeys":["whenChannelMediaGroupMessage","inline fun Message.whenChannelMediaGroupMessage(block: (ChannelMediaGroupMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelMediaGroupMessage"]},{"name":"inline fun Message.whenChatEventMessage(block: (ChatEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-event-message.html","searchKeys":["whenChatEventMessage","inline fun Message.whenChatEventMessage(block: (ChatEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatEventMessage"]},{"name":"inline fun Message.whenCommonGroupContentMessage(block: (CommonGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-group-content-message.html","searchKeys":["whenCommonGroupContentMessage","inline fun Message.whenCommonGroupContentMessage(block: (CommonGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonGroupContentMessage"]},{"name":"inline fun Message.whenCommonGroupEventMessage(block: (CommonGroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-group-event-message.html","searchKeys":["whenCommonGroupEventMessage","inline fun Message.whenCommonGroupEventMessage(block: (CommonGroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonGroupEventMessage"]},{"name":"inline fun Message.whenCommonMediaGroupMessage(block: (CommonMediaGroupMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-media-group-message.html","searchKeys":["whenCommonMediaGroupMessage","inline fun Message.whenCommonMediaGroupMessage(block: (CommonMediaGroupMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonMediaGroupMessage"]},{"name":"inline fun Message.whenCommonMessage(block: (CommonMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-message.html","searchKeys":["whenCommonMessage","inline fun Message.whenCommonMessage(block: (CommonMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonMessage"]},{"name":"inline fun Message.whenCommonSupergroupEventMessage(block: (CommonSupergroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-supergroup-event-message.html","searchKeys":["whenCommonSupergroupEventMessage","inline fun Message.whenCommonSupergroupEventMessage(block: (CommonSupergroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonSupergroupEventMessage"]},{"name":"inline fun Message.whenConnectedFromChannelGroupContentMessage(block: (ConnectedFromChannelGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-connected-from-channel-group-content-message.html","searchKeys":["whenConnectedFromChannelGroupContentMessage","inline fun Message.whenConnectedFromChannelGroupContentMessage(block: (ConnectedFromChannelGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenConnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.whenContentMessage(block: (ContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-content-message.html","searchKeys":["whenContentMessage","inline fun Message.whenContentMessage(block: (ContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenContentMessage"]},{"name":"inline fun Message.whenFromChannelGroupContentMessage(block: (FromChannelGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-from-channel-group-content-message.html","searchKeys":["whenFromChannelGroupContentMessage","inline fun Message.whenFromChannelGroupContentMessage(block: (FromChannelGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFromChannelGroupContentMessage"]},{"name":"inline fun Message.whenFromUserMessage(block: (FromUserMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFromUserMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-from-user-message.html","searchKeys":["whenFromUserMessage","inline fun Message.whenFromUserMessage(block: (FromUserMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFromUserMessage"]},{"name":"inline fun Message.whenGroupContentMessage(block: (GroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-content-message.html","searchKeys":["whenGroupContentMessage","inline fun Message.whenGroupContentMessage(block: (GroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupContentMessage"]},{"name":"inline fun Message.whenGroupEventMessage(block: (GroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-group-event-message.html","searchKeys":["whenGroupEventMessage","inline fun Message.whenGroupEventMessage(block: (GroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGroupEventMessage"]},{"name":"inline fun Message.whenMediaGroupMessage(block: (MediaGroupMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-message.html","searchKeys":["whenMediaGroupMessage","inline fun Message.whenMediaGroupMessage(block: (MediaGroupMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMessage"]},{"name":"inline fun Message.whenPassportMessage(block: (PassportMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-message.html","searchKeys":["whenPassportMessage","inline fun Message.whenPassportMessage(block: (PassportMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportMessage"]},{"name":"inline fun Message.whenPossiblyEditedMessage(block: (PossiblyEditedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-edited-message.html","searchKeys":["whenPossiblyEditedMessage","inline fun Message.whenPossiblyEditedMessage(block: (PossiblyEditedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyEditedMessage"]},{"name":"inline fun Message.whenPossiblyForwardedMessage(block: (PossiblyForwardedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-forwarded-message.html","searchKeys":["whenPossiblyForwardedMessage","inline fun Message.whenPossiblyForwardedMessage(block: (PossiblyForwardedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyForwardedMessage"]},{"name":"inline fun Message.whenPossiblyPaymentMessage(block: (PossiblyPaymentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-payment-message.html","searchKeys":["whenPossiblyPaymentMessage","inline fun Message.whenPossiblyPaymentMessage(block: (PossiblyPaymentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyPaymentMessage"]},{"name":"inline fun Message.whenPossiblyReplyMessage(block: (PossiblyReplyMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-reply-message.html","searchKeys":["whenPossiblyReplyMessage","inline fun Message.whenPossiblyReplyMessage(block: (PossiblyReplyMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblyReplyMessage"]},{"name":"inline fun Message.whenPossiblySentViaBotCommonMessage(block: (PossiblySentViaBotCommonMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-possibly-sent-via-bot-common-message.html","searchKeys":["whenPossiblySentViaBotCommonMessage","inline fun Message.whenPossiblySentViaBotCommonMessage(block: (PossiblySentViaBotCommonMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPossiblySentViaBotCommonMessage"]},{"name":"inline fun Message.whenPrivateContentMessage(block: (PrivateContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-content-message.html","searchKeys":["whenPrivateContentMessage","inline fun Message.whenPrivateContentMessage(block: (PrivateContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessage"]},{"name":"inline fun Message.whenPrivateContentMessageImpl(block: (PrivateContentMessageImpl) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-content-message-impl.html","searchKeys":["whenPrivateContentMessageImpl","inline fun Message.whenPrivateContentMessageImpl(block: (PrivateContentMessageImpl) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateContentMessageImpl"]},{"name":"inline fun Message.whenPrivateEventMessage(block: (PrivateEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPrivateEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-private-event-message.html","searchKeys":["whenPrivateEventMessage","inline fun Message.whenPrivateEventMessage(block: (PrivateEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPrivateEventMessage"]},{"name":"inline fun Message.whenPublicContentMessage(block: (PublicContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPublicContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-public-content-message.html","searchKeys":["whenPublicContentMessage","inline fun Message.whenPublicContentMessage(block: (PublicContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPublicContentMessage"]},{"name":"inline fun Message.whenSignedMessage(block: (SignedMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSignedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-signed-message.html","searchKeys":["whenSignedMessage","inline fun Message.whenSignedMessage(block: (SignedMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSignedMessage"]},{"name":"inline fun Message.whenSupergroupEventMessage(block: (SupergroupEventMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-supergroup-event-message.html","searchKeys":["whenSupergroupEventMessage","inline fun Message.whenSupergroupEventMessage(block: (SupergroupEventMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSupergroupEventMessage"]},{"name":"inline fun Message.whenUnconnectedFromChannelGroupContentMessage(block: (UnconnectedFromChannelGroupContentMessage) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unconnected-from-channel-group-content-message.html","searchKeys":["whenUnconnectedFromChannelGroupContentMessage","inline fun Message.whenUnconnectedFromChannelGroupContentMessage(block: (UnconnectedFromChannelGroupContentMessage) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnconnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.whenUnknownMessageType(block: (UnknownMessageType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownMessageType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-message-type.html","searchKeys":["whenUnknownMessageType","inline fun Message.whenUnknownMessageType(block: (UnknownMessageType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownMessageType"]},{"name":"inline fun MessageContent.whenTextedInput(block: (TextedInput) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextedInput","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-texted-input.html","searchKeys":["whenTextedInput","inline fun MessageContent.whenTextedInput(block: (TextedInput) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextedInput"]},{"name":"inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: PrivateKey, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","description":"dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key","location":"docs/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html","searchKeys":["doInDecryptionContextWithPKCS8Key","inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: PrivateKey, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key"]},{"name":"inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: String, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","description":"dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key","location":"docs/dev.inmo.tgbotapi.utils.passport/do-in-decryption-context-with-p-k-c-s8-key.html","searchKeys":["doInDecryptionContextWithPKCS8Key","inline fun PassportData.doInDecryptionContextWithPKCS8Key(pkcs8Key: String, expectedNonce: String? = null, crossinline block: SecureData.() -> T): T","dev.inmo.tgbotapi.utils.passport.doInDecryptionContextWithPKCS8Key"]},{"name":"inline fun PassportElementError.whenPassportElementErrorDataField(block: (PassportElementErrorDataField) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-data-field.html","searchKeys":["whenPassportElementErrorDataField","inline fun PassportElementError.whenPassportElementErrorDataField(block: (PassportElementErrorDataField) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorDataField"]},{"name":"inline fun PassportElementError.whenPassportElementErrorFile(block: (PassportElementErrorFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-file.html","searchKeys":["whenPassportElementErrorFile","inline fun PassportElementError.whenPassportElementErrorFile(block: (PassportElementErrorFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFile"]},{"name":"inline fun PassportElementError.whenPassportElementErrorFiles(block: (PassportElementErrorFiles) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-files.html","searchKeys":["whenPassportElementErrorFiles","inline fun PassportElementError.whenPassportElementErrorFiles(block: (PassportElementErrorFiles) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFiles"]},{"name":"inline fun PassportElementError.whenPassportElementErrorFrontSide(block: (PassportElementErrorFrontSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-front-side.html","searchKeys":["whenPassportElementErrorFrontSide","inline fun PassportElementError.whenPassportElementErrorFrontSide(block: (PassportElementErrorFrontSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorFrontSide"]},{"name":"inline fun PassportElementError.whenPassportElementErrorReverseSide(block: (PassportElementErrorReverseSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-reverse-side.html","searchKeys":["whenPassportElementErrorReverseSide","inline fun PassportElementError.whenPassportElementErrorReverseSide(block: (PassportElementErrorReverseSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorReverseSide"]},{"name":"inline fun PassportElementError.whenPassportElementErrorSelfie(block: (PassportElementErrorSelfie) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-selfie.html","searchKeys":["whenPassportElementErrorSelfie","inline fun PassportElementError.whenPassportElementErrorSelfie(block: (PassportElementErrorSelfie) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorSelfie"]},{"name":"inline fun PassportElementError.whenPassportElementErrorTranslationFile(block: (PassportElementErrorTranslationFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-file.html","searchKeys":["whenPassportElementErrorTranslationFile","inline fun PassportElementError.whenPassportElementErrorTranslationFile(block: (PassportElementErrorTranslationFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFile"]},{"name":"inline fun PassportElementError.whenPassportElementErrorTranslationFiles(block: (PassportElementErrorTranslationFiles) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-translation-files.html","searchKeys":["whenPassportElementErrorTranslationFiles","inline fun PassportElementError.whenPassportElementErrorTranslationFiles(block: (PassportElementErrorTranslationFiles) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorTranslationFiles"]},{"name":"inline fun PassportElementError.whenPassportElementErrorUnspecified(block: (PassportElementErrorUnspecified) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-error-unspecified.html","searchKeys":["whenPassportElementErrorUnspecified","inline fun PassportElementError.whenPassportElementErrorUnspecified(block: (PassportElementErrorUnspecified) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementErrorUnspecified"]},{"name":"inline fun PassportElementError.whenPassportElementFileError(block: (PassportElementFileError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementFileError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-file-error.html","searchKeys":["whenPassportElementFileError","inline fun PassportElementError.whenPassportElementFileError(block: (PassportElementFileError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementFileError"]},{"name":"inline fun PassportElementError.whenPassportElementFilesError(block: (PassportElementFilesError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportElementFilesError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-element-files-error.html","searchKeys":["whenPassportElementFilesError","inline fun PassportElementError.whenPassportElementFilesError(block: (PassportElementFilesError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportElementFilesError"]},{"name":"inline fun PassportElementError.whenPassportMultipleElementsError(block: (PassportMultipleElementsError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-multiple-elements-error.html","searchKeys":["whenPassportMultipleElementsError","inline fun PassportElementError.whenPassportMultipleElementsError(block: (PassportMultipleElementsError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportMultipleElementsError"]},{"name":"inline fun PassportElementError.whenPassportSingleElementError(block: (PassportSingleElementError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportSingleElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-single-element-error.html","searchKeys":["whenPassportSingleElementError","inline fun PassportElementError.whenPassportSingleElementError(block: (PassportSingleElementError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportSingleElementError"]},{"name":"inline fun PassportElementError.whenUnknownPassportElementError(block: (UnknownPassportElementError) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-passport-element-error.html","searchKeys":["whenUnknownPassportElementError","inline fun PassportElementError.whenUnknownPassportElementError(block: (UnknownPassportElementError) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownPassportElementError"]},{"name":"inline fun Poll.whenMultipleAnswersPoll(block: (MultipleAnswersPoll) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-multiple-answers-poll.html","searchKeys":["whenMultipleAnswersPoll","inline fun Poll.whenMultipleAnswersPoll(block: (MultipleAnswersPoll) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMultipleAnswersPoll"]},{"name":"inline fun Poll.whenQuizPoll(block: (QuizPoll) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-quiz-poll.html","searchKeys":["whenQuizPoll","inline fun Poll.whenQuizPoll(block: (QuizPoll) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenQuizPoll"]},{"name":"inline fun Poll.whenRegularPoll(block: (RegularPoll) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-regular-poll.html","searchKeys":["whenRegularPoll","inline fun Poll.whenRegularPoll(block: (RegularPoll) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRegularPoll"]},{"name":"inline fun Poll.whenUnknownPollType(block: (UnknownPollType) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownPollType","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-poll-type.html","searchKeys":["whenUnknownPollType","inline fun Poll.whenUnknownPollType(block: (UnknownPollType) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownPollType"]},{"name":"inline fun ResendableContent.whenAnimationContent(block: (AnimationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnimationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-animation-content.html","searchKeys":["whenAnimationContent","inline fun ResendableContent.whenAnimationContent(block: (AnimationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnimationContent"]},{"name":"inline fun ResendableContent.whenAudioContent(block: (AudioContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-content.html","searchKeys":["whenAudioContent","inline fun ResendableContent.whenAudioContent(block: (AudioContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioContent"]},{"name":"inline fun ResendableContent.whenAudioMediaGroupContent(block: (AudioMediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-content.html","searchKeys":["whenAudioMediaGroupContent","inline fun ResendableContent.whenAudioMediaGroupContent(block: (AudioMediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupContent"]},{"name":"inline fun ResendableContent.whenContactContent(block: (ContactContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenContactContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-contact-content.html","searchKeys":["whenContactContent","inline fun ResendableContent.whenContactContent(block: (ContactContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenContactContent"]},{"name":"inline fun ResendableContent.whenDiceContent(block: (DiceContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-dice-content.html","searchKeys":["whenDiceContent","inline fun ResendableContent.whenDiceContent(block: (DiceContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDiceContent"]},{"name":"inline fun ResendableContent.whenDocumentContent(block: (DocumentContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-content.html","searchKeys":["whenDocumentContent","inline fun ResendableContent.whenDocumentContent(block: (DocumentContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentContent"]},{"name":"inline fun ResendableContent.whenDocumentMediaGroupContent(block: (DocumentMediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-content.html","searchKeys":["whenDocumentMediaGroupContent","inline fun ResendableContent.whenDocumentMediaGroupContent(block: (DocumentMediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupContent"]},{"name":"inline fun ResendableContent.whenGameContent(block: (GameContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenGameContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-game-content.html","searchKeys":["whenGameContent","inline fun ResendableContent.whenGameContent(block: (GameContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenGameContent"]},{"name":"inline fun ResendableContent.whenInvoiceContent(block: (InvoiceContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInvoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-invoice-content.html","searchKeys":["whenInvoiceContent","inline fun ResendableContent.whenInvoiceContent(block: (InvoiceContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInvoiceContent"]},{"name":"inline fun ResendableContent.whenLiveLocationContent(block: (LiveLocationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLiveLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-live-location-content.html","searchKeys":["whenLiveLocationContent","inline fun ResendableContent.whenLiveLocationContent(block: (LiveLocationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLiveLocationContent"]},{"name":"inline fun ResendableContent.whenLocationContent(block: (LocationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-location-content.html","searchKeys":["whenLocationContent","inline fun ResendableContent.whenLocationContent(block: (LocationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenLocationContent"]},{"name":"inline fun ResendableContent.whenMediaCollectionContent(block: (MediaCollectionContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaCollectionContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-collection-content.html","searchKeys":["whenMediaCollectionContent","inline fun ResendableContent.whenMediaCollectionContent(block: (MediaCollectionContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaCollectionContent"]},{"name":"inline fun ResendableContent.whenMediaContent(block: (MediaContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-content.html","searchKeys":["whenMediaContent","inline fun ResendableContent.whenMediaContent(block: (MediaContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaContent"]},{"name":"inline fun ResendableContent.whenMediaGroupContent(block: (MediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-content.html","searchKeys":["whenMediaGroupContent","inline fun ResendableContent.whenMediaGroupContent(block: (MediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupContent"]},{"name":"inline fun ResendableContent.whenMessageContent(block: (MessageContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-content.html","searchKeys":["whenMessageContent","inline fun ResendableContent.whenMessageContent(block: (MessageContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageContent"]},{"name":"inline fun ResendableContent.whenPhotoContent(block: (PhotoContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhotoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-photo-content.html","searchKeys":["whenPhotoContent","inline fun ResendableContent.whenPhotoContent(block: (PhotoContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhotoContent"]},{"name":"inline fun ResendableContent.whenPollContent(block: (PollContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPollContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-poll-content.html","searchKeys":["whenPollContent","inline fun ResendableContent.whenPollContent(block: (PollContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPollContent"]},{"name":"inline fun ResendableContent.whenStaticLocationContent(block: (StaticLocationContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStaticLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-static-location-content.html","searchKeys":["whenStaticLocationContent","inline fun ResendableContent.whenStaticLocationContent(block: (StaticLocationContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStaticLocationContent"]},{"name":"inline fun ResendableContent.whenStickerContent(block: (StickerContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStickerContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sticker-content.html","searchKeys":["whenStickerContent","inline fun ResendableContent.whenStickerContent(block: (StickerContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStickerContent"]},{"name":"inline fun ResendableContent.whenTextContent(block: (TextContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-text-content.html","searchKeys":["whenTextContent","inline fun ResendableContent.whenTextContent(block: (TextContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextContent"]},{"name":"inline fun ResendableContent.whenTextedMediaContent(block: (TextedMediaContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-texted-media-content.html","searchKeys":["whenTextedMediaContent","inline fun ResendableContent.whenTextedMediaContent(block: (TextedMediaContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextedMediaContent"]},{"name":"inline fun ResendableContent.whenVenueContent(block: (VenueContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVenueContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-venue-content.html","searchKeys":["whenVenueContent","inline fun ResendableContent.whenVenueContent(block: (VenueContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVenueContent"]},{"name":"inline fun ResendableContent.whenVideoContent(block: (VideoContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-content.html","searchKeys":["whenVideoContent","inline fun ResendableContent.whenVideoContent(block: (VideoContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoContent"]},{"name":"inline fun ResendableContent.whenVideoNoteContent(block: (VideoNoteContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoNoteContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-note-content.html","searchKeys":["whenVideoNoteContent","inline fun ResendableContent.whenVideoNoteContent(block: (VideoNoteContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoNoteContent"]},{"name":"inline fun ResendableContent.whenVisualMediaGroupContent(block: (VisualMediaGroupContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-content.html","searchKeys":["whenVisualMediaGroupContent","inline fun ResendableContent.whenVisualMediaGroupContent(block: (VisualMediaGroupContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupContent"]},{"name":"inline fun ResendableContent.whenVoiceContent(block: (VoiceContent) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-voice-content.html","searchKeys":["whenVoiceContent","inline fun ResendableContent.whenVoiceContent(block: (VoiceContent) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVoiceContent"]},{"name":"inline fun ScheduledCloseInfo.whenApproximateScheduledCloseInfo(block: (ApproximateScheduledCloseInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-approximate-scheduled-close-info.html","searchKeys":["whenApproximateScheduledCloseInfo","inline fun ScheduledCloseInfo.whenApproximateScheduledCloseInfo(block: (ApproximateScheduledCloseInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenApproximateScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.whenExactScheduledCloseInfo(block: (ExactScheduledCloseInfo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-exact-scheduled-close-info.html","searchKeys":["whenExactScheduledCloseInfo","inline fun ScheduledCloseInfo.whenExactScheduledCloseInfo(block: (ExactScheduledCloseInfo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenExactScheduledCloseInfo"]},{"name":"inline fun SecureValue.whenAddressSecureValue(block: (AddressSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAddressSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-address-secure-value.html","searchKeys":["whenAddressSecureValue","inline fun SecureValue.whenAddressSecureValue(block: (AddressSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAddressSecureValue"]},{"name":"inline fun SecureValue.whenBankStatementSecureValue(block: (BankStatementSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bank-statement-secure-value.html","searchKeys":["whenBankStatementSecureValue","inline fun SecureValue.whenBankStatementSecureValue(block: (BankStatementSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBankStatementSecureValue"]},{"name":"inline fun SecureValue.whenCommonPassportSecureValue(block: (CommonPassportSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-passport-secure-value.html","searchKeys":["whenCommonPassportSecureValue","inline fun SecureValue.whenCommonPassportSecureValue(block: (CommonPassportSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonPassportSecureValue"]},{"name":"inline fun SecureValue.whenDriverLicenseSecureValue(block: (DriverLicenseSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-driver-license-secure-value.html","searchKeys":["whenDriverLicenseSecureValue","inline fun SecureValue.whenDriverLicenseSecureValue(block: (DriverLicenseSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDriverLicenseSecureValue"]},{"name":"inline fun SecureValue.whenIdentityCardSecureValue(block: (IdentityCardSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenIdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-identity-card-secure-value.html","searchKeys":["whenIdentityCardSecureValue","inline fun SecureValue.whenIdentityCardSecureValue(block: (IdentityCardSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenIdentityCardSecureValue"]},{"name":"inline fun SecureValue.whenIdentityWithReverseSideSecureValue(block: (IdentityWithReverseSideSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenIdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-identity-with-reverse-side-secure-value.html","searchKeys":["whenIdentityWithReverseSideSecureValue","inline fun SecureValue.whenIdentityWithReverseSideSecureValue(block: (IdentityWithReverseSideSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenIdentityWithReverseSideSecureValue"]},{"name":"inline fun SecureValue.whenInternalPassportSecureValue(block: (InternalPassportSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-internal-passport-secure-value.html","searchKeys":["whenInternalPassportSecureValue","inline fun SecureValue.whenInternalPassportSecureValue(block: (InternalPassportSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInternalPassportSecureValue"]},{"name":"inline fun SecureValue.whenOtherDocumentsSecureValue(block: (OtherDocumentsSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenOtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-other-documents-secure-value.html","searchKeys":["whenOtherDocumentsSecureValue","inline fun SecureValue.whenOtherDocumentsSecureValue(block: (OtherDocumentsSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenOtherDocumentsSecureValue"]},{"name":"inline fun SecureValue.whenPassportRegistrationSecureValue(block: (PassportRegistrationSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-registration-secure-value.html","searchKeys":["whenPassportRegistrationSecureValue","inline fun SecureValue.whenPassportRegistrationSecureValue(block: (PassportRegistrationSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportRegistrationSecureValue"]},{"name":"inline fun SecureValue.whenPassportSecureValue(block: (PassportSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-passport-secure-value.html","searchKeys":["whenPassportSecureValue","inline fun SecureValue.whenPassportSecureValue(block: (PassportSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPassportSecureValue"]},{"name":"inline fun SecureValue.whenPersonalDetailsSecureValue(block: (PersonalDetailsSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-personal-details-secure-value.html","searchKeys":["whenPersonalDetailsSecureValue","inline fun SecureValue.whenPersonalDetailsSecureValue(block: (PersonalDetailsSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPersonalDetailsSecureValue"]},{"name":"inline fun SecureValue.whenRentalAgreementSecureValue(block: (RentalAgreementSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-rental-agreement-secure-value.html","searchKeys":["whenRentalAgreementSecureValue","inline fun SecureValue.whenRentalAgreementSecureValue(block: (RentalAgreementSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRentalAgreementSecureValue"]},{"name":"inline fun SecureValue.whenSecureValueIdentity(block: (SecureValueIdentity) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueIdentity","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-identity.html","searchKeys":["whenSecureValueIdentity","inline fun SecureValue.whenSecureValueIdentity(block: (SecureValueIdentity) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueIdentity"]},{"name":"inline fun SecureValue.whenSecureValueWithData(block: (SecureValueWithData) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-data.html","searchKeys":["whenSecureValueWithData","inline fun SecureValue.whenSecureValueWithData(block: (SecureValueWithData) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithData"]},{"name":"inline fun SecureValue.whenSecureValueWithFiles(block: (SecureValueWithFiles) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-files.html","searchKeys":["whenSecureValueWithFiles","inline fun SecureValue.whenSecureValueWithFiles(block: (SecureValueWithFiles) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithFiles"]},{"name":"inline fun SecureValue.whenSecureValueWithReverseSide(block: (SecureValueWithReverseSide) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-reverse-side.html","searchKeys":["whenSecureValueWithReverseSide","inline fun SecureValue.whenSecureValueWithReverseSide(block: (SecureValueWithReverseSide) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithReverseSide"]},{"name":"inline fun SecureValue.whenSecureValueWithTranslations(block: (SecureValueWithTranslations) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-secure-value-with-translations.html","searchKeys":["whenSecureValueWithTranslations","inline fun SecureValue.whenSecureValueWithTranslations(block: (SecureValueWithTranslations) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSecureValueWithTranslations"]},{"name":"inline fun SecureValue.whenTemporalRegistrationSecureValue(block: (TemporalRegistrationSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-temporal-registration-secure-value.html","searchKeys":["whenTemporalRegistrationSecureValue","inline fun SecureValue.whenTemporalRegistrationSecureValue(block: (TemporalRegistrationSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTemporalRegistrationSecureValue"]},{"name":"inline fun SecureValue.whenUtilityBillSecureValue(block: (UtilityBillSecureValue) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-utility-bill-secure-value.html","searchKeys":["whenUtilityBillSecureValue","inline fun SecureValue.whenUtilityBillSecureValue(block: (UtilityBillSecureValue) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUtilityBillSecureValue"]},{"name":"inline fun TelegramMedia.whenAudioMediaGroupMemberTelegramMedia(block: (AudioMediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-media-group-member-telegram-media.html","searchKeys":["whenAudioMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenAudioMediaGroupMemberTelegramMedia(block: (AudioMediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.whenDocumentMediaGroupMemberTelegramMedia(block: (DocumentMediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-media-group-member-telegram-media.html","searchKeys":["whenDocumentMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenDocumentMediaGroupMemberTelegramMedia(block: (DocumentMediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.whenDuratedTelegramMedia(block: (DuratedTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-durated-telegram-media.html","searchKeys":["whenDuratedTelegramMedia","inline fun TelegramMedia.whenDuratedTelegramMedia(block: (DuratedTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDuratedTelegramMedia"]},{"name":"inline fun TelegramMedia.whenMediaGroupMemberTelegramMedia(block: (MediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-member-telegram-media.html","searchKeys":["whenMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenMediaGroupMemberTelegramMedia(block: (MediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.whenSizedTelegramMedia(block: (SizedTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sized-telegram-media.html","searchKeys":["whenSizedTelegramMedia","inline fun TelegramMedia.whenSizedTelegramMedia(block: (SizedTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSizedTelegramMedia"]},{"name":"inline fun TelegramMedia.whenTelegramMediaAnimation(block: (TelegramMediaAnimation) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-animation.html","searchKeys":["whenTelegramMediaAnimation","inline fun TelegramMedia.whenTelegramMediaAnimation(block: (TelegramMediaAnimation) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAnimation"]},{"name":"inline fun TelegramMedia.whenTelegramMediaAudio(block: (TelegramMediaAudio) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-audio.html","searchKeys":["whenTelegramMediaAudio","inline fun TelegramMedia.whenTelegramMediaAudio(block: (TelegramMediaAudio) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaAudio"]},{"name":"inline fun TelegramMedia.whenTelegramMediaDocument(block: (TelegramMediaDocument) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-document.html","searchKeys":["whenTelegramMediaDocument","inline fun TelegramMedia.whenTelegramMediaDocument(block: (TelegramMediaDocument) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaDocument"]},{"name":"inline fun TelegramMedia.whenTelegramMediaPhoto(block: (TelegramMediaPhoto) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-photo.html","searchKeys":["whenTelegramMediaPhoto","inline fun TelegramMedia.whenTelegramMediaPhoto(block: (TelegramMediaPhoto) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaPhoto"]},{"name":"inline fun TelegramMedia.whenTelegramMediaVideo(block: (TelegramMediaVideo) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-telegram-media-video.html","searchKeys":["whenTelegramMediaVideo","inline fun TelegramMedia.whenTelegramMediaVideo(block: (TelegramMediaVideo) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTelegramMediaVideo"]},{"name":"inline fun TelegramMedia.whenThumbedTelegramMedia(block: (ThumbedTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-telegram-media.html","searchKeys":["whenThumbedTelegramMedia","inline fun TelegramMedia.whenThumbedTelegramMedia(block: (ThumbedTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedTelegramMedia"]},{"name":"inline fun TelegramMedia.whenTitledTelegramMedia(block: (TitledTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-titled-telegram-media.html","searchKeys":["whenTitledTelegramMedia","inline fun TelegramMedia.whenTitledTelegramMedia(block: (TitledTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTitledTelegramMedia"]},{"name":"inline fun TelegramMedia.whenVisualMediaGroupMemberTelegramMedia(block: (VisualMediaGroupMemberTelegramMedia) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-visual-media-group-member-telegram-media.html","searchKeys":["whenVisualMediaGroupMemberTelegramMedia","inline fun TelegramMedia.whenVisualMediaGroupMemberTelegramMedia(block: (VisualMediaGroupMemberTelegramMedia) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVisualMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMediaFile.whenAnimatedSticker(block: (AnimatedSticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnimatedSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-animated-sticker.html","searchKeys":["whenAnimatedSticker","inline fun TelegramMediaFile.whenAnimatedSticker(block: (AnimatedSticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnimatedSticker"]},{"name":"inline fun TelegramMediaFile.whenAnimationFile(block: (AnimationFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAnimationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-animation-file.html","searchKeys":["whenAnimationFile","inline fun TelegramMediaFile.whenAnimationFile(block: (AnimationFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAnimationFile"]},{"name":"inline fun TelegramMediaFile.whenAudioFile(block: (AudioFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenAudioFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-audio-file.html","searchKeys":["whenAudioFile","inline fun TelegramMediaFile.whenAudioFile(block: (AudioFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenAudioFile"]},{"name":"inline fun TelegramMediaFile.whenDocumentFile(block: (DocumentFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenDocumentFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-document-file.html","searchKeys":["whenDocumentFile","inline fun TelegramMediaFile.whenDocumentFile(block: (DocumentFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenDocumentFile"]},{"name":"inline fun TelegramMediaFile.whenFile(block: (File) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-file.html","searchKeys":["whenFile","inline fun TelegramMediaFile.whenFile(block: (File) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenFile"]},{"name":"inline fun TelegramMediaFile.whenMimedMediaFile(block: (MimedMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMimedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-mimed-media-file.html","searchKeys":["whenMimedMediaFile","inline fun TelegramMediaFile.whenMimedMediaFile(block: (MimedMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMimedMediaFile"]},{"name":"inline fun TelegramMediaFile.whenPathedFile(block: (PathedFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPathedFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pathed-file.html","searchKeys":["whenPathedFile","inline fun TelegramMediaFile.whenPathedFile(block: (PathedFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPathedFile"]},{"name":"inline fun TelegramMediaFile.whenPhotoSize(block: (PhotoSize) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhotoSize","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-photo-size.html","searchKeys":["whenPhotoSize","inline fun TelegramMediaFile.whenPhotoSize(block: (PhotoSize) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhotoSize"]},{"name":"inline fun TelegramMediaFile.whenPlayableMediaFile(block: (PlayableMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPlayableMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-playable-media-file.html","searchKeys":["whenPlayableMediaFile","inline fun TelegramMediaFile.whenPlayableMediaFile(block: (PlayableMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPlayableMediaFile"]},{"name":"inline fun TelegramMediaFile.whenSimpleSticker(block: (SimpleSticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSimpleSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-simple-sticker.html","searchKeys":["whenSimpleSticker","inline fun TelegramMediaFile.whenSimpleSticker(block: (SimpleSticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSimpleSticker"]},{"name":"inline fun TelegramMediaFile.whenSizedMediaFile(block: (SizedMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSizedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sized-media-file.html","searchKeys":["whenSizedMediaFile","inline fun TelegramMediaFile.whenSizedMediaFile(block: (SizedMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSizedMediaFile"]},{"name":"inline fun TelegramMediaFile.whenSticker(block: (Sticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sticker.html","searchKeys":["whenSticker","inline fun TelegramMediaFile.whenSticker(block: (Sticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSticker"]},{"name":"inline fun TelegramMediaFile.whenThumbedMediaFile(block: (ThumbedMediaFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-thumbed-media-file.html","searchKeys":["whenThumbedMediaFile","inline fun TelegramMediaFile.whenThumbedMediaFile(block: (ThumbedMediaFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenThumbedMediaFile"]},{"name":"inline fun TelegramMediaFile.whenVideoFile(block: (VideoFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-file.html","searchKeys":["whenVideoFile","inline fun TelegramMediaFile.whenVideoFile(block: (VideoFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoFile"]},{"name":"inline fun TelegramMediaFile.whenVideoNoteFile(block: (VideoNoteFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoNoteFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-note-file.html","searchKeys":["whenVideoNoteFile","inline fun TelegramMediaFile.whenVideoNoteFile(block: (VideoNoteFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoNoteFile"]},{"name":"inline fun TelegramMediaFile.whenVideoSticker(block: (VideoSticker) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVideoSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-video-sticker.html","searchKeys":["whenVideoSticker","inline fun TelegramMediaFile.whenVideoSticker(block: (VideoSticker) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVideoSticker"]},{"name":"inline fun TelegramMediaFile.whenVoiceFile(block: (VoiceFile) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenVoiceFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-voice-file.html","searchKeys":["whenVoiceFile","inline fun TelegramMediaFile.whenVoiceFile(block: (VoiceFile) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenVoiceFile"]},{"name":"inline fun TextSource.whenBoldTextSource(block: (BoldTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBoldTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bold-text-source.html","searchKeys":["whenBoldTextSource","inline fun TextSource.whenBoldTextSource(block: (BoldTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBoldTextSource"]},{"name":"inline fun TextSource.whenBotCommandTextSource(block: (BotCommandTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBotCommandTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-bot-command-text-source.html","searchKeys":["whenBotCommandTextSource","inline fun TextSource.whenBotCommandTextSource(block: (BotCommandTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBotCommandTextSource"]},{"name":"inline fun TextSource.whenCashTagTextSource(block: (CashTagTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-cash-tag-text-source.html","searchKeys":["whenCashTagTextSource","inline fun TextSource.whenCashTagTextSource(block: (CashTagTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCashTagTextSource"]},{"name":"inline fun TextSource.whenCodeTextSource(block: (CodeTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCodeTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-code-text-source.html","searchKeys":["whenCodeTextSource","inline fun TextSource.whenCodeTextSource(block: (CodeTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCodeTextSource"]},{"name":"inline fun TextSource.whenEMailTextSource(block: (EMailTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEMailTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-e-mail-text-source.html","searchKeys":["whenEMailTextSource","inline fun TextSource.whenEMailTextSource(block: (EMailTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEMailTextSource"]},{"name":"inline fun TextSource.whenHashTagTextSource(block: (HashTagTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenHashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-hash-tag-text-source.html","searchKeys":["whenHashTagTextSource","inline fun TextSource.whenHashTagTextSource(block: (HashTagTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenHashTagTextSource"]},{"name":"inline fun TextSource.whenItalicTextSource(block: (ItalicTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenItalicTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-italic-text-source.html","searchKeys":["whenItalicTextSource","inline fun TextSource.whenItalicTextSource(block: (ItalicTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenItalicTextSource"]},{"name":"inline fun TextSource.whenMentionTextSource(block: (MentionTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-mention-text-source.html","searchKeys":["whenMentionTextSource","inline fun TextSource.whenMentionTextSource(block: (MentionTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMentionTextSource"]},{"name":"inline fun TextSource.whenMultilevelTextSource(block: (MultilevelTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMultilevelTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-multilevel-text-source.html","searchKeys":["whenMultilevelTextSource","inline fun TextSource.whenMultilevelTextSource(block: (MultilevelTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMultilevelTextSource"]},{"name":"inline fun TextSource.whenPhoneNumberTextSource(block: (PhoneNumberTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-phone-number-text-source.html","searchKeys":["whenPhoneNumberTextSource","inline fun TextSource.whenPhoneNumberTextSource(block: (PhoneNumberTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPhoneNumberTextSource"]},{"name":"inline fun TextSource.whenPreTextSource(block: (PreTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPreTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pre-text-source.html","searchKeys":["whenPreTextSource","inline fun TextSource.whenPreTextSource(block: (PreTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPreTextSource"]},{"name":"inline fun TextSource.whenRegularTextSource(block: (RegularTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenRegularTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-regular-text-source.html","searchKeys":["whenRegularTextSource","inline fun TextSource.whenRegularTextSource(block: (RegularTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenRegularTextSource"]},{"name":"inline fun TextSource.whenStrikethroughTextSource(block: (StrikethroughTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenStrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-strikethrough-text-source.html","searchKeys":["whenStrikethroughTextSource","inline fun TextSource.whenStrikethroughTextSource(block: (StrikethroughTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenStrikethroughTextSource"]},{"name":"inline fun TextSource.whenTextLinkTextSource(block: (TextLinkTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextLinkTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-text-link-text-source.html","searchKeys":["whenTextLinkTextSource","inline fun TextSource.whenTextLinkTextSource(block: (TextLinkTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextLinkTextSource"]},{"name":"inline fun TextSource.whenTextMentionTextSource(block: (TextMentionTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenTextMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-text-mention-text-source.html","searchKeys":["whenTextMentionTextSource","inline fun TextSource.whenTextMentionTextSource(block: (TextMentionTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenTextMentionTextSource"]},{"name":"inline fun TextSource.whenURLTextSource(block: (URLTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenURLTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-u-r-l-text-source.html","searchKeys":["whenURLTextSource","inline fun TextSource.whenURLTextSource(block: (URLTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenURLTextSource"]},{"name":"inline fun TextSource.whenUnderlineTextSource(block: (UnderlineTextSource) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnderlineTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-underline-text-source.html","searchKeys":["whenUnderlineTextSource","inline fun TextSource.whenUnderlineTextSource(block: (UnderlineTextSource) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnderlineTextSource"]},{"name":"inline fun Update.whenBaseEditMessageUpdate(block: (BaseEditMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-edit-message-update.html","searchKeys":["whenBaseEditMessageUpdate","inline fun Update.whenBaseEditMessageUpdate(block: (BaseEditMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseEditMessageUpdate"]},{"name":"inline fun Update.whenBaseMessageUpdate(block: (BaseMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-message-update.html","searchKeys":["whenBaseMessageUpdate","inline fun Update.whenBaseMessageUpdate(block: (BaseMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseMessageUpdate"]},{"name":"inline fun Update.whenBaseSentMessageUpdate(block: (BaseSentMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenBaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-base-sent-message-update.html","searchKeys":["whenBaseSentMessageUpdate","inline fun Update.whenBaseSentMessageUpdate(block: (BaseSentMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenBaseSentMessageUpdate"]},{"name":"inline fun Update.whenCallbackQueryUpdate(block: (CallbackQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-callback-query-update.html","searchKeys":["whenCallbackQueryUpdate","inline fun Update.whenCallbackQueryUpdate(block: (CallbackQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCallbackQueryUpdate"]},{"name":"inline fun Update.whenChannelPostMediaGroupUpdate(block: (ChannelPostMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-post-media-group-update.html","searchKeys":["whenChannelPostMediaGroupUpdate","inline fun Update.whenChannelPostMediaGroupUpdate(block: (ChannelPostMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.whenChannelPostUpdate(block: (ChannelPostUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-channel-post-update.html","searchKeys":["whenChannelPostUpdate","inline fun Update.whenChannelPostUpdate(block: (ChannelPostUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChannelPostUpdate"]},{"name":"inline fun Update.whenChatJoinRequestUpdate(block: (ChatJoinRequestUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-join-request-update.html","searchKeys":["whenChatJoinRequestUpdate","inline fun Update.whenChatJoinRequestUpdate(block: (ChatJoinRequestUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatJoinRequestUpdate"]},{"name":"inline fun Update.whenChatMemberUpdatedUpdate(block: (ChatMemberUpdatedUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chat-member-updated-update.html","searchKeys":["whenChatMemberUpdatedUpdate","inline fun Update.whenChatMemberUpdatedUpdate(block: (ChatMemberUpdatedUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChatMemberUpdatedUpdate"]},{"name":"inline fun Update.whenChosenInlineResultUpdate(block: (ChosenInlineResultUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-chosen-inline-result-update.html","searchKeys":["whenChosenInlineResultUpdate","inline fun Update.whenChosenInlineResultUpdate(block: (ChosenInlineResultUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenChosenInlineResultUpdate"]},{"name":"inline fun Update.whenCommonChatMemberUpdatedUpdate(block: (CommonChatMemberUpdatedUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenCommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-common-chat-member-updated-update.html","searchKeys":["whenCommonChatMemberUpdatedUpdate","inline fun Update.whenCommonChatMemberUpdatedUpdate(block: (CommonChatMemberUpdatedUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenCommonChatMemberUpdatedUpdate"]},{"name":"inline fun Update.whenEditChannelPostMediaGroupUpdate(block: (EditChannelPostMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-media-group-update.html","searchKeys":["whenEditChannelPostMediaGroupUpdate","inline fun Update.whenEditChannelPostMediaGroupUpdate(block: (EditChannelPostMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.whenEditChannelPostUpdate(block: (EditChannelPostUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-channel-post-update.html","searchKeys":["whenEditChannelPostUpdate","inline fun Update.whenEditChannelPostUpdate(block: (EditChannelPostUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditChannelPostUpdate"]},{"name":"inline fun Update.whenEditMediaGroupUpdate(block: (EditMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-media-group-update.html","searchKeys":["whenEditMediaGroupUpdate","inline fun Update.whenEditMediaGroupUpdate(block: (EditMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditMediaGroupUpdate"]},{"name":"inline fun Update.whenEditMessageMediaGroupUpdate(block: (EditMessageMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-message-media-group-update.html","searchKeys":["whenEditMessageMediaGroupUpdate","inline fun Update.whenEditMessageMediaGroupUpdate(block: (EditMessageMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditMessageMediaGroupUpdate"]},{"name":"inline fun Update.whenEditMessageUpdate(block: (EditMessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-edit-message-update.html","searchKeys":["whenEditMessageUpdate","inline fun Update.whenEditMessageUpdate(block: (EditMessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenEditMessageUpdate"]},{"name":"inline fun Update.whenInlineQueryUpdate(block: (InlineQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenInlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-inline-query-update.html","searchKeys":["whenInlineQueryUpdate","inline fun Update.whenInlineQueryUpdate(block: (InlineQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenInlineQueryUpdate"]},{"name":"inline fun Update.whenMediaGroupUpdate(block: (MediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-media-group-update.html","searchKeys":["whenMediaGroupUpdate","inline fun Update.whenMediaGroupUpdate(block: (MediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMediaGroupUpdate"]},{"name":"inline fun Update.whenMessageMediaGroupUpdate(block: (MessageMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-media-group-update.html","searchKeys":["whenMessageMediaGroupUpdate","inline fun Update.whenMessageMediaGroupUpdate(block: (MessageMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageMediaGroupUpdate"]},{"name":"inline fun Update.whenMessageUpdate(block: (MessageUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-message-update.html","searchKeys":["whenMessageUpdate","inline fun Update.whenMessageUpdate(block: (MessageUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMessageUpdate"]},{"name":"inline fun Update.whenMyChatMemberUpdatedUpdate(block: (MyChatMemberUpdatedUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenMyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-my-chat-member-updated-update.html","searchKeys":["whenMyChatMemberUpdatedUpdate","inline fun Update.whenMyChatMemberUpdatedUpdate(block: (MyChatMemberUpdatedUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenMyChatMemberUpdatedUpdate"]},{"name":"inline fun Update.whenPollAnswerUpdate(block: (PollAnswerUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-poll-answer-update.html","searchKeys":["whenPollAnswerUpdate","inline fun Update.whenPollAnswerUpdate(block: (PollAnswerUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPollAnswerUpdate"]},{"name":"inline fun Update.whenPollUpdate(block: (PollUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPollUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-poll-update.html","searchKeys":["whenPollUpdate","inline fun Update.whenPollUpdate(block: (PollUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPollUpdate"]},{"name":"inline fun Update.whenPreCheckoutQueryUpdate(block: (PreCheckoutQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenPreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-pre-checkout-query-update.html","searchKeys":["whenPreCheckoutQueryUpdate","inline fun Update.whenPreCheckoutQueryUpdate(block: (PreCheckoutQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenPreCheckoutQueryUpdate"]},{"name":"inline fun Update.whenSentMediaGroupUpdate(block: (SentMediaGroupUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-sent-media-group-update.html","searchKeys":["whenSentMediaGroupUpdate","inline fun Update.whenSentMediaGroupUpdate(block: (SentMediaGroupUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenSentMediaGroupUpdate"]},{"name":"inline fun Update.whenShippingQueryUpdate(block: (ShippingQueryUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-shipping-query-update.html","searchKeys":["whenShippingQueryUpdate","inline fun Update.whenShippingQueryUpdate(block: (ShippingQueryUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenShippingQueryUpdate"]},{"name":"inline fun Update.whenUnknownUpdate(block: (UnknownUpdate) -> T): T?","description":"dev.inmo.tgbotapi.extensions.utils.whenUnknownUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/when-unknown-update.html","searchKeys":["whenUnknownUpdate","inline fun Update.whenUnknownUpdate(block: (UnknownUpdate) -> T): T?","dev.inmo.tgbotapi.extensions.utils.whenUnknownUpdate"]},{"name":"inline fun Any.asFromUser(): FromUser?","description":"dev.inmo.tgbotapi.extensions.utils.asFromUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-from-user.html","searchKeys":["asFromUser","inline fun Any.asFromUser(): FromUser?","dev.inmo.tgbotapi.extensions.utils.asFromUser"]},{"name":"inline fun Any.asWithOptionalLanguageCode(): WithOptionalLanguageCode?","description":"dev.inmo.tgbotapi.extensions.utils.asWithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-with-optional-language-code.html","searchKeys":["asWithOptionalLanguageCode","inline fun Any.asWithOptionalLanguageCode(): WithOptionalLanguageCode?","dev.inmo.tgbotapi.extensions.utils.asWithOptionalLanguageCode"]},{"name":"inline fun Any.asWithUser(): WithUser?","description":"dev.inmo.tgbotapi.extensions.utils.asWithUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-with-user.html","searchKeys":["asWithUser","inline fun Any.asWithUser(): WithUser?","dev.inmo.tgbotapi.extensions.utils.asWithUser"]},{"name":"inline fun Any.requireFromUser(): FromUser","description":"dev.inmo.tgbotapi.extensions.utils.requireFromUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-from-user.html","searchKeys":["requireFromUser","inline fun Any.requireFromUser(): FromUser","dev.inmo.tgbotapi.extensions.utils.requireFromUser"]},{"name":"inline fun Any.requireWithOptionalLanguageCode(): WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.extensions.utils.requireWithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-optional-language-code.html","searchKeys":["requireWithOptionalLanguageCode","inline fun Any.requireWithOptionalLanguageCode(): WithOptionalLanguageCode","dev.inmo.tgbotapi.extensions.utils.requireWithOptionalLanguageCode"]},{"name":"inline fun Any.requireWithUser(): WithUser","description":"dev.inmo.tgbotapi.extensions.utils.requireWithUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-user.html","searchKeys":["requireWithUser","inline fun Any.requireWithUser(): WithUser","dev.inmo.tgbotapi.extensions.utils.requireWithUser"]},{"name":"inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","description":"dev.inmo.tgbotapi.extensions.utils.asChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-choose-sticker-action.html","searchKeys":["asChooseStickerAction","inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","dev.inmo.tgbotapi.extensions.utils.asChooseStickerAction"]},{"name":"inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","description":"dev.inmo.tgbotapi.types.actions.asChooseStickerAction","location":"docs/dev.inmo.tgbotapi.types.actions/as-choose-sticker-action.html","searchKeys":["asChooseStickerAction","inline fun BotAction.asChooseStickerAction(): ChooseStickerAction?","dev.inmo.tgbotapi.types.actions.asChooseStickerAction"]},{"name":"inline fun BotAction.asFindLocation(): FindLocationAction?","description":"dev.inmo.tgbotapi.types.actions.asFindLocation","location":"docs/dev.inmo.tgbotapi.types.actions/as-find-location.html","searchKeys":["asFindLocation","inline fun BotAction.asFindLocation(): FindLocationAction?","dev.inmo.tgbotapi.types.actions.asFindLocation"]},{"name":"inline fun BotAction.asFindLocationAction(): FindLocationAction?","description":"dev.inmo.tgbotapi.extensions.utils.asFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-find-location-action.html","searchKeys":["asFindLocationAction","inline fun BotAction.asFindLocationAction(): FindLocationAction?","dev.inmo.tgbotapi.extensions.utils.asFindLocationAction"]},{"name":"inline fun BotAction.asRecordVideo(): RecordVideoAction?","description":"dev.inmo.tgbotapi.types.actions.asRecordVideo","location":"docs/dev.inmo.tgbotapi.types.actions/as-record-video.html","searchKeys":["asRecordVideo","inline fun BotAction.asRecordVideo(): RecordVideoAction?","dev.inmo.tgbotapi.types.actions.asRecordVideo"]},{"name":"inline fun BotAction.asRecordVideoAction(): RecordVideoAction?","description":"dev.inmo.tgbotapi.extensions.utils.asRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-record-video-action.html","searchKeys":["asRecordVideoAction","inline fun BotAction.asRecordVideoAction(): RecordVideoAction?","dev.inmo.tgbotapi.extensions.utils.asRecordVideoAction"]},{"name":"inline fun BotAction.asRecordVideoNote(): RecordVideoNoteAction?","description":"dev.inmo.tgbotapi.types.actions.asRecordVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/as-record-video-note.html","searchKeys":["asRecordVideoNote","inline fun BotAction.asRecordVideoNote(): RecordVideoNoteAction?","dev.inmo.tgbotapi.types.actions.asRecordVideoNote"]},{"name":"inline fun BotAction.asRecordVideoNoteAction(): RecordVideoNoteAction?","description":"dev.inmo.tgbotapi.extensions.utils.asRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-record-video-note-action.html","searchKeys":["asRecordVideoNoteAction","inline fun BotAction.asRecordVideoNoteAction(): RecordVideoNoteAction?","dev.inmo.tgbotapi.extensions.utils.asRecordVideoNoteAction"]},{"name":"inline fun BotAction.asRecordVoice(): RecordVoiceAction?","description":"dev.inmo.tgbotapi.types.actions.asRecordVoice","location":"docs/dev.inmo.tgbotapi.types.actions/as-record-voice.html","searchKeys":["asRecordVoice","inline fun BotAction.asRecordVoice(): RecordVoiceAction?","dev.inmo.tgbotapi.types.actions.asRecordVoice"]},{"name":"inline fun BotAction.asRecordVoiceAction(): RecordVoiceAction?","description":"dev.inmo.tgbotapi.extensions.utils.asRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-record-voice-action.html","searchKeys":["asRecordVoiceAction","inline fun BotAction.asRecordVoiceAction(): RecordVoiceAction?","dev.inmo.tgbotapi.extensions.utils.asRecordVoiceAction"]},{"name":"inline fun BotAction.asTyping(): TypingAction?","description":"dev.inmo.tgbotapi.types.actions.asTyping","location":"docs/dev.inmo.tgbotapi.types.actions/as-typing.html","searchKeys":["asTyping","inline fun BotAction.asTyping(): TypingAction?","dev.inmo.tgbotapi.types.actions.asTyping"]},{"name":"inline fun BotAction.asTypingAction(): TypingAction?","description":"dev.inmo.tgbotapi.extensions.utils.asTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-typing-action.html","searchKeys":["asTypingAction","inline fun BotAction.asTypingAction(): TypingAction?","dev.inmo.tgbotapi.extensions.utils.asTypingAction"]},{"name":"inline fun BotAction.asUploadDocument(): UploadDocumentAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadDocument","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-document.html","searchKeys":["asUploadDocument","inline fun BotAction.asUploadDocument(): UploadDocumentAction?","dev.inmo.tgbotapi.types.actions.asUploadDocument"]},{"name":"inline fun BotAction.asUploadDocumentAction(): UploadDocumentAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-document-action.html","searchKeys":["asUploadDocumentAction","inline fun BotAction.asUploadDocumentAction(): UploadDocumentAction?","dev.inmo.tgbotapi.extensions.utils.asUploadDocumentAction"]},{"name":"inline fun BotAction.asUploadPhoto(): UploadPhotoAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadPhoto","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-photo.html","searchKeys":["asUploadPhoto","inline fun BotAction.asUploadPhoto(): UploadPhotoAction?","dev.inmo.tgbotapi.types.actions.asUploadPhoto"]},{"name":"inline fun BotAction.asUploadPhotoAction(): UploadPhotoAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-photo-action.html","searchKeys":["asUploadPhotoAction","inline fun BotAction.asUploadPhotoAction(): UploadPhotoAction?","dev.inmo.tgbotapi.extensions.utils.asUploadPhotoAction"]},{"name":"inline fun BotAction.asUploadVideo(): UploadVideoAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadVideo","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-video.html","searchKeys":["asUploadVideo","inline fun BotAction.asUploadVideo(): UploadVideoAction?","dev.inmo.tgbotapi.types.actions.asUploadVideo"]},{"name":"inline fun BotAction.asUploadVideoAction(): UploadVideoAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-video-action.html","searchKeys":["asUploadVideoAction","inline fun BotAction.asUploadVideoAction(): UploadVideoAction?","dev.inmo.tgbotapi.extensions.utils.asUploadVideoAction"]},{"name":"inline fun BotAction.asUploadVideoNote(): UploadVideoNoteAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-video-note.html","searchKeys":["asUploadVideoNote","inline fun BotAction.asUploadVideoNote(): UploadVideoNoteAction?","dev.inmo.tgbotapi.types.actions.asUploadVideoNote"]},{"name":"inline fun BotAction.asUploadVideoNoteAction(): UploadVideoNoteAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-video-note-action.html","searchKeys":["asUploadVideoNoteAction","inline fun BotAction.asUploadVideoNoteAction(): UploadVideoNoteAction?","dev.inmo.tgbotapi.extensions.utils.asUploadVideoNoteAction"]},{"name":"inline fun BotAction.asUploadVoice(): UploadVoiceAction?","description":"dev.inmo.tgbotapi.types.actions.asUploadVoice","location":"docs/dev.inmo.tgbotapi.types.actions/as-upload-voice.html","searchKeys":["asUploadVoice","inline fun BotAction.asUploadVoice(): UploadVoiceAction?","dev.inmo.tgbotapi.types.actions.asUploadVoice"]},{"name":"inline fun BotAction.asUploadVoiceAction(): UploadVoiceAction?","description":"dev.inmo.tgbotapi.extensions.utils.asUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-upload-voice-action.html","searchKeys":["asUploadVoiceAction","inline fun BotAction.asUploadVoiceAction(): UploadVoiceAction?","dev.inmo.tgbotapi.extensions.utils.asUploadVoiceAction"]},{"name":"inline fun BotAction.requireChooseStickerAction(): ChooseStickerAction","description":"dev.inmo.tgbotapi.extensions.utils.requireChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-choose-sticker-action.html","searchKeys":["requireChooseStickerAction","inline fun BotAction.requireChooseStickerAction(): ChooseStickerAction","dev.inmo.tgbotapi.extensions.utils.requireChooseStickerAction"]},{"name":"inline fun BotAction.requireFindLocationAction(): FindLocationAction","description":"dev.inmo.tgbotapi.extensions.utils.requireFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-find-location-action.html","searchKeys":["requireFindLocationAction","inline fun BotAction.requireFindLocationAction(): FindLocationAction","dev.inmo.tgbotapi.extensions.utils.requireFindLocationAction"]},{"name":"inline fun BotAction.requireRecordVideoAction(): RecordVideoAction","description":"dev.inmo.tgbotapi.extensions.utils.requireRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-record-video-action.html","searchKeys":["requireRecordVideoAction","inline fun BotAction.requireRecordVideoAction(): RecordVideoAction","dev.inmo.tgbotapi.extensions.utils.requireRecordVideoAction"]},{"name":"inline fun BotAction.requireRecordVideoNoteAction(): RecordVideoNoteAction","description":"dev.inmo.tgbotapi.extensions.utils.requireRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-record-video-note-action.html","searchKeys":["requireRecordVideoNoteAction","inline fun BotAction.requireRecordVideoNoteAction(): RecordVideoNoteAction","dev.inmo.tgbotapi.extensions.utils.requireRecordVideoNoteAction"]},{"name":"inline fun BotAction.requireRecordVoiceAction(): RecordVoiceAction","description":"dev.inmo.tgbotapi.extensions.utils.requireRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-record-voice-action.html","searchKeys":["requireRecordVoiceAction","inline fun BotAction.requireRecordVoiceAction(): RecordVoiceAction","dev.inmo.tgbotapi.extensions.utils.requireRecordVoiceAction"]},{"name":"inline fun BotAction.requireTypingAction(): TypingAction","description":"dev.inmo.tgbotapi.extensions.utils.requireTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-typing-action.html","searchKeys":["requireTypingAction","inline fun BotAction.requireTypingAction(): TypingAction","dev.inmo.tgbotapi.extensions.utils.requireTypingAction"]},{"name":"inline fun BotAction.requireUploadDocumentAction(): UploadDocumentAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-document-action.html","searchKeys":["requireUploadDocumentAction","inline fun BotAction.requireUploadDocumentAction(): UploadDocumentAction","dev.inmo.tgbotapi.extensions.utils.requireUploadDocumentAction"]},{"name":"inline fun BotAction.requireUploadPhotoAction(): UploadPhotoAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-photo-action.html","searchKeys":["requireUploadPhotoAction","inline fun BotAction.requireUploadPhotoAction(): UploadPhotoAction","dev.inmo.tgbotapi.extensions.utils.requireUploadPhotoAction"]},{"name":"inline fun BotAction.requireUploadVideoAction(): UploadVideoAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-video-action.html","searchKeys":["requireUploadVideoAction","inline fun BotAction.requireUploadVideoAction(): UploadVideoAction","dev.inmo.tgbotapi.extensions.utils.requireUploadVideoAction"]},{"name":"inline fun BotAction.requireUploadVideoNoteAction(): UploadVideoNoteAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-video-note-action.html","searchKeys":["requireUploadVideoNoteAction","inline fun BotAction.requireUploadVideoNoteAction(): UploadVideoNoteAction","dev.inmo.tgbotapi.extensions.utils.requireUploadVideoNoteAction"]},{"name":"inline fun BotAction.requireUploadVoiceAction(): UploadVoiceAction","description":"dev.inmo.tgbotapi.extensions.utils.requireUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-upload-voice-action.html","searchKeys":["requireUploadVoiceAction","inline fun BotAction.requireUploadVoiceAction(): UploadVoiceAction","dev.inmo.tgbotapi.extensions.utils.requireUploadVoiceAction"]},{"name":"inline fun ByteArray.asMultipartFile(fileName: String): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","inline fun ByteArray.asMultipartFile(fileName: String): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"inline fun CallbackQuery.asDataCallbackQuery(): DataCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-data-callback-query.html","searchKeys":["asDataCallbackQuery","inline fun CallbackQuery.asDataCallbackQuery(): DataCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asDataCallbackQuery"]},{"name":"inline fun CallbackQuery.asGameShortNameCallbackQuery(): GameShortNameCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-game-short-name-callback-query.html","searchKeys":["asGameShortNameCallbackQuery","inline fun CallbackQuery.asGameShortNameCallbackQuery(): GameShortNameCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.asInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-callback-query.html","searchKeys":["asInlineMessageIdCallbackQuery","inline fun CallbackQuery.asInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdCallbackQuery"]},{"name":"inline fun CallbackQuery.asInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-data-callback-query.html","searchKeys":["asInlineMessageIdDataCallbackQuery","inline fun CallbackQuery.asInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdDataCallbackQuery"]},{"name":"inline fun CallbackQuery.asInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-message-id-game-short-name-callback-query.html","searchKeys":["asInlineMessageIdGameShortNameCallbackQuery","inline fun CallbackQuery.asInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asInlineMessageIdGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.asMessageCallbackQuery(): MessageCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-callback-query.html","searchKeys":["asMessageCallbackQuery","inline fun CallbackQuery.asMessageCallbackQuery(): MessageCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asMessageCallbackQuery"]},{"name":"inline fun CallbackQuery.asMessageDataCallbackQuery(): MessageDataCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-data-callback-query.html","searchKeys":["asMessageDataCallbackQuery","inline fun CallbackQuery.asMessageDataCallbackQuery(): MessageDataCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asMessageDataCallbackQuery"]},{"name":"inline fun CallbackQuery.asMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-game-short-name-callback-query.html","searchKeys":["asMessageGameShortNameCallbackQuery","inline fun CallbackQuery.asMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery?","dev.inmo.tgbotapi.extensions.utils.asMessageGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.asUnknownCallbackQueryType(): UnknownCallbackQueryType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-callback-query-type.html","searchKeys":["asUnknownCallbackQueryType","inline fun CallbackQuery.asUnknownCallbackQueryType(): UnknownCallbackQueryType?","dev.inmo.tgbotapi.extensions.utils.asUnknownCallbackQueryType"]},{"name":"inline fun CallbackQuery.requireDataCallbackQuery(): DataCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-data-callback-query.html","searchKeys":["requireDataCallbackQuery","inline fun CallbackQuery.requireDataCallbackQuery(): DataCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireDataCallbackQuery"]},{"name":"inline fun CallbackQuery.requireGameShortNameCallbackQuery(): GameShortNameCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-game-short-name-callback-query.html","searchKeys":["requireGameShortNameCallbackQuery","inline fun CallbackQuery.requireGameShortNameCallbackQuery(): GameShortNameCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.requireInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-callback-query.html","searchKeys":["requireInlineMessageIdCallbackQuery","inline fun CallbackQuery.requireInlineMessageIdCallbackQuery(): InlineMessageIdCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdCallbackQuery"]},{"name":"inline fun CallbackQuery.requireInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-data-callback-query.html","searchKeys":["requireInlineMessageIdDataCallbackQuery","inline fun CallbackQuery.requireInlineMessageIdDataCallbackQuery(): InlineMessageIdDataCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdDataCallbackQuery"]},{"name":"inline fun CallbackQuery.requireInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-message-id-game-short-name-callback-query.html","searchKeys":["requireInlineMessageIdGameShortNameCallbackQuery","inline fun CallbackQuery.requireInlineMessageIdGameShortNameCallbackQuery(): InlineMessageIdGameShortNameCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireInlineMessageIdGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.requireMessageCallbackQuery(): MessageCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-callback-query.html","searchKeys":["requireMessageCallbackQuery","inline fun CallbackQuery.requireMessageCallbackQuery(): MessageCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireMessageCallbackQuery"]},{"name":"inline fun CallbackQuery.requireMessageDataCallbackQuery(): MessageDataCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-data-callback-query.html","searchKeys":["requireMessageDataCallbackQuery","inline fun CallbackQuery.requireMessageDataCallbackQuery(): MessageDataCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireMessageDataCallbackQuery"]},{"name":"inline fun CallbackQuery.requireMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-game-short-name-callback-query.html","searchKeys":["requireMessageGameShortNameCallbackQuery","inline fun CallbackQuery.requireMessageGameShortNameCallbackQuery(): MessageGameShortNameCallbackQuery","dev.inmo.tgbotapi.extensions.utils.requireMessageGameShortNameCallbackQuery"]},{"name":"inline fun CallbackQuery.requireUnknownCallbackQueryType(): UnknownCallbackQueryType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-callback-query-type.html","searchKeys":["requireUnknownCallbackQueryType","inline fun CallbackQuery.requireUnknownCallbackQueryType(): UnknownCallbackQueryType","dev.inmo.tgbotapi.extensions.utils.requireUnknownCallbackQueryType"]},{"name":"inline fun Chat.asBot(): Bot?","description":"dev.inmo.tgbotapi.extensions.utils.asBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bot.html","searchKeys":["asBot","inline fun Chat.asBot(): Bot?","dev.inmo.tgbotapi.extensions.utils.asBot"]},{"name":"inline fun Chat.asChannelChat(): ChannelChat?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-chat.html","searchKeys":["asChannelChat","inline fun Chat.asChannelChat(): ChannelChat?","dev.inmo.tgbotapi.extensions.utils.asChannelChat"]},{"name":"inline fun Chat.asCommonBot(): CommonBot?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-bot.html","searchKeys":["asCommonBot","inline fun Chat.asCommonBot(): CommonBot?","dev.inmo.tgbotapi.extensions.utils.asCommonBot"]},{"name":"inline fun Chat.asCommonUser(): CommonUser?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-user.html","searchKeys":["asCommonUser","inline fun Chat.asCommonUser(): CommonUser?","dev.inmo.tgbotapi.extensions.utils.asCommonUser"]},{"name":"inline fun Chat.asExtendedBot(): ExtendedBot?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-bot.html","searchKeys":["asExtendedBot","inline fun Chat.asExtendedBot(): ExtendedBot?","dev.inmo.tgbotapi.extensions.utils.asExtendedBot"]},{"name":"inline fun Chat.asExtendedChannelChat(): ExtendedChannelChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-channel-chat.html","searchKeys":["asExtendedChannelChat","inline fun Chat.asExtendedChannelChat(): ExtendedChannelChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedChannelChat"]},{"name":"inline fun Chat.asExtendedChat(): ExtendedChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-chat.html","searchKeys":["asExtendedChat","inline fun Chat.asExtendedChat(): ExtendedChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedChat"]},{"name":"inline fun Chat.asExtendedGroupChat(): ExtendedGroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-group-chat.html","searchKeys":["asExtendedGroupChat","inline fun Chat.asExtendedGroupChat(): ExtendedGroupChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedGroupChat"]},{"name":"inline fun Chat.asExtendedPrivateChat(): ExtendedPrivateChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-private-chat.html","searchKeys":["asExtendedPrivateChat","inline fun Chat.asExtendedPrivateChat(): ExtendedPrivateChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedPrivateChat"]},{"name":"inline fun Chat.asExtendedPublicChat(): ExtendedPublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-public-chat.html","searchKeys":["asExtendedPublicChat","inline fun Chat.asExtendedPublicChat(): ExtendedPublicChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedPublicChat"]},{"name":"inline fun Chat.asExtendedSupergroupChat(): ExtendedSupergroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-extended-supergroup-chat.html","searchKeys":["asExtendedSupergroupChat","inline fun Chat.asExtendedSupergroupChat(): ExtendedSupergroupChat?","dev.inmo.tgbotapi.extensions.utils.asExtendedSupergroupChat"]},{"name":"inline fun Chat.asGroupChat(): GroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-chat.html","searchKeys":["asGroupChat","inline fun Chat.asGroupChat(): GroupChat?","dev.inmo.tgbotapi.extensions.utils.asGroupChat"]},{"name":"inline fun Chat.asPrivateChat(): PrivateChat?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-chat.html","searchKeys":["asPrivateChat","inline fun Chat.asPrivateChat(): PrivateChat?","dev.inmo.tgbotapi.extensions.utils.asPrivateChat"]},{"name":"inline fun Chat.asPublicChat(): PublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.asPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-public-chat.html","searchKeys":["asPublicChat","inline fun Chat.asPublicChat(): PublicChat?","dev.inmo.tgbotapi.extensions.utils.asPublicChat"]},{"name":"inline fun Chat.asSuperPublicChat(): SuperPublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.asSuperPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-super-public-chat.html","searchKeys":["asSuperPublicChat","inline fun Chat.asSuperPublicChat(): SuperPublicChat?","dev.inmo.tgbotapi.extensions.utils.asSuperPublicChat"]},{"name":"inline fun Chat.asSupergroupChat(): SupergroupChat?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat.html","searchKeys":["asSupergroupChat","inline fun Chat.asSupergroupChat(): SupergroupChat?","dev.inmo.tgbotapi.extensions.utils.asSupergroupChat"]},{"name":"inline fun Chat.asUnknownChatType(): UnknownChatType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownChatType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-chat-type.html","searchKeys":["asUnknownChatType","inline fun Chat.asUnknownChatType(): UnknownChatType?","dev.inmo.tgbotapi.extensions.utils.asUnknownChatType"]},{"name":"inline fun Chat.asUser(): User?","description":"dev.inmo.tgbotapi.extensions.utils.asUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-user.html","searchKeys":["asUser","inline fun Chat.asUser(): User?","dev.inmo.tgbotapi.extensions.utils.asUser"]},{"name":"inline fun Chat.asUsernameChat(): UsernameChat?","description":"dev.inmo.tgbotapi.extensions.utils.asUsernameChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-username-chat.html","searchKeys":["asUsernameChat","inline fun Chat.asUsernameChat(): UsernameChat?","dev.inmo.tgbotapi.extensions.utils.asUsernameChat"]},{"name":"inline fun Chat.requireBot(): Bot","description":"dev.inmo.tgbotapi.extensions.utils.requireBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bot.html","searchKeys":["requireBot","inline fun Chat.requireBot(): Bot","dev.inmo.tgbotapi.extensions.utils.requireBot"]},{"name":"inline fun Chat.requireChannelChat(): ChannelChat","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-chat.html","searchKeys":["requireChannelChat","inline fun Chat.requireChannelChat(): ChannelChat","dev.inmo.tgbotapi.extensions.utils.requireChannelChat"]},{"name":"inline fun Chat.requireCommonBot(): CommonBot","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-bot.html","searchKeys":["requireCommonBot","inline fun Chat.requireCommonBot(): CommonBot","dev.inmo.tgbotapi.extensions.utils.requireCommonBot"]},{"name":"inline fun Chat.requireCommonUser(): CommonUser","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-user.html","searchKeys":["requireCommonUser","inline fun Chat.requireCommonUser(): CommonUser","dev.inmo.tgbotapi.extensions.utils.requireCommonUser"]},{"name":"inline fun Chat.requireExtendedBot(): ExtendedBot","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedBot","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-bot.html","searchKeys":["requireExtendedBot","inline fun Chat.requireExtendedBot(): ExtendedBot","dev.inmo.tgbotapi.extensions.utils.requireExtendedBot"]},{"name":"inline fun Chat.requireExtendedChannelChat(): ExtendedChannelChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-channel-chat.html","searchKeys":["requireExtendedChannelChat","inline fun Chat.requireExtendedChannelChat(): ExtendedChannelChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedChannelChat"]},{"name":"inline fun Chat.requireExtendedChat(): ExtendedChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-chat.html","searchKeys":["requireExtendedChat","inline fun Chat.requireExtendedChat(): ExtendedChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedChat"]},{"name":"inline fun Chat.requireExtendedGroupChat(): ExtendedGroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-group-chat.html","searchKeys":["requireExtendedGroupChat","inline fun Chat.requireExtendedGroupChat(): ExtendedGroupChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedGroupChat"]},{"name":"inline fun Chat.requireExtendedPrivateChat(): ExtendedPrivateChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-private-chat.html","searchKeys":["requireExtendedPrivateChat","inline fun Chat.requireExtendedPrivateChat(): ExtendedPrivateChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedPrivateChat"]},{"name":"inline fun Chat.requireExtendedPublicChat(): ExtendedPublicChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-public-chat.html","searchKeys":["requireExtendedPublicChat","inline fun Chat.requireExtendedPublicChat(): ExtendedPublicChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedPublicChat"]},{"name":"inline fun Chat.requireExtendedSupergroupChat(): ExtendedSupergroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-extended-supergroup-chat.html","searchKeys":["requireExtendedSupergroupChat","inline fun Chat.requireExtendedSupergroupChat(): ExtendedSupergroupChat","dev.inmo.tgbotapi.extensions.utils.requireExtendedSupergroupChat"]},{"name":"inline fun Chat.requireGroupChat(): GroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-chat.html","searchKeys":["requireGroupChat","inline fun Chat.requireGroupChat(): GroupChat","dev.inmo.tgbotapi.extensions.utils.requireGroupChat"]},{"name":"inline fun Chat.requirePrivateChat(): PrivateChat","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-chat.html","searchKeys":["requirePrivateChat","inline fun Chat.requirePrivateChat(): PrivateChat","dev.inmo.tgbotapi.extensions.utils.requirePrivateChat"]},{"name":"inline fun Chat.requirePublicChat(): PublicChat","description":"dev.inmo.tgbotapi.extensions.utils.requirePublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-public-chat.html","searchKeys":["requirePublicChat","inline fun Chat.requirePublicChat(): PublicChat","dev.inmo.tgbotapi.extensions.utils.requirePublicChat"]},{"name":"inline fun Chat.requireSuperPublicChat(): SuperPublicChat","description":"dev.inmo.tgbotapi.extensions.utils.requireSuperPublicChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-super-public-chat.html","searchKeys":["requireSuperPublicChat","inline fun Chat.requireSuperPublicChat(): SuperPublicChat","dev.inmo.tgbotapi.extensions.utils.requireSuperPublicChat"]},{"name":"inline fun Chat.requireSupergroupChat(): SupergroupChat","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat.html","searchKeys":["requireSupergroupChat","inline fun Chat.requireSupergroupChat(): SupergroupChat","dev.inmo.tgbotapi.extensions.utils.requireSupergroupChat"]},{"name":"inline fun Chat.requireUnknownChatType(): UnknownChatType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownChatType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-chat-type.html","searchKeys":["requireUnknownChatType","inline fun Chat.requireUnknownChatType(): UnknownChatType","dev.inmo.tgbotapi.extensions.utils.requireUnknownChatType"]},{"name":"inline fun Chat.requireUser(): User","description":"dev.inmo.tgbotapi.extensions.utils.requireUser","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-user.html","searchKeys":["requireUser","inline fun Chat.requireUser(): User","dev.inmo.tgbotapi.extensions.utils.requireUser"]},{"name":"inline fun Chat.requireUsernameChat(): UsernameChat","description":"dev.inmo.tgbotapi.extensions.utils.requireUsernameChat","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-username-chat.html","searchKeys":["requireUsernameChat","inline fun Chat.requireUsernameChat(): UsernameChat","dev.inmo.tgbotapi.extensions.utils.requireUsernameChat"]},{"name":"inline fun ChatEvent.asChannelChatCreated(): ChannelChatCreated?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-chat-created.html","searchKeys":["asChannelChatCreated","inline fun ChatEvent.asChannelChatCreated(): ChannelChatCreated?","dev.inmo.tgbotapi.extensions.utils.asChannelChatCreated"]},{"name":"inline fun ChatEvent.asChannelEvent(): ChannelEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-event.html","searchKeys":["asChannelEvent","inline fun ChatEvent.asChannelEvent(): ChannelEvent?","dev.inmo.tgbotapi.extensions.utils.asChannelEvent"]},{"name":"inline fun ChatEvent.asCommonEvent(): CommonEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-event.html","searchKeys":["asCommonEvent","inline fun ChatEvent.asCommonEvent(): CommonEvent?","dev.inmo.tgbotapi.extensions.utils.asCommonEvent"]},{"name":"inline fun ChatEvent.asDeleteChatPhoto(): DeleteChatPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-delete-chat-photo.html","searchKeys":["asDeleteChatPhoto","inline fun ChatEvent.asDeleteChatPhoto(): DeleteChatPhoto?","dev.inmo.tgbotapi.extensions.utils.asDeleteChatPhoto"]},{"name":"inline fun ChatEvent.asGroupChatCreated(): GroupChatCreated?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-chat-created.html","searchKeys":["asGroupChatCreated","inline fun ChatEvent.asGroupChatCreated(): GroupChatCreated?","dev.inmo.tgbotapi.extensions.utils.asGroupChatCreated"]},{"name":"inline fun ChatEvent.asGroupEvent(): GroupEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-event.html","searchKeys":["asGroupEvent","inline fun ChatEvent.asGroupEvent(): GroupEvent?","dev.inmo.tgbotapi.extensions.utils.asGroupEvent"]},{"name":"inline fun ChatEvent.asLeftChatMember(): LeftChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html","searchKeys":["asLeftChatMember","inline fun ChatEvent.asLeftChatMember(): LeftChatMember?","dev.inmo.tgbotapi.extensions.utils.asLeftChatMember"]},{"name":"inline fun ChatEvent.asMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-auto-delete-timer-changed.html","searchKeys":["asMessageAutoDeleteTimerChanged","inline fun ChatEvent.asMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged?","dev.inmo.tgbotapi.extensions.utils.asMessageAutoDeleteTimerChanged"]},{"name":"inline fun ChatEvent.asMigratedToSupergroup(): MigratedToSupergroup?","description":"dev.inmo.tgbotapi.extensions.utils.asMigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-migrated-to-supergroup.html","searchKeys":["asMigratedToSupergroup","inline fun ChatEvent.asMigratedToSupergroup(): MigratedToSupergroup?","dev.inmo.tgbotapi.extensions.utils.asMigratedToSupergroup"]},{"name":"inline fun ChatEvent.asNewChatMembers(): NewChatMembers?","description":"dev.inmo.tgbotapi.extensions.utils.asNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-new-chat-members.html","searchKeys":["asNewChatMembers","inline fun ChatEvent.asNewChatMembers(): NewChatMembers?","dev.inmo.tgbotapi.extensions.utils.asNewChatMembers"]},{"name":"inline fun ChatEvent.asNewChatPhoto(): NewChatPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-new-chat-photo.html","searchKeys":["asNewChatPhoto","inline fun ChatEvent.asNewChatPhoto(): NewChatPhoto?","dev.inmo.tgbotapi.extensions.utils.asNewChatPhoto"]},{"name":"inline fun ChatEvent.asNewChatTitle(): NewChatTitle?","description":"dev.inmo.tgbotapi.extensions.utils.asNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-new-chat-title.html","searchKeys":["asNewChatTitle","inline fun ChatEvent.asNewChatTitle(): NewChatTitle?","dev.inmo.tgbotapi.extensions.utils.asNewChatTitle"]},{"name":"inline fun ChatEvent.asPinnedMessage(): PinnedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pinned-message.html","searchKeys":["asPinnedMessage","inline fun ChatEvent.asPinnedMessage(): PinnedMessage?","dev.inmo.tgbotapi.extensions.utils.asPinnedMessage"]},{"name":"inline fun ChatEvent.asProximityAlertTriggered(): ProximityAlertTriggered?","description":"dev.inmo.tgbotapi.extensions.utils.asProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-proximity-alert-triggered.html","searchKeys":["asProximityAlertTriggered","inline fun ChatEvent.asProximityAlertTriggered(): ProximityAlertTriggered?","dev.inmo.tgbotapi.extensions.utils.asProximityAlertTriggered"]},{"name":"inline fun ChatEvent.asPublicChatEvent(): PublicChatEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asPublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-public-chat-event.html","searchKeys":["asPublicChatEvent","inline fun ChatEvent.asPublicChatEvent(): PublicChatEvent?","dev.inmo.tgbotapi.extensions.utils.asPublicChatEvent"]},{"name":"inline fun ChatEvent.asSuccessfulPaymentEvent(): SuccessfulPaymentEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asSuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-successful-payment-event.html","searchKeys":["asSuccessfulPaymentEvent","inline fun ChatEvent.asSuccessfulPaymentEvent(): SuccessfulPaymentEvent?","dev.inmo.tgbotapi.extensions.utils.asSuccessfulPaymentEvent"]},{"name":"inline fun ChatEvent.asSupergroupChatCreated(): SupergroupChatCreated?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-chat-created.html","searchKeys":["asSupergroupChatCreated","inline fun ChatEvent.asSupergroupChatCreated(): SupergroupChatCreated?","dev.inmo.tgbotapi.extensions.utils.asSupergroupChatCreated"]},{"name":"inline fun ChatEvent.asSupergroupEvent(): SupergroupEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event.html","searchKeys":["asSupergroupEvent","inline fun ChatEvent.asSupergroupEvent(): SupergroupEvent?","dev.inmo.tgbotapi.extensions.utils.asSupergroupEvent"]},{"name":"inline fun ChatEvent.asUserLoggedIn(): UserLoggedIn?","description":"dev.inmo.tgbotapi.extensions.utils.asUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-user-logged-in.html","searchKeys":["asUserLoggedIn","inline fun ChatEvent.asUserLoggedIn(): UserLoggedIn?","dev.inmo.tgbotapi.extensions.utils.asUserLoggedIn"]},{"name":"inline fun ChatEvent.asVideoChatEnded(): VideoChatEnded?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatEnded","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-ended.html","searchKeys":["asVideoChatEnded","inline fun ChatEvent.asVideoChatEnded(): VideoChatEnded?","dev.inmo.tgbotapi.extensions.utils.asVideoChatEnded"]},{"name":"inline fun ChatEvent.asVideoChatEvent(): VideoChatEvent?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-event.html","searchKeys":["asVideoChatEvent","inline fun ChatEvent.asVideoChatEvent(): VideoChatEvent?","dev.inmo.tgbotapi.extensions.utils.asVideoChatEvent"]},{"name":"inline fun ChatEvent.asVideoChatParticipantsInvited(): VideoChatParticipantsInvited?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-participants-invited.html","searchKeys":["asVideoChatParticipantsInvited","inline fun ChatEvent.asVideoChatParticipantsInvited(): VideoChatParticipantsInvited?","dev.inmo.tgbotapi.extensions.utils.asVideoChatParticipantsInvited"]},{"name":"inline fun ChatEvent.asVideoChatScheduled(): VideoChatScheduled?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatScheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-scheduled.html","searchKeys":["asVideoChatScheduled","inline fun ChatEvent.asVideoChatScheduled(): VideoChatScheduled?","dev.inmo.tgbotapi.extensions.utils.asVideoChatScheduled"]},{"name":"inline fun ChatEvent.asVideoChatStarted(): VideoChatStarted?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoChatStarted","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-chat-started.html","searchKeys":["asVideoChatStarted","inline fun ChatEvent.asVideoChatStarted(): VideoChatStarted?","dev.inmo.tgbotapi.extensions.utils.asVideoChatStarted"]},{"name":"inline fun ChatEvent.requireChannelChatCreated(): ChannelChatCreated","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-chat-created.html","searchKeys":["requireChannelChatCreated","inline fun ChatEvent.requireChannelChatCreated(): ChannelChatCreated","dev.inmo.tgbotapi.extensions.utils.requireChannelChatCreated"]},{"name":"inline fun ChatEvent.requireChannelEvent(): ChannelEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-event.html","searchKeys":["requireChannelEvent","inline fun ChatEvent.requireChannelEvent(): ChannelEvent","dev.inmo.tgbotapi.extensions.utils.requireChannelEvent"]},{"name":"inline fun ChatEvent.requireCommonEvent(): CommonEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-event.html","searchKeys":["requireCommonEvent","inline fun ChatEvent.requireCommonEvent(): CommonEvent","dev.inmo.tgbotapi.extensions.utils.requireCommonEvent"]},{"name":"inline fun ChatEvent.requireDeleteChatPhoto(): DeleteChatPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-delete-chat-photo.html","searchKeys":["requireDeleteChatPhoto","inline fun ChatEvent.requireDeleteChatPhoto(): DeleteChatPhoto","dev.inmo.tgbotapi.extensions.utils.requireDeleteChatPhoto"]},{"name":"inline fun ChatEvent.requireGroupChatCreated(): GroupChatCreated","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-chat-created.html","searchKeys":["requireGroupChatCreated","inline fun ChatEvent.requireGroupChatCreated(): GroupChatCreated","dev.inmo.tgbotapi.extensions.utils.requireGroupChatCreated"]},{"name":"inline fun ChatEvent.requireGroupEvent(): GroupEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-event.html","searchKeys":["requireGroupEvent","inline fun ChatEvent.requireGroupEvent(): GroupEvent","dev.inmo.tgbotapi.extensions.utils.requireGroupEvent"]},{"name":"inline fun ChatEvent.requireLeftChatMember(): LeftChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html","searchKeys":["requireLeftChatMember","inline fun ChatEvent.requireLeftChatMember(): LeftChatMember","dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember"]},{"name":"inline fun ChatEvent.requireMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageAutoDeleteTimerChanged","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-auto-delete-timer-changed.html","searchKeys":["requireMessageAutoDeleteTimerChanged","inline fun ChatEvent.requireMessageAutoDeleteTimerChanged(): MessageAutoDeleteTimerChanged","dev.inmo.tgbotapi.extensions.utils.requireMessageAutoDeleteTimerChanged"]},{"name":"inline fun ChatEvent.requireMigratedToSupergroup(): MigratedToSupergroup","description":"dev.inmo.tgbotapi.extensions.utils.requireMigratedToSupergroup","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-migrated-to-supergroup.html","searchKeys":["requireMigratedToSupergroup","inline fun ChatEvent.requireMigratedToSupergroup(): MigratedToSupergroup","dev.inmo.tgbotapi.extensions.utils.requireMigratedToSupergroup"]},{"name":"inline fun ChatEvent.requireNewChatMembers(): NewChatMembers","description":"dev.inmo.tgbotapi.extensions.utils.requireNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-new-chat-members.html","searchKeys":["requireNewChatMembers","inline fun ChatEvent.requireNewChatMembers(): NewChatMembers","dev.inmo.tgbotapi.extensions.utils.requireNewChatMembers"]},{"name":"inline fun ChatEvent.requireNewChatPhoto(): NewChatPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-new-chat-photo.html","searchKeys":["requireNewChatPhoto","inline fun ChatEvent.requireNewChatPhoto(): NewChatPhoto","dev.inmo.tgbotapi.extensions.utils.requireNewChatPhoto"]},{"name":"inline fun ChatEvent.requireNewChatTitle(): NewChatTitle","description":"dev.inmo.tgbotapi.extensions.utils.requireNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-new-chat-title.html","searchKeys":["requireNewChatTitle","inline fun ChatEvent.requireNewChatTitle(): NewChatTitle","dev.inmo.tgbotapi.extensions.utils.requireNewChatTitle"]},{"name":"inline fun ChatEvent.requirePinnedMessage(): PinnedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pinned-message.html","searchKeys":["requirePinnedMessage","inline fun ChatEvent.requirePinnedMessage(): PinnedMessage","dev.inmo.tgbotapi.extensions.utils.requirePinnedMessage"]},{"name":"inline fun ChatEvent.requireProximityAlertTriggered(): ProximityAlertTriggered","description":"dev.inmo.tgbotapi.extensions.utils.requireProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-proximity-alert-triggered.html","searchKeys":["requireProximityAlertTriggered","inline fun ChatEvent.requireProximityAlertTriggered(): ProximityAlertTriggered","dev.inmo.tgbotapi.extensions.utils.requireProximityAlertTriggered"]},{"name":"inline fun ChatEvent.requirePublicChatEvent(): PublicChatEvent","description":"dev.inmo.tgbotapi.extensions.utils.requirePublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-public-chat-event.html","searchKeys":["requirePublicChatEvent","inline fun ChatEvent.requirePublicChatEvent(): PublicChatEvent","dev.inmo.tgbotapi.extensions.utils.requirePublicChatEvent"]},{"name":"inline fun ChatEvent.requireSuccessfulPaymentEvent(): SuccessfulPaymentEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireSuccessfulPaymentEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-successful-payment-event.html","searchKeys":["requireSuccessfulPaymentEvent","inline fun ChatEvent.requireSuccessfulPaymentEvent(): SuccessfulPaymentEvent","dev.inmo.tgbotapi.extensions.utils.requireSuccessfulPaymentEvent"]},{"name":"inline fun ChatEvent.requireSupergroupChatCreated(): SupergroupChatCreated","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-chat-created.html","searchKeys":["requireSupergroupChatCreated","inline fun ChatEvent.requireSupergroupChatCreated(): SupergroupChatCreated","dev.inmo.tgbotapi.extensions.utils.requireSupergroupChatCreated"]},{"name":"inline fun ChatEvent.requireSupergroupEvent(): SupergroupEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event.html","searchKeys":["requireSupergroupEvent","inline fun ChatEvent.requireSupergroupEvent(): SupergroupEvent","dev.inmo.tgbotapi.extensions.utils.requireSupergroupEvent"]},{"name":"inline fun ChatEvent.requireUserLoggedIn(): UserLoggedIn","description":"dev.inmo.tgbotapi.extensions.utils.requireUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-user-logged-in.html","searchKeys":["requireUserLoggedIn","inline fun ChatEvent.requireUserLoggedIn(): UserLoggedIn","dev.inmo.tgbotapi.extensions.utils.requireUserLoggedIn"]},{"name":"inline fun ChatEvent.requireVideoChatEnded(): VideoChatEnded","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatEnded","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-ended.html","searchKeys":["requireVideoChatEnded","inline fun ChatEvent.requireVideoChatEnded(): VideoChatEnded","dev.inmo.tgbotapi.extensions.utils.requireVideoChatEnded"]},{"name":"inline fun ChatEvent.requireVideoChatEvent(): VideoChatEvent","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-event.html","searchKeys":["requireVideoChatEvent","inline fun ChatEvent.requireVideoChatEvent(): VideoChatEvent","dev.inmo.tgbotapi.extensions.utils.requireVideoChatEvent"]},{"name":"inline fun ChatEvent.requireVideoChatParticipantsInvited(): VideoChatParticipantsInvited","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-participants-invited.html","searchKeys":["requireVideoChatParticipantsInvited","inline fun ChatEvent.requireVideoChatParticipantsInvited(): VideoChatParticipantsInvited","dev.inmo.tgbotapi.extensions.utils.requireVideoChatParticipantsInvited"]},{"name":"inline fun ChatEvent.requireVideoChatScheduled(): VideoChatScheduled","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatScheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-scheduled.html","searchKeys":["requireVideoChatScheduled","inline fun ChatEvent.requireVideoChatScheduled(): VideoChatScheduled","dev.inmo.tgbotapi.extensions.utils.requireVideoChatScheduled"]},{"name":"inline fun ChatEvent.requireVideoChatStarted(): VideoChatStarted","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoChatStarted","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-chat-started.html","searchKeys":["requireVideoChatStarted","inline fun ChatEvent.requireVideoChatStarted(): VideoChatStarted","dev.inmo.tgbotapi.extensions.utils.requireVideoChatStarted"]},{"name":"inline fun ChatInviteLink.asChatInviteLinkUnlimited(): ChatInviteLinkUnlimited?","description":"dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-unlimited.html","searchKeys":["asChatInviteLinkUnlimited","inline fun ChatInviteLink.asChatInviteLinkUnlimited(): ChatInviteLinkUnlimited?","dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkUnlimited"]},{"name":"inline fun ChatInviteLink.asChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest?","description":"dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-join-request.html","searchKeys":["asChatInviteLinkWithJoinRequest","inline fun ChatInviteLink.asChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest?","dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithJoinRequest"]},{"name":"inline fun ChatInviteLink.asChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers?","description":"dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-invite-link-with-limited-members.html","searchKeys":["asChatInviteLinkWithLimitedMembers","inline fun ChatInviteLink.asChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers?","dev.inmo.tgbotapi.extensions.utils.asChatInviteLinkWithLimitedMembers"]},{"name":"inline fun ChatInviteLink.asPrimaryInviteLink(): PrimaryInviteLink?","description":"dev.inmo.tgbotapi.extensions.utils.asPrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-primary-invite-link.html","searchKeys":["asPrimaryInviteLink","inline fun ChatInviteLink.asPrimaryInviteLink(): PrimaryInviteLink?","dev.inmo.tgbotapi.extensions.utils.asPrimaryInviteLink"]},{"name":"inline fun ChatInviteLink.asSecondaryChatInviteLink(): SecondaryChatInviteLink?","description":"dev.inmo.tgbotapi.extensions.utils.asSecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secondary-chat-invite-link.html","searchKeys":["asSecondaryChatInviteLink","inline fun ChatInviteLink.asSecondaryChatInviteLink(): SecondaryChatInviteLink?","dev.inmo.tgbotapi.extensions.utils.asSecondaryChatInviteLink"]},{"name":"inline fun ChatInviteLink.requireChatInviteLinkUnlimited(): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-unlimited.html","searchKeys":["requireChatInviteLinkUnlimited","inline fun ChatInviteLink.requireChatInviteLinkUnlimited(): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkUnlimited"]},{"name":"inline fun ChatInviteLink.requireChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-join-request.html","searchKeys":["requireChatInviteLinkWithJoinRequest","inline fun ChatInviteLink.requireChatInviteLinkWithJoinRequest(): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithJoinRequest"]},{"name":"inline fun ChatInviteLink.requireChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-invite-link-with-limited-members.html","searchKeys":["requireChatInviteLinkWithLimitedMembers","inline fun ChatInviteLink.requireChatInviteLinkWithLimitedMembers(): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.utils.requireChatInviteLinkWithLimitedMembers"]},{"name":"inline fun ChatInviteLink.requirePrimaryInviteLink(): PrimaryInviteLink","description":"dev.inmo.tgbotapi.extensions.utils.requirePrimaryInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-primary-invite-link.html","searchKeys":["requirePrimaryInviteLink","inline fun ChatInviteLink.requirePrimaryInviteLink(): PrimaryInviteLink","dev.inmo.tgbotapi.extensions.utils.requirePrimaryInviteLink"]},{"name":"inline fun ChatInviteLink.requireSecondaryChatInviteLink(): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.utils.requireSecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secondary-chat-invite-link.html","searchKeys":["requireSecondaryChatInviteLink","inline fun ChatInviteLink.requireSecondaryChatInviteLink(): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.utils.requireSecondaryChatInviteLink"]},{"name":"inline fun ChatMember.asAdministratorChatMember(): AdministratorChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asAdministratorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-administrator-chat-member.html","searchKeys":["asAdministratorChatMember","inline fun ChatMember.asAdministratorChatMember(): AdministratorChatMember?","dev.inmo.tgbotapi.extensions.utils.asAdministratorChatMember"]},{"name":"inline fun ChatMember.asBannedChatMember(): BannedChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asBannedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-banned-chat-member.html","searchKeys":["asBannedChatMember","inline fun ChatMember.asBannedChatMember(): BannedChatMember?","dev.inmo.tgbotapi.extensions.utils.asBannedChatMember"]},{"name":"inline fun ChatMember.asCreatorChatMember(): CreatorChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asCreatorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-creator-chat-member.html","searchKeys":["asCreatorChatMember","inline fun ChatMember.asCreatorChatMember(): CreatorChatMember?","dev.inmo.tgbotapi.extensions.utils.asCreatorChatMember"]},{"name":"inline fun ChatMember.asKickedChatMember(): KickedChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asKickedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-kicked-chat-member.html","searchKeys":["asKickedChatMember","inline fun ChatMember.asKickedChatMember(): KickedChatMember?","dev.inmo.tgbotapi.extensions.utils.asKickedChatMember"]},{"name":"inline fun ChatMember.asLeftChatMember(): LeftChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-left-chat-member.html","searchKeys":["asLeftChatMember","inline fun ChatMember.asLeftChatMember(): LeftChatMember?","dev.inmo.tgbotapi.extensions.utils.asLeftChatMember"]},{"name":"inline fun ChatMember.asMemberChatMember(): MemberChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asMemberChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-member-chat-member.html","searchKeys":["asMemberChatMember","inline fun ChatMember.asMemberChatMember(): MemberChatMember?","dev.inmo.tgbotapi.extensions.utils.asMemberChatMember"]},{"name":"inline fun ChatMember.asRestrictedChatMember(): RestrictedChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asRestrictedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-restricted-chat-member.html","searchKeys":["asRestrictedChatMember","inline fun ChatMember.asRestrictedChatMember(): RestrictedChatMember?","dev.inmo.tgbotapi.extensions.utils.asRestrictedChatMember"]},{"name":"inline fun ChatMember.asSpecialRightsChatMember(): SpecialRightsChatMember?","description":"dev.inmo.tgbotapi.extensions.utils.asSpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-special-rights-chat-member.html","searchKeys":["asSpecialRightsChatMember","inline fun ChatMember.asSpecialRightsChatMember(): SpecialRightsChatMember?","dev.inmo.tgbotapi.extensions.utils.asSpecialRightsChatMember"]},{"name":"inline fun ChatMember.requireAdministratorChatMember(): AdministratorChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireAdministratorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-administrator-chat-member.html","searchKeys":["requireAdministratorChatMember","inline fun ChatMember.requireAdministratorChatMember(): AdministratorChatMember","dev.inmo.tgbotapi.extensions.utils.requireAdministratorChatMember"]},{"name":"inline fun ChatMember.requireBannedChatMember(): BannedChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireBannedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-banned-chat-member.html","searchKeys":["requireBannedChatMember","inline fun ChatMember.requireBannedChatMember(): BannedChatMember","dev.inmo.tgbotapi.extensions.utils.requireBannedChatMember"]},{"name":"inline fun ChatMember.requireCreatorChatMember(): CreatorChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireCreatorChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-creator-chat-member.html","searchKeys":["requireCreatorChatMember","inline fun ChatMember.requireCreatorChatMember(): CreatorChatMember","dev.inmo.tgbotapi.extensions.utils.requireCreatorChatMember"]},{"name":"inline fun ChatMember.requireKickedChatMember(): KickedChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireKickedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-kicked-chat-member.html","searchKeys":["requireKickedChatMember","inline fun ChatMember.requireKickedChatMember(): KickedChatMember","dev.inmo.tgbotapi.extensions.utils.requireKickedChatMember"]},{"name":"inline fun ChatMember.requireLeftChatMember(): LeftChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-left-chat-member.html","searchKeys":["requireLeftChatMember","inline fun ChatMember.requireLeftChatMember(): LeftChatMember","dev.inmo.tgbotapi.extensions.utils.requireLeftChatMember"]},{"name":"inline fun ChatMember.requireMemberChatMember(): MemberChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireMemberChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-member-chat-member.html","searchKeys":["requireMemberChatMember","inline fun ChatMember.requireMemberChatMember(): MemberChatMember","dev.inmo.tgbotapi.extensions.utils.requireMemberChatMember"]},{"name":"inline fun ChatMember.requireRestrictedChatMember(): RestrictedChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireRestrictedChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-restricted-chat-member.html","searchKeys":["requireRestrictedChatMember","inline fun ChatMember.requireRestrictedChatMember(): RestrictedChatMember","dev.inmo.tgbotapi.extensions.utils.requireRestrictedChatMember"]},{"name":"inline fun ChatMember.requireSpecialRightsChatMember(): SpecialRightsChatMember","description":"dev.inmo.tgbotapi.extensions.utils.requireSpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-special-rights-chat-member.html","searchKeys":["requireSpecialRightsChatMember","inline fun ChatMember.requireSpecialRightsChatMember(): SpecialRightsChatMember","dev.inmo.tgbotapi.extensions.utils.requireSpecialRightsChatMember"]},{"name":"inline fun ChosenInlineResult.asBaseChosenInlineResult(): BaseChosenInlineResult?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-chosen-inline-result.html","searchKeys":["asBaseChosenInlineResult","inline fun ChosenInlineResult.asBaseChosenInlineResult(): BaseChosenInlineResult?","dev.inmo.tgbotapi.extensions.utils.asBaseChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.asLocationChosenInlineResult(): LocationChosenInlineResult?","description":"dev.inmo.tgbotapi.extensions.utils.asLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-location-chosen-inline-result.html","searchKeys":["asLocationChosenInlineResult","inline fun ChosenInlineResult.asLocationChosenInlineResult(): LocationChosenInlineResult?","dev.inmo.tgbotapi.extensions.utils.asLocationChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.requireBaseChosenInlineResult(): BaseChosenInlineResult","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-chosen-inline-result.html","searchKeys":["requireBaseChosenInlineResult","inline fun ChosenInlineResult.requireBaseChosenInlineResult(): BaseChosenInlineResult","dev.inmo.tgbotapi.extensions.utils.requireBaseChosenInlineResult"]},{"name":"inline fun ChosenInlineResult.requireLocationChosenInlineResult(): LocationChosenInlineResult","description":"dev.inmo.tgbotapi.extensions.utils.requireLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-location-chosen-inline-result.html","searchKeys":["requireLocationChosenInlineResult","inline fun ChosenInlineResult.requireLocationChosenInlineResult(): LocationChosenInlineResult","dev.inmo.tgbotapi.extensions.utils.requireLocationChosenInlineResult"]},{"name":"inline fun CommonSendInvoiceData.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html","searchKeys":["asInputInvoiceMessageContent","inline fun CommonSendInvoiceData.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent"]},{"name":"inline fun CommonSendInvoiceData.asSendInvoice(): SendInvoice?","description":"dev.inmo.tgbotapi.extensions.utils.asSendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-send-invoice.html","searchKeys":["asSendInvoice","inline fun CommonSendInvoiceData.asSendInvoice(): SendInvoice?","dev.inmo.tgbotapi.extensions.utils.asSendInvoice"]},{"name":"inline fun CommonSendInvoiceData.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html","searchKeys":["requireInputInvoiceMessageContent","inline fun CommonSendInvoiceData.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent"]},{"name":"inline fun CommonSendInvoiceData.requireVoiceChatParticipantsInvited(): SendInvoice","description":"dev.inmo.tgbotapi.extensions.utils.requireVoiceChatParticipantsInvited","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-voice-chat-participants-invited.html","searchKeys":["requireVoiceChatParticipantsInvited","inline fun CommonSendInvoiceData.requireVoiceChatParticipantsInvited(): SendInvoice","dev.inmo.tgbotapi.extensions.utils.requireVoiceChatParticipantsInvited"]},{"name":"inline fun DiceAnimationType.asBasketballDiceAnimationType(): BasketballDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asBasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-basketball-dice-animation-type.html","searchKeys":["asBasketballDiceAnimationType","inline fun DiceAnimationType.asBasketballDiceAnimationType(): BasketballDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asBasketballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asBowlingDiceAnimationType(): BowlingDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asBowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bowling-dice-animation-type.html","searchKeys":["asBowlingDiceAnimationType","inline fun DiceAnimationType.asBowlingDiceAnimationType(): BowlingDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asBowlingDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asCubeDiceAnimationType(): CubeDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asCubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-cube-dice-animation-type.html","searchKeys":["asCubeDiceAnimationType","inline fun DiceAnimationType.asCubeDiceAnimationType(): CubeDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asCubeDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asCustomDiceAnimationType(): CustomDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asCustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-custom-dice-animation-type.html","searchKeys":["asCustomDiceAnimationType","inline fun DiceAnimationType.asCustomDiceAnimationType(): CustomDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asCustomDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asDartsDiceAnimationType(): DartsDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asDartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-darts-dice-animation-type.html","searchKeys":["asDartsDiceAnimationType","inline fun DiceAnimationType.asDartsDiceAnimationType(): DartsDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asDartsDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asFootballDiceAnimationType(): FootballDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asFootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-football-dice-animation-type.html","searchKeys":["asFootballDiceAnimationType","inline fun DiceAnimationType.asFootballDiceAnimationType(): FootballDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asFootballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.asSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType?","description":"dev.inmo.tgbotapi.extensions.utils.asSlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-dice-animation-type.html","searchKeys":["asSlotMachineDiceAnimationType","inline fun DiceAnimationType.asSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType?","dev.inmo.tgbotapi.extensions.utils.asSlotMachineDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireBasketballDiceAnimationType(): BasketballDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireBasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-basketball-dice-animation-type.html","searchKeys":["requireBasketballDiceAnimationType","inline fun DiceAnimationType.requireBasketballDiceAnimationType(): BasketballDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireBasketballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireBowlingDiceAnimationType(): BowlingDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireBowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bowling-dice-animation-type.html","searchKeys":["requireBowlingDiceAnimationType","inline fun DiceAnimationType.requireBowlingDiceAnimationType(): BowlingDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireBowlingDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireCubeDiceAnimationType(): CubeDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireCubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-cube-dice-animation-type.html","searchKeys":["requireCubeDiceAnimationType","inline fun DiceAnimationType.requireCubeDiceAnimationType(): CubeDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireCubeDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireCustomDiceAnimationType(): CustomDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireCustomDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-custom-dice-animation-type.html","searchKeys":["requireCustomDiceAnimationType","inline fun DiceAnimationType.requireCustomDiceAnimationType(): CustomDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireCustomDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireDartsDiceAnimationType(): DartsDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireDartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-darts-dice-animation-type.html","searchKeys":["requireDartsDiceAnimationType","inline fun DiceAnimationType.requireDartsDiceAnimationType(): DartsDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireDartsDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireFootballDiceAnimationType(): FootballDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireFootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-football-dice-animation-type.html","searchKeys":["requireFootballDiceAnimationType","inline fun DiceAnimationType.requireFootballDiceAnimationType(): FootballDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireFootballDiceAnimationType"]},{"name":"inline fun DiceAnimationType.requireSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType","description":"dev.inmo.tgbotapi.extensions.utils.requireSlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-slot-machine-dice-animation-type.html","searchKeys":["requireSlotMachineDiceAnimationType","inline fun DiceAnimationType.requireSlotMachineDiceAnimationType(): SlotMachineDiceAnimationType","dev.inmo.tgbotapi.extensions.utils.requireSlotMachineDiceAnimationType"]},{"name":"inline fun EncryptedPassportElement.asBankStatement(): BankStatement?","description":"dev.inmo.tgbotapi.extensions.utils.asBankStatement","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bank-statement.html","searchKeys":["asBankStatement","inline fun EncryptedPassportElement.asBankStatement(): BankStatement?","dev.inmo.tgbotapi.extensions.utils.asBankStatement"]},{"name":"inline fun EncryptedPassportElement.asCommonPassport(): CommonPassport?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-passport.html","searchKeys":["asCommonPassport","inline fun EncryptedPassportElement.asCommonPassport(): CommonPassport?","dev.inmo.tgbotapi.extensions.utils.asCommonPassport"]},{"name":"inline fun EncryptedPassportElement.asDriverLicense(): DriverLicense?","description":"dev.inmo.tgbotapi.extensions.utils.asDriverLicense","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-driver-license.html","searchKeys":["asDriverLicense","inline fun EncryptedPassportElement.asDriverLicense(): DriverLicense?","dev.inmo.tgbotapi.extensions.utils.asDriverLicense"]},{"name":"inline fun EncryptedPassportElement.asEmail(): Email?","description":"dev.inmo.tgbotapi.extensions.utils.asEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-email.html","searchKeys":["asEmail","inline fun EncryptedPassportElement.asEmail(): Email?","dev.inmo.tgbotapi.extensions.utils.asEmail"]},{"name":"inline fun EncryptedPassportElement.asEncryptedAddress(): EncryptedAddress?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedAddress","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-address.html","searchKeys":["asEncryptedAddress","inline fun EncryptedPassportElement.asEncryptedAddress(): EncryptedAddress?","dev.inmo.tgbotapi.extensions.utils.asEncryptedAddress"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-translatable.html","searchKeys":["asEncryptedPassportElementTranslatable","inline fun EncryptedPassportElement.asEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementTranslatable"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithData(): EncryptedPassportElementWithData?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-data.html","searchKeys":["asEncryptedPassportElementWithData","inline fun EncryptedPassportElement.asEncryptedPassportElementWithData(): EncryptedPassportElementWithData?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithData"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-email.html","searchKeys":["asEncryptedPassportElementWithEmail","inline fun EncryptedPassportElement.asEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithEmail"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-files-collection.html","searchKeys":["asEncryptedPassportElementWithFilesCollection","inline fun EncryptedPassportElement.asEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFilesCollection"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-front-side.html","searchKeys":["asEncryptedPassportElementWithFrontSide","inline fun EncryptedPassportElement.asEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithFrontSide"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-phone-number.html","searchKeys":["asEncryptedPassportElementWithPhoneNumber","inline fun EncryptedPassportElement.asEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-reverse-side.html","searchKeys":["asEncryptedPassportElementWithReverseSide","inline fun EncryptedPassportElement.asEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithReverseSide"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-selfie.html","searchKeys":["asEncryptedPassportElementWithSelfie","inline fun EncryptedPassportElement.asEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithSelfie"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-files-collection.html","searchKeys":["asEncryptedPassportElementWithTranslatableFilesCollection","inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-passport-element-with-translatable-i-d-document.html","searchKeys":["asEncryptedPassportElementWithTranslatableIDDocument","inline fun EncryptedPassportElement.asEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPassportElementWithTranslatableIDDocument"]},{"name":"inline fun EncryptedPassportElement.asEncryptedPersonalDetails(): EncryptedPersonalDetails?","description":"dev.inmo.tgbotapi.extensions.utils.asEncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-encrypted-personal-details.html","searchKeys":["asEncryptedPersonalDetails","inline fun EncryptedPassportElement.asEncryptedPersonalDetails(): EncryptedPersonalDetails?","dev.inmo.tgbotapi.extensions.utils.asEncryptedPersonalDetails"]},{"name":"inline fun EncryptedPassportElement.asIdentityCard(): IdentityCard?","description":"dev.inmo.tgbotapi.extensions.utils.asIdentityCard","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-identity-card.html","searchKeys":["asIdentityCard","inline fun EncryptedPassportElement.asIdentityCard(): IdentityCard?","dev.inmo.tgbotapi.extensions.utils.asIdentityCard"]},{"name":"inline fun EncryptedPassportElement.asInternalPassport(): InternalPassport?","description":"dev.inmo.tgbotapi.extensions.utils.asInternalPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-internal-passport.html","searchKeys":["asInternalPassport","inline fun EncryptedPassportElement.asInternalPassport(): InternalPassport?","dev.inmo.tgbotapi.extensions.utils.asInternalPassport"]},{"name":"inline fun EncryptedPassportElement.asPassport(): Passport?","description":"dev.inmo.tgbotapi.extensions.utils.asPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport.html","searchKeys":["asPassport","inline fun EncryptedPassportElement.asPassport(): Passport?","dev.inmo.tgbotapi.extensions.utils.asPassport"]},{"name":"inline fun EncryptedPassportElement.asPassportRegistration(): PassportRegistration?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-registration.html","searchKeys":["asPassportRegistration","inline fun EncryptedPassportElement.asPassportRegistration(): PassportRegistration?","dev.inmo.tgbotapi.extensions.utils.asPassportRegistration"]},{"name":"inline fun EncryptedPassportElement.asPhoneNumber(): PhoneNumber?","description":"dev.inmo.tgbotapi.extensions.utils.asPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-phone-number.html","searchKeys":["asPhoneNumber","inline fun EncryptedPassportElement.asPhoneNumber(): PhoneNumber?","dev.inmo.tgbotapi.extensions.utils.asPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.asRentalAgreement(): RentalAgreement?","description":"dev.inmo.tgbotapi.extensions.utils.asRentalAgreement","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement.html","searchKeys":["asRentalAgreement","inline fun EncryptedPassportElement.asRentalAgreement(): RentalAgreement?","dev.inmo.tgbotapi.extensions.utils.asRentalAgreement"]},{"name":"inline fun EncryptedPassportElement.asTemporaryRegistration(): TemporaryRegistration?","description":"dev.inmo.tgbotapi.extensions.utils.asTemporaryRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-temporary-registration.html","searchKeys":["asTemporaryRegistration","inline fun EncryptedPassportElement.asTemporaryRegistration(): TemporaryRegistration?","dev.inmo.tgbotapi.extensions.utils.asTemporaryRegistration"]},{"name":"inline fun EncryptedPassportElement.asUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-encrypted-passport-element.html","searchKeys":["asUnknownEncryptedPassportElement","inline fun EncryptedPassportElement.asUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement?","dev.inmo.tgbotapi.extensions.utils.asUnknownEncryptedPassportElement"]},{"name":"inline fun EncryptedPassportElement.asUtilityBill(): UtilityBill?","description":"dev.inmo.tgbotapi.extensions.utils.asUtilityBill","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-utility-bill.html","searchKeys":["asUtilityBill","inline fun EncryptedPassportElement.asUtilityBill(): UtilityBill?","dev.inmo.tgbotapi.extensions.utils.asUtilityBill"]},{"name":"inline fun EncryptedPassportElement.requireBankStatement(): BankStatement","description":"dev.inmo.tgbotapi.extensions.utils.requireBankStatement","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bank-statement.html","searchKeys":["requireBankStatement","inline fun EncryptedPassportElement.requireBankStatement(): BankStatement","dev.inmo.tgbotapi.extensions.utils.requireBankStatement"]},{"name":"inline fun EncryptedPassportElement.requireCommonPassport(): CommonPassport","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-passport.html","searchKeys":["requireCommonPassport","inline fun EncryptedPassportElement.requireCommonPassport(): CommonPassport","dev.inmo.tgbotapi.extensions.utils.requireCommonPassport"]},{"name":"inline fun EncryptedPassportElement.requireDriverLicense(): DriverLicense","description":"dev.inmo.tgbotapi.extensions.utils.requireDriverLicense","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-driver-license.html","searchKeys":["requireDriverLicense","inline fun EncryptedPassportElement.requireDriverLicense(): DriverLicense","dev.inmo.tgbotapi.extensions.utils.requireDriverLicense"]},{"name":"inline fun EncryptedPassportElement.requireEmail(): Email","description":"dev.inmo.tgbotapi.extensions.utils.requireEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-email.html","searchKeys":["requireEmail","inline fun EncryptedPassportElement.requireEmail(): Email","dev.inmo.tgbotapi.extensions.utils.requireEmail"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedAddress(): EncryptedAddress","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedAddress","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-address.html","searchKeys":["requireEncryptedAddress","inline fun EncryptedPassportElement.requireEncryptedAddress(): EncryptedAddress","dev.inmo.tgbotapi.extensions.utils.requireEncryptedAddress"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-translatable.html","searchKeys":["requireEncryptedPassportElementTranslatable","inline fun EncryptedPassportElement.requireEncryptedPassportElementTranslatable(): EncryptedPassportElementTranslatable","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementTranslatable"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithData(): EncryptedPassportElementWithData","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-data.html","searchKeys":["requireEncryptedPassportElementWithData","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithData(): EncryptedPassportElementWithData","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithData"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-email.html","searchKeys":["requireEncryptedPassportElementWithEmail","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithEmail(): EncryptedPassportElementWithEmail","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithEmail"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-files-collection.html","searchKeys":["requireEncryptedPassportElementWithFilesCollection","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFilesCollection(): EncryptedPassportElementWithFilesCollection","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFilesCollection"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-front-side.html","searchKeys":["requireEncryptedPassportElementWithFrontSide","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithFrontSide(): EncryptedPassportElementWithFrontSide","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithFrontSide"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-phone-number.html","searchKeys":["requireEncryptedPassportElementWithPhoneNumber","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithPhoneNumber(): EncryptedPassportElementWithPhoneNumber","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithPhoneNumber"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-reverse-side.html","searchKeys":["requireEncryptedPassportElementWithReverseSide","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithReverseSide(): EncryptedPassportElementWithReverseSide","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithReverseSide"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-selfie.html","searchKeys":["requireEncryptedPassportElementWithSelfie","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithSelfie(): EncryptedPassportElementWithSelfie","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithSelfie"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-files-collection.html","searchKeys":["requireEncryptedPassportElementWithTranslatableFilesCollection","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableFilesCollection(): EncryptedPassportElementWithTranslatableFilesCollection","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-passport-element-with-translatable-i-d-document.html","searchKeys":["requireEncryptedPassportElementWithTranslatableIDDocument","inline fun EncryptedPassportElement.requireEncryptedPassportElementWithTranslatableIDDocument(): EncryptedPassportElementWithTranslatableIDDocument","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPassportElementWithTranslatableIDDocument"]},{"name":"inline fun EncryptedPassportElement.requireEncryptedPersonalDetails(): EncryptedPersonalDetails","description":"dev.inmo.tgbotapi.extensions.utils.requireEncryptedPersonalDetails","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-encrypted-personal-details.html","searchKeys":["requireEncryptedPersonalDetails","inline fun EncryptedPassportElement.requireEncryptedPersonalDetails(): EncryptedPersonalDetails","dev.inmo.tgbotapi.extensions.utils.requireEncryptedPersonalDetails"]},{"name":"inline fun EncryptedPassportElement.requireIdentityCard(): IdentityCard","description":"dev.inmo.tgbotapi.extensions.utils.requireIdentityCard","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-identity-card.html","searchKeys":["requireIdentityCard","inline fun EncryptedPassportElement.requireIdentityCard(): IdentityCard","dev.inmo.tgbotapi.extensions.utils.requireIdentityCard"]},{"name":"inline fun EncryptedPassportElement.requireInternalPassport(): InternalPassport","description":"dev.inmo.tgbotapi.extensions.utils.requireInternalPassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-internal-passport.html","searchKeys":["requireInternalPassport","inline fun EncryptedPassportElement.requireInternalPassport(): InternalPassport","dev.inmo.tgbotapi.extensions.utils.requireInternalPassport"]},{"name":"inline fun EncryptedPassportElement.requirePassport(): Passport","description":"dev.inmo.tgbotapi.extensions.utils.requirePassport","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport.html","searchKeys":["requirePassport","inline fun EncryptedPassportElement.requirePassport(): Passport","dev.inmo.tgbotapi.extensions.utils.requirePassport"]},{"name":"inline fun EncryptedPassportElement.requirePassportRegistration(): PassportRegistration","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-registration.html","searchKeys":["requirePassportRegistration","inline fun EncryptedPassportElement.requirePassportRegistration(): PassportRegistration","dev.inmo.tgbotapi.extensions.utils.requirePassportRegistration"]},{"name":"inline fun EncryptedPassportElement.requirePhoneNumber(): PhoneNumber","description":"dev.inmo.tgbotapi.extensions.utils.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-phone-number.html","searchKeys":["requirePhoneNumber","inline fun EncryptedPassportElement.requirePhoneNumber(): PhoneNumber","dev.inmo.tgbotapi.extensions.utils.requirePhoneNumber"]},{"name":"inline fun EncryptedPassportElement.requireRentalAgreement(): RentalAgreement","description":"dev.inmo.tgbotapi.extensions.utils.requireRentalAgreement","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement.html","searchKeys":["requireRentalAgreement","inline fun EncryptedPassportElement.requireRentalAgreement(): RentalAgreement","dev.inmo.tgbotapi.extensions.utils.requireRentalAgreement"]},{"name":"inline fun EncryptedPassportElement.requireTemporaryRegistration(): TemporaryRegistration","description":"dev.inmo.tgbotapi.extensions.utils.requireTemporaryRegistration","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-temporary-registration.html","searchKeys":["requireTemporaryRegistration","inline fun EncryptedPassportElement.requireTemporaryRegistration(): TemporaryRegistration","dev.inmo.tgbotapi.extensions.utils.requireTemporaryRegistration"]},{"name":"inline fun EncryptedPassportElement.requireUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownEncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-encrypted-passport-element.html","searchKeys":["requireUnknownEncryptedPassportElement","inline fun EncryptedPassportElement.requireUnknownEncryptedPassportElement(): UnknownEncryptedPassportElement","dev.inmo.tgbotapi.extensions.utils.requireUnknownEncryptedPassportElement"]},{"name":"inline fun EncryptedPassportElement.requireUtilityBill(): UtilityBill","description":"dev.inmo.tgbotapi.extensions.utils.requireUtilityBill","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-utility-bill.html","searchKeys":["requireUtilityBill","inline fun EncryptedPassportElement.requireUtilityBill(): UtilityBill","dev.inmo.tgbotapi.extensions.utils.requireUtilityBill"]},{"name":"inline fun EntitiesBuilder.bold(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.bold(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.bold(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.bold(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.bold","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bold.html","searchKeys":["bold","inline fun EntitiesBuilder.bold(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.bold"]},{"name":"inline fun EntitiesBuilder.boldln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.boldln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.boldln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.boldln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.boldln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/boldln.html","searchKeys":["boldln","inline fun EntitiesBuilder.boldln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.boldln"]},{"name":"inline fun EntitiesBuilder.botCommand(command: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.botCommand","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bot-command.html","searchKeys":["botCommand","inline fun EntitiesBuilder.botCommand(command: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.botCommand"]},{"name":"inline fun EntitiesBuilder.botCommandln(command: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.botCommandln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/bot-commandln.html","searchKeys":["botCommandln","inline fun EntitiesBuilder.botCommandln(command: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.botCommandln"]},{"name":"inline fun EntitiesBuilder.cashTag(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTag(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTag(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTag(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tag.html","searchKeys":["cashTag","inline fun EntitiesBuilder.cashTag(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTag"]},{"name":"inline fun EntitiesBuilder.cashTagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.cashTagln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.cashTagln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.cashTagln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/cash-tagln.html","searchKeys":["cashTagln","inline fun EntitiesBuilder.cashTagln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.cashTagln"]},{"name":"inline fun EntitiesBuilder.code(code: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.code","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/code.html","searchKeys":["code","inline fun EntitiesBuilder.code(code: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.code"]},{"name":"inline fun EntitiesBuilder.codeln(code: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.codeln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/codeln.html","searchKeys":["codeln","inline fun EntitiesBuilder.codeln(code: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.codeln"]},{"name":"inline fun EntitiesBuilder.email(emailAddress: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(emailAddress: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.email(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.email(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.email(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.email","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/email.html","searchKeys":["email","inline fun EntitiesBuilder.email(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.email"]},{"name":"inline fun EntitiesBuilder.emailln(emailAddress: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(emailAddress: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.emailln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.emailln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.emailln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.emailln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/emailln.html","searchKeys":["emailln","inline fun EntitiesBuilder.emailln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.emailln"]},{"name":"inline fun EntitiesBuilder.hashtag(hashtag: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(hashtag: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtag(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtag(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtag(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtag","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtag.html","searchKeys":["hashtag","inline fun EntitiesBuilder.hashtag(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtag"]},{"name":"inline fun EntitiesBuilder.hashtagln(hashtag: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(hashtag: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.hashtagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.hashtagln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.hashtagln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/hashtagln.html","searchKeys":["hashtagln","inline fun EntitiesBuilder.hashtagln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.hashtagln"]},{"name":"inline fun EntitiesBuilder.italic(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italic(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italic(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italic(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italic","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italic.html","searchKeys":["italic","inline fun EntitiesBuilder.italic(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italic"]},{"name":"inline fun EntitiesBuilder.italicln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.italicln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.italicln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.italicln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.italicln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/italicln.html","searchKeys":["italicln","inline fun EntitiesBuilder.italicln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.italicln"]},{"name":"inline fun EntitiesBuilder.link(text: String, url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","inline fun EntitiesBuilder.link(text: String, url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"inline fun EntitiesBuilder.link(url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","inline fun EntitiesBuilder.link(url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"inline fun EntitiesBuilder.linkln(text: String, url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/linkln.html","searchKeys":["linkln","inline fun EntitiesBuilder.linkln(text: String, url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.linkln"]},{"name":"inline fun EntitiesBuilder.linkln(url: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.linkln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/linkln.html","searchKeys":["linkln","inline fun EntitiesBuilder.linkln(url: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.linkln"]},{"name":"inline fun EntitiesBuilder.mention(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(parts: TextSourcesList, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(parts: TextSourcesList, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(text: String, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(text: String, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(user: User, vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(user: User, vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mention(whoToMention: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mention","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mention.html","searchKeys":["mention","inline fun EntitiesBuilder.mention(whoToMention: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mention"]},{"name":"inline fun EntitiesBuilder.mentionln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(parts: TextSourcesList, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(parts: TextSourcesList, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(text: String, user: User): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(text: String, user: User): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(user: User, vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(user: User, vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.mentionln(whoToMention: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.mentionln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/mentionln.html","searchKeys":["mentionln","inline fun EntitiesBuilder.mentionln(whoToMention: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.mentionln"]},{"name":"inline fun EntitiesBuilder.phone(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phone(number: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(number: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phone(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phone(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phone","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phone.html","searchKeys":["phone","inline fun EntitiesBuilder.phone(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phone"]},{"name":"inline fun EntitiesBuilder.phoneln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.phoneln(number: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(number: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.phoneln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.phoneln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.phoneln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/phoneln.html","searchKeys":["phoneln","inline fun EntitiesBuilder.phoneln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.phoneln"]},{"name":"inline fun EntitiesBuilder.pre(code: String, language: String?): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.pre","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/pre.html","searchKeys":["pre","inline fun EntitiesBuilder.pre(code: String, language: String?): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.pre"]},{"name":"inline fun EntitiesBuilder.preln(code: String, language: String?): List","description":"dev.inmo.tgbotapi.extensions.utils.formatting.preln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/preln.html","searchKeys":["preln","inline fun EntitiesBuilder.preln(code: String, language: String?): List","dev.inmo.tgbotapi.extensions.utils.formatting.preln"]},{"name":"inline fun EntitiesBuilder.regular(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regular","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regular.html","searchKeys":["regular","inline fun EntitiesBuilder.regular(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.regular"]},{"name":"inline fun EntitiesBuilder.regularln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.regularln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/regularln.html","searchKeys":["regularln","inline fun EntitiesBuilder.regularln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.regularln"]},{"name":"inline fun EntitiesBuilder.spoiler(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoiler(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoiler(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoiler(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoiler","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoiler.html","searchKeys":["spoiler","inline fun EntitiesBuilder.spoiler(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoiler"]},{"name":"inline fun EntitiesBuilder.spoilerln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.spoilerln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.spoilerln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.spoilerln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/spoilerln.html","searchKeys":["spoilerln","inline fun EntitiesBuilder.spoilerln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.spoilerln"]},{"name":"inline fun EntitiesBuilder.strikethrough(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethrough(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethrough(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethrough(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethrough.html","searchKeys":["strikethrough","inline fun EntitiesBuilder.strikethrough(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethrough"]},{"name":"inline fun EntitiesBuilder.strikethroughln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.strikethroughln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.strikethroughln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.strikethroughln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/strikethroughln.html","searchKeys":["strikethroughln","inline fun EntitiesBuilder.strikethroughln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.strikethroughln"]},{"name":"inline fun EntitiesBuilder.underline(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underline(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underline(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underline(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underline","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underline.html","searchKeys":["underline","inline fun EntitiesBuilder.underline(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underline"]},{"name":"inline fun EntitiesBuilder.underlineln(noinline init: EntitiesBuilderBody): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(noinline init: EntitiesBuilderBody): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun EntitiesBuilder.underlineln(parts: TextSourcesList): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(parts: TextSourcesList): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun EntitiesBuilder.underlineln(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun EntitiesBuilder.underlineln(vararg parts: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.underlineln","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/underlineln.html","searchKeys":["underlineln","inline fun EntitiesBuilder.underlineln(vararg parts: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.underlineln"]},{"name":"inline fun Flow>.channelCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html","searchKeys":["channelCreatedEvents","inline fun Flow>.channelCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents"]},{"name":"inline fun Flow>.channelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html","searchKeys":["channelEvents","inline fun Flow>.channelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents"]},{"name":"inline fun Flow>.deletedChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html","searchKeys":["deletedChannelPhotoEvents","inline fun Flow>.deletedChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents"]},{"name":"inline fun Flow>.deletedGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html","searchKeys":["deletedGroupPhotoEvents","inline fun Flow>.deletedGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents"]},{"name":"inline fun Flow>.deletedSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html","searchKeys":["deletedSupergroupPhotoEvents","inline fun Flow>.deletedSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents"]},{"name":"inline fun Flow>.groupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html","searchKeys":["groupCreatedEvents","inline fun Flow>.groupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents"]},{"name":"inline fun Flow>.groupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html","searchKeys":["groupEvents","inline fun Flow>.groupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents"]},{"name":"inline fun Flow>.leftGroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html","searchKeys":["leftGroupMemberEvents","inline fun Flow>.leftGroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents"]},{"name":"inline fun Flow>.leftSupergroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html","searchKeys":["leftSupergroupMemberEvents","inline fun Flow>.leftSupergroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents"]},{"name":"inline fun Flow>.newChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html","searchKeys":["newChannelPhotoEvents","inline fun Flow>.newChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents"]},{"name":"inline fun Flow>.newChannelPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html","searchKeys":["newChannelPinnedMessageEvents","inline fun Flow>.newChannelPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents"]},{"name":"inline fun Flow>.newChannelTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html","searchKeys":["newChannelTitleEvents","inline fun Flow>.newChannelTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents"]},{"name":"inline fun Flow>.newGroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html","searchKeys":["newGroupMembersEvents","inline fun Flow>.newGroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents"]},{"name":"inline fun Flow>.newGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html","searchKeys":["newGroupPhotoEvents","inline fun Flow>.newGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents"]},{"name":"inline fun Flow>.newGroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html","searchKeys":["newGroupPinnedMessageEvents","inline fun Flow>.newGroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents"]},{"name":"inline fun Flow>.newGroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html","searchKeys":["newGroupTitleEvents","inline fun Flow>.newGroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents"]},{"name":"inline fun Flow>.newPrivatePinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html","searchKeys":["newPrivatePinnedMessageEvents","inline fun Flow>.newPrivatePinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents"]},{"name":"inline fun Flow>.newSupergroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html","searchKeys":["newSupergroupMembersEvents","inline fun Flow>.newSupergroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents"]},{"name":"inline fun Flow>.newSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html","searchKeys":["newSupergroupPhotoEvents","inline fun Flow>.newSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents"]},{"name":"inline fun Flow>.newSupergroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html","searchKeys":["newSupergroupPinnedMessageEvents","inline fun Flow>.newSupergroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents"]},{"name":"inline fun Flow>.newSupergroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html","searchKeys":["newSupergroupTitleEvents","inline fun Flow>.newSupergroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents"]},{"name":"inline fun Flow>.privateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html","searchKeys":["privateEvents","inline fun Flow>.privateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents"]},{"name":"inline fun Flow>.proximityAlertTriggeredInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html","searchKeys":["proximityAlertTriggeredInGroupEvents","inline fun Flow>.proximityAlertTriggeredInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents"]},{"name":"inline fun Flow>.proximityAlertTriggeredInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html","searchKeys":["proximityAlertTriggeredInSupergroupEvents","inline fun Flow>.proximityAlertTriggeredInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents"]},{"name":"inline fun Flow>.successfulPaymentInChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html","searchKeys":["successfulPaymentInChannelEvents","inline fun Flow>.successfulPaymentInChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents"]},{"name":"inline fun Flow>.successfulPaymentInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html","searchKeys":["successfulPaymentInGroupEvents","inline fun Flow>.successfulPaymentInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents"]},{"name":"inline fun Flow>.successfulPaymentInPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html","searchKeys":["successfulPaymentInPrivateEvents","inline fun Flow>.successfulPaymentInPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents"]},{"name":"inline fun Flow>.successfulPaymentInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html","searchKeys":["successfulPaymentInSupergroupEvents","inline fun Flow>.successfulPaymentInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents"]},{"name":"inline fun Flow>.supergroupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html","searchKeys":["supergroupCreatedEvents","inline fun Flow>.supergroupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents"]},{"name":"inline fun Flow>.supergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html","searchKeys":["supergroupEvents","inline fun Flow>.supergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.channelCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-created-events.html","searchKeys":["channelCreatedEvents","inline fun FlowsUpdatesFilter.channelCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelCreatedEvents"]},{"name":"inline fun FlowsUpdatesFilter.channelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/channel-events.html","searchKeys":["channelEvents","inline fun FlowsUpdatesFilter.channelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.channelEvents"]},{"name":"inline fun FlowsUpdatesFilter.deletedChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-channel-photo-events.html","searchKeys":["deletedChannelPhotoEvents","inline fun FlowsUpdatesFilter.deletedChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedChannelPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.deletedGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-group-photo-events.html","searchKeys":["deletedGroupPhotoEvents","inline fun FlowsUpdatesFilter.deletedGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedGroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.deletedSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/deleted-supergroup-photo-events.html","searchKeys":["deletedSupergroupPhotoEvents","inline fun FlowsUpdatesFilter.deletedSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.deletedSupergroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.events(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.events","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/events.html","searchKeys":["events","inline fun FlowsUpdatesFilter.events(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.events"]},{"name":"inline fun FlowsUpdatesFilter.groupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-created-events.html","searchKeys":["groupCreatedEvents","inline fun FlowsUpdatesFilter.groupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupCreatedEvents"]},{"name":"inline fun FlowsUpdatesFilter.groupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/group-events.html","searchKeys":["groupEvents","inline fun FlowsUpdatesFilter.groupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.groupEvents"]},{"name":"inline fun FlowsUpdatesFilter.imageMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/image-messages.html","searchKeys":["imageMessages","inline fun FlowsUpdatesFilter.imageMessages(scopeToIncludeChannels: CoroutineScope? = null): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.imageMessages"]},{"name":"inline fun FlowsUpdatesFilter.leftGroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-group-member-events.html","searchKeys":["leftGroupMemberEvents","inline fun FlowsUpdatesFilter.leftGroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftGroupMemberEvents"]},{"name":"inline fun FlowsUpdatesFilter.leftSupergroupMemberEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/left-supergroup-member-events.html","searchKeys":["leftSupergroupMemberEvents","inline fun FlowsUpdatesFilter.leftSupergroupMemberEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.leftSupergroupMemberEvents"]},{"name":"inline fun FlowsUpdatesFilter.newChannelPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-photo-events.html","searchKeys":["newChannelPhotoEvents","inline fun FlowsUpdatesFilter.newChannelPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.newChannelPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-pinned-message-events.html","searchKeys":["newChannelPinnedMessageEvents","inline fun FlowsUpdatesFilter.newChannelPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelPinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newChannelTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-channel-title-events.html","searchKeys":["newChannelTitleEvents","inline fun FlowsUpdatesFilter.newChannelTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newChannelTitleEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-members-events.html","searchKeys":["newGroupMembersEvents","inline fun FlowsUpdatesFilter.newGroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupMembersEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-photo-events.html","searchKeys":["newGroupPhotoEvents","inline fun FlowsUpdatesFilter.newGroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-pinned-message-events.html","searchKeys":["newGroupPinnedMessageEvents","inline fun FlowsUpdatesFilter.newGroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupPinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newGroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-group-title-events.html","searchKeys":["newGroupTitleEvents","inline fun FlowsUpdatesFilter.newGroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newGroupTitleEvents"]},{"name":"inline fun FlowsUpdatesFilter.newPrivatePinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-private-pinned-message-events.html","searchKeys":["newPrivatePinnedMessageEvents","inline fun FlowsUpdatesFilter.newPrivatePinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newPrivatePinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupMembersEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-members-events.html","searchKeys":["newSupergroupMembersEvents","inline fun FlowsUpdatesFilter.newSupergroupMembersEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupMembersEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupPhotoEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-photo-events.html","searchKeys":["newSupergroupPhotoEvents","inline fun FlowsUpdatesFilter.newSupergroupPhotoEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPhotoEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupPinnedMessageEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-pinned-message-events.html","searchKeys":["newSupergroupPinnedMessageEvents","inline fun FlowsUpdatesFilter.newSupergroupPinnedMessageEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupPinnedMessageEvents"]},{"name":"inline fun FlowsUpdatesFilter.newSupergroupTitleEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/new-supergroup-title-events.html","searchKeys":["newSupergroupTitleEvents","inline fun FlowsUpdatesFilter.newSupergroupTitleEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.newSupergroupTitleEvents"]},{"name":"inline fun FlowsUpdatesFilter.privateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/private-events.html","searchKeys":["privateEvents","inline fun FlowsUpdatesFilter.privateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.privateEvents"]},{"name":"inline fun FlowsUpdatesFilter.proximityAlertTriggeredInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-group-events.html","searchKeys":["proximityAlertTriggeredInGroupEvents","inline fun FlowsUpdatesFilter.proximityAlertTriggeredInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInGroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.proximityAlertTriggeredInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/proximity-alert-triggered-in-supergroup-events.html","searchKeys":["proximityAlertTriggeredInSupergroupEvents","inline fun FlowsUpdatesFilter.proximityAlertTriggeredInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.proximityAlertTriggeredInSupergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInChannelEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-channel-events.html","searchKeys":["successfulPaymentInChannelEvents","inline fun FlowsUpdatesFilter.successfulPaymentInChannelEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInChannelEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInGroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-group-events.html","searchKeys":["successfulPaymentInGroupEvents","inline fun FlowsUpdatesFilter.successfulPaymentInGroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInGroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInPrivateEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-private-events.html","searchKeys":["successfulPaymentInPrivateEvents","inline fun FlowsUpdatesFilter.successfulPaymentInPrivateEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInPrivateEvents"]},{"name":"inline fun FlowsUpdatesFilter.successfulPaymentInSupergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/successful-payment-in-supergroup-events.html","searchKeys":["successfulPaymentInSupergroupEvents","inline fun FlowsUpdatesFilter.successfulPaymentInSupergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.successfulPaymentInSupergroupEvents"]},{"name":"inline fun FlowsUpdatesFilter.supergroupCreatedEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-created-events.html","searchKeys":["supergroupCreatedEvents","inline fun FlowsUpdatesFilter.supergroupCreatedEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupCreatedEvents"]},{"name":"inline fun FlowsUpdatesFilter.supergroupEvents(): Flow>","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/supergroup-events.html","searchKeys":["supergroupEvents","inline fun FlowsUpdatesFilter.supergroupEvents(): Flow>","dev.inmo.tgbotapi.extensions.utils.shortcuts.supergroupEvents"]},{"name":"inline fun ForwardInfo.asAnonymousForwardInfo(): AnonymousForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asAnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-anonymous-forward-info.html","searchKeys":["asAnonymousForwardInfo","inline fun ForwardInfo.asAnonymousForwardInfo(): AnonymousForwardInfo?","dev.inmo.tgbotapi.extensions.utils.asAnonymousForwardInfo"]},{"name":"inline fun ForwardInfo.asForwardFromChannelInfo(): ForwardFromChannelInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-forward-from-channel-info.html","searchKeys":["asForwardFromChannelInfo","inline fun ForwardInfo.asForwardFromChannelInfo(): ForwardFromChannelInfo?","dev.inmo.tgbotapi.extensions.utils.asForwardFromChannelInfo"]},{"name":"inline fun ForwardInfo.asForwardFromPublicChatInfo(): ForwardFromPublicChatInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-forward-from-public-chat-info.html","searchKeys":["asForwardFromPublicChatInfo","inline fun ForwardInfo.asForwardFromPublicChatInfo(): ForwardFromPublicChatInfo?","dev.inmo.tgbotapi.extensions.utils.asForwardFromPublicChatInfo"]},{"name":"inline fun ForwardInfo.asForwardFromSupergroupInfo(): ForwardFromSupergroupInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-forward-from-supergroup-info.html","searchKeys":["asForwardFromSupergroupInfo","inline fun ForwardInfo.asForwardFromSupergroupInfo(): ForwardFromSupergroupInfo?","dev.inmo.tgbotapi.extensions.utils.asForwardFromSupergroupInfo"]},{"name":"inline fun ForwardInfo.asUserForwardInfo(): UserForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asUserForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-user-forward-info.html","searchKeys":["asUserForwardInfo","inline fun ForwardInfo.asUserForwardInfo(): UserForwardInfo?","dev.inmo.tgbotapi.extensions.utils.asUserForwardInfo"]},{"name":"inline fun ForwardInfo.requireAnonymousForwardInfo(): AnonymousForwardInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireAnonymousForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-anonymous-forward-info.html","searchKeys":["requireAnonymousForwardInfo","inline fun ForwardInfo.requireAnonymousForwardInfo(): AnonymousForwardInfo","dev.inmo.tgbotapi.extensions.utils.requireAnonymousForwardInfo"]},{"name":"inline fun ForwardInfo.requireForwardFromChannelInfo(): ForwardFromChannelInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireForwardFromChannelInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-forward-from-channel-info.html","searchKeys":["requireForwardFromChannelInfo","inline fun ForwardInfo.requireForwardFromChannelInfo(): ForwardFromChannelInfo","dev.inmo.tgbotapi.extensions.utils.requireForwardFromChannelInfo"]},{"name":"inline fun ForwardInfo.requireForwardFromPublicChatInfo(): ForwardFromPublicChatInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-forward-from-public-chat-info.html","searchKeys":["requireForwardFromPublicChatInfo","inline fun ForwardInfo.requireForwardFromPublicChatInfo(): ForwardFromPublicChatInfo","dev.inmo.tgbotapi.extensions.utils.requireForwardFromPublicChatInfo"]},{"name":"inline fun ForwardInfo.requireForwardFromSupergroupInfo(): ForwardFromSupergroupInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireForwardFromSupergroupInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-forward-from-supergroup-info.html","searchKeys":["requireForwardFromSupergroupInfo","inline fun ForwardInfo.requireForwardFromSupergroupInfo(): ForwardFromSupergroupInfo","dev.inmo.tgbotapi.extensions.utils.requireForwardFromSupergroupInfo"]},{"name":"inline fun ForwardInfo.requireUserForwardInfo(): UserForwardInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireUserForwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-user-forward-info.html","searchKeys":["requireUserForwardInfo","inline fun ForwardInfo.requireUserForwardInfo(): UserForwardInfo","dev.inmo.tgbotapi.extensions.utils.requireUserForwardInfo"]},{"name":"inline fun Identifier.mention(parts: TextSourcesList): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun Identifier.mention(parts: TextSourcesList): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun Identifier.mention(text: String): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun Identifier.mention(text: String): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun InlineKeyboardBuilder.row(block: InlineKeyboardRowBuilder.() -> Unit): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.row","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/row.html","searchKeys":["row","inline fun InlineKeyboardBuilder.row(block: InlineKeyboardRowBuilder.() -> Unit): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.row"]},{"name":"inline fun InlineKeyboardButton.asCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asCallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-callback-data-inline-keyboard-button.html","searchKeys":["asCallbackDataInlineKeyboardButton","inline fun InlineKeyboardButton.asCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asCallbackDataInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asCallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-callback-game-inline-keyboard-button.html","searchKeys":["asCallbackGameInlineKeyboardButton","inline fun InlineKeyboardButton.asCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asCallbackGameInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asLoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-login-u-r-l-inline-keyboard-button.html","searchKeys":["asLoginURLInlineKeyboardButton","inline fun InlineKeyboardButton.asLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asLoginURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asPayInlineKeyboardButton(): PayInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asPayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pay-inline-keyboard-button.html","searchKeys":["asPayInlineKeyboardButton","inline fun InlineKeyboardButton.asPayInlineKeyboardButton(): PayInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asPayInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["asSwitchInlineQueryCurrentChatInlineKeyboardButton","inline fun InlineKeyboardButton.asSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-switch-inline-query-inline-keyboard-button.html","searchKeys":["asSwitchInlineQueryInlineKeyboardButton","inline fun InlineKeyboardButton.asSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asSwitchInlineQueryInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asURLInlineKeyboardButton(): URLInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-inline-keyboard-button.html","searchKeys":["asURLInlineKeyboardButton","inline fun InlineKeyboardButton.asURLInlineKeyboardButton(): URLInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-inline-keyboard-button.html","searchKeys":["asUnknownInlineKeyboardButton","inline fun InlineKeyboardButton.asUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asUnknownInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.asWebAppKeyboardButton(): WebAppKeyboardButton?","description":"dev.inmo.tgbotapi.extensions.utils.asWebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-web-app-keyboard-button.html","searchKeys":["asWebAppKeyboardButton","inline fun InlineKeyboardButton.asWebAppKeyboardButton(): WebAppKeyboardButton?","dev.inmo.tgbotapi.extensions.utils.asWebAppKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireCallbackDataInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-callback-data-inline-keyboard-button.html","searchKeys":["requireCallbackDataInlineKeyboardButton","inline fun InlineKeyboardButton.requireCallbackDataInlineKeyboardButton(): CallbackDataInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireCallbackDataInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireCallbackGameInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-callback-game-inline-keyboard-button.html","searchKeys":["requireCallbackGameInlineKeyboardButton","inline fun InlineKeyboardButton.requireCallbackGameInlineKeyboardButton(): CallbackGameInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireCallbackGameInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireLoginURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-login-u-r-l-inline-keyboard-button.html","searchKeys":["requireLoginURLInlineKeyboardButton","inline fun InlineKeyboardButton.requireLoginURLInlineKeyboardButton(): LoginURLInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireLoginURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requirePayInlineKeyboardButton(): PayInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requirePayInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pay-inline-keyboard-button.html","searchKeys":["requirePayInlineKeyboardButton","inline fun InlineKeyboardButton.requirePayInlineKeyboardButton(): PayInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requirePayInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryCurrentChatInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-current-chat-inline-keyboard-button.html","searchKeys":["requireSwitchInlineQueryCurrentChatInlineKeyboardButton","inline fun InlineKeyboardButton.requireSwitchInlineQueryCurrentChatInlineKeyboardButton(): SwitchInlineQueryCurrentChatInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryCurrentChatInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-switch-inline-query-inline-keyboard-button.html","searchKeys":["requireSwitchInlineQueryInlineKeyboardButton","inline fun InlineKeyboardButton.requireSwitchInlineQueryInlineKeyboardButton(): SwitchInlineQueryInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireSwitchInlineQueryInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireURLInlineKeyboardButton(): URLInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireURLInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-inline-keyboard-button.html","searchKeys":["requireURLInlineKeyboardButton","inline fun InlineKeyboardButton.requireURLInlineKeyboardButton(): URLInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireURLInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownInlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-inline-keyboard-button.html","searchKeys":["requireUnknownInlineKeyboardButton","inline fun InlineKeyboardButton.requireUnknownInlineKeyboardButton(): UnknownInlineKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireUnknownInlineKeyboardButton"]},{"name":"inline fun InlineKeyboardButton.requireWebAppKeyboardButton(): WebAppKeyboardButton","description":"dev.inmo.tgbotapi.extensions.utils.requireWebAppKeyboardButton","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-web-app-keyboard-button.html","searchKeys":["requireWebAppKeyboardButton","inline fun InlineKeyboardButton.requireWebAppKeyboardButton(): WebAppKeyboardButton","dev.inmo.tgbotapi.extensions.utils.requireWebAppKeyboardButton"]},{"name":"inline fun InlineKeyboardRowBuilder.dataButton(text: String, data: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.dataButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/data-button.html","searchKeys":["dataButton","inline fun InlineKeyboardRowBuilder.dataButton(text: String, data: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.dataButton"]},{"name":"inline fun InlineKeyboardRowBuilder.gameButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.gameButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/game-button.html","searchKeys":["gameButton","inline fun InlineKeyboardRowBuilder.gameButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.gameButton"]},{"name":"inline fun InlineKeyboardRowBuilder.inlineQueryButton(text: String, data: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-button.html","searchKeys":["inlineQueryButton","inline fun InlineKeyboardRowBuilder.inlineQueryButton(text: String, data: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryButton"]},{"name":"inline fun InlineKeyboardRowBuilder.inlineQueryInCurrentChatButton(text: String, data: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryInCurrentChatButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-query-in-current-chat-button.html","searchKeys":["inlineQueryInCurrentChatButton","inline fun InlineKeyboardRowBuilder.inlineQueryInCurrentChatButton(text: String, data: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineQueryInCurrentChatButton"]},{"name":"inline fun InlineKeyboardRowBuilder.loginButton(text: String, loginUrl: LoginURL): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.loginButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/login-button.html","searchKeys":["loginButton","inline fun InlineKeyboardRowBuilder.loginButton(text: String, loginUrl: LoginURL): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.loginButton"]},{"name":"inline fun InlineKeyboardRowBuilder.payButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.payButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/pay-button.html","searchKeys":["payButton","inline fun InlineKeyboardRowBuilder.payButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.payButton"]},{"name":"inline fun InlineKeyboardRowBuilder.urlButton(text: String, url: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.urlButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/url-button.html","searchKeys":["urlButton","inline fun InlineKeyboardRowBuilder.urlButton(text: String, url: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.urlButton"]},{"name":"inline fun InlineKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun InlineKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun InlineKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun InlineKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun InlineQuery.asBaseInlineQuery(): BaseInlineQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-inline-query.html","searchKeys":["asBaseInlineQuery","inline fun InlineQuery.asBaseInlineQuery(): BaseInlineQuery?","dev.inmo.tgbotapi.extensions.utils.asBaseInlineQuery"]},{"name":"inline fun InlineQuery.asLocationInlineQuery(): LocationInlineQuery?","description":"dev.inmo.tgbotapi.extensions.utils.asLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-location-inline-query.html","searchKeys":["asLocationInlineQuery","inline fun InlineQuery.asLocationInlineQuery(): LocationInlineQuery?","dev.inmo.tgbotapi.extensions.utils.asLocationInlineQuery"]},{"name":"inline fun InlineQuery.requireBaseInlineQuery(): BaseInlineQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-inline-query.html","searchKeys":["requireBaseInlineQuery","inline fun InlineQuery.requireBaseInlineQuery(): BaseInlineQuery","dev.inmo.tgbotapi.extensions.utils.requireBaseInlineQuery"]},{"name":"inline fun InlineQuery.requireLocationInlineQuery(): LocationInlineQuery","description":"dev.inmo.tgbotapi.extensions.utils.requireLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-location-inline-query.html","searchKeys":["requireLocationInlineQuery","inline fun InlineQuery.requireLocationInlineQuery(): LocationInlineQuery","dev.inmo.tgbotapi.extensions.utils.requireLocationInlineQuery"]},{"name":"inline fun InlineQueryResult.asDescribedInlineQueryResult(): DescribedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asDescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-described-inline-query-result.html","searchKeys":["asDescribedInlineQueryResult","inline fun InlineQueryResult.asDescribedInlineQueryResult(): DescribedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asDescribedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asFileInlineQueryResult(): FileInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asFileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-file-inline-query-result.html","searchKeys":["asFileInlineQueryResult","inline fun InlineQueryResult.asFileInlineQueryResult(): FileInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asFileInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultArticle(): InlineQueryResultArticle?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-article.html","searchKeys":["asInlineQueryResultArticle","inline fun InlineQueryResult.asInlineQueryResultArticle(): InlineQueryResultArticle?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultArticle"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultAudio(): InlineQueryResultAudio?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio.html","searchKeys":["asInlineQueryResultAudio","inline fun InlineQueryResult.asInlineQueryResultAudio(): InlineQueryResultAudio?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudio"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultAudioCached(): InlineQueryResultAudioCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-cached.html","searchKeys":["asInlineQueryResultAudioCached","inline fun InlineQueryResult.asInlineQueryResultAudioCached(): InlineQueryResultAudioCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-audio-common.html","searchKeys":["asInlineQueryResultAudioCommon","inline fun InlineQueryResult.asInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultAudioCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultContact(): InlineQueryResultContact?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-contact.html","searchKeys":["asInlineQueryResultContact","inline fun InlineQueryResult.asInlineQueryResultContact(): InlineQueryResultContact?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultContact"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultDocument(): InlineQueryResultDocument?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document.html","searchKeys":["asInlineQueryResultDocument","inline fun InlineQueryResult.asInlineQueryResultDocument(): InlineQueryResultDocument?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocument"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-cached.html","searchKeys":["asInlineQueryResultDocumentCached","inline fun InlineQueryResult.asInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-document-common.html","searchKeys":["asInlineQueryResultDocumentCommon","inline fun InlineQueryResult.asInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultDocumentCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGame(): InlineQueryResultGame?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-game.html","searchKeys":["asInlineQueryResultGame","inline fun InlineQueryResult.asInlineQueryResultGame(): InlineQueryResultGame?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGame"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGif(): InlineQueryResultGif?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif.html","searchKeys":["asInlineQueryResultGif","inline fun InlineQueryResult.asInlineQueryResultGif(): InlineQueryResultGif?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGif"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGifCached(): InlineQueryResultGifCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-cached.html","searchKeys":["asInlineQueryResultGifCached","inline fun InlineQueryResult.asInlineQueryResultGifCached(): InlineQueryResultGifCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultGifCommon(): InlineQueryResultGifCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-gif-common.html","searchKeys":["asInlineQueryResultGifCommon","inline fun InlineQueryResult.asInlineQueryResultGifCommon(): InlineQueryResultGifCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultGifCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultLocation(): InlineQueryResultLocation?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-location.html","searchKeys":["asInlineQueryResultLocation","inline fun InlineQueryResult.asInlineQueryResultLocation(): InlineQueryResultLocation?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultLocation"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif.html","searchKeys":["asInlineQueryResultMpeg4Gif","inline fun InlineQueryResult.asInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4Gif"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-cached.html","searchKeys":["asInlineQueryResultMpeg4GifCached","inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-mpeg4-gif-common.html","searchKeys":["asInlineQueryResultMpeg4GifCommon","inline fun InlineQueryResult.asInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultMpeg4GifCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultPhoto(): InlineQueryResultPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo.html","searchKeys":["asInlineQueryResultPhoto","inline fun InlineQueryResult.asInlineQueryResultPhoto(): InlineQueryResultPhoto?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhoto"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-cached.html","searchKeys":["asInlineQueryResultPhotoCached","inline fun InlineQueryResult.asInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-photo-common.html","searchKeys":["asInlineQueryResultPhotoCommon","inline fun InlineQueryResult.asInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultPhotoCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultStickerCached(): InlineQueryResultStickerCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-sticker-cached.html","searchKeys":["asInlineQueryResultStickerCached","inline fun InlineQueryResult.asInlineQueryResultStickerCached(): InlineQueryResultStickerCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultStickerCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVenue(): InlineQueryResultVenue?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-venue.html","searchKeys":["asInlineQueryResultVenue","inline fun InlineQueryResult.asInlineQueryResultVenue(): InlineQueryResultVenue?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVenue"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVideo(): InlineQueryResultVideo?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video.html","searchKeys":["asInlineQueryResultVideo","inline fun InlineQueryResult.asInlineQueryResultVideo(): InlineQueryResultVideo?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideo"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVideoCached(): InlineQueryResultVideoCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-cached.html","searchKeys":["asInlineQueryResultVideoCached","inline fun InlineQueryResult.asInlineQueryResultVideoCached(): InlineQueryResultVideoCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-video-common.html","searchKeys":["asInlineQueryResultVideoCommon","inline fun InlineQueryResult.asInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVideoCommon"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVoice(): InlineQueryResultVoice?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice.html","searchKeys":["asInlineQueryResultVoice","inline fun InlineQueryResult.asInlineQueryResultVoice(): InlineQueryResultVoice?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoice"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-cached.html","searchKeys":["asInlineQueryResultVoiceCached","inline fun InlineQueryResult.asInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCached"]},{"name":"inline fun InlineQueryResult.asInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-result-voice-common.html","searchKeys":["asInlineQueryResultVoiceCommon","inline fun InlineQueryResult.asInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryResultVoiceCommon"]},{"name":"inline fun InlineQueryResult.asOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asOptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-optionally-titled-inline-query-result.html","searchKeys":["asOptionallyTitledInlineQueryResult","inline fun InlineQueryResult.asOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asOptionallyTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asSizedInlineQueryResult(): SizedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sized-inline-query-result.html","searchKeys":["asSizedInlineQueryResult","inline fun InlineQueryResult.asSizedInlineQueryResult(): SizedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumb-sized-inline-query-result.html","searchKeys":["asThumbSizedInlineQueryResult","inline fun InlineQueryResult.asThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asThumbSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asThumbedInlineQueryResult(): ThumbedInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-inline-query-result.html","searchKeys":["asThumbedInlineQueryResult","inline fun InlineQueryResult.asThumbedInlineQueryResult(): ThumbedInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asThumbedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-with-mime-type-inline-query-result.html","searchKeys":["asThumbedWithMimeTypeInlineQueryResult","inline fun InlineQueryResult.asThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asThumbedWithMimeTypeInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asTitledInlineQueryResult(): TitledInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-titled-inline-query-result.html","searchKeys":["asTitledInlineQueryResult","inline fun InlineQueryResult.asTitledInlineQueryResult(): TitledInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asUrlInlineQueryResult(): UrlInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asUrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-url-inline-query-result.html","searchKeys":["asUrlInlineQueryResult","inline fun InlineQueryResult.asUrlInlineQueryResult(): UrlInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asUrlInlineQueryResult"]},{"name":"inline fun InlineQueryResult.asWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult?","description":"dev.inmo.tgbotapi.extensions.utils.asWithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-with-input-message-content-inline-query-result.html","searchKeys":["asWithInputMessageContentInlineQueryResult","inline fun InlineQueryResult.asWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult?","dev.inmo.tgbotapi.extensions.utils.asWithInputMessageContentInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireDescribedInlineQueryResult(): DescribedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireDescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-described-inline-query-result.html","searchKeys":["requireDescribedInlineQueryResult","inline fun InlineQueryResult.requireDescribedInlineQueryResult(): DescribedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireDescribedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireFileInlineQueryResult(): FileInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireFileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-file-inline-query-result.html","searchKeys":["requireFileInlineQueryResult","inline fun InlineQueryResult.requireFileInlineQueryResult(): FileInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireFileInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultArticle(): InlineQueryResultArticle","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultArticle","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-article.html","searchKeys":["requireInlineQueryResultArticle","inline fun InlineQueryResult.requireInlineQueryResultArticle(): InlineQueryResultArticle","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultArticle"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultAudio(): InlineQueryResultAudio","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio.html","searchKeys":["requireInlineQueryResultAudio","inline fun InlineQueryResult.requireInlineQueryResultAudio(): InlineQueryResultAudio","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudio"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultAudioCached(): InlineQueryResultAudioCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-cached.html","searchKeys":["requireInlineQueryResultAudioCached","inline fun InlineQueryResult.requireInlineQueryResultAudioCached(): InlineQueryResultAudioCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-audio-common.html","searchKeys":["requireInlineQueryResultAudioCommon","inline fun InlineQueryResult.requireInlineQueryResultAudioCommon(): InlineQueryResultAudioCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultAudioCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultContact(): InlineQueryResultContact","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultContact","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-contact.html","searchKeys":["requireInlineQueryResultContact","inline fun InlineQueryResult.requireInlineQueryResultContact(): InlineQueryResultContact","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultContact"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultDocument(): InlineQueryResultDocument","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document.html","searchKeys":["requireInlineQueryResultDocument","inline fun InlineQueryResult.requireInlineQueryResultDocument(): InlineQueryResultDocument","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocument"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-cached.html","searchKeys":["requireInlineQueryResultDocumentCached","inline fun InlineQueryResult.requireInlineQueryResultDocumentCached(): InlineQueryResultDocumentCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-document-common.html","searchKeys":["requireInlineQueryResultDocumentCommon","inline fun InlineQueryResult.requireInlineQueryResultDocumentCommon(): InlineQueryResultDocumentCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultDocumentCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGame(): InlineQueryResultGame","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGame","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-game.html","searchKeys":["requireInlineQueryResultGame","inline fun InlineQueryResult.requireInlineQueryResultGame(): InlineQueryResultGame","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGame"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGif(): InlineQueryResultGif","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif.html","searchKeys":["requireInlineQueryResultGif","inline fun InlineQueryResult.requireInlineQueryResultGif(): InlineQueryResultGif","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGif"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGifCached(): InlineQueryResultGifCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-cached.html","searchKeys":["requireInlineQueryResultGifCached","inline fun InlineQueryResult.requireInlineQueryResultGifCached(): InlineQueryResultGifCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultGifCommon(): InlineQueryResultGifCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-gif-common.html","searchKeys":["requireInlineQueryResultGifCommon","inline fun InlineQueryResult.requireInlineQueryResultGifCommon(): InlineQueryResultGifCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultGifCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultLocation(): InlineQueryResultLocation","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-location.html","searchKeys":["requireInlineQueryResultLocation","inline fun InlineQueryResult.requireInlineQueryResultLocation(): InlineQueryResultLocation","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultLocation"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif.html","searchKeys":["requireInlineQueryResultMpeg4Gif","inline fun InlineQueryResult.requireInlineQueryResultMpeg4Gif(): InlineQueryResultMpeg4Gif","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4Gif"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-cached.html","searchKeys":["requireInlineQueryResultMpeg4GifCached","inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCached(): InlineQueryResultMpeg4GifCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-mpeg4-gif-common.html","searchKeys":["requireInlineQueryResultMpeg4GifCommon","inline fun InlineQueryResult.requireInlineQueryResultMpeg4GifCommon(): InlineQueryResultMpeg4GifCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultMpeg4GifCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultPhoto(): InlineQueryResultPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo.html","searchKeys":["requireInlineQueryResultPhoto","inline fun InlineQueryResult.requireInlineQueryResultPhoto(): InlineQueryResultPhoto","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhoto"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-cached.html","searchKeys":["requireInlineQueryResultPhotoCached","inline fun InlineQueryResult.requireInlineQueryResultPhotoCached(): InlineQueryResultPhotoCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-photo-common.html","searchKeys":["requireInlineQueryResultPhotoCommon","inline fun InlineQueryResult.requireInlineQueryResultPhotoCommon(): InlineQueryResultPhotoCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultPhotoCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultStickerCached(): InlineQueryResultStickerCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultStickerCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-sticker-cached.html","searchKeys":["requireInlineQueryResultStickerCached","inline fun InlineQueryResult.requireInlineQueryResultStickerCached(): InlineQueryResultStickerCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultStickerCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVenue(): InlineQueryResultVenue","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVenue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-venue.html","searchKeys":["requireInlineQueryResultVenue","inline fun InlineQueryResult.requireInlineQueryResultVenue(): InlineQueryResultVenue","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVenue"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVideo(): InlineQueryResultVideo","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video.html","searchKeys":["requireInlineQueryResultVideo","inline fun InlineQueryResult.requireInlineQueryResultVideo(): InlineQueryResultVideo","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideo"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVideoCached(): InlineQueryResultVideoCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-cached.html","searchKeys":["requireInlineQueryResultVideoCached","inline fun InlineQueryResult.requireInlineQueryResultVideoCached(): InlineQueryResultVideoCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-video-common.html","searchKeys":["requireInlineQueryResultVideoCommon","inline fun InlineQueryResult.requireInlineQueryResultVideoCommon(): InlineQueryResultVideoCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVideoCommon"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVoice(): InlineQueryResultVoice","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice.html","searchKeys":["requireInlineQueryResultVoice","inline fun InlineQueryResult.requireInlineQueryResultVoice(): InlineQueryResultVoice","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoice"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-cached.html","searchKeys":["requireInlineQueryResultVoiceCached","inline fun InlineQueryResult.requireInlineQueryResultVoiceCached(): InlineQueryResultVoiceCached","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCached"]},{"name":"inline fun InlineQueryResult.requireInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-result-voice-common.html","searchKeys":["requireInlineQueryResultVoiceCommon","inline fun InlineQueryResult.requireInlineQueryResultVoiceCommon(): InlineQueryResultVoiceCommon","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryResultVoiceCommon"]},{"name":"inline fun InlineQueryResult.requireOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireOptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-optionally-titled-inline-query-result.html","searchKeys":["requireOptionallyTitledInlineQueryResult","inline fun InlineQueryResult.requireOptionallyTitledInlineQueryResult(): OptionallyTitledInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireOptionallyTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireSizedInlineQueryResult(): SizedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sized-inline-query-result.html","searchKeys":["requireSizedInlineQueryResult","inline fun InlineQueryResult.requireSizedInlineQueryResult(): SizedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumb-sized-inline-query-result.html","searchKeys":["requireThumbSizedInlineQueryResult","inline fun InlineQueryResult.requireThumbSizedInlineQueryResult(): ThumbSizedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireThumbSizedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireThumbedInlineQueryResult(): ThumbedInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-inline-query-result.html","searchKeys":["requireThumbedInlineQueryResult","inline fun InlineQueryResult.requireThumbedInlineQueryResult(): ThumbedInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireThumbedInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-with-mime-type-inline-query-result.html","searchKeys":["requireThumbedWithMimeTypeInlineQueryResult","inline fun InlineQueryResult.requireThumbedWithMimeTypeInlineQueryResult(): ThumbedWithMimeTypeInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireThumbedWithMimeTypeInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireTitledInlineQueryResult(): TitledInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-titled-inline-query-result.html","searchKeys":["requireTitledInlineQueryResult","inline fun InlineQueryResult.requireTitledInlineQueryResult(): TitledInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireTitledInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireUrlInlineQueryResult(): UrlInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireUrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-url-inline-query-result.html","searchKeys":["requireUrlInlineQueryResult","inline fun InlineQueryResult.requireUrlInlineQueryResult(): UrlInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireUrlInlineQueryResult"]},{"name":"inline fun InlineQueryResult.requireWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.extensions.utils.requireWithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-with-input-message-content-inline-query-result.html","searchKeys":["requireWithInputMessageContentInlineQueryResult","inline fun InlineQueryResult.requireWithInputMessageContentInlineQueryResult(): WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.extensions.utils.requireWithInputMessageContentInlineQueryResult"]},{"name":"inline fun InputMessageContent.asInputContactMessageContent(): InputContactMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputContactMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-contact-message-content.html","searchKeys":["asInputContactMessageContent","inline fun InputMessageContent.asInputContactMessageContent(): InputContactMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputContactMessageContent"]},{"name":"inline fun InputMessageContent.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-invoice-message-content.html","searchKeys":["asInputInvoiceMessageContent","inline fun InputMessageContent.asInputInvoiceMessageContent(): InputInvoiceMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputInvoiceMessageContent"]},{"name":"inline fun InputMessageContent.asInputLocationMessageContent(): InputLocationMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-location-message-content.html","searchKeys":["asInputLocationMessageContent","inline fun InputMessageContent.asInputLocationMessageContent(): InputLocationMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputLocationMessageContent"]},{"name":"inline fun InputMessageContent.asInputTextMessageContent(): InputTextMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputTextMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-text-message-content.html","searchKeys":["asInputTextMessageContent","inline fun InputMessageContent.asInputTextMessageContent(): InputTextMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputTextMessageContent"]},{"name":"inline fun InputMessageContent.asInputVenueMessageContent(): InputVenueMessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-input-venue-message-content.html","searchKeys":["asInputVenueMessageContent","inline fun InputMessageContent.asInputVenueMessageContent(): InputVenueMessageContent?","dev.inmo.tgbotapi.extensions.utils.asInputVenueMessageContent"]},{"name":"inline fun InputMessageContent.requireInputContactMessageContent(): InputContactMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputContactMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-contact-message-content.html","searchKeys":["requireInputContactMessageContent","inline fun InputMessageContent.requireInputContactMessageContent(): InputContactMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputContactMessageContent"]},{"name":"inline fun InputMessageContent.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-invoice-message-content.html","searchKeys":["requireInputInvoiceMessageContent","inline fun InputMessageContent.requireInputInvoiceMessageContent(): InputInvoiceMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputInvoiceMessageContent"]},{"name":"inline fun InputMessageContent.requireInputLocationMessageContent(): InputLocationMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputLocationMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-location-message-content.html","searchKeys":["requireInputLocationMessageContent","inline fun InputMessageContent.requireInputLocationMessageContent(): InputLocationMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputLocationMessageContent"]},{"name":"inline fun InputMessageContent.requireInputTextMessageContent(): InputTextMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputTextMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-text-message-content.html","searchKeys":["requireInputTextMessageContent","inline fun InputMessageContent.requireInputTextMessageContent(): InputTextMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputTextMessageContent"]},{"name":"inline fun InputMessageContent.requireInputVenueMessageContent(): InputVenueMessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInputVenueMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-input-venue-message-content.html","searchKeys":["requireInputVenueMessageContent","inline fun InputMessageContent.requireInputVenueMessageContent(): InputVenueMessageContent","dev.inmo.tgbotapi.extensions.utils.requireInputVenueMessageContent"]},{"name":"inline fun KeyboardMarkup.asForceReply(): ReplyForce?","description":"dev.inmo.tgbotapi.extensions.utils.asForceReply","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-force-reply.html","searchKeys":["asForceReply","inline fun KeyboardMarkup.asForceReply(): ReplyForce?","dev.inmo.tgbotapi.extensions.utils.asForceReply"]},{"name":"inline fun KeyboardMarkup.asInlineKeyboardMarkup(): InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-keyboard-markup.html","searchKeys":["asInlineKeyboardMarkup","inline fun KeyboardMarkup.asInlineKeyboardMarkup(): InlineKeyboardMarkup?","dev.inmo.tgbotapi.extensions.utils.asInlineKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.asReplyKeyboardMarkup(): ReplyKeyboardMarkup?","description":"dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-markup.html","searchKeys":["asReplyKeyboardMarkup","inline fun KeyboardMarkup.asReplyKeyboardMarkup(): ReplyKeyboardMarkup?","dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.asReplyKeyboardRemove(): ReplyKeyboardRemove?","description":"dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-reply-keyboard-remove.html","searchKeys":["asReplyKeyboardRemove","inline fun KeyboardMarkup.asReplyKeyboardRemove(): ReplyKeyboardRemove?","dev.inmo.tgbotapi.extensions.utils.asReplyKeyboardRemove"]},{"name":"inline fun KeyboardMarkup.requireForceReply(): ReplyForce","description":"dev.inmo.tgbotapi.extensions.utils.requireForceReply","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-force-reply.html","searchKeys":["requireForceReply","inline fun KeyboardMarkup.requireForceReply(): ReplyForce","dev.inmo.tgbotapi.extensions.utils.requireForceReply"]},{"name":"inline fun KeyboardMarkup.requireInlineKeyboardMarkup(): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-keyboard-markup.html","searchKeys":["requireInlineKeyboardMarkup","inline fun KeyboardMarkup.requireInlineKeyboardMarkup(): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.requireInlineKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.requireReplyKeyboardMarkup(): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardMarkup","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-markup.html","searchKeys":["requireReplyKeyboardMarkup","inline fun KeyboardMarkup.requireReplyKeyboardMarkup(): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardMarkup"]},{"name":"inline fun KeyboardMarkup.requireReplyKeyboardRemove(): ReplyKeyboardRemove","description":"dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardRemove","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-reply-keyboard-remove.html","searchKeys":["requireReplyKeyboardRemove","inline fun KeyboardMarkup.requireReplyKeyboardRemove(): ReplyKeyboardRemove","dev.inmo.tgbotapi.extensions.utils.requireReplyKeyboardRemove"]},{"name":"inline fun List.separateForText(): List>","description":"dev.inmo.tgbotapi.types.message.textsources.separateForText","location":"docs/dev.inmo.tgbotapi.types.message.textsources/separate-for-text.html","searchKeys":["separateForText","inline fun List.separateForText(): List>","dev.inmo.tgbotapi.types.message.textsources.separateForText"]},{"name":"inline fun Location.asLiveLocation(): LiveLocation?","description":"dev.inmo.tgbotapi.extensions.utils.asLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-live-location.html","searchKeys":["asLiveLocation","inline fun Location.asLiveLocation(): LiveLocation?","dev.inmo.tgbotapi.extensions.utils.asLiveLocation"]},{"name":"inline fun Location.asStaticLocation(): StaticLocation?","description":"dev.inmo.tgbotapi.extensions.utils.asStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-static-location.html","searchKeys":["asStaticLocation","inline fun Location.asStaticLocation(): StaticLocation?","dev.inmo.tgbotapi.extensions.utils.asStaticLocation"]},{"name":"inline fun Location.requireLiveLocation(): LiveLocation","description":"dev.inmo.tgbotapi.extensions.utils.requireLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-live-location.html","searchKeys":["requireLiveLocation","inline fun Location.requireLiveLocation(): LiveLocation","dev.inmo.tgbotapi.extensions.utils.requireLiveLocation"]},{"name":"inline fun Location.requireStaticLocation(): StaticLocation","description":"dev.inmo.tgbotapi.extensions.utils.requireStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-static-location.html","searchKeys":["requireStaticLocation","inline fun Location.requireStaticLocation(): StaticLocation","dev.inmo.tgbotapi.extensions.utils.requireStaticLocation"]},{"name":"inline fun MPPFile.multipartFile(): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.multipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/multipart-file.html","searchKeys":["multipartFile","inline fun MPPFile.multipartFile(): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.multipartFile"]},{"name":"inline fun MediaContent.asDocumentContent(): DocumentContent","description":"dev.inmo.tgbotapi.types.message.content.asDocumentContent","location":"docs/dev.inmo.tgbotapi.types.message.content/as-document-content.html","searchKeys":["asDocumentContent","inline fun MediaContent.asDocumentContent(): DocumentContent","dev.inmo.tgbotapi.types.message.content.asDocumentContent"]},{"name":"inline fun Message.asAnonymousGroupContentMessage(): AnonymousGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message.html","searchKeys":["asAnonymousGroupContentMessage","inline fun Message.asAnonymousGroupContentMessage(): AnonymousGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessage"]},{"name":"inline fun Message.asAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl?","description":"dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-anonymous-group-content-message-impl.html","searchKeys":["asAnonymousGroupContentMessageImpl","inline fun Message.asAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl?","dev.inmo.tgbotapi.extensions.utils.asAnonymousGroupContentMessageImpl"]},{"name":"inline fun Message.asChannelContentMessage(): ChannelContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message.html","searchKeys":["asChannelContentMessage","inline fun Message.asChannelContentMessage(): ChannelContentMessage?","dev.inmo.tgbotapi.extensions.utils.asChannelContentMessage"]},{"name":"inline fun Message.asChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-content-message-impl.html","searchKeys":["asChannelContentMessageImpl","inline fun Message.asChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl?","dev.inmo.tgbotapi.extensions.utils.asChannelContentMessageImpl"]},{"name":"inline fun Message.asChannelEventMessage(): ChannelEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-event-message.html","searchKeys":["asChannelEventMessage","inline fun Message.asChannelEventMessage(): ChannelEventMessage?","dev.inmo.tgbotapi.extensions.utils.asChannelEventMessage"]},{"name":"inline fun Message.asChannelMediaGroupMessage(): ChannelMediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-media-group-message.html","searchKeys":["asChannelMediaGroupMessage","inline fun Message.asChannelMediaGroupMessage(): ChannelMediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.asChannelMediaGroupMessage"]},{"name":"inline fun Message.asChatEventMessage(): ChatEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asChatEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-event-message.html","searchKeys":["asChatEventMessage","inline fun Message.asChatEventMessage(): ChatEventMessage?","dev.inmo.tgbotapi.extensions.utils.asChatEventMessage"]},{"name":"inline fun Message.asCommonGroupContentMessage(): CommonGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-group-content-message.html","searchKeys":["asCommonGroupContentMessage","inline fun Message.asCommonGroupContentMessage(): CommonGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonGroupContentMessage"]},{"name":"inline fun Message.asCommonGroupEventMessage(): CommonGroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-group-event-message.html","searchKeys":["asCommonGroupEventMessage","inline fun Message.asCommonGroupEventMessage(): CommonGroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonGroupEventMessage"]},{"name":"inline fun Message.asCommonMediaGroupMessage(): CommonMediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-media-group-message.html","searchKeys":["asCommonMediaGroupMessage","inline fun Message.asCommonMediaGroupMessage(): CommonMediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonMediaGroupMessage"]},{"name":"inline fun Message.asCommonMessage(): CommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-message.html","searchKeys":["asCommonMessage","inline fun Message.asCommonMessage(): CommonMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonMessage"]},{"name":"inline fun Message.asCommonSupergroupEventMessage(): CommonSupergroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-supergroup-event-message.html","searchKeys":["asCommonSupergroupEventMessage","inline fun Message.asCommonSupergroupEventMessage(): CommonSupergroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asCommonSupergroupEventMessage"]},{"name":"inline fun Message.asConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-connected-from-channel-group-content-message.html","searchKeys":["asConnectedFromChannelGroupContentMessage","inline fun Message.asConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asConnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.asContentMessage(): ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-content-message.html","searchKeys":["asContentMessage","inline fun Message.asContentMessage(): ContentMessage?","dev.inmo.tgbotapi.extensions.utils.asContentMessage"]},{"name":"inline fun Message.asFromChannelGroupContentMessage(): FromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-from-channel-group-content-message.html","searchKeys":["asFromChannelGroupContentMessage","inline fun Message.asFromChannelGroupContentMessage(): FromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asFromChannelGroupContentMessage"]},{"name":"inline fun Message.asFromUserMessage(): FromUserMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asFromUserMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-from-user-message.html","searchKeys":["asFromUserMessage","inline fun Message.asFromUserMessage(): FromUserMessage?","dev.inmo.tgbotapi.extensions.utils.asFromUserMessage"]},{"name":"inline fun Message.asGroupContentMessage(): GroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-content-message.html","searchKeys":["asGroupContentMessage","inline fun Message.asGroupContentMessage(): GroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asGroupContentMessage"]},{"name":"inline fun Message.asGroupEventMessage(): GroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-group-event-message.html","searchKeys":["asGroupEventMessage","inline fun Message.asGroupEventMessage(): GroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asGroupEventMessage"]},{"name":"inline fun Message.asMediaGroupMessage(): MediaGroupMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-message.html","searchKeys":["asMediaGroupMessage","inline fun Message.asMediaGroupMessage(): MediaGroupMessage?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupMessage"]},{"name":"inline fun Message.asPassportMessage(): PassportMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-message.html","searchKeys":["asPassportMessage","inline fun Message.asPassportMessage(): PassportMessage?","dev.inmo.tgbotapi.extensions.utils.asPassportMessage"]},{"name":"inline fun Message.asPossiblyEditedMessage(): PossiblyEditedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-edited-message.html","searchKeys":["asPossiblyEditedMessage","inline fun Message.asPossiblyEditedMessage(): PossiblyEditedMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyEditedMessage"]},{"name":"inline fun Message.asPossiblyForwardedMessage(): PossiblyForwardedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-forwarded-message.html","searchKeys":["asPossiblyForwardedMessage","inline fun Message.asPossiblyForwardedMessage(): PossiblyForwardedMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyForwardedMessage"]},{"name":"inline fun Message.asPossiblyPaymentMessage(): PossiblyPaymentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-payment-message.html","searchKeys":["asPossiblyPaymentMessage","inline fun Message.asPossiblyPaymentMessage(): PossiblyPaymentMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyPaymentMessage"]},{"name":"inline fun Message.asPossiblyReplyMessage(): PossiblyReplyMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-reply-message.html","searchKeys":["asPossiblyReplyMessage","inline fun Message.asPossiblyReplyMessage(): PossiblyReplyMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblyReplyMessage"]},{"name":"inline fun Message.asPossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-possibly-sent-via-bot-common-message.html","searchKeys":["asPossiblySentViaBotCommonMessage","inline fun Message.asPossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage?","dev.inmo.tgbotapi.extensions.utils.asPossiblySentViaBotCommonMessage"]},{"name":"inline fun Message.asPrivateContentMessage(): PrivateContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-content-message.html","searchKeys":["asPrivateContentMessage","inline fun Message.asPrivateContentMessage(): PrivateContentMessage?","dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessage"]},{"name":"inline fun Message.asPrivateContentMessageImpl(): PrivateContentMessageImpl?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-content-message-impl.html","searchKeys":["asPrivateContentMessageImpl","inline fun Message.asPrivateContentMessageImpl(): PrivateContentMessageImpl?","dev.inmo.tgbotapi.extensions.utils.asPrivateContentMessageImpl"]},{"name":"inline fun Message.asPrivateEventMessage(): PrivateEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPrivateEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-private-event-message.html","searchKeys":["asPrivateEventMessage","inline fun Message.asPrivateEventMessage(): PrivateEventMessage?","dev.inmo.tgbotapi.extensions.utils.asPrivateEventMessage"]},{"name":"inline fun Message.asPublicContentMessage(): PublicContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asPublicContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-public-content-message.html","searchKeys":["asPublicContentMessage","inline fun Message.asPublicContentMessage(): PublicContentMessage?","dev.inmo.tgbotapi.extensions.utils.asPublicContentMessage"]},{"name":"inline fun Message.asSignedMessage(): SignedMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asSignedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-signed-message.html","searchKeys":["asSignedMessage","inline fun Message.asSignedMessage(): SignedMessage?","dev.inmo.tgbotapi.extensions.utils.asSignedMessage"]},{"name":"inline fun Message.asSupergroupEventMessage(): SupergroupEventMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-supergroup-event-message.html","searchKeys":["asSupergroupEventMessage","inline fun Message.asSupergroupEventMessage(): SupergroupEventMessage?","dev.inmo.tgbotapi.extensions.utils.asSupergroupEventMessage"]},{"name":"inline fun Message.asUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.asUnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unconnected-from-channel-group-content-message.html","searchKeys":["asUnconnectedFromChannelGroupContentMessage","inline fun Message.asUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage?","dev.inmo.tgbotapi.extensions.utils.asUnconnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.asUnknownMessageType(): UnknownMessageType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownMessageType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-message-type.html","searchKeys":["asUnknownMessageType","inline fun Message.asUnknownMessageType(): UnknownMessageType?","dev.inmo.tgbotapi.extensions.utils.asUnknownMessageType"]},{"name":"inline fun Message.requireAnonymousGroupContentMessage(): AnonymousGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message.html","searchKeys":["requireAnonymousGroupContentMessage","inline fun Message.requireAnonymousGroupContentMessage(): AnonymousGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessage"]},{"name":"inline fun Message.requireAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl","description":"dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-anonymous-group-content-message-impl.html","searchKeys":["requireAnonymousGroupContentMessageImpl","inline fun Message.requireAnonymousGroupContentMessageImpl(): AnonymousGroupContentMessageImpl","dev.inmo.tgbotapi.extensions.utils.requireAnonymousGroupContentMessageImpl"]},{"name":"inline fun Message.requireChannelContentMessage(): ChannelContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message.html","searchKeys":["requireChannelContentMessage","inline fun Message.requireChannelContentMessage(): ChannelContentMessage","dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessage"]},{"name":"inline fun Message.requireChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-content-message-impl.html","searchKeys":["requireChannelContentMessageImpl","inline fun Message.requireChannelContentMessageImpl(): UnconnectedFromChannelGroupContentMessageImpl","dev.inmo.tgbotapi.extensions.utils.requireChannelContentMessageImpl"]},{"name":"inline fun Message.requireChannelEventMessage(): ChannelEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-event-message.html","searchKeys":["requireChannelEventMessage","inline fun Message.requireChannelEventMessage(): ChannelEventMessage","dev.inmo.tgbotapi.extensions.utils.requireChannelEventMessage"]},{"name":"inline fun Message.requireChannelMediaGroupMessage(): ChannelMediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-media-group-message.html","searchKeys":["requireChannelMediaGroupMessage","inline fun Message.requireChannelMediaGroupMessage(): ChannelMediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireChannelMediaGroupMessage"]},{"name":"inline fun Message.requireChatEventMessage(): ChatEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireChatEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-event-message.html","searchKeys":["requireChatEventMessage","inline fun Message.requireChatEventMessage(): ChatEventMessage","dev.inmo.tgbotapi.extensions.utils.requireChatEventMessage"]},{"name":"inline fun Message.requireCommonGroupContentMessage(): CommonGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-group-content-message.html","searchKeys":["requireCommonGroupContentMessage","inline fun Message.requireCommonGroupContentMessage(): CommonGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonGroupContentMessage"]},{"name":"inline fun Message.requireCommonGroupEventMessage(): CommonGroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-group-event-message.html","searchKeys":["requireCommonGroupEventMessage","inline fun Message.requireCommonGroupEventMessage(): CommonGroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonGroupEventMessage"]},{"name":"inline fun Message.requireCommonMediaGroupMessage(): CommonMediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-media-group-message.html","searchKeys":["requireCommonMediaGroupMessage","inline fun Message.requireCommonMediaGroupMessage(): CommonMediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonMediaGroupMessage"]},{"name":"inline fun Message.requireCommonMessage(): CommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-message.html","searchKeys":["requireCommonMessage","inline fun Message.requireCommonMessage(): CommonMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonMessage"]},{"name":"inline fun Message.requireCommonSupergroupEventMessage(): CommonSupergroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-supergroup-event-message.html","searchKeys":["requireCommonSupergroupEventMessage","inline fun Message.requireCommonSupergroupEventMessage(): CommonSupergroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireCommonSupergroupEventMessage"]},{"name":"inline fun Message.requireConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-connected-from-channel-group-content-message.html","searchKeys":["requireConnectedFromChannelGroupContentMessage","inline fun Message.requireConnectedFromChannelGroupContentMessage(): ConnectedFromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireConnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.requireContentMessage(): ContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-content-message.html","searchKeys":["requireContentMessage","inline fun Message.requireContentMessage(): ContentMessage","dev.inmo.tgbotapi.extensions.utils.requireContentMessage"]},{"name":"inline fun Message.requireFromChannelGroupContentMessage(): FromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-from-channel-group-content-message.html","searchKeys":["requireFromChannelGroupContentMessage","inline fun Message.requireFromChannelGroupContentMessage(): FromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireFromChannelGroupContentMessage"]},{"name":"inline fun Message.requireFromUserMessage(): FromUserMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireFromUserMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-from-user-message.html","searchKeys":["requireFromUserMessage","inline fun Message.requireFromUserMessage(): FromUserMessage","dev.inmo.tgbotapi.extensions.utils.requireFromUserMessage"]},{"name":"inline fun Message.requireGroupContentMessage(): GroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-content-message.html","searchKeys":["requireGroupContentMessage","inline fun Message.requireGroupContentMessage(): GroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireGroupContentMessage"]},{"name":"inline fun Message.requireGroupEventMessage(): GroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireGroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-group-event-message.html","searchKeys":["requireGroupEventMessage","inline fun Message.requireGroupEventMessage(): GroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireGroupEventMessage"]},{"name":"inline fun Message.requireMediaGroupMessage(): MediaGroupMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-message.html","searchKeys":["requireMediaGroupMessage","inline fun Message.requireMediaGroupMessage(): MediaGroupMessage","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMessage"]},{"name":"inline fun Message.requirePassportMessage(): PassportMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-message.html","searchKeys":["requirePassportMessage","inline fun Message.requirePassportMessage(): PassportMessage","dev.inmo.tgbotapi.extensions.utils.requirePassportMessage"]},{"name":"inline fun Message.requirePossiblyEditedMessage(): PossiblyEditedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-edited-message.html","searchKeys":["requirePossiblyEditedMessage","inline fun Message.requirePossiblyEditedMessage(): PossiblyEditedMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyEditedMessage"]},{"name":"inline fun Message.requirePossiblyForwardedMessage(): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-forwarded-message.html","searchKeys":["requirePossiblyForwardedMessage","inline fun Message.requirePossiblyForwardedMessage(): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyForwardedMessage"]},{"name":"inline fun Message.requirePossiblyPaymentMessage(): PossiblyPaymentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-payment-message.html","searchKeys":["requirePossiblyPaymentMessage","inline fun Message.requirePossiblyPaymentMessage(): PossiblyPaymentMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyPaymentMessage"]},{"name":"inline fun Message.requirePossiblyReplyMessage(): PossiblyReplyMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-reply-message.html","searchKeys":["requirePossiblyReplyMessage","inline fun Message.requirePossiblyReplyMessage(): PossiblyReplyMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblyReplyMessage"]},{"name":"inline fun Message.requirePossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-possibly-sent-via-bot-common-message.html","searchKeys":["requirePossiblySentViaBotCommonMessage","inline fun Message.requirePossiblySentViaBotCommonMessage(): PossiblySentViaBotCommonMessage","dev.inmo.tgbotapi.extensions.utils.requirePossiblySentViaBotCommonMessage"]},{"name":"inline fun Message.requirePrivateContentMessage(): PrivateContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-content-message.html","searchKeys":["requirePrivateContentMessage","inline fun Message.requirePrivateContentMessage(): PrivateContentMessage","dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessage"]},{"name":"inline fun Message.requirePrivateContentMessageImpl(): PrivateContentMessageImpl","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessageImpl","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-content-message-impl.html","searchKeys":["requirePrivateContentMessageImpl","inline fun Message.requirePrivateContentMessageImpl(): PrivateContentMessageImpl","dev.inmo.tgbotapi.extensions.utils.requirePrivateContentMessageImpl"]},{"name":"inline fun Message.requirePrivateEventMessage(): PrivateEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePrivateEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-private-event-message.html","searchKeys":["requirePrivateEventMessage","inline fun Message.requirePrivateEventMessage(): PrivateEventMessage","dev.inmo.tgbotapi.extensions.utils.requirePrivateEventMessage"]},{"name":"inline fun Message.requirePublicContentMessage(): PublicContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requirePublicContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-public-content-message.html","searchKeys":["requirePublicContentMessage","inline fun Message.requirePublicContentMessage(): PublicContentMessage","dev.inmo.tgbotapi.extensions.utils.requirePublicContentMessage"]},{"name":"inline fun Message.requireSignedMessage(): SignedMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireSignedMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-signed-message.html","searchKeys":["requireSignedMessage","inline fun Message.requireSignedMessage(): SignedMessage","dev.inmo.tgbotapi.extensions.utils.requireSignedMessage"]},{"name":"inline fun Message.requireSupergroupEventMessage(): SupergroupEventMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireSupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-supergroup-event-message.html","searchKeys":["requireSupergroupEventMessage","inline fun Message.requireSupergroupEventMessage(): SupergroupEventMessage","dev.inmo.tgbotapi.extensions.utils.requireSupergroupEventMessage"]},{"name":"inline fun Message.requireUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage","description":"dev.inmo.tgbotapi.extensions.utils.requireUnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unconnected-from-channel-group-content-message.html","searchKeys":["requireUnconnectedFromChannelGroupContentMessage","inline fun Message.requireUnconnectedFromChannelGroupContentMessage(): UnconnectedFromChannelGroupContentMessage","dev.inmo.tgbotapi.extensions.utils.requireUnconnectedFromChannelGroupContentMessage"]},{"name":"inline fun Message.requireUnknownMessageType(): UnknownMessageType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownMessageType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-message-type.html","searchKeys":["requireUnknownMessageType","inline fun Message.requireUnknownMessageType(): UnknownMessageType","dev.inmo.tgbotapi.extensions.utils.requireUnknownMessageType"]},{"name":"inline fun MessageContent.asTextedInput(): TextedInput?","description":"dev.inmo.tgbotapi.extensions.utils.asTextedInput","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-texted-input.html","searchKeys":["asTextedInput","inline fun MessageContent.asTextedInput(): TextedInput?","dev.inmo.tgbotapi.extensions.utils.asTextedInput"]},{"name":"inline fun MessageContent.requireTextedInput(): TextedInput","description":"dev.inmo.tgbotapi.extensions.utils.requireTextedInput","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-texted-input.html","searchKeys":["requireTextedInput","inline fun MessageContent.requireTextedInput(): TextedInput","dev.inmo.tgbotapi.extensions.utils.requireTextedInput"]},{"name":"inline fun PassportElementError.asPassportElementErrorDataField(): PassportElementErrorDataField?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-data-field.html","searchKeys":["asPassportElementErrorDataField","inline fun PassportElementError.asPassportElementErrorDataField(): PassportElementErrorDataField?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorDataField"]},{"name":"inline fun PassportElementError.asPassportElementErrorFile(): PassportElementErrorFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-file.html","searchKeys":["asPassportElementErrorFile","inline fun PassportElementError.asPassportElementErrorFile(): PassportElementErrorFile?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFile"]},{"name":"inline fun PassportElementError.asPassportElementErrorFiles(): PassportElementErrorFiles?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-files.html","searchKeys":["asPassportElementErrorFiles","inline fun PassportElementError.asPassportElementErrorFiles(): PassportElementErrorFiles?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFiles"]},{"name":"inline fun PassportElementError.asPassportElementErrorFrontSide(): PassportElementErrorFrontSide?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-front-side.html","searchKeys":["asPassportElementErrorFrontSide","inline fun PassportElementError.asPassportElementErrorFrontSide(): PassportElementErrorFrontSide?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorFrontSide"]},{"name":"inline fun PassportElementError.asPassportElementErrorReverseSide(): PassportElementErrorReverseSide?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-reverse-side.html","searchKeys":["asPassportElementErrorReverseSide","inline fun PassportElementError.asPassportElementErrorReverseSide(): PassportElementErrorReverseSide?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorReverseSide"]},{"name":"inline fun PassportElementError.asPassportElementErrorSelfie(): PassportElementErrorSelfie?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-selfie.html","searchKeys":["asPassportElementErrorSelfie","inline fun PassportElementError.asPassportElementErrorSelfie(): PassportElementErrorSelfie?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorSelfie"]},{"name":"inline fun PassportElementError.asPassportElementErrorTranslationFile(): PassportElementErrorTranslationFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-file.html","searchKeys":["asPassportElementErrorTranslationFile","inline fun PassportElementError.asPassportElementErrorTranslationFile(): PassportElementErrorTranslationFile?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFile"]},{"name":"inline fun PassportElementError.asPassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-translation-files.html","searchKeys":["asPassportElementErrorTranslationFiles","inline fun PassportElementError.asPassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorTranslationFiles"]},{"name":"inline fun PassportElementError.asPassportElementErrorUnspecified(): PassportElementErrorUnspecified?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-error-unspecified.html","searchKeys":["asPassportElementErrorUnspecified","inline fun PassportElementError.asPassportElementErrorUnspecified(): PassportElementErrorUnspecified?","dev.inmo.tgbotapi.extensions.utils.asPassportElementErrorUnspecified"]},{"name":"inline fun PassportElementError.asPassportElementFileError(): PassportElementFileError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementFileError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-file-error.html","searchKeys":["asPassportElementFileError","inline fun PassportElementError.asPassportElementFileError(): PassportElementFileError?","dev.inmo.tgbotapi.extensions.utils.asPassportElementFileError"]},{"name":"inline fun PassportElementError.asPassportElementFilesError(): PassportElementFilesError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportElementFilesError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-element-files-error.html","searchKeys":["asPassportElementFilesError","inline fun PassportElementError.asPassportElementFilesError(): PassportElementFilesError?","dev.inmo.tgbotapi.extensions.utils.asPassportElementFilesError"]},{"name":"inline fun PassportElementError.asPassportMultipleElementsError(): PassportMultipleElementsError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-multiple-elements-error.html","searchKeys":["asPassportMultipleElementsError","inline fun PassportElementError.asPassportMultipleElementsError(): PassportMultipleElementsError?","dev.inmo.tgbotapi.extensions.utils.asPassportMultipleElementsError"]},{"name":"inline fun PassportElementError.asPassportSingleElementError(): PassportSingleElementError?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportSingleElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-single-element-error.html","searchKeys":["asPassportSingleElementError","inline fun PassportElementError.asPassportSingleElementError(): PassportSingleElementError?","dev.inmo.tgbotapi.extensions.utils.asPassportSingleElementError"]},{"name":"inline fun PassportElementError.asUnknownPassportElementError(): UnknownPassportElementError?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-passport-element-error.html","searchKeys":["asUnknownPassportElementError","inline fun PassportElementError.asUnknownPassportElementError(): UnknownPassportElementError?","dev.inmo.tgbotapi.extensions.utils.asUnknownPassportElementError"]},{"name":"inline fun PassportElementError.requirePassportElementErrorDataField(): PassportElementErrorDataField","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorDataField","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-data-field.html","searchKeys":["requirePassportElementErrorDataField","inline fun PassportElementError.requirePassportElementErrorDataField(): PassportElementErrorDataField","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorDataField"]},{"name":"inline fun PassportElementError.requirePassportElementErrorFile(): PassportElementErrorFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-file.html","searchKeys":["requirePassportElementErrorFile","inline fun PassportElementError.requirePassportElementErrorFile(): PassportElementErrorFile","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFile"]},{"name":"inline fun PassportElementError.requirePassportElementErrorFiles(): PassportElementErrorFiles","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-files.html","searchKeys":["requirePassportElementErrorFiles","inline fun PassportElementError.requirePassportElementErrorFiles(): PassportElementErrorFiles","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFiles"]},{"name":"inline fun PassportElementError.requirePassportElementErrorFrontSide(): PassportElementErrorFrontSide","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFrontSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-front-side.html","searchKeys":["requirePassportElementErrorFrontSide","inline fun PassportElementError.requirePassportElementErrorFrontSide(): PassportElementErrorFrontSide","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorFrontSide"]},{"name":"inline fun PassportElementError.requirePassportElementErrorReverseSide(): PassportElementErrorReverseSide","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-reverse-side.html","searchKeys":["requirePassportElementErrorReverseSide","inline fun PassportElementError.requirePassportElementErrorReverseSide(): PassportElementErrorReverseSide","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorReverseSide"]},{"name":"inline fun PassportElementError.requirePassportElementErrorSelfie(): PassportElementErrorSelfie","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorSelfie","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-selfie.html","searchKeys":["requirePassportElementErrorSelfie","inline fun PassportElementError.requirePassportElementErrorSelfie(): PassportElementErrorSelfie","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorSelfie"]},{"name":"inline fun PassportElementError.requirePassportElementErrorTranslationFile(): PassportElementErrorTranslationFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-file.html","searchKeys":["requirePassportElementErrorTranslationFile","inline fun PassportElementError.requirePassportElementErrorTranslationFile(): PassportElementErrorTranslationFile","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFile"]},{"name":"inline fun PassportElementError.requirePassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-translation-files.html","searchKeys":["requirePassportElementErrorTranslationFiles","inline fun PassportElementError.requirePassportElementErrorTranslationFiles(): PassportElementErrorTranslationFiles","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorTranslationFiles"]},{"name":"inline fun PassportElementError.requirePassportElementErrorUnspecified(): PassportElementErrorUnspecified","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorUnspecified","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-error-unspecified.html","searchKeys":["requirePassportElementErrorUnspecified","inline fun PassportElementError.requirePassportElementErrorUnspecified(): PassportElementErrorUnspecified","dev.inmo.tgbotapi.extensions.utils.requirePassportElementErrorUnspecified"]},{"name":"inline fun PassportElementError.requirePassportElementFileError(): PassportElementFileError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementFileError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-file-error.html","searchKeys":["requirePassportElementFileError","inline fun PassportElementError.requirePassportElementFileError(): PassportElementFileError","dev.inmo.tgbotapi.extensions.utils.requirePassportElementFileError"]},{"name":"inline fun PassportElementError.requirePassportElementFilesError(): PassportElementFilesError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportElementFilesError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-element-files-error.html","searchKeys":["requirePassportElementFilesError","inline fun PassportElementError.requirePassportElementFilesError(): PassportElementFilesError","dev.inmo.tgbotapi.extensions.utils.requirePassportElementFilesError"]},{"name":"inline fun PassportElementError.requirePassportMultipleElementsError(): PassportMultipleElementsError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-multiple-elements-error.html","searchKeys":["requirePassportMultipleElementsError","inline fun PassportElementError.requirePassportMultipleElementsError(): PassportMultipleElementsError","dev.inmo.tgbotapi.extensions.utils.requirePassportMultipleElementsError"]},{"name":"inline fun PassportElementError.requirePassportSingleElementError(): PassportSingleElementError","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportSingleElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-single-element-error.html","searchKeys":["requirePassportSingleElementError","inline fun PassportElementError.requirePassportSingleElementError(): PassportSingleElementError","dev.inmo.tgbotapi.extensions.utils.requirePassportSingleElementError"]},{"name":"inline fun PassportElementError.requireUnknownPassportElementError(): UnknownPassportElementError","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownPassportElementError","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-passport-element-error.html","searchKeys":["requireUnknownPassportElementError","inline fun PassportElementError.requireUnknownPassportElementError(): UnknownPassportElementError","dev.inmo.tgbotapi.extensions.utils.requireUnknownPassportElementError"]},{"name":"inline fun Poll.asMultipleAnswersPoll(): MultipleAnswersPoll?","description":"dev.inmo.tgbotapi.extensions.utils.asMultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-multiple-answers-poll.html","searchKeys":["asMultipleAnswersPoll","inline fun Poll.asMultipleAnswersPoll(): MultipleAnswersPoll?","dev.inmo.tgbotapi.extensions.utils.asMultipleAnswersPoll"]},{"name":"inline fun Poll.asQuizPoll(): QuizPoll?","description":"dev.inmo.tgbotapi.extensions.utils.asQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-quiz-poll.html","searchKeys":["asQuizPoll","inline fun Poll.asQuizPoll(): QuizPoll?","dev.inmo.tgbotapi.extensions.utils.asQuizPoll"]},{"name":"inline fun Poll.asRegularPoll(): RegularPoll?","description":"dev.inmo.tgbotapi.extensions.utils.asRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-regular-poll.html","searchKeys":["asRegularPoll","inline fun Poll.asRegularPoll(): RegularPoll?","dev.inmo.tgbotapi.extensions.utils.asRegularPoll"]},{"name":"inline fun Poll.asUnknownPollType(): UnknownPollType?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownPollType","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-poll-type.html","searchKeys":["asUnknownPollType","inline fun Poll.asUnknownPollType(): UnknownPollType?","dev.inmo.tgbotapi.extensions.utils.asUnknownPollType"]},{"name":"inline fun Poll.requireMultipleAnswersPoll(): MultipleAnswersPoll","description":"dev.inmo.tgbotapi.extensions.utils.requireMultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-multiple-answers-poll.html","searchKeys":["requireMultipleAnswersPoll","inline fun Poll.requireMultipleAnswersPoll(): MultipleAnswersPoll","dev.inmo.tgbotapi.extensions.utils.requireMultipleAnswersPoll"]},{"name":"inline fun Poll.requireQuizPoll(): QuizPoll","description":"dev.inmo.tgbotapi.extensions.utils.requireQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-quiz-poll.html","searchKeys":["requireQuizPoll","inline fun Poll.requireQuizPoll(): QuizPoll","dev.inmo.tgbotapi.extensions.utils.requireQuizPoll"]},{"name":"inline fun Poll.requireRegularPoll(): RegularPoll","description":"dev.inmo.tgbotapi.extensions.utils.requireRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-regular-poll.html","searchKeys":["requireRegularPoll","inline fun Poll.requireRegularPoll(): RegularPoll","dev.inmo.tgbotapi.extensions.utils.requireRegularPoll"]},{"name":"inline fun Poll.requireUnknownPollType(): UnknownPollType","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownPollType","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-poll-type.html","searchKeys":["requireUnknownPollType","inline fun Poll.requireUnknownPollType(): UnknownPollType","dev.inmo.tgbotapi.extensions.utils.requireUnknownPollType"]},{"name":"inline fun ReplyKeyboardBuilder.row(block: ReplyKeyboardRowBuilder.() -> Unit): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.row","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/row.html","searchKeys":["row","inline fun ReplyKeyboardBuilder.row(block: ReplyKeyboardRowBuilder.() -> Unit): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.row"]},{"name":"inline fun ReplyKeyboardRowBuilder.requestContactButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.requestContactButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-contact-button.html","searchKeys":["requestContactButton","inline fun ReplyKeyboardRowBuilder.requestContactButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.requestContactButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.requestLocationButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.requestLocationButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-location-button.html","searchKeys":["requestLocationButton","inline fun ReplyKeyboardRowBuilder.requestLocationButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.requestLocationButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.requestPollButton(text: String, pollType: KeyboardButtonPollType): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.requestPollButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/request-poll-button.html","searchKeys":["requestPollButton","inline fun ReplyKeyboardRowBuilder.requestPollButton(text: String, pollType: KeyboardButtonPollType): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.requestPollButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.simpleButton(text: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.simpleButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/simple-button.html","searchKeys":["simpleButton","inline fun ReplyKeyboardRowBuilder.simpleButton(text: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.simpleButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, url: String): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/web-app-button.html","searchKeys":["webAppButton","inline fun ReplyKeyboardRowBuilder.webAppButton(text: String, webApp: WebAppInfo): Boolean","dev.inmo.tgbotapi.extensions.utils.types.buttons.webAppButton"]},{"name":"inline fun ResendableContent.asAnimationContent(): AnimationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asAnimationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-animation-content.html","searchKeys":["asAnimationContent","inline fun ResendableContent.asAnimationContent(): AnimationContent?","dev.inmo.tgbotapi.extensions.utils.asAnimationContent"]},{"name":"inline fun ResendableContent.asAudioContent(): AudioContent?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-content.html","searchKeys":["asAudioContent","inline fun ResendableContent.asAudioContent(): AudioContent?","dev.inmo.tgbotapi.extensions.utils.asAudioContent"]},{"name":"inline fun ResendableContent.asAudioMediaGroupContent(): AudioMediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-content.html","searchKeys":["asAudioMediaGroupContent","inline fun ResendableContent.asAudioMediaGroupContent(): AudioMediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupContent"]},{"name":"inline fun ResendableContent.asContactContent(): ContactContent?","description":"dev.inmo.tgbotapi.extensions.utils.asContactContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-contact-content.html","searchKeys":["asContactContent","inline fun ResendableContent.asContactContent(): ContactContent?","dev.inmo.tgbotapi.extensions.utils.asContactContent"]},{"name":"inline fun ResendableContent.asDiceContent(): DiceContent?","description":"dev.inmo.tgbotapi.extensions.utils.asDiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-dice-content.html","searchKeys":["asDiceContent","inline fun ResendableContent.asDiceContent(): DiceContent?","dev.inmo.tgbotapi.extensions.utils.asDiceContent"]},{"name":"inline fun ResendableContent.asDocumentContent(): DocumentContent?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-content.html","searchKeys":["asDocumentContent","inline fun ResendableContent.asDocumentContent(): DocumentContent?","dev.inmo.tgbotapi.extensions.utils.asDocumentContent"]},{"name":"inline fun ResendableContent.asDocumentMediaGroupContent(): DocumentMediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-content.html","searchKeys":["asDocumentMediaGroupContent","inline fun ResendableContent.asDocumentMediaGroupContent(): DocumentMediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupContent"]},{"name":"inline fun ResendableContent.asGameContent(): GameContent?","description":"dev.inmo.tgbotapi.extensions.utils.asGameContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-game-content.html","searchKeys":["asGameContent","inline fun ResendableContent.asGameContent(): GameContent?","dev.inmo.tgbotapi.extensions.utils.asGameContent"]},{"name":"inline fun ResendableContent.asInvoiceContent(): InvoiceContent?","description":"dev.inmo.tgbotapi.extensions.utils.asInvoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-invoice-content.html","searchKeys":["asInvoiceContent","inline fun ResendableContent.asInvoiceContent(): InvoiceContent?","dev.inmo.tgbotapi.extensions.utils.asInvoiceContent"]},{"name":"inline fun ResendableContent.asLiveLocationContent(): LiveLocationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asLiveLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-live-location-content.html","searchKeys":["asLiveLocationContent","inline fun ResendableContent.asLiveLocationContent(): LiveLocationContent?","dev.inmo.tgbotapi.extensions.utils.asLiveLocationContent"]},{"name":"inline fun ResendableContent.asLocationContent(): LocationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-location-content.html","searchKeys":["asLocationContent","inline fun ResendableContent.asLocationContent(): LocationContent?","dev.inmo.tgbotapi.extensions.utils.asLocationContent"]},{"name":"inline fun ResendableContent.asMediaCollectionContent(): MediaCollectionContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaCollectionContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-collection-content.html","searchKeys":["asMediaCollectionContent","inline fun ResendableContent.asMediaCollectionContent(): MediaCollectionContent?","dev.inmo.tgbotapi.extensions.utils.asMediaCollectionContent"]},{"name":"inline fun ResendableContent.asMediaContent(): MediaContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-content.html","searchKeys":["asMediaContent","inline fun ResendableContent.asMediaContent(): MediaContent?","dev.inmo.tgbotapi.extensions.utils.asMediaContent"]},{"name":"inline fun ResendableContent.asMediaGroupContent(): MediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-content.html","searchKeys":["asMediaGroupContent","inline fun ResendableContent.asMediaGroupContent(): MediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupContent"]},{"name":"inline fun ResendableContent.asMessageContent(): MessageContent?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-content.html","searchKeys":["asMessageContent","inline fun ResendableContent.asMessageContent(): MessageContent?","dev.inmo.tgbotapi.extensions.utils.asMessageContent"]},{"name":"inline fun ResendableContent.asPhotoContent(): PhotoContent?","description":"dev.inmo.tgbotapi.extensions.utils.asPhotoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-photo-content.html","searchKeys":["asPhotoContent","inline fun ResendableContent.asPhotoContent(): PhotoContent?","dev.inmo.tgbotapi.extensions.utils.asPhotoContent"]},{"name":"inline fun ResendableContent.asPollContent(): PollContent?","description":"dev.inmo.tgbotapi.extensions.utils.asPollContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-poll-content.html","searchKeys":["asPollContent","inline fun ResendableContent.asPollContent(): PollContent?","dev.inmo.tgbotapi.extensions.utils.asPollContent"]},{"name":"inline fun ResendableContent.asStaticLocationContent(): StaticLocationContent?","description":"dev.inmo.tgbotapi.extensions.utils.asStaticLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-static-location-content.html","searchKeys":["asStaticLocationContent","inline fun ResendableContent.asStaticLocationContent(): StaticLocationContent?","dev.inmo.tgbotapi.extensions.utils.asStaticLocationContent"]},{"name":"inline fun ResendableContent.asStickerContent(): StickerContent?","description":"dev.inmo.tgbotapi.extensions.utils.asStickerContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sticker-content.html","searchKeys":["asStickerContent","inline fun ResendableContent.asStickerContent(): StickerContent?","dev.inmo.tgbotapi.extensions.utils.asStickerContent"]},{"name":"inline fun ResendableContent.asTextContent(): TextContent?","description":"dev.inmo.tgbotapi.extensions.utils.asTextContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-text-content.html","searchKeys":["asTextContent","inline fun ResendableContent.asTextContent(): TextContent?","dev.inmo.tgbotapi.extensions.utils.asTextContent"]},{"name":"inline fun ResendableContent.asTextedMediaContent(): TextedMediaContent?","description":"dev.inmo.tgbotapi.extensions.utils.asTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-texted-media-content.html","searchKeys":["asTextedMediaContent","inline fun ResendableContent.asTextedMediaContent(): TextedMediaContent?","dev.inmo.tgbotapi.extensions.utils.asTextedMediaContent"]},{"name":"inline fun ResendableContent.asVenueContent(): VenueContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVenueContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-venue-content.html","searchKeys":["asVenueContent","inline fun ResendableContent.asVenueContent(): VenueContent?","dev.inmo.tgbotapi.extensions.utils.asVenueContent"]},{"name":"inline fun ResendableContent.asVideoContent(): VideoContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-content.html","searchKeys":["asVideoContent","inline fun ResendableContent.asVideoContent(): VideoContent?","dev.inmo.tgbotapi.extensions.utils.asVideoContent"]},{"name":"inline fun ResendableContent.asVideoNoteContent(): VideoNoteContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoNoteContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-note-content.html","searchKeys":["asVideoNoteContent","inline fun ResendableContent.asVideoNoteContent(): VideoNoteContent?","dev.inmo.tgbotapi.extensions.utils.asVideoNoteContent"]},{"name":"inline fun ResendableContent.asVisualMediaGroupContent(): VisualMediaGroupContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-content.html","searchKeys":["asVisualMediaGroupContent","inline fun ResendableContent.asVisualMediaGroupContent(): VisualMediaGroupContent?","dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupContent"]},{"name":"inline fun ResendableContent.asVoiceContent(): VoiceContent?","description":"dev.inmo.tgbotapi.extensions.utils.asVoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-voice-content.html","searchKeys":["asVoiceContent","inline fun ResendableContent.asVoiceContent(): VoiceContent?","dev.inmo.tgbotapi.extensions.utils.asVoiceContent"]},{"name":"inline fun ResendableContent.requireAnimationContent(): AnimationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireAnimationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-animation-content.html","searchKeys":["requireAnimationContent","inline fun ResendableContent.requireAnimationContent(): AnimationContent","dev.inmo.tgbotapi.extensions.utils.requireAnimationContent"]},{"name":"inline fun ResendableContent.requireAudioContent(): AudioContent","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-content.html","searchKeys":["requireAudioContent","inline fun ResendableContent.requireAudioContent(): AudioContent","dev.inmo.tgbotapi.extensions.utils.requireAudioContent"]},{"name":"inline fun ResendableContent.requireAudioMediaGroupContent(): AudioMediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-content.html","searchKeys":["requireAudioMediaGroupContent","inline fun ResendableContent.requireAudioMediaGroupContent(): AudioMediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupContent"]},{"name":"inline fun ResendableContent.requireContactContent(): ContactContent","description":"dev.inmo.tgbotapi.extensions.utils.requireContactContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-contact-content.html","searchKeys":["requireContactContent","inline fun ResendableContent.requireContactContent(): ContactContent","dev.inmo.tgbotapi.extensions.utils.requireContactContent"]},{"name":"inline fun ResendableContent.requireDiceContent(): DiceContent","description":"dev.inmo.tgbotapi.extensions.utils.requireDiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-dice-content.html","searchKeys":["requireDiceContent","inline fun ResendableContent.requireDiceContent(): DiceContent","dev.inmo.tgbotapi.extensions.utils.requireDiceContent"]},{"name":"inline fun ResendableContent.requireDocumentContent(): DocumentContent","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-content.html","searchKeys":["requireDocumentContent","inline fun ResendableContent.requireDocumentContent(): DocumentContent","dev.inmo.tgbotapi.extensions.utils.requireDocumentContent"]},{"name":"inline fun ResendableContent.requireDocumentMediaGroupContent(): DocumentMediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-content.html","searchKeys":["requireDocumentMediaGroupContent","inline fun ResendableContent.requireDocumentMediaGroupContent(): DocumentMediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupContent"]},{"name":"inline fun ResendableContent.requireGameContent(): GameContent","description":"dev.inmo.tgbotapi.extensions.utils.requireGameContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-game-content.html","searchKeys":["requireGameContent","inline fun ResendableContent.requireGameContent(): GameContent","dev.inmo.tgbotapi.extensions.utils.requireGameContent"]},{"name":"inline fun ResendableContent.requireInvoiceContent(): InvoiceContent","description":"dev.inmo.tgbotapi.extensions.utils.requireInvoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-invoice-content.html","searchKeys":["requireInvoiceContent","inline fun ResendableContent.requireInvoiceContent(): InvoiceContent","dev.inmo.tgbotapi.extensions.utils.requireInvoiceContent"]},{"name":"inline fun ResendableContent.requireLiveLocationContent(): LiveLocationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireLiveLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-live-location-content.html","searchKeys":["requireLiveLocationContent","inline fun ResendableContent.requireLiveLocationContent(): LiveLocationContent","dev.inmo.tgbotapi.extensions.utils.requireLiveLocationContent"]},{"name":"inline fun ResendableContent.requireLocationContent(): LocationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-location-content.html","searchKeys":["requireLocationContent","inline fun ResendableContent.requireLocationContent(): LocationContent","dev.inmo.tgbotapi.extensions.utils.requireLocationContent"]},{"name":"inline fun ResendableContent.requireMediaCollectionContent(): MediaCollectionContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaCollectionContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-collection-content.html","searchKeys":["requireMediaCollectionContent","inline fun ResendableContent.requireMediaCollectionContent(): MediaCollectionContent","dev.inmo.tgbotapi.extensions.utils.requireMediaCollectionContent"]},{"name":"inline fun ResendableContent.requireMediaContent(): MediaContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-content.html","searchKeys":["requireMediaContent","inline fun ResendableContent.requireMediaContent(): MediaContent","dev.inmo.tgbotapi.extensions.utils.requireMediaContent"]},{"name":"inline fun ResendableContent.requireMediaGroupContent(): MediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-content.html","searchKeys":["requireMediaGroupContent","inline fun ResendableContent.requireMediaGroupContent(): MediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupContent"]},{"name":"inline fun ResendableContent.requireMessageContent(): MessageContent","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-content.html","searchKeys":["requireMessageContent","inline fun ResendableContent.requireMessageContent(): MessageContent","dev.inmo.tgbotapi.extensions.utils.requireMessageContent"]},{"name":"inline fun ResendableContent.requirePhotoContent(): PhotoContent","description":"dev.inmo.tgbotapi.extensions.utils.requirePhotoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-photo-content.html","searchKeys":["requirePhotoContent","inline fun ResendableContent.requirePhotoContent(): PhotoContent","dev.inmo.tgbotapi.extensions.utils.requirePhotoContent"]},{"name":"inline fun ResendableContent.requirePollContent(): PollContent","description":"dev.inmo.tgbotapi.extensions.utils.requirePollContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-poll-content.html","searchKeys":["requirePollContent","inline fun ResendableContent.requirePollContent(): PollContent","dev.inmo.tgbotapi.extensions.utils.requirePollContent"]},{"name":"inline fun ResendableContent.requireStaticLocationContent(): StaticLocationContent","description":"dev.inmo.tgbotapi.extensions.utils.requireStaticLocationContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-static-location-content.html","searchKeys":["requireStaticLocationContent","inline fun ResendableContent.requireStaticLocationContent(): StaticLocationContent","dev.inmo.tgbotapi.extensions.utils.requireStaticLocationContent"]},{"name":"inline fun ResendableContent.requireStickerContent(): StickerContent","description":"dev.inmo.tgbotapi.extensions.utils.requireStickerContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sticker-content.html","searchKeys":["requireStickerContent","inline fun ResendableContent.requireStickerContent(): StickerContent","dev.inmo.tgbotapi.extensions.utils.requireStickerContent"]},{"name":"inline fun ResendableContent.requireTextContent(): TextContent","description":"dev.inmo.tgbotapi.extensions.utils.requireTextContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-text-content.html","searchKeys":["requireTextContent","inline fun ResendableContent.requireTextContent(): TextContent","dev.inmo.tgbotapi.extensions.utils.requireTextContent"]},{"name":"inline fun ResendableContent.requireTextedMediaContent(): TextedMediaContent","description":"dev.inmo.tgbotapi.extensions.utils.requireTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-texted-media-content.html","searchKeys":["requireTextedMediaContent","inline fun ResendableContent.requireTextedMediaContent(): TextedMediaContent","dev.inmo.tgbotapi.extensions.utils.requireTextedMediaContent"]},{"name":"inline fun ResendableContent.requireVenueContent(): VenueContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVenueContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-venue-content.html","searchKeys":["requireVenueContent","inline fun ResendableContent.requireVenueContent(): VenueContent","dev.inmo.tgbotapi.extensions.utils.requireVenueContent"]},{"name":"inline fun ResendableContent.requireVideoContent(): VideoContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-content.html","searchKeys":["requireVideoContent","inline fun ResendableContent.requireVideoContent(): VideoContent","dev.inmo.tgbotapi.extensions.utils.requireVideoContent"]},{"name":"inline fun ResendableContent.requireVideoNoteContent(): VideoNoteContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoNoteContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-note-content.html","searchKeys":["requireVideoNoteContent","inline fun ResendableContent.requireVideoNoteContent(): VideoNoteContent","dev.inmo.tgbotapi.extensions.utils.requireVideoNoteContent"]},{"name":"inline fun ResendableContent.requireVisualMediaGroupContent(): VisualMediaGroupContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-content.html","searchKeys":["requireVisualMediaGroupContent","inline fun ResendableContent.requireVisualMediaGroupContent(): VisualMediaGroupContent","dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupContent"]},{"name":"inline fun ResendableContent.requireVoiceContent(): VoiceContent","description":"dev.inmo.tgbotapi.extensions.utils.requireVoiceContent","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-voice-content.html","searchKeys":["requireVoiceContent","inline fun ResendableContent.requireVoiceContent(): VoiceContent","dev.inmo.tgbotapi.extensions.utils.requireVoiceContent"]},{"name":"inline fun ScheduledCloseInfo.asApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-approximate-scheduled-close-info.html","searchKeys":["asApproximateScheduledCloseInfo","inline fun ScheduledCloseInfo.asApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo?","dev.inmo.tgbotapi.extensions.utils.asApproximateScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.asExactScheduledCloseInfo(): ExactScheduledCloseInfo?","description":"dev.inmo.tgbotapi.extensions.utils.asExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-exact-scheduled-close-info.html","searchKeys":["asExactScheduledCloseInfo","inline fun ScheduledCloseInfo.asExactScheduledCloseInfo(): ExactScheduledCloseInfo?","dev.inmo.tgbotapi.extensions.utils.asExactScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.requireApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-approximate-scheduled-close-info.html","searchKeys":["requireApproximateScheduledCloseInfo","inline fun ScheduledCloseInfo.requireApproximateScheduledCloseInfo(): ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.requireApproximateScheduledCloseInfo"]},{"name":"inline fun ScheduledCloseInfo.requireExactScheduledCloseInfo(): ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.extensions.utils.requireExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-exact-scheduled-close-info.html","searchKeys":["requireExactScheduledCloseInfo","inline fun ScheduledCloseInfo.requireExactScheduledCloseInfo(): ExactScheduledCloseInfo","dev.inmo.tgbotapi.extensions.utils.requireExactScheduledCloseInfo"]},{"name":"inline fun SecureValue.asAddressSecureValue(): AddressSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asAddressSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-address-secure-value.html","searchKeys":["asAddressSecureValue","inline fun SecureValue.asAddressSecureValue(): AddressSecureValue?","dev.inmo.tgbotapi.extensions.utils.asAddressSecureValue"]},{"name":"inline fun SecureValue.asBankStatementSecureValue(): BankStatementSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asBankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bank-statement-secure-value.html","searchKeys":["asBankStatementSecureValue","inline fun SecureValue.asBankStatementSecureValue(): BankStatementSecureValue?","dev.inmo.tgbotapi.extensions.utils.asBankStatementSecureValue"]},{"name":"inline fun SecureValue.asCommonPassportSecureValue(): CommonPassportSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-passport-secure-value.html","searchKeys":["asCommonPassportSecureValue","inline fun SecureValue.asCommonPassportSecureValue(): CommonPassportSecureValue?","dev.inmo.tgbotapi.extensions.utils.asCommonPassportSecureValue"]},{"name":"inline fun SecureValue.asDriverLicenseSecureValue(): DriverLicenseSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asDriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-driver-license-secure-value.html","searchKeys":["asDriverLicenseSecureValue","inline fun SecureValue.asDriverLicenseSecureValue(): DriverLicenseSecureValue?","dev.inmo.tgbotapi.extensions.utils.asDriverLicenseSecureValue"]},{"name":"inline fun SecureValue.asIdentityCardSecureValue(): IdentityCardSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asIdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-identity-card-secure-value.html","searchKeys":["asIdentityCardSecureValue","inline fun SecureValue.asIdentityCardSecureValue(): IdentityCardSecureValue?","dev.inmo.tgbotapi.extensions.utils.asIdentityCardSecureValue"]},{"name":"inline fun SecureValue.asIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asIdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-identity-with-reverse-side-secure-value.html","searchKeys":["asIdentityWithReverseSideSecureValue","inline fun SecureValue.asIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue?","dev.inmo.tgbotapi.extensions.utils.asIdentityWithReverseSideSecureValue"]},{"name":"inline fun SecureValue.asInternalPassportSecureValue(): InternalPassportSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asInternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-internal-passport-secure-value.html","searchKeys":["asInternalPassportSecureValue","inline fun SecureValue.asInternalPassportSecureValue(): InternalPassportSecureValue?","dev.inmo.tgbotapi.extensions.utils.asInternalPassportSecureValue"]},{"name":"inline fun SecureValue.asOtherDocumentsSecureValue(): OtherDocumentsSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asOtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-other-documents-secure-value.html","searchKeys":["asOtherDocumentsSecureValue","inline fun SecureValue.asOtherDocumentsSecureValue(): OtherDocumentsSecureValue?","dev.inmo.tgbotapi.extensions.utils.asOtherDocumentsSecureValue"]},{"name":"inline fun SecureValue.asPassportRegistrationSecureValue(): PassportRegistrationSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-registration-secure-value.html","searchKeys":["asPassportRegistrationSecureValue","inline fun SecureValue.asPassportRegistrationSecureValue(): PassportRegistrationSecureValue?","dev.inmo.tgbotapi.extensions.utils.asPassportRegistrationSecureValue"]},{"name":"inline fun SecureValue.asPassportSecureValue(): PassportSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-passport-secure-value.html","searchKeys":["asPassportSecureValue","inline fun SecureValue.asPassportSecureValue(): PassportSecureValue?","dev.inmo.tgbotapi.extensions.utils.asPassportSecureValue"]},{"name":"inline fun SecureValue.asPersonalDetailsSecureValue(): PersonalDetailsSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asPersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-personal-details-secure-value.html","searchKeys":["asPersonalDetailsSecureValue","inline fun SecureValue.asPersonalDetailsSecureValue(): PersonalDetailsSecureValue?","dev.inmo.tgbotapi.extensions.utils.asPersonalDetailsSecureValue"]},{"name":"inline fun SecureValue.asRentalAgreementSecureValue(): RentalAgreementSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asRentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-rental-agreement-secure-value.html","searchKeys":["asRentalAgreementSecureValue","inline fun SecureValue.asRentalAgreementSecureValue(): RentalAgreementSecureValue?","dev.inmo.tgbotapi.extensions.utils.asRentalAgreementSecureValue"]},{"name":"inline fun SecureValue.asSecureValueIdentity(): SecureValueIdentity?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueIdentity","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-identity.html","searchKeys":["asSecureValueIdentity","inline fun SecureValue.asSecureValueIdentity(): SecureValueIdentity?","dev.inmo.tgbotapi.extensions.utils.asSecureValueIdentity"]},{"name":"inline fun SecureValue.asSecureValueWithData(): SecureValueWithData?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-data.html","searchKeys":["asSecureValueWithData","inline fun SecureValue.asSecureValueWithData(): SecureValueWithData?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithData"]},{"name":"inline fun SecureValue.asSecureValueWithFiles(): SecureValueWithFiles?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-files.html","searchKeys":["asSecureValueWithFiles","inline fun SecureValue.asSecureValueWithFiles(): SecureValueWithFiles?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithFiles"]},{"name":"inline fun SecureValue.asSecureValueWithReverseSide(): SecureValueWithReverseSide?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-reverse-side.html","searchKeys":["asSecureValueWithReverseSide","inline fun SecureValue.asSecureValueWithReverseSide(): SecureValueWithReverseSide?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithReverseSide"]},{"name":"inline fun SecureValue.asSecureValueWithTranslations(): SecureValueWithTranslations?","description":"dev.inmo.tgbotapi.extensions.utils.asSecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-secure-value-with-translations.html","searchKeys":["asSecureValueWithTranslations","inline fun SecureValue.asSecureValueWithTranslations(): SecureValueWithTranslations?","dev.inmo.tgbotapi.extensions.utils.asSecureValueWithTranslations"]},{"name":"inline fun SecureValue.asTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asTemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-temporal-registration-secure-value.html","searchKeys":["asTemporalRegistrationSecureValue","inline fun SecureValue.asTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue?","dev.inmo.tgbotapi.extensions.utils.asTemporalRegistrationSecureValue"]},{"name":"inline fun SecureValue.asUtilityBillSecureValue(): UtilityBillSecureValue?","description":"dev.inmo.tgbotapi.extensions.utils.asUtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-utility-bill-secure-value.html","searchKeys":["asUtilityBillSecureValue","inline fun SecureValue.asUtilityBillSecureValue(): UtilityBillSecureValue?","dev.inmo.tgbotapi.extensions.utils.asUtilityBillSecureValue"]},{"name":"inline fun SecureValue.requireAddressSecureValue(): AddressSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireAddressSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-address-secure-value.html","searchKeys":["requireAddressSecureValue","inline fun SecureValue.requireAddressSecureValue(): AddressSecureValue","dev.inmo.tgbotapi.extensions.utils.requireAddressSecureValue"]},{"name":"inline fun SecureValue.requireBankStatementSecureValue(): BankStatementSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireBankStatementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bank-statement-secure-value.html","searchKeys":["requireBankStatementSecureValue","inline fun SecureValue.requireBankStatementSecureValue(): BankStatementSecureValue","dev.inmo.tgbotapi.extensions.utils.requireBankStatementSecureValue"]},{"name":"inline fun SecureValue.requireCommonPassportSecureValue(): CommonPassportSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-passport-secure-value.html","searchKeys":["requireCommonPassportSecureValue","inline fun SecureValue.requireCommonPassportSecureValue(): CommonPassportSecureValue","dev.inmo.tgbotapi.extensions.utils.requireCommonPassportSecureValue"]},{"name":"inline fun SecureValue.requireDriverLicenseSecureValue(): DriverLicenseSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireDriverLicenseSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-driver-license-secure-value.html","searchKeys":["requireDriverLicenseSecureValue","inline fun SecureValue.requireDriverLicenseSecureValue(): DriverLicenseSecureValue","dev.inmo.tgbotapi.extensions.utils.requireDriverLicenseSecureValue"]},{"name":"inline fun SecureValue.requireIdentityCardSecureValue(): IdentityCardSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireIdentityCardSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-identity-card-secure-value.html","searchKeys":["requireIdentityCardSecureValue","inline fun SecureValue.requireIdentityCardSecureValue(): IdentityCardSecureValue","dev.inmo.tgbotapi.extensions.utils.requireIdentityCardSecureValue"]},{"name":"inline fun SecureValue.requireIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireIdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-identity-with-reverse-side-secure-value.html","searchKeys":["requireIdentityWithReverseSideSecureValue","inline fun SecureValue.requireIdentityWithReverseSideSecureValue(): IdentityWithReverseSideSecureValue","dev.inmo.tgbotapi.extensions.utils.requireIdentityWithReverseSideSecureValue"]},{"name":"inline fun SecureValue.requireInternalPassportSecureValue(): InternalPassportSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireInternalPassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-internal-passport-secure-value.html","searchKeys":["requireInternalPassportSecureValue","inline fun SecureValue.requireInternalPassportSecureValue(): InternalPassportSecureValue","dev.inmo.tgbotapi.extensions.utils.requireInternalPassportSecureValue"]},{"name":"inline fun SecureValue.requireOtherDocumentsSecureValue(): OtherDocumentsSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireOtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-other-documents-secure-value.html","searchKeys":["requireOtherDocumentsSecureValue","inline fun SecureValue.requireOtherDocumentsSecureValue(): OtherDocumentsSecureValue","dev.inmo.tgbotapi.extensions.utils.requireOtherDocumentsSecureValue"]},{"name":"inline fun SecureValue.requirePassportRegistrationSecureValue(): PassportRegistrationSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-registration-secure-value.html","searchKeys":["requirePassportRegistrationSecureValue","inline fun SecureValue.requirePassportRegistrationSecureValue(): PassportRegistrationSecureValue","dev.inmo.tgbotapi.extensions.utils.requirePassportRegistrationSecureValue"]},{"name":"inline fun SecureValue.requirePassportSecureValue(): PassportSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requirePassportSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-passport-secure-value.html","searchKeys":["requirePassportSecureValue","inline fun SecureValue.requirePassportSecureValue(): PassportSecureValue","dev.inmo.tgbotapi.extensions.utils.requirePassportSecureValue"]},{"name":"inline fun SecureValue.requirePersonalDetailsSecureValue(): PersonalDetailsSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requirePersonalDetailsSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-personal-details-secure-value.html","searchKeys":["requirePersonalDetailsSecureValue","inline fun SecureValue.requirePersonalDetailsSecureValue(): PersonalDetailsSecureValue","dev.inmo.tgbotapi.extensions.utils.requirePersonalDetailsSecureValue"]},{"name":"inline fun SecureValue.requireRentalAgreementSecureValue(): RentalAgreementSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireRentalAgreementSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-rental-agreement-secure-value.html","searchKeys":["requireRentalAgreementSecureValue","inline fun SecureValue.requireRentalAgreementSecureValue(): RentalAgreementSecureValue","dev.inmo.tgbotapi.extensions.utils.requireRentalAgreementSecureValue"]},{"name":"inline fun SecureValue.requireSecureValueIdentity(): SecureValueIdentity","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueIdentity","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-identity.html","searchKeys":["requireSecureValueIdentity","inline fun SecureValue.requireSecureValueIdentity(): SecureValueIdentity","dev.inmo.tgbotapi.extensions.utils.requireSecureValueIdentity"]},{"name":"inline fun SecureValue.requireSecureValueWithData(): SecureValueWithData","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithData","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-data.html","searchKeys":["requireSecureValueWithData","inline fun SecureValue.requireSecureValueWithData(): SecureValueWithData","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithData"]},{"name":"inline fun SecureValue.requireSecureValueWithFiles(): SecureValueWithFiles","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-files.html","searchKeys":["requireSecureValueWithFiles","inline fun SecureValue.requireSecureValueWithFiles(): SecureValueWithFiles","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithFiles"]},{"name":"inline fun SecureValue.requireSecureValueWithReverseSide(): SecureValueWithReverseSide","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-reverse-side.html","searchKeys":["requireSecureValueWithReverseSide","inline fun SecureValue.requireSecureValueWithReverseSide(): SecureValueWithReverseSide","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithReverseSide"]},{"name":"inline fun SecureValue.requireSecureValueWithTranslations(): SecureValueWithTranslations","description":"dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-secure-value-with-translations.html","searchKeys":["requireSecureValueWithTranslations","inline fun SecureValue.requireSecureValueWithTranslations(): SecureValueWithTranslations","dev.inmo.tgbotapi.extensions.utils.requireSecureValueWithTranslations"]},{"name":"inline fun SecureValue.requireTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireTemporalRegistrationSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-temporal-registration-secure-value.html","searchKeys":["requireTemporalRegistrationSecureValue","inline fun SecureValue.requireTemporalRegistrationSecureValue(): TemporalRegistrationSecureValue","dev.inmo.tgbotapi.extensions.utils.requireTemporalRegistrationSecureValue"]},{"name":"inline fun SecureValue.requireUtilityBillSecureValue(): UtilityBillSecureValue","description":"dev.inmo.tgbotapi.extensions.utils.requireUtilityBillSecureValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-utility-bill-secure-value.html","searchKeys":["requireUtilityBillSecureValue","inline fun SecureValue.requireUtilityBillSecureValue(): UtilityBillSecureValue","dev.inmo.tgbotapi.extensions.utils.requireUtilityBillSecureValue"]},{"name":"inline fun SendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-documents-group.html","searchKeys":["SendDocumentsGroup","inline fun SendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendDocumentsGroup"]},{"name":"inline fun SendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendPlaylist","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-playlist.html","searchKeys":["SendPlaylist","inline fun SendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendPlaylist"]},{"name":"inline fun SendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","description":"dev.inmo.tgbotapi.requests.send.media.SendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-visual-media-group.html","searchKeys":["SendVisualMediaGroup","inline fun SendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): Request>>","dev.inmo.tgbotapi.requests.send.media.SendVisualMediaGroup"]},{"name":"inline fun TelegramMedia.asAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-media-group-member-telegram-media.html","searchKeys":["asAudioMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asAudioMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.asDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-media-group-member-telegram-media.html","searchKeys":["asDocumentMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asDocumentMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.asDuratedTelegramMedia(): DuratedTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asDuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-durated-telegram-media.html","searchKeys":["asDuratedTelegramMedia","inline fun TelegramMedia.asDuratedTelegramMedia(): DuratedTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asDuratedTelegramMedia"]},{"name":"inline fun TelegramMedia.asMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-member-telegram-media.html","searchKeys":["asMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.asSizedTelegramMedia(): SizedTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asSizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sized-telegram-media.html","searchKeys":["asSizedTelegramMedia","inline fun TelegramMedia.asSizedTelegramMedia(): SizedTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asSizedTelegramMedia"]},{"name":"inline fun TelegramMedia.asTelegramMediaAnimation(): TelegramMediaAnimation?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-animation.html","searchKeys":["asTelegramMediaAnimation","inline fun TelegramMedia.asTelegramMediaAnimation(): TelegramMediaAnimation?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAnimation"]},{"name":"inline fun TelegramMedia.asTelegramMediaAudio(): TelegramMediaAudio?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-audio.html","searchKeys":["asTelegramMediaAudio","inline fun TelegramMedia.asTelegramMediaAudio(): TelegramMediaAudio?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaAudio"]},{"name":"inline fun TelegramMedia.asTelegramMediaDocument(): TelegramMediaDocument?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-document.html","searchKeys":["asTelegramMediaDocument","inline fun TelegramMedia.asTelegramMediaDocument(): TelegramMediaDocument?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaDocument"]},{"name":"inline fun TelegramMedia.asTelegramMediaPhoto(): TelegramMediaPhoto?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-photo.html","searchKeys":["asTelegramMediaPhoto","inline fun TelegramMedia.asTelegramMediaPhoto(): TelegramMediaPhoto?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaPhoto"]},{"name":"inline fun TelegramMedia.asTelegramMediaVideo(): TelegramMediaVideo?","description":"dev.inmo.tgbotapi.extensions.utils.asTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-telegram-media-video.html","searchKeys":["asTelegramMediaVideo","inline fun TelegramMedia.asTelegramMediaVideo(): TelegramMediaVideo?","dev.inmo.tgbotapi.extensions.utils.asTelegramMediaVideo"]},{"name":"inline fun TelegramMedia.asThumbedTelegramMedia(): ThumbedTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-telegram-media.html","searchKeys":["asThumbedTelegramMedia","inline fun TelegramMedia.asThumbedTelegramMedia(): ThumbedTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asThumbedTelegramMedia"]},{"name":"inline fun TelegramMedia.asTitledTelegramMedia(): TitledTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asTitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-titled-telegram-media.html","searchKeys":["asTitledTelegramMedia","inline fun TelegramMedia.asTitledTelegramMedia(): TitledTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asTitledTelegramMedia"]},{"name":"inline fun TelegramMedia.asVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia?","description":"dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-visual-media-group-member-telegram-media.html","searchKeys":["asVisualMediaGroupMemberTelegramMedia","inline fun TelegramMedia.asVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia?","dev.inmo.tgbotapi.extensions.utils.asVisualMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-media-group-member-telegram-media.html","searchKeys":["requireAudioMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireAudioMediaGroupMemberTelegramMedia(): AudioMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireAudioMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-media-group-member-telegram-media.html","searchKeys":["requireDocumentMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireDocumentMediaGroupMemberTelegramMedia(): DocumentMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireDocumentMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireDuratedTelegramMedia(): DuratedTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireDuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-durated-telegram-media.html","searchKeys":["requireDuratedTelegramMedia","inline fun TelegramMedia.requireDuratedTelegramMedia(): DuratedTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireDuratedTelegramMedia"]},{"name":"inline fun TelegramMedia.requireMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-member-telegram-media.html","searchKeys":["requireMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireMediaGroupMemberTelegramMedia(): MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMedia.requireSizedTelegramMedia(): SizedTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireSizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sized-telegram-media.html","searchKeys":["requireSizedTelegramMedia","inline fun TelegramMedia.requireSizedTelegramMedia(): SizedTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireSizedTelegramMedia"]},{"name":"inline fun TelegramMedia.requireTelegramMediaAnimation(): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAnimation","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-animation.html","searchKeys":["requireTelegramMediaAnimation","inline fun TelegramMedia.requireTelegramMediaAnimation(): TelegramMediaAnimation","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAnimation"]},{"name":"inline fun TelegramMedia.requireTelegramMediaAudio(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAudio","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-audio.html","searchKeys":["requireTelegramMediaAudio","inline fun TelegramMedia.requireTelegramMediaAudio(): TelegramMediaAudio","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaAudio"]},{"name":"inline fun TelegramMedia.requireTelegramMediaDocument(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaDocument","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-document.html","searchKeys":["requireTelegramMediaDocument","inline fun TelegramMedia.requireTelegramMediaDocument(): TelegramMediaDocument","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaDocument"]},{"name":"inline fun TelegramMedia.requireTelegramMediaPhoto(): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaPhoto","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-photo.html","searchKeys":["requireTelegramMediaPhoto","inline fun TelegramMedia.requireTelegramMediaPhoto(): TelegramMediaPhoto","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaPhoto"]},{"name":"inline fun TelegramMedia.requireTelegramMediaVideo(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-telegram-media-video.html","searchKeys":["requireTelegramMediaVideo","inline fun TelegramMedia.requireTelegramMediaVideo(): TelegramMediaVideo","dev.inmo.tgbotapi.extensions.utils.requireTelegramMediaVideo"]},{"name":"inline fun TelegramMedia.requireThumbedTelegramMedia(): ThumbedTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-telegram-media.html","searchKeys":["requireThumbedTelegramMedia","inline fun TelegramMedia.requireThumbedTelegramMedia(): ThumbedTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireThumbedTelegramMedia"]},{"name":"inline fun TelegramMedia.requireTitledTelegramMedia(): TitledTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireTitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-titled-telegram-media.html","searchKeys":["requireTitledTelegramMedia","inline fun TelegramMedia.requireTitledTelegramMedia(): TitledTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireTitledTelegramMedia"]},{"name":"inline fun TelegramMedia.requireVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-visual-media-group-member-telegram-media.html","searchKeys":["requireVisualMediaGroupMemberTelegramMedia","inline fun TelegramMedia.requireVisualMediaGroupMemberTelegramMedia(): VisualMediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.extensions.utils.requireVisualMediaGroupMemberTelegramMedia"]},{"name":"inline fun TelegramMediaFile.asAnimatedSticker(): AnimatedSticker?","description":"dev.inmo.tgbotapi.extensions.utils.asAnimatedSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-animated-sticker.html","searchKeys":["asAnimatedSticker","inline fun TelegramMediaFile.asAnimatedSticker(): AnimatedSticker?","dev.inmo.tgbotapi.extensions.utils.asAnimatedSticker"]},{"name":"inline fun TelegramMediaFile.asAnimationFile(): AnimationFile?","description":"dev.inmo.tgbotapi.extensions.utils.asAnimationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-animation-file.html","searchKeys":["asAnimationFile","inline fun TelegramMediaFile.asAnimationFile(): AnimationFile?","dev.inmo.tgbotapi.extensions.utils.asAnimationFile"]},{"name":"inline fun TelegramMediaFile.asAudioFile(): AudioFile?","description":"dev.inmo.tgbotapi.extensions.utils.asAudioFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-audio-file.html","searchKeys":["asAudioFile","inline fun TelegramMediaFile.asAudioFile(): AudioFile?","dev.inmo.tgbotapi.extensions.utils.asAudioFile"]},{"name":"inline fun TelegramMediaFile.asDocumentFile(): DocumentFile","description":"dev.inmo.tgbotapi.types.files.asDocumentFile","location":"docs/dev.inmo.tgbotapi.types.files/as-document-file.html","searchKeys":["asDocumentFile","inline fun TelegramMediaFile.asDocumentFile(): DocumentFile","dev.inmo.tgbotapi.types.files.asDocumentFile"]},{"name":"inline fun TelegramMediaFile.asDocumentFile(): DocumentFile?","description":"dev.inmo.tgbotapi.extensions.utils.asDocumentFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-document-file.html","searchKeys":["asDocumentFile","inline fun TelegramMediaFile.asDocumentFile(): DocumentFile?","dev.inmo.tgbotapi.extensions.utils.asDocumentFile"]},{"name":"inline fun TelegramMediaFile.asFile(): File?","description":"dev.inmo.tgbotapi.extensions.utils.asFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-file.html","searchKeys":["asFile","inline fun TelegramMediaFile.asFile(): File?","dev.inmo.tgbotapi.extensions.utils.asFile"]},{"name":"inline fun TelegramMediaFile.asMimedMediaFile(): MimedMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asMimedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-mimed-media-file.html","searchKeys":["asMimedMediaFile","inline fun TelegramMediaFile.asMimedMediaFile(): MimedMediaFile?","dev.inmo.tgbotapi.extensions.utils.asMimedMediaFile"]},{"name":"inline fun TelegramMediaFile.asPathedFile(): PathedFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPathedFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pathed-file.html","searchKeys":["asPathedFile","inline fun TelegramMediaFile.asPathedFile(): PathedFile?","dev.inmo.tgbotapi.extensions.utils.asPathedFile"]},{"name":"inline fun TelegramMediaFile.asPhotoSize(): PhotoSize?","description":"dev.inmo.tgbotapi.extensions.utils.asPhotoSize","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-photo-size.html","searchKeys":["asPhotoSize","inline fun TelegramMediaFile.asPhotoSize(): PhotoSize?","dev.inmo.tgbotapi.extensions.utils.asPhotoSize"]},{"name":"inline fun TelegramMediaFile.asPlayableMediaFile(): PlayableMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asPlayableMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-playable-media-file.html","searchKeys":["asPlayableMediaFile","inline fun TelegramMediaFile.asPlayableMediaFile(): PlayableMediaFile?","dev.inmo.tgbotapi.extensions.utils.asPlayableMediaFile"]},{"name":"inline fun TelegramMediaFile.asSimpleSticker(): SimpleSticker?","description":"dev.inmo.tgbotapi.extensions.utils.asSimpleSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-simple-sticker.html","searchKeys":["asSimpleSticker","inline fun TelegramMediaFile.asSimpleSticker(): SimpleSticker?","dev.inmo.tgbotapi.extensions.utils.asSimpleSticker"]},{"name":"inline fun TelegramMediaFile.asSizedMediaFile(): SizedMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asSizedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sized-media-file.html","searchKeys":["asSizedMediaFile","inline fun TelegramMediaFile.asSizedMediaFile(): SizedMediaFile?","dev.inmo.tgbotapi.extensions.utils.asSizedMediaFile"]},{"name":"inline fun TelegramMediaFile.asSticker(): Sticker?","description":"dev.inmo.tgbotapi.extensions.utils.asSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sticker.html","searchKeys":["asSticker","inline fun TelegramMediaFile.asSticker(): Sticker?","dev.inmo.tgbotapi.extensions.utils.asSticker"]},{"name":"inline fun TelegramMediaFile.asThumbedMediaFile(): ThumbedMediaFile?","description":"dev.inmo.tgbotapi.extensions.utils.asThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-thumbed-media-file.html","searchKeys":["asThumbedMediaFile","inline fun TelegramMediaFile.asThumbedMediaFile(): ThumbedMediaFile?","dev.inmo.tgbotapi.extensions.utils.asThumbedMediaFile"]},{"name":"inline fun TelegramMediaFile.asVideoFile(): VideoFile?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-file.html","searchKeys":["asVideoFile","inline fun TelegramMediaFile.asVideoFile(): VideoFile?","dev.inmo.tgbotapi.extensions.utils.asVideoFile"]},{"name":"inline fun TelegramMediaFile.asVideoNoteFile(): VideoNoteFile?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoNoteFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-note-file.html","searchKeys":["asVideoNoteFile","inline fun TelegramMediaFile.asVideoNoteFile(): VideoNoteFile?","dev.inmo.tgbotapi.extensions.utils.asVideoNoteFile"]},{"name":"inline fun TelegramMediaFile.asVideoSticker(): VideoSticker?","description":"dev.inmo.tgbotapi.extensions.utils.asVideoSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-video-sticker.html","searchKeys":["asVideoSticker","inline fun TelegramMediaFile.asVideoSticker(): VideoSticker?","dev.inmo.tgbotapi.extensions.utils.asVideoSticker"]},{"name":"inline fun TelegramMediaFile.asVoiceFile(): VoiceFile?","description":"dev.inmo.tgbotapi.extensions.utils.asVoiceFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-voice-file.html","searchKeys":["asVoiceFile","inline fun TelegramMediaFile.asVoiceFile(): VoiceFile?","dev.inmo.tgbotapi.extensions.utils.asVoiceFile"]},{"name":"inline fun TelegramMediaFile.requireAnimatedSticker(): AnimatedSticker","description":"dev.inmo.tgbotapi.extensions.utils.requireAnimatedSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-animated-sticker.html","searchKeys":["requireAnimatedSticker","inline fun TelegramMediaFile.requireAnimatedSticker(): AnimatedSticker","dev.inmo.tgbotapi.extensions.utils.requireAnimatedSticker"]},{"name":"inline fun TelegramMediaFile.requireAnimationFile(): AnimationFile","description":"dev.inmo.tgbotapi.extensions.utils.requireAnimationFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-animation-file.html","searchKeys":["requireAnimationFile","inline fun TelegramMediaFile.requireAnimationFile(): AnimationFile","dev.inmo.tgbotapi.extensions.utils.requireAnimationFile"]},{"name":"inline fun TelegramMediaFile.requireAudioFile(): AudioFile","description":"dev.inmo.tgbotapi.extensions.utils.requireAudioFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-audio-file.html","searchKeys":["requireAudioFile","inline fun TelegramMediaFile.requireAudioFile(): AudioFile","dev.inmo.tgbotapi.extensions.utils.requireAudioFile"]},{"name":"inline fun TelegramMediaFile.requireDocumentFile(): DocumentFile","description":"dev.inmo.tgbotapi.extensions.utils.requireDocumentFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-document-file.html","searchKeys":["requireDocumentFile","inline fun TelegramMediaFile.requireDocumentFile(): DocumentFile","dev.inmo.tgbotapi.extensions.utils.requireDocumentFile"]},{"name":"inline fun TelegramMediaFile.requireFile(): File","description":"dev.inmo.tgbotapi.extensions.utils.requireFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-file.html","searchKeys":["requireFile","inline fun TelegramMediaFile.requireFile(): File","dev.inmo.tgbotapi.extensions.utils.requireFile"]},{"name":"inline fun TelegramMediaFile.requireMimedMediaFile(): MimedMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requireMimedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-mimed-media-file.html","searchKeys":["requireMimedMediaFile","inline fun TelegramMediaFile.requireMimedMediaFile(): MimedMediaFile","dev.inmo.tgbotapi.extensions.utils.requireMimedMediaFile"]},{"name":"inline fun TelegramMediaFile.requirePathedFile(): PathedFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePathedFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pathed-file.html","searchKeys":["requirePathedFile","inline fun TelegramMediaFile.requirePathedFile(): PathedFile","dev.inmo.tgbotapi.extensions.utils.requirePathedFile"]},{"name":"inline fun TelegramMediaFile.requirePhotoSize(): PhotoSize","description":"dev.inmo.tgbotapi.extensions.utils.requirePhotoSize","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-photo-size.html","searchKeys":["requirePhotoSize","inline fun TelegramMediaFile.requirePhotoSize(): PhotoSize","dev.inmo.tgbotapi.extensions.utils.requirePhotoSize"]},{"name":"inline fun TelegramMediaFile.requirePlayableMediaFile(): PlayableMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requirePlayableMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-playable-media-file.html","searchKeys":["requirePlayableMediaFile","inline fun TelegramMediaFile.requirePlayableMediaFile(): PlayableMediaFile","dev.inmo.tgbotapi.extensions.utils.requirePlayableMediaFile"]},{"name":"inline fun TelegramMediaFile.requireSimpleSticker(): SimpleSticker","description":"dev.inmo.tgbotapi.extensions.utils.requireSimpleSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-simple-sticker.html","searchKeys":["requireSimpleSticker","inline fun TelegramMediaFile.requireSimpleSticker(): SimpleSticker","dev.inmo.tgbotapi.extensions.utils.requireSimpleSticker"]},{"name":"inline fun TelegramMediaFile.requireSizedMediaFile(): SizedMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requireSizedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sized-media-file.html","searchKeys":["requireSizedMediaFile","inline fun TelegramMediaFile.requireSizedMediaFile(): SizedMediaFile","dev.inmo.tgbotapi.extensions.utils.requireSizedMediaFile"]},{"name":"inline fun TelegramMediaFile.requireSticker(): Sticker","description":"dev.inmo.tgbotapi.extensions.utils.requireSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sticker.html","searchKeys":["requireSticker","inline fun TelegramMediaFile.requireSticker(): Sticker","dev.inmo.tgbotapi.extensions.utils.requireSticker"]},{"name":"inline fun TelegramMediaFile.requireThumbedMediaFile(): ThumbedMediaFile","description":"dev.inmo.tgbotapi.extensions.utils.requireThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-thumbed-media-file.html","searchKeys":["requireThumbedMediaFile","inline fun TelegramMediaFile.requireThumbedMediaFile(): ThumbedMediaFile","dev.inmo.tgbotapi.extensions.utils.requireThumbedMediaFile"]},{"name":"inline fun TelegramMediaFile.requireVideoFile(): VideoFile","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-file.html","searchKeys":["requireVideoFile","inline fun TelegramMediaFile.requireVideoFile(): VideoFile","dev.inmo.tgbotapi.extensions.utils.requireVideoFile"]},{"name":"inline fun TelegramMediaFile.requireVideoNoteFile(): VideoNoteFile","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoNoteFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-note-file.html","searchKeys":["requireVideoNoteFile","inline fun TelegramMediaFile.requireVideoNoteFile(): VideoNoteFile","dev.inmo.tgbotapi.extensions.utils.requireVideoNoteFile"]},{"name":"inline fun TelegramMediaFile.requireVideoSticker(): VideoSticker","description":"dev.inmo.tgbotapi.extensions.utils.requireVideoSticker","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-video-sticker.html","searchKeys":["requireVideoSticker","inline fun TelegramMediaFile.requireVideoSticker(): VideoSticker","dev.inmo.tgbotapi.extensions.utils.requireVideoSticker"]},{"name":"inline fun TelegramMediaFile.requireVoiceFile(): VoiceFile","description":"dev.inmo.tgbotapi.extensions.utils.requireVoiceFile","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-voice-file.html","searchKeys":["requireVoiceFile","inline fun TelegramMediaFile.requireVoiceFile(): VoiceFile","dev.inmo.tgbotapi.extensions.utils.requireVoiceFile"]},{"name":"inline fun TextSource.asBoldTextSource(): BoldTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asBoldTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bold-text-source.html","searchKeys":["asBoldTextSource","inline fun TextSource.asBoldTextSource(): BoldTextSource?","dev.inmo.tgbotapi.extensions.utils.asBoldTextSource"]},{"name":"inline fun TextSource.asBotCommandTextSource(): BotCommandTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asBotCommandTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-bot-command-text-source.html","searchKeys":["asBotCommandTextSource","inline fun TextSource.asBotCommandTextSource(): BotCommandTextSource?","dev.inmo.tgbotapi.extensions.utils.asBotCommandTextSource"]},{"name":"inline fun TextSource.asCashTagTextSource(): CashTagTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asCashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-cash-tag-text-source.html","searchKeys":["asCashTagTextSource","inline fun TextSource.asCashTagTextSource(): CashTagTextSource?","dev.inmo.tgbotapi.extensions.utils.asCashTagTextSource"]},{"name":"inline fun TextSource.asCodeTextSource(): CodeTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asCodeTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-code-text-source.html","searchKeys":["asCodeTextSource","inline fun TextSource.asCodeTextSource(): CodeTextSource?","dev.inmo.tgbotapi.extensions.utils.asCodeTextSource"]},{"name":"inline fun TextSource.asEMailTextSource(): EMailTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asEMailTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-e-mail-text-source.html","searchKeys":["asEMailTextSource","inline fun TextSource.asEMailTextSource(): EMailTextSource?","dev.inmo.tgbotapi.extensions.utils.asEMailTextSource"]},{"name":"inline fun TextSource.asHashTagTextSource(): HashTagTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asHashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-hash-tag-text-source.html","searchKeys":["asHashTagTextSource","inline fun TextSource.asHashTagTextSource(): HashTagTextSource?","dev.inmo.tgbotapi.extensions.utils.asHashTagTextSource"]},{"name":"inline fun TextSource.asItalicTextSource(): ItalicTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asItalicTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-italic-text-source.html","searchKeys":["asItalicTextSource","inline fun TextSource.asItalicTextSource(): ItalicTextSource?","dev.inmo.tgbotapi.extensions.utils.asItalicTextSource"]},{"name":"inline fun TextSource.asMentionTextSource(): MentionTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-mention-text-source.html","searchKeys":["asMentionTextSource","inline fun TextSource.asMentionTextSource(): MentionTextSource?","dev.inmo.tgbotapi.extensions.utils.asMentionTextSource"]},{"name":"inline fun TextSource.asMultilevelTextSource(): MultilevelTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asMultilevelTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-multilevel-text-source.html","searchKeys":["asMultilevelTextSource","inline fun TextSource.asMultilevelTextSource(): MultilevelTextSource?","dev.inmo.tgbotapi.extensions.utils.asMultilevelTextSource"]},{"name":"inline fun TextSource.asPhoneNumberTextSource(): PhoneNumberTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asPhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-phone-number-text-source.html","searchKeys":["asPhoneNumberTextSource","inline fun TextSource.asPhoneNumberTextSource(): PhoneNumberTextSource?","dev.inmo.tgbotapi.extensions.utils.asPhoneNumberTextSource"]},{"name":"inline fun TextSource.asPreTextSource(): PreTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asPreTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pre-text-source.html","searchKeys":["asPreTextSource","inline fun TextSource.asPreTextSource(): PreTextSource?","dev.inmo.tgbotapi.extensions.utils.asPreTextSource"]},{"name":"inline fun TextSource.asRegularTextSource(): RegularTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asRegularTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-regular-text-source.html","searchKeys":["asRegularTextSource","inline fun TextSource.asRegularTextSource(): RegularTextSource?","dev.inmo.tgbotapi.extensions.utils.asRegularTextSource"]},{"name":"inline fun TextSource.asStrikethroughTextSource(): StrikethroughTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asStrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-strikethrough-text-source.html","searchKeys":["asStrikethroughTextSource","inline fun TextSource.asStrikethroughTextSource(): StrikethroughTextSource?","dev.inmo.tgbotapi.extensions.utils.asStrikethroughTextSource"]},{"name":"inline fun TextSource.asTextLinkTextSource(): TextLinkTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asTextLinkTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-text-link-text-source.html","searchKeys":["asTextLinkTextSource","inline fun TextSource.asTextLinkTextSource(): TextLinkTextSource?","dev.inmo.tgbotapi.extensions.utils.asTextLinkTextSource"]},{"name":"inline fun TextSource.asTextMentionTextSource(): TextMentionTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asTextMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-text-mention-text-source.html","searchKeys":["asTextMentionTextSource","inline fun TextSource.asTextMentionTextSource(): TextMentionTextSource?","dev.inmo.tgbotapi.extensions.utils.asTextMentionTextSource"]},{"name":"inline fun TextSource.asURLTextSource(): URLTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asURLTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-u-r-l-text-source.html","searchKeys":["asURLTextSource","inline fun TextSource.asURLTextSource(): URLTextSource?","dev.inmo.tgbotapi.extensions.utils.asURLTextSource"]},{"name":"inline fun TextSource.asUnderlineTextSource(): UnderlineTextSource?","description":"dev.inmo.tgbotapi.extensions.utils.asUnderlineTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-underline-text-source.html","searchKeys":["asUnderlineTextSource","inline fun TextSource.asUnderlineTextSource(): UnderlineTextSource?","dev.inmo.tgbotapi.extensions.utils.asUnderlineTextSource"]},{"name":"inline fun TextSource.requireBoldTextSource(): BoldTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireBoldTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bold-text-source.html","searchKeys":["requireBoldTextSource","inline fun TextSource.requireBoldTextSource(): BoldTextSource","dev.inmo.tgbotapi.extensions.utils.requireBoldTextSource"]},{"name":"inline fun TextSource.requireBotCommandTextSource(): BotCommandTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireBotCommandTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-bot-command-text-source.html","searchKeys":["requireBotCommandTextSource","inline fun TextSource.requireBotCommandTextSource(): BotCommandTextSource","dev.inmo.tgbotapi.extensions.utils.requireBotCommandTextSource"]},{"name":"inline fun TextSource.requireCashTagTextSource(): CashTagTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireCashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-cash-tag-text-source.html","searchKeys":["requireCashTagTextSource","inline fun TextSource.requireCashTagTextSource(): CashTagTextSource","dev.inmo.tgbotapi.extensions.utils.requireCashTagTextSource"]},{"name":"inline fun TextSource.requireCodeTextSource(): CodeTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireCodeTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-code-text-source.html","searchKeys":["requireCodeTextSource","inline fun TextSource.requireCodeTextSource(): CodeTextSource","dev.inmo.tgbotapi.extensions.utils.requireCodeTextSource"]},{"name":"inline fun TextSource.requireEMailTextSource(): EMailTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireEMailTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-e-mail-text-source.html","searchKeys":["requireEMailTextSource","inline fun TextSource.requireEMailTextSource(): EMailTextSource","dev.inmo.tgbotapi.extensions.utils.requireEMailTextSource"]},{"name":"inline fun TextSource.requireHashTagTextSource(): HashTagTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireHashTagTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-hash-tag-text-source.html","searchKeys":["requireHashTagTextSource","inline fun TextSource.requireHashTagTextSource(): HashTagTextSource","dev.inmo.tgbotapi.extensions.utils.requireHashTagTextSource"]},{"name":"inline fun TextSource.requireItalicTextSource(): ItalicTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireItalicTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-italic-text-source.html","searchKeys":["requireItalicTextSource","inline fun TextSource.requireItalicTextSource(): ItalicTextSource","dev.inmo.tgbotapi.extensions.utils.requireItalicTextSource"]},{"name":"inline fun TextSource.requireMentionTextSource(): MentionTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-mention-text-source.html","searchKeys":["requireMentionTextSource","inline fun TextSource.requireMentionTextSource(): MentionTextSource","dev.inmo.tgbotapi.extensions.utils.requireMentionTextSource"]},{"name":"inline fun TextSource.requireMultilevelTextSource(): MultilevelTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireMultilevelTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-multilevel-text-source.html","searchKeys":["requireMultilevelTextSource","inline fun TextSource.requireMultilevelTextSource(): MultilevelTextSource","dev.inmo.tgbotapi.extensions.utils.requireMultilevelTextSource"]},{"name":"inline fun TextSource.requirePhoneNumberTextSource(): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requirePhoneNumberTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-phone-number-text-source.html","searchKeys":["requirePhoneNumberTextSource","inline fun TextSource.requirePhoneNumberTextSource(): PhoneNumberTextSource","dev.inmo.tgbotapi.extensions.utils.requirePhoneNumberTextSource"]},{"name":"inline fun TextSource.requirePreTextSource(): PreTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requirePreTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pre-text-source.html","searchKeys":["requirePreTextSource","inline fun TextSource.requirePreTextSource(): PreTextSource","dev.inmo.tgbotapi.extensions.utils.requirePreTextSource"]},{"name":"inline fun TextSource.requireRegularTextSource(): RegularTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireRegularTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-regular-text-source.html","searchKeys":["requireRegularTextSource","inline fun TextSource.requireRegularTextSource(): RegularTextSource","dev.inmo.tgbotapi.extensions.utils.requireRegularTextSource"]},{"name":"inline fun TextSource.requireStrikethroughTextSource(): StrikethroughTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireStrikethroughTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-strikethrough-text-source.html","searchKeys":["requireStrikethroughTextSource","inline fun TextSource.requireStrikethroughTextSource(): StrikethroughTextSource","dev.inmo.tgbotapi.extensions.utils.requireStrikethroughTextSource"]},{"name":"inline fun TextSource.requireTextLinkTextSource(): TextLinkTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireTextLinkTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-text-link-text-source.html","searchKeys":["requireTextLinkTextSource","inline fun TextSource.requireTextLinkTextSource(): TextLinkTextSource","dev.inmo.tgbotapi.extensions.utils.requireTextLinkTextSource"]},{"name":"inline fun TextSource.requireTextMentionTextSource(): TextMentionTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireTextMentionTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-text-mention-text-source.html","searchKeys":["requireTextMentionTextSource","inline fun TextSource.requireTextMentionTextSource(): TextMentionTextSource","dev.inmo.tgbotapi.extensions.utils.requireTextMentionTextSource"]},{"name":"inline fun TextSource.requireURLTextSource(): URLTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireURLTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-u-r-l-text-source.html","searchKeys":["requireURLTextSource","inline fun TextSource.requireURLTextSource(): URLTextSource","dev.inmo.tgbotapi.extensions.utils.requireURLTextSource"]},{"name":"inline fun TextSource.requireUnderlineTextSource(): UnderlineTextSource","description":"dev.inmo.tgbotapi.extensions.utils.requireUnderlineTextSource","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-underline-text-source.html","searchKeys":["requireUnderlineTextSource","inline fun TextSource.requireUnderlineTextSource(): UnderlineTextSource","dev.inmo.tgbotapi.extensions.utils.requireUnderlineTextSource"]},{"name":"inline fun TextSourcesList.makeHtmlString(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeHtmlString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-html-string.html","searchKeys":["makeHtmlString","inline fun TextSourcesList.makeHtmlString(): String","dev.inmo.tgbotapi.utils.extensions.makeHtmlString"]},{"name":"inline fun TextSourcesList.makeMarkdownString(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeMarkdownString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-markdown-string.html","searchKeys":["makeMarkdownString","inline fun TextSourcesList.makeMarkdownString(): String","dev.inmo.tgbotapi.utils.extensions.makeMarkdownString"]},{"name":"inline fun TextSourcesList.makeMarkdownV2String(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeMarkdownV2String","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-markdown-v2-string.html","searchKeys":["makeMarkdownV2String","inline fun TextSourcesList.makeMarkdownV2String(): String","dev.inmo.tgbotapi.utils.extensions.makeMarkdownV2String"]},{"name":"inline fun TextSourcesList.makeSourceString(): String","description":"dev.inmo.tgbotapi.utils.extensions.makeSourceString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-source-string.html","searchKeys":["makeSourceString","inline fun TextSourcesList.makeSourceString(): String","dev.inmo.tgbotapi.utils.extensions.makeSourceString"]},{"name":"inline fun TextSourcesList.makeString(parseMode: ParseMode? = null): String","description":"dev.inmo.tgbotapi.utils.extensions.makeString","location":"docs/dev.inmo.tgbotapi.utils.extensions/make-string.html","searchKeys":["makeString","inline fun TextSourcesList.makeString(parseMode: ParseMode? = null): String","dev.inmo.tgbotapi.utils.extensions.makeString"]},{"name":"inline fun Update.asBaseEditMessageUpdate(): BaseEditMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-edit-message-update.html","searchKeys":["asBaseEditMessageUpdate","inline fun Update.asBaseEditMessageUpdate(): BaseEditMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asBaseEditMessageUpdate"]},{"name":"inline fun Update.asBaseMessageUpdate(): BaseMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-message-update.html","searchKeys":["asBaseMessageUpdate","inline fun Update.asBaseMessageUpdate(): BaseMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asBaseMessageUpdate"]},{"name":"inline fun Update.asBaseSentMessageUpdate(): BaseSentMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asBaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-base-sent-message-update.html","searchKeys":["asBaseSentMessageUpdate","inline fun Update.asBaseSentMessageUpdate(): BaseSentMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asBaseSentMessageUpdate"]},{"name":"inline fun Update.asCallbackQueryUpdate(): CallbackQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asCallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-callback-query-update.html","searchKeys":["asCallbackQueryUpdate","inline fun Update.asCallbackQueryUpdate(): CallbackQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asCallbackQueryUpdate"]},{"name":"inline fun Update.asChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-post-media-group-update.html","searchKeys":["asChannelPostMediaGroupUpdate","inline fun Update.asChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.asChannelPostUpdate(): ChannelPostUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-channel-post-update.html","searchKeys":["asChannelPostUpdate","inline fun Update.asChannelPostUpdate(): ChannelPostUpdate?","dev.inmo.tgbotapi.extensions.utils.asChannelPostUpdate"]},{"name":"inline fun Update.asChatJoinRequestUpdate(): ChatJoinRequestUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-join-request-update.html","searchKeys":["asChatJoinRequestUpdate","inline fun Update.asChatJoinRequestUpdate(): ChatJoinRequestUpdate?","dev.inmo.tgbotapi.extensions.utils.asChatJoinRequestUpdate"]},{"name":"inline fun Update.asChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chat-member-updated-update.html","searchKeys":["asChatMemberUpdatedUpdate","inline fun Update.asChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate?","dev.inmo.tgbotapi.extensions.utils.asChatMemberUpdatedUpdate"]},{"name":"inline fun Update.asChosenInlineResultUpdate(): ChosenInlineResultUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-chosen-inline-result-update.html","searchKeys":["asChosenInlineResultUpdate","inline fun Update.asChosenInlineResultUpdate(): ChosenInlineResultUpdate?","dev.inmo.tgbotapi.extensions.utils.asChosenInlineResultUpdate"]},{"name":"inline fun Update.asCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asCommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-common-chat-member-updated-update.html","searchKeys":["asCommonChatMemberUpdatedUpdate","inline fun Update.asCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate?","dev.inmo.tgbotapi.extensions.utils.asCommonChatMemberUpdatedUpdate"]},{"name":"inline fun Update.asEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-media-group-update.html","searchKeys":["asEditChannelPostMediaGroupUpdate","inline fun Update.asEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.asEditChannelPostUpdate(): EditChannelPostUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-channel-post-update.html","searchKeys":["asEditChannelPostUpdate","inline fun Update.asEditChannelPostUpdate(): EditChannelPostUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditChannelPostUpdate"]},{"name":"inline fun Update.asEditMediaGroupUpdate(): EditMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-media-group-update.html","searchKeys":["asEditMediaGroupUpdate","inline fun Update.asEditMediaGroupUpdate(): EditMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditMediaGroupUpdate"]},{"name":"inline fun Update.asEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-message-media-group-update.html","searchKeys":["asEditMessageMediaGroupUpdate","inline fun Update.asEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditMessageMediaGroupUpdate"]},{"name":"inline fun Update.asEditMessageUpdate(): EditMessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-edit-message-update.html","searchKeys":["asEditMessageUpdate","inline fun Update.asEditMessageUpdate(): EditMessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asEditMessageUpdate"]},{"name":"inline fun Update.asInlineQueryUpdate(): InlineQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asInlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-inline-query-update.html","searchKeys":["asInlineQueryUpdate","inline fun Update.asInlineQueryUpdate(): InlineQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asInlineQueryUpdate"]},{"name":"inline fun Update.asMediaGroupUpdate(): MediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-media-group-update.html","searchKeys":["asMediaGroupUpdate","inline fun Update.asMediaGroupUpdate(): MediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asMediaGroupUpdate"]},{"name":"inline fun Update.asMessageMediaGroupUpdate(): MessageMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-media-group-update.html","searchKeys":["asMessageMediaGroupUpdate","inline fun Update.asMessageMediaGroupUpdate(): MessageMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asMessageMediaGroupUpdate"]},{"name":"inline fun Update.asMessageUpdate(): MessageUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-message-update.html","searchKeys":["asMessageUpdate","inline fun Update.asMessageUpdate(): MessageUpdate?","dev.inmo.tgbotapi.extensions.utils.asMessageUpdate"]},{"name":"inline fun Update.asMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asMyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-my-chat-member-updated-update.html","searchKeys":["asMyChatMemberUpdatedUpdate","inline fun Update.asMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate?","dev.inmo.tgbotapi.extensions.utils.asMyChatMemberUpdatedUpdate"]},{"name":"inline fun Update.asPollAnswerUpdate(): PollAnswerUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asPollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-poll-answer-update.html","searchKeys":["asPollAnswerUpdate","inline fun Update.asPollAnswerUpdate(): PollAnswerUpdate?","dev.inmo.tgbotapi.extensions.utils.asPollAnswerUpdate"]},{"name":"inline fun Update.asPollUpdate(): PollUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asPollUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-poll-update.html","searchKeys":["asPollUpdate","inline fun Update.asPollUpdate(): PollUpdate?","dev.inmo.tgbotapi.extensions.utils.asPollUpdate"]},{"name":"inline fun Update.asPreCheckoutQueryUpdate(): PreCheckoutQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asPreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-pre-checkout-query-update.html","searchKeys":["asPreCheckoutQueryUpdate","inline fun Update.asPreCheckoutQueryUpdate(): PreCheckoutQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asPreCheckoutQueryUpdate"]},{"name":"inline fun Update.asSentMediaGroupUpdate(): SentMediaGroupUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-sent-media-group-update.html","searchKeys":["asSentMediaGroupUpdate","inline fun Update.asSentMediaGroupUpdate(): SentMediaGroupUpdate?","dev.inmo.tgbotapi.extensions.utils.asSentMediaGroupUpdate"]},{"name":"inline fun Update.asShippingQueryUpdate(): ShippingQueryUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-shipping-query-update.html","searchKeys":["asShippingQueryUpdate","inline fun Update.asShippingQueryUpdate(): ShippingQueryUpdate?","dev.inmo.tgbotapi.extensions.utils.asShippingQueryUpdate"]},{"name":"inline fun Update.asUnknownUpdate(): UnknownUpdate?","description":"dev.inmo.tgbotapi.extensions.utils.asUnknownUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-unknown-update.html","searchKeys":["asUnknownUpdate","inline fun Update.asUnknownUpdate(): UnknownUpdate?","dev.inmo.tgbotapi.extensions.utils.asUnknownUpdate"]},{"name":"inline fun Update.requireBaseEditMessageUpdate(): BaseEditMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-edit-message-update.html","searchKeys":["requireBaseEditMessageUpdate","inline fun Update.requireBaseEditMessageUpdate(): BaseEditMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireBaseEditMessageUpdate"]},{"name":"inline fun Update.requireBaseMessageUpdate(): BaseMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-message-update.html","searchKeys":["requireBaseMessageUpdate","inline fun Update.requireBaseMessageUpdate(): BaseMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireBaseMessageUpdate"]},{"name":"inline fun Update.requireBaseSentMessageUpdate(): BaseSentMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireBaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-base-sent-message-update.html","searchKeys":["requireBaseSentMessageUpdate","inline fun Update.requireBaseSentMessageUpdate(): BaseSentMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireBaseSentMessageUpdate"]},{"name":"inline fun Update.requireCallbackQueryUpdate(): CallbackQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireCallbackQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-callback-query-update.html","searchKeys":["requireCallbackQueryUpdate","inline fun Update.requireCallbackQueryUpdate(): CallbackQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requireCallbackQueryUpdate"]},{"name":"inline fun Update.requireChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-post-media-group-update.html","searchKeys":["requireChannelPostMediaGroupUpdate","inline fun Update.requireChannelPostMediaGroupUpdate(): ChannelPostMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.requireChannelPostUpdate(): ChannelPostUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-channel-post-update.html","searchKeys":["requireChannelPostUpdate","inline fun Update.requireChannelPostUpdate(): ChannelPostUpdate","dev.inmo.tgbotapi.extensions.utils.requireChannelPostUpdate"]},{"name":"inline fun Update.requireChatJoinRequestUpdate(): ChatJoinRequestUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChatJoinRequestUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-join-request-update.html","searchKeys":["requireChatJoinRequestUpdate","inline fun Update.requireChatJoinRequestUpdate(): ChatJoinRequestUpdate","dev.inmo.tgbotapi.extensions.utils.requireChatJoinRequestUpdate"]},{"name":"inline fun Update.requireChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chat-member-updated-update.html","searchKeys":["requireChatMemberUpdatedUpdate","inline fun Update.requireChatMemberUpdatedUpdate(): ChatMemberUpdatedUpdate","dev.inmo.tgbotapi.extensions.utils.requireChatMemberUpdatedUpdate"]},{"name":"inline fun Update.requireChosenInlineResultUpdate(): ChosenInlineResultUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireChosenInlineResultUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-chosen-inline-result-update.html","searchKeys":["requireChosenInlineResultUpdate","inline fun Update.requireChosenInlineResultUpdate(): ChosenInlineResultUpdate","dev.inmo.tgbotapi.extensions.utils.requireChosenInlineResultUpdate"]},{"name":"inline fun Update.requireCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireCommonChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-common-chat-member-updated-update.html","searchKeys":["requireCommonChatMemberUpdatedUpdate","inline fun Update.requireCommonChatMemberUpdatedUpdate(): CommonChatMemberUpdatedUpdate","dev.inmo.tgbotapi.extensions.utils.requireCommonChatMemberUpdatedUpdate"]},{"name":"inline fun Update.requireEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-media-group-update.html","searchKeys":["requireEditChannelPostMediaGroupUpdate","inline fun Update.requireEditChannelPostMediaGroupUpdate(): EditChannelPostMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostMediaGroupUpdate"]},{"name":"inline fun Update.requireEditChannelPostUpdate(): EditChannelPostUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-channel-post-update.html","searchKeys":["requireEditChannelPostUpdate","inline fun Update.requireEditChannelPostUpdate(): EditChannelPostUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditChannelPostUpdate"]},{"name":"inline fun Update.requireEditMediaGroupUpdate(): EditMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-media-group-update.html","searchKeys":["requireEditMediaGroupUpdate","inline fun Update.requireEditMediaGroupUpdate(): EditMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditMediaGroupUpdate"]},{"name":"inline fun Update.requireEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-message-media-group-update.html","searchKeys":["requireEditMessageMediaGroupUpdate","inline fun Update.requireEditMessageMediaGroupUpdate(): EditMessageMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditMessageMediaGroupUpdate"]},{"name":"inline fun Update.requireEditMessageUpdate(): EditMessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-edit-message-update.html","searchKeys":["requireEditMessageUpdate","inline fun Update.requireEditMessageUpdate(): EditMessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireEditMessageUpdate"]},{"name":"inline fun Update.requireInlineQueryUpdate(): InlineQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireInlineQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-inline-query-update.html","searchKeys":["requireInlineQueryUpdate","inline fun Update.requireInlineQueryUpdate(): InlineQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requireInlineQueryUpdate"]},{"name":"inline fun Update.requireMediaGroupUpdate(): MediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-media-group-update.html","searchKeys":["requireMediaGroupUpdate","inline fun Update.requireMediaGroupUpdate(): MediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireMediaGroupUpdate"]},{"name":"inline fun Update.requireMessageMediaGroupUpdate(): MessageMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-media-group-update.html","searchKeys":["requireMessageMediaGroupUpdate","inline fun Update.requireMessageMediaGroupUpdate(): MessageMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireMessageMediaGroupUpdate"]},{"name":"inline fun Update.requireMessageUpdate(): MessageUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMessageUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-message-update.html","searchKeys":["requireMessageUpdate","inline fun Update.requireMessageUpdate(): MessageUpdate","dev.inmo.tgbotapi.extensions.utils.requireMessageUpdate"]},{"name":"inline fun Update.requireMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireMyChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-my-chat-member-updated-update.html","searchKeys":["requireMyChatMemberUpdatedUpdate","inline fun Update.requireMyChatMemberUpdatedUpdate(): MyChatMemberUpdatedUpdate","dev.inmo.tgbotapi.extensions.utils.requireMyChatMemberUpdatedUpdate"]},{"name":"inline fun Update.requirePollAnswerUpdate(): PollAnswerUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requirePollAnswerUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-poll-answer-update.html","searchKeys":["requirePollAnswerUpdate","inline fun Update.requirePollAnswerUpdate(): PollAnswerUpdate","dev.inmo.tgbotapi.extensions.utils.requirePollAnswerUpdate"]},{"name":"inline fun Update.requirePollUpdate(): PollUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requirePollUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-poll-update.html","searchKeys":["requirePollUpdate","inline fun Update.requirePollUpdate(): PollUpdate","dev.inmo.tgbotapi.extensions.utils.requirePollUpdate"]},{"name":"inline fun Update.requirePreCheckoutQueryUpdate(): PreCheckoutQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requirePreCheckoutQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-pre-checkout-query-update.html","searchKeys":["requirePreCheckoutQueryUpdate","inline fun Update.requirePreCheckoutQueryUpdate(): PreCheckoutQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requirePreCheckoutQueryUpdate"]},{"name":"inline fun Update.requireSentMediaGroupUpdate(): SentMediaGroupUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireSentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-sent-media-group-update.html","searchKeys":["requireSentMediaGroupUpdate","inline fun Update.requireSentMediaGroupUpdate(): SentMediaGroupUpdate","dev.inmo.tgbotapi.extensions.utils.requireSentMediaGroupUpdate"]},{"name":"inline fun Update.requireShippingQueryUpdate(): ShippingQueryUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireShippingQueryUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-shipping-query-update.html","searchKeys":["requireShippingQueryUpdate","inline fun Update.requireShippingQueryUpdate(): ShippingQueryUpdate","dev.inmo.tgbotapi.extensions.utils.requireShippingQueryUpdate"]},{"name":"inline fun Update.requireUnknownUpdate(): UnknownUpdate","description":"dev.inmo.tgbotapi.extensions.utils.requireUnknownUpdate","location":"docs/dev.inmo.tgbotapi.extensions.utils/require-unknown-update.html","searchKeys":["requireUnknownUpdate","inline fun Update.requireUnknownUpdate(): UnknownUpdate","dev.inmo.tgbotapi.extensions.utils.requireUnknownUpdate"]},{"name":"inline fun User.mention(parts: TextSourcesList): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun User.mention(parts: TextSourcesList): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun User.mention(text: String): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun User.mention(text: String): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun UserId.mention(parts: TextSourcesList): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun UserId.mention(parts: TextSourcesList): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun UserId.mention(text: String): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun UserId.mention(text: String): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun VideoFile.toTelegramMediaVideo(text: String? = null, parseMode: ParseMode? = null): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.files.toTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html","searchKeys":["toTelegramMediaVideo","inline fun VideoFile.toTelegramMediaVideo(text: String? = null, parseMode: ParseMode? = null): TelegramMediaVideo","dev.inmo.tgbotapi.types.files.toTelegramMediaVideo"]},{"name":"inline fun VideoFile.toTelegramMediaVideo(textSources: TextSourcesList): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.files.toTelegramMediaVideo","location":"docs/dev.inmo.tgbotapi.types.files/to-telegram-media-video.html","searchKeys":["toTelegramMediaVideo","inline fun VideoFile.toTelegramMediaVideo(textSources: TextSourcesList): TelegramMediaVideo","dev.inmo.tgbotapi.types.files.toTelegramMediaVideo"]},{"name":"inline fun bold(parts: TextSourcesList): BoldTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.bold","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bold.html","searchKeys":["bold","inline fun bold(parts: TextSourcesList): BoldTextSource","dev.inmo.tgbotapi.types.message.textsources.bold"]},{"name":"inline fun bold(text: String): BoldTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.bold","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bold.html","searchKeys":["bold","inline fun bold(text: String): BoldTextSource","dev.inmo.tgbotapi.types.message.textsources.bold"]},{"name":"inline fun bold(vararg parts: TextSource): BoldTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.bold","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bold.html","searchKeys":["bold","inline fun bold(vararg parts: TextSource): BoldTextSource","dev.inmo.tgbotapi.types.message.textsources.bold"]},{"name":"inline fun botCommand(command: String): BotCommandTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.botCommand","location":"docs/dev.inmo.tgbotapi.types.message.textsources/bot-command.html","searchKeys":["botCommand","inline fun botCommand(command: String): BotCommandTextSource","dev.inmo.tgbotapi.types.message.textsources.botCommand"]},{"name":"inline fun cashTag(parts: TextSourcesList): CashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.cashTag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html","searchKeys":["cashTag","inline fun cashTag(parts: TextSourcesList): CashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.cashTag"]},{"name":"inline fun cashTag(tag: String): CashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.cashTag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html","searchKeys":["cashTag","inline fun cashTag(tag: String): CashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.cashTag"]},{"name":"inline fun cashTag(vararg parts: TextSource): CashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.cashTag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/cash-tag.html","searchKeys":["cashTag","inline fun cashTag(vararg parts: TextSource): CashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.cashTag"]},{"name":"inline fun code(code: String): CodeTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.code","location":"docs/dev.inmo.tgbotapi.types.message.textsources/code.html","searchKeys":["code","inline fun code(code: String): CodeTextSource","dev.inmo.tgbotapi.types.message.textsources.code"]},{"name":"inline fun email(emailAddress: String): EMailTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.email","location":"docs/dev.inmo.tgbotapi.types.message.textsources/email.html","searchKeys":["email","inline fun email(emailAddress: String): EMailTextSource","dev.inmo.tgbotapi.types.message.textsources.email"]},{"name":"inline fun email(parts: TextSourcesList): EMailTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.email","location":"docs/dev.inmo.tgbotapi.types.message.textsources/email.html","searchKeys":["email","inline fun email(parts: TextSourcesList): EMailTextSource","dev.inmo.tgbotapi.types.message.textsources.email"]},{"name":"inline fun email(vararg parts: TextSource): EMailTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.email","location":"docs/dev.inmo.tgbotapi.types.message.textsources/email.html","searchKeys":["email","inline fun email(vararg parts: TextSource): EMailTextSource","dev.inmo.tgbotapi.types.message.textsources.email"]},{"name":"inline fun flowsUpdatesFilter(internalChannelsSizes: Int = 100, block: FlowsUpdatesFilter.() -> Unit): FlowsUpdatesFilter","description":"dev.inmo.tgbotapi.extensions.utils.updates.flowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates/flows-updates-filter.html","searchKeys":["flowsUpdatesFilter","inline fun flowsUpdatesFilter(internalChannelsSizes: Int = 100, block: FlowsUpdatesFilter.() -> Unit): FlowsUpdatesFilter","dev.inmo.tgbotapi.extensions.utils.updates.flowsUpdatesFilter"]},{"name":"inline fun handleResult(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","description":"dev.inmo.tgbotapi.webapps.handleResult","location":"docs/dev.inmo.tgbotapi.webapps/handle-result.html","searchKeys":["handleResult","inline fun handleResult(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","dev.inmo.tgbotapi.webapps.handleResult"]},{"name":"inline fun hashtag(hashtag: String): HashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.hashtag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/hashtag.html","searchKeys":["hashtag","inline fun hashtag(hashtag: String): HashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.hashtag"]},{"name":"inline fun hashtag(parts: TextSourcesList): HashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.hashtag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/hashtag.html","searchKeys":["hashtag","inline fun hashtag(parts: TextSourcesList): HashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.hashtag"]},{"name":"inline fun hashtag(vararg parts: TextSource): HashTagTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.hashtag","location":"docs/dev.inmo.tgbotapi.types.message.textsources/hashtag.html","searchKeys":["hashtag","inline fun hashtag(vararg parts: TextSource): HashTagTextSource","dev.inmo.tgbotapi.types.message.textsources.hashtag"]},{"name":"inline fun inlineKeyboard(block: InlineKeyboardBuilder.() -> Unit): InlineKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/inline-keyboard.html","searchKeys":["inlineKeyboard","inline fun inlineKeyboard(block: InlineKeyboardBuilder.() -> Unit): InlineKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.inlineKeyboard"]},{"name":"inline fun italic(parts: TextSourcesList): ItalicTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.italic","location":"docs/dev.inmo.tgbotapi.types.message.textsources/italic.html","searchKeys":["italic","inline fun italic(parts: TextSourcesList): ItalicTextSource","dev.inmo.tgbotapi.types.message.textsources.italic"]},{"name":"inline fun italic(text: String): ItalicTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.italic","location":"docs/dev.inmo.tgbotapi.types.message.textsources/italic.html","searchKeys":["italic","inline fun italic(text: String): ItalicTextSource","dev.inmo.tgbotapi.types.message.textsources.italic"]},{"name":"inline fun italic(vararg parts: TextSource): ItalicTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.italic","location":"docs/dev.inmo.tgbotapi.types.message.textsources/italic.html","searchKeys":["italic","inline fun italic(vararg parts: TextSource): ItalicTextSource","dev.inmo.tgbotapi.types.message.textsources.italic"]},{"name":"inline fun link(text: String, url: String): TextLinkTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.link","location":"docs/dev.inmo.tgbotapi.types.message.textsources/link.html","searchKeys":["link","inline fun link(text: String, url: String): TextLinkTextSource","dev.inmo.tgbotapi.types.message.textsources.link"]},{"name":"inline fun link(url: String): URLTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.link","location":"docs/dev.inmo.tgbotapi.types.message.textsources/link.html","searchKeys":["link","inline fun link(url: String): URLTextSource","dev.inmo.tgbotapi.types.message.textsources.link"]},{"name":"inline fun makeDeepLink(username: Username, startParameter: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeDeepLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-deep-link.html","searchKeys":["makeDeepLink","inline fun makeDeepLink(username: Username, startParameter: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeDeepLink"]},{"name":"inline fun makeLink(username: Username): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-link.html","searchKeys":["makeLink","inline fun makeLink(username: Username): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeLink"]},{"name":"inline fun makeTelegramDeepLink(username: String, startParameter: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html","searchKeys":["makeTelegramDeepLink","inline fun makeTelegramDeepLink(username: String, startParameter: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink"]},{"name":"inline fun makeTelegramDeepLink(username: Username, startParameter: String): String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/make-telegram-deep-link.html","searchKeys":["makeTelegramDeepLink","inline fun makeTelegramDeepLink(username: Username, startParameter: String): String","dev.inmo.tgbotapi.extensions.utils.formatting.makeTelegramDeepLink"]},{"name":"inline fun mention(parts: TextSourcesList): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(parts: TextSourcesList, id: Identifier): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList, id: Identifier): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(parts: TextSourcesList, user: User): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList, user: User): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(parts: TextSourcesList, userId: UserId): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(parts: TextSourcesList, userId: UserId): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(text: String, id: Identifier): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(text: String, id: Identifier): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(text: String, user: User): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(text: String, user: User): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(text: String, userId: UserId): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(text: String, userId: UserId): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/mention.html","searchKeys":["mention","inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","dev.inmo.tgbotapi.types.MessageEntity.textsources.mention"]},{"name":"inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(user: User, vararg parts: TextSource): TextMentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(vararg parts: TextSource): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(vararg parts: TextSource): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(whoToMention: String): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(whoToMention: String): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun mention(whoToMention: Username): MentionTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.mention","location":"docs/dev.inmo.tgbotapi.types.message.textsources/mention.html","searchKeys":["mention","inline fun mention(whoToMention: Username): MentionTextSource","dev.inmo.tgbotapi.types.message.textsources.mention"]},{"name":"inline fun phone(number: String): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.phone","location":"docs/dev.inmo.tgbotapi.types.message.textsources/phone.html","searchKeys":["phone","inline fun phone(number: String): PhoneNumberTextSource","dev.inmo.tgbotapi.types.message.textsources.phone"]},{"name":"inline fun phone(parts: TextSourcesList): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.phone","location":"docs/dev.inmo.tgbotapi.types.message.textsources/phone.html","searchKeys":["phone","inline fun phone(parts: TextSourcesList): PhoneNumberTextSource","dev.inmo.tgbotapi.types.message.textsources.phone"]},{"name":"inline fun phone(vararg parts: TextSource): PhoneNumberTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.phone","location":"docs/dev.inmo.tgbotapi.types.message.textsources/phone.html","searchKeys":["phone","inline fun phone(vararg parts: TextSource): PhoneNumberTextSource","dev.inmo.tgbotapi.types.message.textsources.phone"]},{"name":"inline fun pre(code: String, language: String? = null): PreTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.pre","location":"docs/dev.inmo.tgbotapi.types.message.textsources/pre.html","searchKeys":["pre","inline fun pre(code: String, language: String? = null): PreTextSource","dev.inmo.tgbotapi.types.message.textsources.pre"]},{"name":"inline fun regular(text: String): RegularTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.regular","location":"docs/dev.inmo.tgbotapi.types.message.textsources/regular.html","searchKeys":["regular","inline fun regular(text: String): RegularTextSource","dev.inmo.tgbotapi.types.message.textsources.regular"]},{"name":"inline fun replyKeyboard(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, block: ReplyKeyboardBuilder.() -> Unit): ReplyKeyboardMarkup","description":"dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.buttons/reply-keyboard.html","searchKeys":["replyKeyboard","inline fun replyKeyboard(resizeKeyboard: Boolean? = null, oneTimeKeyboard: Boolean? = null, inputFieldPlaceholder: String? = null, selective: Boolean? = null, block: ReplyKeyboardBuilder.() -> Unit): ReplyKeyboardMarkup","dev.inmo.tgbotapi.extensions.utils.types.buttons.replyKeyboard"]},{"name":"inline fun sendDataOrWorkWithQueryId(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","description":"dev.inmo.tgbotapi.webapps.sendDataOrWorkWithQueryId","location":"docs/dev.inmo.tgbotapi.webapps/send-data-or-work-with-query-id.html","searchKeys":["sendDataOrWorkWithQueryId","inline fun sendDataOrWorkWithQueryId(onSendData: () -> String?, onAnswerWebAppQuery: (WebAppQueryId) -> Unit)","dev.inmo.tgbotapi.webapps.sendDataOrWorkWithQueryId"]},{"name":"inline fun spoiler(parts: TextSourcesList): SpoilerTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.spoiler","location":"docs/dev.inmo.tgbotapi.types.message.textsources/spoiler.html","searchKeys":["spoiler","inline fun spoiler(parts: TextSourcesList): SpoilerTextSource","dev.inmo.tgbotapi.types.message.textsources.spoiler"]},{"name":"inline fun spoiler(text: String): SpoilerTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.spoiler","location":"docs/dev.inmo.tgbotapi.types.message.textsources/spoiler.html","searchKeys":["spoiler","inline fun spoiler(text: String): SpoilerTextSource","dev.inmo.tgbotapi.types.message.textsources.spoiler"]},{"name":"inline fun spoiler(vararg parts: TextSource): SpoilerTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.spoiler","location":"docs/dev.inmo.tgbotapi.types.message.textsources/spoiler.html","searchKeys":["spoiler","inline fun spoiler(vararg parts: TextSource): SpoilerTextSource","dev.inmo.tgbotapi.types.message.textsources.spoiler"]},{"name":"inline fun strikethrough(parts: TextSourcesList): StrikethroughTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.strikethrough","location":"docs/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html","searchKeys":["strikethrough","inline fun strikethrough(parts: TextSourcesList): StrikethroughTextSource","dev.inmo.tgbotapi.types.message.textsources.strikethrough"]},{"name":"inline fun strikethrough(text: String): StrikethroughTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.strikethrough","location":"docs/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html","searchKeys":["strikethrough","inline fun strikethrough(text: String): StrikethroughTextSource","dev.inmo.tgbotapi.types.message.textsources.strikethrough"]},{"name":"inline fun strikethrough(vararg parts: TextSource): StrikethroughTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.strikethrough","location":"docs/dev.inmo.tgbotapi.types.message.textsources/strikethrough.html","searchKeys":["strikethrough","inline fun strikethrough(vararg parts: TextSource): StrikethroughTextSource","dev.inmo.tgbotapi.types.message.textsources.strikethrough"]},{"name":"inline fun telegramBot(bots: List, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(bots: List, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: () -> Unit = {\n bots.forEach(TelegramBot::close)\n }): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","description":"dev.inmo.tgbotapi.bot.ktor.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","dev.inmo.tgbotapi.bot.ktor.telegramBot"]},{"name":"inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","description":"dev.inmo.tgbotapi.bot.ktor.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.ktor/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, builder: KtorRequestsExecutorBuilder.() -> Unit = {}): TelegramBot","dev.inmo.tgbotapi.bot.ktor.telegramBot"]},{"name":"inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, client: HttpClient = HttpClient()): TelegramBot","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, client: HttpClient = HttpClient()): TelegramBot","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(token: String, clientEngine: HttpClientEngine, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(token: String, clientEngine: HttpClientEngine, apiUrl: String = telegramBotAPIDefaultUrl, testServer: Boolean = false, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","description":"dev.inmo.tgbotapi.bot.multiserver.telegramBot","location":"docs/dev.inmo.tgbotapi.bot.multiserver/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): TelegramBot","dev.inmo.tgbotapi.bot.multiserver.telegramBot"]},{"name":"inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientEngine: HttpClientEngine, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, clientEngine: HttpClientEngine, noinline clientConfig: HttpClientConfig<*>.() -> Unit = {}): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","description":"dev.inmo.tgbotapi.extensions.api.telegramBot","location":"docs/dev.inmo.tgbotapi.extensions.api/telegram-bot.html","searchKeys":["telegramBot","inline fun telegramBot(urlsKeeper: TelegramAPIUrlsKeeper, noinline clientConfig: HttpClientConfig<*>.() -> Unit): RequestsExecutor","dev.inmo.tgbotapi.extensions.api.telegramBot"]},{"name":"inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): List","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElse","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/text-sources-or-else.html","searchKeys":["textSourcesOrElse","inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): List","dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElse"]},{"name":"inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElse","location":"docs/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else.html","searchKeys":["textSourcesOrElse","inline fun textSourcesOrElse(textSources: TextSourcesList, block: () -> TextSourcesList): TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElse"]},{"name":"inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): List","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElseTextSource","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/text-sources-or-else-text-source.html","searchKeys":["textSourcesOrElseTextSource","inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): List","dev.inmo.tgbotapi.types.MessageEntity.textsources.textSourcesOrElseTextSource"]},{"name":"inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElseTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/text-sources-or-else-text-source.html","searchKeys":["textSourcesOrElseTextSource","inline fun textSourcesOrElseTextSource(textSources: TextSourcesList, block: () -> TextSource): TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.textSourcesOrElseTextSource"]},{"name":"inline fun underline(parts: TextSourcesList): UnderlineTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.underline","location":"docs/dev.inmo.tgbotapi.types.message.textsources/underline.html","searchKeys":["underline","inline fun underline(parts: TextSourcesList): UnderlineTextSource","dev.inmo.tgbotapi.types.message.textsources.underline"]},{"name":"inline fun underline(text: String): UnderlineTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.underline","location":"docs/dev.inmo.tgbotapi.types.message.textsources/underline.html","searchKeys":["underline","inline fun underline(text: String): UnderlineTextSource","dev.inmo.tgbotapi.types.message.textsources.underline"]},{"name":"inline fun underline(vararg parts: TextSource): UnderlineTextSource","description":"dev.inmo.tgbotapi.types.message.textsources.underline","location":"docs/dev.inmo.tgbotapi.types.message.textsources/underline.html","searchKeys":["underline","inline fun underline(vararg parts: TextSource): UnderlineTextSource","dev.inmo.tgbotapi.types.message.textsources.underline"]},{"name":"inline operator fun List.plus(text: String): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun List.plus(text: String): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun TextSource.plus(other: List): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun TextSource.plus(other: List): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun TextSource.plus(other: TextSource): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun TextSource.plus(other: TextSource): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun TextSource.plus(text: String): List","description":"dev.inmo.tgbotapi.types.message.textsources.plus","location":"docs/dev.inmo.tgbotapi.types.message.textsources/plus.html","searchKeys":["plus","inline operator fun TextSource.plus(text: String): List","dev.inmo.tgbotapi.types.message.textsources.plus"]},{"name":"inline operator fun invoke(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html","searchKeys":["invoke","inline operator fun invoke(keepers: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(TelegramAPIUrlsKeeper) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke"]},{"name":"inline operator fun invoke(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html","searchKeys":["invoke","inline operator fun invoke(tokens: Iterable>, crossinline builder: KtorRequestsExecutorBuilder.(Pair) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke"]},{"name":"inline operator fun invoke(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/invoke.html","searchKeys":["invoke","inline operator fun invoke(tokens: Iterable, crossinline builder: KtorRequestsExecutorBuilder.(String) -> Unit = {}, noinline botSelector: suspend List.(currentBotIndex: Int, t: Throwable?) -> TelegramBot = { i, _ ->\n getOrElse(i + 1) { first() }\n }, noinline onClose: (List) -> Unit? = null): SimpleMultiServerRequestsExecutor","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion.invoke"]},{"name":"inline suspend fun BehaviourContext.waitPassportMessagesWith(count: Int = 1, initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }, filter: SimpleFilter? = null, noinline mapper: PassportMessageMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessagesWith","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages-with.html","searchKeys":["waitPassportMessagesWith","inline suspend fun BehaviourContext.waitPassportMessagesWith(count: Int = 1, initRequest: Request<*>? = null, noinline errorFactory: NullableRequestBuilder<*> = { null }, filter: SimpleFilter? = null, noinline mapper: PassportMessageMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessagesWith"]},{"name":"inline suspend fun ByteReadChannel.asMultipartFile(fileName: String): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","inline suspend fun ByteReadChannel.asMultipartFile(fileName: String): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"inline suspend fun ByteReadChannelAllocator.asMultipartFile(fileName: String): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.asMultipartFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/as-multipart-file.html","searchKeys":["asMultipartFile","inline suspend fun ByteReadChannelAllocator.asMultipartFile(fileName: String): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.asMultipartFile"]},{"name":"inline suspend fun TelegramBot.close(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.close","location":"docs/dev.inmo.tgbotapi.extensions.api/close.html","searchKeys":["close","inline suspend fun TelegramBot.close(): Boolean","dev.inmo.tgbotapi.extensions.api.close"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChat: Chat, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-message.html","searchKeys":["copyMessage","inline suspend fun TelegramBot.copyMessage(toChatId: ChatIdentifier, message: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.copyMessage"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: Chat, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChat: ChatIdentifier, update: SentMediaGroupUpdate, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.copyMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.send/copy-messages.html","searchKeys":["copyMessages","inline suspend fun TelegramBot.copyMessages(toChatId: ChatIdentifier, messages: List>, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.copyMessages"]},{"name":"inline suspend fun TelegramBot.logOut(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.logOut","location":"docs/dev.inmo.tgbotapi.extensions.api/log-out.html","searchKeys":["logOut","inline suspend fun TelegramBot.logOut(): Boolean","dev.inmo.tgbotapi.extensions.api.logOut"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, animationType: DiceAnimationType, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, animationType: DiceAnimationType, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, entities: TextSourcesList, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, entities: TextSourcesList, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, copy: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, copy: Message, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, fromChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, fromChat: Chat, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, fromChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, fromChatId: ChatIdentifier, messageId: MessageIdentifier, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): Long","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, poll: Poll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, poll: Poll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, entities: TextSourcesList, isAnonymous: Boolean = true, isClosed: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, entities: TextSourcesList, isAnonymous: Boolean = true, isClosed: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, entities: TextSourcesList, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, entities: TextSourcesList, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, quizPoll: QuizPoll, isClosed: Boolean = false, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","inline suspend fun TelegramBot.reply(to: Message, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, entities: TextSourcesList, thumb: InputFile? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html","searchKeys":["replyWithAnimation","inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, entities: TextSourcesList, thumb: InputFile? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation"]},{"name":"inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-animation.html","searchKeys":["replyWithAnimation","inline suspend fun TelegramBot.replyWithAnimation(to: Message, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAnimation"]},{"name":"inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html","searchKeys":["replyWithAudio","inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAudio"]},{"name":"inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-audio.html","searchKeys":["replyWithAudio","inline suspend fun TelegramBot.replyWithAudio(to: Message, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithAudio"]},{"name":"inline suspend fun TelegramBot.replyWithDice(to: Message, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-dice.html","searchKeys":["replyWithDice","inline suspend fun TelegramBot.replyWithDice(to: Message, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithDice"]},{"name":"inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html","searchKeys":["replyWithDocument","inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithDocument"]},{"name":"inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-document.html","searchKeys":["replyWithDocument","inline suspend fun TelegramBot.replyWithDocument(to: Message, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithDocument"]},{"name":"inline suspend fun TelegramBot.replyWithDocuments(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithDocuments","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-documents.html","searchKeys":["replyWithDocuments","inline suspend fun TelegramBot.replyWithDocuments(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithDocuments"]},{"name":"inline suspend fun TelegramBot.replyWithGallery(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithGallery","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-gallery.html","searchKeys":["replyWithGallery","inline suspend fun TelegramBot.replyWithGallery(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithGallery"]},{"name":"inline suspend fun TelegramBot.replyWithGame(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html","searchKeys":["replyWithGame","inline suspend fun TelegramBot.replyWithGame(to: Message, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithGame"]},{"name":"inline suspend fun TelegramBot.replyWithGame(to: Message, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-game.html","searchKeys":["replyWithGame","inline suspend fun TelegramBot.replyWithGame(to: Message, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithGame"]},{"name":"inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html","searchKeys":["replyWithLiveLocation","inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation"]},{"name":"inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/reply-with-live-location.html","searchKeys":["replyWithLiveLocation","inline suspend fun TelegramBot.replyWithLiveLocation(to: Message, scope: CoroutineScope, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.replyWithLiveLocation"]},{"name":"inline suspend fun TelegramBot.replyWithMediaGroup(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-media-group.html","searchKeys":["replyWithMediaGroup","inline suspend fun TelegramBot.replyWithMediaGroup(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithMediaGroup"]},{"name":"inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html","searchKeys":["replyWithPhoto","inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto"]},{"name":"inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-photo.html","searchKeys":["replyWithPhoto","inline suspend fun TelegramBot.replyWithPhoto(to: Message, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithPhoto"]},{"name":"inline suspend fun TelegramBot.replyWithPlaylist(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-playlist.html","searchKeys":["replyWithPlaylist","inline suspend fun TelegramBot.replyWithPlaylist(to: Message, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.replyWithPlaylist"]},{"name":"inline suspend fun TelegramBot.replyWithSticker(to: Message, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-sticker.html","searchKeys":["replyWithSticker","inline suspend fun TelegramBot.replyWithSticker(to: Message, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithSticker"]},{"name":"inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html","searchKeys":["replyWithVideo","inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVideo"]},{"name":"inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-video.html","searchKeys":["replyWithVideo","inline suspend fun TelegramBot.replyWithVideo(to: Message, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVideo"]},{"name":"inline suspend fun TelegramBot.replyWithVideoNote(to: Message, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-video-note.html","searchKeys":["replyWithVideoNote","inline suspend fun TelegramBot.replyWithVideoNote(to: Message, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVideoNote"]},{"name":"inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html","searchKeys":["replyWithVoice","inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVoice"]},{"name":"inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.replyWithVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply-with-voice.html","searchKeys":["replyWithVoice","inline suspend fun TelegramBot.replyWithVoice(to: Message, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.replyWithVoice"]},{"name":"inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, entities: TextSourcesList, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","inline suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"inline suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","inline suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","inline suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","inline suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, entities: TextSourcesList, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"inline suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","inline suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, entities: TextSourcesList, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","inline suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, entities: TextSourcesList, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"interface AdministratorChatMember : SpecialRightsChatMember, ChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/index.html","searchKeys":["AdministratorChatMember","interface AdministratorChatMember : SpecialRightsChatMember, ChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember"]},{"name":"interface Amounted","description":"dev.inmo.tgbotapi.types.payments.abstracts.Amounted","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/index.html","searchKeys":["Amounted","interface Amounted","dev.inmo.tgbotapi.types.payments.abstracts.Amounted"]},{"name":"interface AnonymousGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/index.html","searchKeys":["AnonymousGroupContentMessage","interface AnonymousGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage"]},{"name":"interface AnswerPreCheckoutQuery : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/index.html","searchKeys":["AnswerPreCheckoutQuery","interface AnswerPreCheckoutQuery : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery"]},{"name":"interface AnswerShippingQuery : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/index.html","searchKeys":["AnswerShippingQuery","interface AnswerShippingQuery : SimpleRequest ","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery"]},{"name":"interface AudioMediaGroupContent : MediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-media-group-content/index.html","searchKeys":["AudioMediaGroupContent","interface AudioMediaGroupContent : MediaGroupContent","dev.inmo.tgbotapi.types.message.content.AudioMediaGroupContent"]},{"name":"interface AudioMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.AudioMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-audio-media-group-member-telegram-media/index.html","searchKeys":["AudioMediaGroupMemberTelegramMedia","interface AudioMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.AudioMediaGroupMemberTelegramMedia"]},{"name":"interface BannedChatMember : ChatMember, UntilDate","description":"dev.inmo.tgbotapi.types.chat.member.BannedChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-banned-chat-member/index.html","searchKeys":["BannedChatMember","interface BannedChatMember : ChatMember, UntilDate","dev.inmo.tgbotapi.types.chat.member.BannedChatMember"]},{"name":"interface BaseEditMessageUpdate : BaseMessageUpdate","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-edit-message-update/index.html","searchKeys":["BaseEditMessageUpdate","interface BaseEditMessageUpdate : BaseMessageUpdate","dev.inmo.tgbotapi.types.update.abstracts.BaseEditMessageUpdate"]},{"name":"interface BaseMessageUpdate : Update","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-message-update/index.html","searchKeys":["BaseMessageUpdate","interface BaseMessageUpdate : Update","dev.inmo.tgbotapi.types.update.abstracts.BaseMessageUpdate"]},{"name":"interface BaseSentMessageUpdate : BaseMessageUpdate","description":"dev.inmo.tgbotapi.types.update.abstracts.BaseSentMessageUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-base-sent-message-update/index.html","searchKeys":["BaseSentMessageUpdate","interface BaseSentMessageUpdate : BaseMessageUpdate","dev.inmo.tgbotapi.types.update.abstracts.BaseSentMessageUpdate"]},{"name":"interface BehaviourContext : FlowsUpdatesFilter, RequestsExecutor, CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/index.html","searchKeys":["BehaviourContext","interface BehaviourContext : FlowsUpdatesFilter, RequestsExecutor, CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext"]},{"name":"interface BehaviourContextWithFSM : BehaviourContext, StatesMachine ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/index.html","searchKeys":["BehaviourContextWithFSM","interface BehaviourContextWithFSM : BehaviourContext, StatesMachine ","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM"]},{"name":"interface BotAction","description":"dev.inmo.tgbotapi.types.actions.BotAction","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action/index.html","searchKeys":["BotAction","interface BotAction","dev.inmo.tgbotapi.types.actions.BotAction"]},{"name":"interface BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/index.html","searchKeys":["BotCommandScope","interface BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScope"]},{"name":"interface CallbackQuery : FromUser","description":"dev.inmo.tgbotapi.types.queries.callback.CallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-callback-query/index.html","searchKeys":["CallbackQuery","interface CallbackQuery : FromUser","dev.inmo.tgbotapi.types.queries.callback.CallbackQuery"]},{"name":"interface ChannelChat : SuperPublicChat","description":"dev.inmo.tgbotapi.types.chat.ChannelChat","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat/index.html","searchKeys":["ChannelChat","interface ChannelChat : SuperPublicChat","dev.inmo.tgbotapi.types.chat.ChannelChat"]},{"name":"interface ChannelContentMessage : PossiblySentViaBotCommonMessage , SignedMessage, WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/index.html","searchKeys":["ChannelContentMessage","interface ChannelContentMessage : PossiblySentViaBotCommonMessage , SignedMessage, WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage"]},{"name":"interface ChannelEvent : ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChannelEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-channel-event/index.html","searchKeys":["ChannelEvent","interface ChannelEvent : ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChannelEvent"]},{"name":"interface Chat","description":"dev.inmo.tgbotapi.types.chat.Chat","location":"docs/dev.inmo.tgbotapi.types.chat/-chat/index.html","searchKeys":["Chat","interface Chat","dev.inmo.tgbotapi.types.chat.Chat"]},{"name":"interface ChatAdministratorRights : SpecialChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights/index.html","searchKeys":["ChatAdministratorRights","interface ChatAdministratorRights : SpecialChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRights"]},{"name":"interface ChatBotCommandScope : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.ChatBotCommandScope","location":"docs/dev.inmo.tgbotapi.types.commands/-chat-bot-command-scope/index.html","searchKeys":["ChatBotCommandScope","interface ChatBotCommandScope : BotCommandScope","dev.inmo.tgbotapi.types.commands.ChatBotCommandScope"]},{"name":"interface ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChatEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-chat-event/index.html","searchKeys":["ChatEvent","interface ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.ChatEvent"]},{"name":"interface ChatEventMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-chat-event-message/index.html","searchKeys":["ChatEventMessage","interface ChatEventMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.ChatEventMessage"]},{"name":"interface ChatInviteLink : WithUser","description":"dev.inmo.tgbotapi.types.ChatInviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/index.html","searchKeys":["ChatInviteLink","interface ChatInviteLink : WithUser","dev.inmo.tgbotapi.types.ChatInviteLink"]},{"name":"interface ChatInviteLinkRequest : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-invite-link-request/index.html","searchKeys":["ChatInviteLinkRequest","interface ChatInviteLinkRequest : SimpleRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.ChatInviteLinkRequest"]},{"name":"interface ChatJoinRequestAnswer : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/index.html","searchKeys":["ChatJoinRequestAnswer","interface ChatJoinRequestAnswer : SimpleRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer"]},{"name":"interface ChatMember : WithUser","description":"dev.inmo.tgbotapi.types.chat.member.ChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member/index.html","searchKeys":["ChatMember","interface ChatMember : WithUser","dev.inmo.tgbotapi.types.chat.member.ChatMember"]},{"name":"interface ChatMemberRequest : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-member-request/index.html","searchKeys":["ChatMemberRequest","interface ChatMemberRequest : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.ChatMemberRequest"]},{"name":"interface ChatMemberUpdatedUpdate : Update","description":"dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-chat-member-updated-update/index.html","searchKeys":["ChatMemberUpdatedUpdate","interface ChatMemberUpdatedUpdate : Update","dev.inmo.tgbotapi.types.update.abstracts.ChatMemberUpdatedUpdate"]},{"name":"interface ChatRequest : OptionalChatRequest","description":"dev.inmo.tgbotapi.abstracts.types.ChatRequest","location":"docs/dev.inmo.tgbotapi.abstracts.types/-chat-request/index.html","searchKeys":["ChatRequest","interface ChatRequest : OptionalChatRequest","dev.inmo.tgbotapi.abstracts.types.ChatRequest"]},{"name":"interface ChatSenderRequest : ChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-chat-sender-request/index.html","searchKeys":["ChatSenderRequest","interface ChatSenderRequest : ChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.ChatSenderRequest"]},{"name":"interface ChosenInlineResult : FromUser","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-chosen-inline-result/index.html","searchKeys":["ChosenInlineResult","interface ChosenInlineResult : FromUser","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.ChosenInlineResult"]},{"name":"interface CommonContactData","description":"dev.inmo.tgbotapi.abstracts.CommonContactData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-contact-data/index.html","searchKeys":["CommonContactData","interface CommonContactData","dev.inmo.tgbotapi.abstracts.CommonContactData"]},{"name":"interface CommonEvent : PublicChatEvent, PrivateEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.CommonEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-common-event/index.html","searchKeys":["CommonEvent","interface CommonEvent : PublicChatEvent, PrivateEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.CommonEvent"]},{"name":"interface CommonGroupContentMessage : GroupContentMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.CommonGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-common-group-content-message/index.html","searchKeys":["CommonGroupContentMessage","interface CommonGroupContentMessage : GroupContentMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.abstracts.CommonGroupContentMessage"]},{"name":"interface CommonMessage : Message, PossiblyForwardedMessage, PossiblyEditedMessage, PossiblyReplyMessage, PossiblyMarkedUp, ContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.CommonMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-common-message/index.html","searchKeys":["CommonMessage","interface CommonMessage : Message, PossiblyForwardedMessage, PossiblyEditedMessage, PossiblyReplyMessage, PossiblyMarkedUp, ContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.CommonMessage"]},{"name":"interface CommonSendInvoiceData : Titled, Currencied, Priced","description":"dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-send-invoice-data/index.html","searchKeys":["CommonSendInvoiceData","interface CommonSendInvoiceData : Titled, Currencied, Priced","dev.inmo.tgbotapi.abstracts.CommonSendInvoiceData"]},{"name":"interface CommonVenueData : Titled","description":"dev.inmo.tgbotapi.abstracts.CommonVenueData","location":"docs/dev.inmo.tgbotapi.abstracts/-common-venue-data/index.html","searchKeys":["CommonVenueData","interface CommonVenueData : Titled","dev.inmo.tgbotapi.abstracts.CommonVenueData"]},{"name":"interface ConnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.ConnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-connected-from-channel-group-content-message/index.html","searchKeys":["ConnectedFromChannelGroupContentMessage","interface ConnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.ConnectedFromChannelGroupContentMessage"]},{"name":"interface ContentMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/index.html","searchKeys":["ContentMessage","interface ContentMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage"]},{"name":"interface CreateChatInviteLink : EditChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/index.html","searchKeys":["CreateChatInviteLink","interface CreateChatInviteLink : EditChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink"]},{"name":"interface CreateStickerSetAction : StandardStickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-create-sticker-set-action/index.html","searchKeys":["CreateStickerSetAction","interface CreateStickerSetAction : StandardStickerSetAction","dev.inmo.tgbotapi.requests.stickers.abstracts.CreateStickerSetAction"]},{"name":"interface Currencied","description":"dev.inmo.tgbotapi.types.payments.abstracts.Currencied","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-currencied/index.html","searchKeys":["Currencied","interface Currencied","dev.inmo.tgbotapi.types.payments.abstracts.Currencied"]},{"name":"interface CustomNamedMediaFile","description":"dev.inmo.tgbotapi.types.files.CustomNamedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-custom-named-media-file/index.html","searchKeys":["CustomNamedMediaFile","interface CustomNamedMediaFile","dev.inmo.tgbotapi.types.files.CustomNamedMediaFile"]},{"name":"interface DataCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-data-callback-query/index.html","searchKeys":["DataCallbackQuery","interface DataCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.DataCallbackQuery"]},{"name":"interface DataRequest : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.send.media.base.DataRequest","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-data-request/index.html","searchKeys":["DataRequest","interface DataRequest : SimpleRequest ","dev.inmo.tgbotapi.requests.send.media.base.DataRequest"]},{"name":"interface Decryptor","description":"dev.inmo.tgbotapi.utils.passport.Decryptor","location":"docs/dev.inmo.tgbotapi.utils.passport/-decryptor/index.html","searchKeys":["Decryptor","interface Decryptor","dev.inmo.tgbotapi.utils.passport.Decryptor"]},{"name":"interface DescribedInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-described-inline-query-result/index.html","searchKeys":["DescribedInlineQueryResult","interface DescribedInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DescribedInlineQueryResult"]},{"name":"interface DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type/index.html","searchKeys":["DiceAnimationType","interface DiceAnimationType","dev.inmo.tgbotapi.types.dice.DiceAnimationType"]},{"name":"interface DisableNotification","description":"dev.inmo.tgbotapi.abstracts.types.DisableNotification","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-notification/index.html","searchKeys":["DisableNotification","interface DisableNotification","dev.inmo.tgbotapi.abstracts.types.DisableNotification"]},{"name":"interface DisableWebPagePreview","description":"dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview","location":"docs/dev.inmo.tgbotapi.abstracts.types/-disable-web-page-preview/index.html","searchKeys":["DisableWebPagePreview","interface DisableWebPagePreview","dev.inmo.tgbotapi.abstracts.types.DisableWebPagePreview"]},{"name":"interface DocumentMediaGroupContent : MediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-media-group-content/index.html","searchKeys":["DocumentMediaGroupContent","interface DocumentMediaGroupContent : MediaGroupContent","dev.inmo.tgbotapi.types.message.content.DocumentMediaGroupContent"]},{"name":"interface DocumentMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.DocumentMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-document-media-group-member-telegram-media/index.html","searchKeys":["DocumentMediaGroupMemberTelegramMedia","interface DocumentMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.DocumentMediaGroupMemberTelegramMedia"]},{"name":"interface DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-durated-inline-result-query/index.html","searchKeys":["DuratedInlineResultQuery","interface DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.DuratedInlineResultQuery"]},{"name":"interface DuratedSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-durated-send-message-request/index.html","searchKeys":["DuratedSendMessageRequest","interface DuratedSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.DuratedSendMessageRequest"]},{"name":"interface DuratedTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.DuratedTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-durated-telegram-media/index.html","searchKeys":["DuratedTelegramMedia","interface DuratedTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.DuratedTelegramMedia"]},{"name":"interface EditChatInviteLink : EditChatInviteLinkRequest , KnownChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/index.html","searchKeys":["EditChatInviteLink","interface EditChatInviteLink : EditChatInviteLinkRequest , KnownChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink"]},{"name":"interface EditChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-edit-chat-invite-link-request/index.html","searchKeys":["EditChatInviteLinkRequest","interface EditChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.EditChatInviteLinkRequest"]},{"name":"interface EditChatMessage : SimpleRequest> , MessageAction","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditChatMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-chat-message/index.html","searchKeys":["EditChatMessage","interface EditChatMessage : SimpleRequest> , MessageAction","dev.inmo.tgbotapi.requests.edit.abstracts.EditChatMessage"]},{"name":"interface EditDisableWebPagePreviewMessage","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-disable-web-page-preview-message/index.html","searchKeys":["EditDisableWebPagePreviewMessage","interface EditDisableWebPagePreviewMessage","dev.inmo.tgbotapi.requests.edit.abstracts.EditDisableWebPagePreviewMessage"]},{"name":"interface EditInlineMessage : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/index.html","searchKeys":["EditInlineMessage","interface EditInlineMessage : SimpleRequest ","dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage"]},{"name":"interface EditLocationMessage : Locationed, HorizontallyAccured, ProximityAlertable, Headed","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditLocationMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-location-message/index.html","searchKeys":["EditLocationMessage","interface EditLocationMessage : Locationed, HorizontallyAccured, ProximityAlertable, Headed","dev.inmo.tgbotapi.requests.edit.abstracts.EditLocationMessage"]},{"name":"interface EditMediaGroupUpdate : BaseEditMessageUpdate, MediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-media-group-update/index.html","searchKeys":["EditMediaGroupUpdate","interface EditMediaGroupUpdate : BaseEditMessageUpdate, MediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMediaGroupUpdate"]},{"name":"interface EditMediaMessage","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-media-message/index.html","searchKeys":["EditMediaMessage","interface EditMediaMessage","dev.inmo.tgbotapi.requests.edit.abstracts.EditMediaMessage"]},{"name":"interface EditReplyMessage : ReplyMarkup","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-reply-message/index.html","searchKeys":["EditReplyMessage","interface EditReplyMessage : ReplyMarkup","dev.inmo.tgbotapi.requests.edit.abstracts.EditReplyMessage"]},{"name":"interface EditTextChatMessage : TextedOutput","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-text-chat-message/index.html","searchKeys":["EditTextChatMessage","interface EditTextChatMessage : TextedOutput","dev.inmo.tgbotapi.requests.edit.abstracts.EditTextChatMessage"]},{"name":"interface EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element/index.html","searchKeys":["EncryptedPassportElement","interface EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElement"]},{"name":"interface EncryptedPassportElementTranslatable : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-translatable/index.html","searchKeys":["EncryptedPassportElementTranslatable","interface EncryptedPassportElementTranslatable : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementTranslatable"]},{"name":"interface EncryptedPassportElementWithData : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-data/index.html","searchKeys":["EncryptedPassportElementWithData","interface EncryptedPassportElementWithData : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithData"]},{"name":"interface EncryptedPassportElementWithEmail : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-email/index.html","searchKeys":["EncryptedPassportElementWithEmail","interface EncryptedPassportElementWithEmail : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithEmail"]},{"name":"interface EncryptedPassportElementWithFilesCollection : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-files-collection/index.html","searchKeys":["EncryptedPassportElementWithFilesCollection","interface EncryptedPassportElementWithFilesCollection : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFilesCollection"]},{"name":"interface EncryptedPassportElementWithFrontSide : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-front-side/index.html","searchKeys":["EncryptedPassportElementWithFrontSide","interface EncryptedPassportElementWithFrontSide : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithFrontSide"]},{"name":"interface EncryptedPassportElementWithPhoneNumber : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-phone-number/index.html","searchKeys":["EncryptedPassportElementWithPhoneNumber","interface EncryptedPassportElementWithPhoneNumber : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithPhoneNumber"]},{"name":"interface EncryptedPassportElementWithReverseSide : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-reverse-side/index.html","searchKeys":["EncryptedPassportElementWithReverseSide","interface EncryptedPassportElementWithReverseSide : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithReverseSide"]},{"name":"interface EncryptedPassportElementWithSelfie : EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-encrypted-passport-element-with-selfie/index.html","searchKeys":["EncryptedPassportElementWithSelfie","interface EncryptedPassportElementWithSelfie : EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.EncryptedPassportElementWithSelfie"]},{"name":"interface EntitiesOutput : TextedWithTextSources","description":"dev.inmo.tgbotapi.abstracts.EntitiesOutput","location":"docs/dev.inmo.tgbotapi.abstracts/-entities-output/index.html","searchKeys":["EntitiesOutput","interface EntitiesOutput : TextedWithTextSources","dev.inmo.tgbotapi.abstracts.EntitiesOutput"]},{"name":"interface ExtendedChannelChat : ChannelChat, ExtendedPublicChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat/index.html","searchKeys":["ExtendedChannelChat","interface ExtendedChannelChat : ChannelChat, ExtendedPublicChat","dev.inmo.tgbotapi.types.chat.ExtendedChannelChat"]},{"name":"interface ExtendedChat : Chat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat/index.html","searchKeys":["ExtendedChat","interface ExtendedChat : Chat","dev.inmo.tgbotapi.types.chat.ExtendedChat"]},{"name":"interface ExtendedGroupChat : GroupChat, ExtendedPublicChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat/index.html","searchKeys":["ExtendedGroupChat","interface ExtendedGroupChat : GroupChat, ExtendedPublicChat","dev.inmo.tgbotapi.types.chat.ExtendedGroupChat"]},{"name":"interface ExtendedPrivateChat : PrivateChat, ExtendedChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/index.html","searchKeys":["ExtendedPrivateChat","interface ExtendedPrivateChat : PrivateChat, ExtendedChat","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat"]},{"name":"interface ExtendedPublicChat : ExtendedChat, PublicChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedPublicChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-public-chat/index.html","searchKeys":["ExtendedPublicChat","interface ExtendedPublicChat : ExtendedChat, PublicChat","dev.inmo.tgbotapi.types.chat.ExtendedPublicChat"]},{"name":"interface ExtendedSupergroupChat : SupergroupChat, ExtendedGroupChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat/index.html","searchKeys":["ExtendedSupergroupChat","interface ExtendedSupergroupChat : SupergroupChat, ExtendedGroupChat","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChat"]},{"name":"interface FileInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-file-inline-query-result/index.html","searchKeys":["FileInlineQueryResult","interface FileInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.FileInlineQueryResult"]},{"name":"interface FlowsUpdatesFilter : UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/index.html","searchKeys":["FlowsUpdatesFilter","interface FlowsUpdatesFilter : UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter"]},{"name":"interface FromChannelGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/index.html","searchKeys":["FromChannelGroupContentMessage","interface FromChannelGroupContentMessage : GroupContentMessage , SignedMessage, WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage"]},{"name":"interface FromUser : WithUser","description":"dev.inmo.tgbotapi.abstracts.FromUser","location":"docs/dev.inmo.tgbotapi.abstracts/-from-user/index.html","searchKeys":["FromUser","interface FromUser : WithUser","dev.inmo.tgbotapi.abstracts.FromUser"]},{"name":"interface FromUserMessage : FromUser, Message","description":"dev.inmo.tgbotapi.types.message.abstracts.FromUserMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-user-message/index.html","searchKeys":["FromUserMessage","interface FromUserMessage : FromUser, Message","dev.inmo.tgbotapi.types.message.abstracts.FromUserMessage"]},{"name":"interface GameShortNameCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-game-short-name-callback-query/index.html","searchKeys":["GameShortNameCallbackQuery","interface GameShortNameCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.GameShortNameCallbackQuery"]},{"name":"interface GetGameHighScores : SimpleRequest> ","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/index.html","searchKeys":["GetGameHighScores","interface GetGameHighScores : SimpleRequest> ","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores"]},{"name":"interface GroupChat : PublicChat","description":"dev.inmo.tgbotapi.types.chat.GroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat/index.html","searchKeys":["GroupChat","interface GroupChat : PublicChat","dev.inmo.tgbotapi.types.chat.GroupChat"]},{"name":"interface GroupContentMessage : PublicContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-group-content-message/index.html","searchKeys":["GroupContentMessage","interface GroupContentMessage : PublicContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.GroupContentMessage"]},{"name":"interface GroupEvent : ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.GroupEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-group-event/index.html","searchKeys":["GroupEvent","interface GroupEvent : ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.GroupEvent"]},{"name":"interface GroupEventMessage : ChatEventMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.GroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-group-event-message/index.html","searchKeys":["GroupEventMessage","interface GroupEventMessage : ChatEventMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.abstracts.GroupEventMessage"]},{"name":"interface Headed","description":"dev.inmo.tgbotapi.abstracts.Headed","location":"docs/dev.inmo.tgbotapi.abstracts/-headed/index.html","searchKeys":["Headed","interface Headed","dev.inmo.tgbotapi.abstracts.Headed"]},{"name":"interface HorizontallyAccured","description":"dev.inmo.tgbotapi.abstracts.HorizontallyAccured","location":"docs/dev.inmo.tgbotapi.abstracts/-horizontally-accured/index.html","searchKeys":["HorizontallyAccured","interface HorizontallyAccured","dev.inmo.tgbotapi.abstracts.HorizontallyAccured"]},{"name":"interface InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button/index.html","searchKeys":["InlineKeyboardButton","interface InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButton"]},{"name":"interface InlineMessageAction","description":"dev.inmo.tgbotapi.abstracts.types.InlineMessageAction","location":"docs/dev.inmo.tgbotapi.abstracts.types/-inline-message-action/index.html","searchKeys":["InlineMessageAction","interface InlineMessageAction","dev.inmo.tgbotapi.abstracts.types.InlineMessageAction"]},{"name":"interface InlineMessageIdCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-callback-query/index.html","searchKeys":["InlineMessageIdCallbackQuery","interface InlineMessageIdCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdCallbackQuery"]},{"name":"interface InlineQuery : FromUser","description":"dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-inline-query/index.html","searchKeys":["InlineQuery","interface InlineQuery : FromUser","dev.inmo.tgbotapi.types.InlineQueries.query.InlineQuery"]},{"name":"interface InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-inline-query-result/index.html","searchKeys":["InlineQueryResult","interface InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.InlineQueryResult"]},{"name":"interface InlineQueryResultAudio : InlineQueryResultAudioCommon, UrlInlineQueryResult, DuratedInlineResultQuery, Performerable, TitledInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudio","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio/index.html","searchKeys":["InlineQueryResultAudio","interface InlineQueryResultAudio : InlineQueryResultAudioCommon, UrlInlineQueryResult, DuratedInlineResultQuery, Performerable, TitledInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudio"]},{"name":"interface InlineQueryResultAudioCached : InlineQueryResultAudioCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-cached/index.html","searchKeys":["InlineQueryResultAudioCached","interface InlineQueryResultAudioCached : InlineQueryResultAudioCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCached"]},{"name":"interface InlineQueryResultAudioCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio/-inline-query-result-audio-common/index.html","searchKeys":["InlineQueryResultAudioCommon","interface InlineQueryResultAudioCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.audio.InlineQueryResultAudioCommon"]},{"name":"interface InlineQueryResultDocument : InlineQueryResultDocumentCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult, MimeTyped","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocument","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document/index.html","searchKeys":["InlineQueryResultDocument","interface InlineQueryResultDocument : InlineQueryResultDocumentCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, ThumbSizedInlineQueryResult, MimeTyped","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocument"]},{"name":"interface InlineQueryResultDocumentCached : InlineQueryResultDocumentCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-cached/index.html","searchKeys":["InlineQueryResultDocumentCached","interface InlineQueryResultDocumentCached : InlineQueryResultDocumentCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCached"]},{"name":"interface InlineQueryResultDocumentCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document/-inline-query-result-document-common/index.html","searchKeys":["InlineQueryResultDocumentCommon","interface InlineQueryResultDocumentCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.document.InlineQueryResultDocumentCommon"]},{"name":"interface InlineQueryResultGif : InlineQueryResultGifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGif","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif/index.html","searchKeys":["InlineQueryResultGif","interface InlineQueryResultGif : InlineQueryResultGifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGif"]},{"name":"interface InlineQueryResultGifCached : InlineQueryResultGifCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-cached/index.html","searchKeys":["InlineQueryResultGifCached","interface InlineQueryResultGifCached : InlineQueryResultGifCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCached"]},{"name":"interface InlineQueryResultGifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif/-inline-query-result-gif-common/index.html","searchKeys":["InlineQueryResultGifCommon","interface InlineQueryResultGifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.gif.InlineQueryResultGifCommon"]},{"name":"interface InlineQueryResultMpeg4Gif : InlineQueryResultMpeg4GifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4Gif","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif/index.html","searchKeys":["InlineQueryResultMpeg4Gif","interface InlineQueryResultMpeg4Gif : InlineQueryResultMpeg4GifCommon, UrlInlineQueryResult, ThumbedWithMimeTypeInlineQueryResult, SizedInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4Gif"]},{"name":"interface InlineQueryResultMpeg4GifCached : InlineQueryResultMpeg4GifCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-cached/index.html","searchKeys":["InlineQueryResultMpeg4GifCached","interface InlineQueryResultMpeg4GifCached : InlineQueryResultMpeg4GifCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCached"]},{"name":"interface InlineQueryResultMpeg4GifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif/-inline-query-result-mpeg4-gif-common/index.html","searchKeys":["InlineQueryResultMpeg4GifCommon","interface InlineQueryResultMpeg4GifCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.mpeg4gif.InlineQueryResultMpeg4GifCommon"]},{"name":"interface InlineQueryResultPhoto : InlineQueryResultPhotoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, SizedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhoto","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo/index.html","searchKeys":["InlineQueryResultPhoto","interface InlineQueryResultPhoto : InlineQueryResultPhotoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, SizedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhoto"]},{"name":"interface InlineQueryResultPhotoCached : InlineQueryResultPhotoCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-cached/index.html","searchKeys":["InlineQueryResultPhotoCached","interface InlineQueryResultPhotoCached : InlineQueryResultPhotoCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCached"]},{"name":"interface InlineQueryResultPhotoCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo/-inline-query-result-photo-common/index.html","searchKeys":["InlineQueryResultPhotoCommon","interface InlineQueryResultPhotoCommon : InlineQueryResult, OptionallyTitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.photo.InlineQueryResultPhotoCommon"]},{"name":"interface InlineQueryResultVideo : InlineQueryResultVideoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, MimeTyped, SizedInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideo","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video/index.html","searchKeys":["InlineQueryResultVideo","interface InlineQueryResultVideo : InlineQueryResultVideoCommon, UrlInlineQueryResult, ThumbedInlineQueryResult, MimeTyped, SizedInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideo"]},{"name":"interface InlineQueryResultVideoCached : InlineQueryResultVideoCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-cached/index.html","searchKeys":["InlineQueryResultVideoCached","interface InlineQueryResultVideoCached : InlineQueryResultVideoCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCached"]},{"name":"interface InlineQueryResultVideoCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video/-inline-query-result-video-common/index.html","searchKeys":["InlineQueryResultVideoCommon","interface InlineQueryResultVideoCommon : InlineQueryResult, TitledInlineQueryResult, DescribedInlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.video.InlineQueryResultVideoCommon"]},{"name":"interface InlineQueryResultVoice : InlineQueryResultVoiceCommon, UrlInlineQueryResult, DuratedInlineResultQuery","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoice","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice/index.html","searchKeys":["InlineQueryResultVoice","interface InlineQueryResultVoice : InlineQueryResultVoiceCommon, UrlInlineQueryResult, DuratedInlineResultQuery","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoice"]},{"name":"interface InlineQueryResultVoiceCached : InlineQueryResultVoiceCommon, WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCached","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-cached/index.html","searchKeys":["InlineQueryResultVoiceCached","interface InlineQueryResultVoiceCached : InlineQueryResultVoiceCommon, WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCached"]},{"name":"interface InlineQueryResultVoiceCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult, TitledInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCommon","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice/-inline-query-result-voice-common/index.html","searchKeys":["InlineQueryResultVoiceCommon","interface InlineQueryResultVoiceCommon : InlineQueryResult, TextedOutput, WithInputMessageContentInlineQueryResult, TitledInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.results.voice.InlineQueryResultVoiceCommon"]},{"name":"interface InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-message-content/index.html","searchKeys":["InputMessageContent","interface InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputMessageContent"]},{"name":"interface KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButton","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button/index.html","searchKeys":["KeyboardButton","interface KeyboardButton","dev.inmo.tgbotapi.types.buttons.KeyboardButton"]},{"name":"interface KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type/index.html","searchKeys":["KeyboardButtonPollType","interface KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollType"]},{"name":"interface KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkup","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup/index.html","searchKeys":["KeyboardMarkup","interface KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.KeyboardMarkup"]},{"name":"interface KnownChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-known-chat-invite-link-request/index.html","searchKeys":["KnownChatInviteLinkRequest","interface KnownChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.KnownChatInviteLinkRequest"]},{"name":"interface KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.KtorCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-call-factory/index.html","searchKeys":["KtorCallFactory","interface KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.KtorCallFactory"]},{"name":"interface KtorPipelineStepsHolder","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/index.html","searchKeys":["KtorPipelineStepsHolder","interface KtorPipelineStepsHolder","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder"]},{"name":"interface LeftChatMember : ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member/index.html","searchKeys":["LeftChatMember","interface LeftChatMember : ChatMember","dev.inmo.tgbotapi.types.chat.member.LeftChatMember"]},{"name":"interface LimitedMembersChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/index.html","searchKeys":["LimitedMembersChatInviteLinkRequest","interface LimitedMembersChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest"]},{"name":"interface Livable","description":"dev.inmo.tgbotapi.abstracts.Livable","location":"docs/dev.inmo.tgbotapi.abstracts/-livable/index.html","searchKeys":["Livable","interface Livable","dev.inmo.tgbotapi.abstracts.Livable"]},{"name":"interface Location : Locationed, HorizontallyAccured","description":"dev.inmo.tgbotapi.types.location.Location","location":"docs/dev.inmo.tgbotapi.types.location/-location/index.html","searchKeys":["Location","interface Location : Locationed, HorizontallyAccured","dev.inmo.tgbotapi.types.location.Location"]},{"name":"interface LocationContent : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.LocationContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/index.html","searchKeys":["LocationContent","interface LocationContent : MessageContent","dev.inmo.tgbotapi.types.message.content.LocationContent"]},{"name":"interface Locationed","description":"dev.inmo.tgbotapi.abstracts.Locationed","location":"docs/dev.inmo.tgbotapi.abstracts/-locationed/index.html","searchKeys":["Locationed","interface Locationed","dev.inmo.tgbotapi.abstracts.Locationed"]},{"name":"interface MediaCollectionContent : MessageContent, MediaContent","description":"dev.inmo.tgbotapi.types.message.content.MediaCollectionContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-collection-content/index.html","searchKeys":["MediaCollectionContent","interface MediaCollectionContent : MessageContent, MediaContent","dev.inmo.tgbotapi.types.message.content.MediaCollectionContent"]},{"name":"interface MediaContent : MessageContent","description":"dev.inmo.tgbotapi.types.message.content.MediaContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-content/index.html","searchKeys":["MediaContent","interface MediaContent : MessageContent","dev.inmo.tgbotapi.types.message.content.MediaContent"]},{"name":"interface MediaGroupContent : TextedMediaContent","description":"dev.inmo.tgbotapi.types.message.content.MediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-media-group-content/index.html","searchKeys":["MediaGroupContent","interface MediaGroupContent : TextedMediaContent","dev.inmo.tgbotapi.types.message.content.MediaGroupContent"]},{"name":"interface MediaGroupMemberTelegramMedia : TelegramMedia, TextedOutput","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media/index.html","searchKeys":["MediaGroupMemberTelegramMedia","interface MediaGroupMemberTelegramMedia : TelegramMedia, TextedOutput","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMedia"]},{"name":"interface MediaGroupMessage : CommonMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-media-group-message/index.html","searchKeys":["MediaGroupMessage","interface MediaGroupMessage : CommonMessage ","dev.inmo.tgbotapi.types.message.abstracts.MediaGroupMessage"]},{"name":"interface MediaGroupUpdate : Update","description":"dev.inmo.tgbotapi.types.update.media_group.MediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-media-group-update/index.html","searchKeys":["MediaGroupUpdate","interface MediaGroupUpdate : Update","dev.inmo.tgbotapi.types.update.media_group.MediaGroupUpdate"]},{"name":"interface MemberChatMember : ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member/index.html","searchKeys":["MemberChatMember","interface MemberChatMember : ChatMember","dev.inmo.tgbotapi.types.chat.member.MemberChatMember"]},{"name":"interface MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton","location":"docs/dev.inmo.tgbotapi.types/-menu-button/index.html","searchKeys":["MenuButton","interface MenuButton","dev.inmo.tgbotapi.types.MenuButton"]},{"name":"interface Message","description":"dev.inmo.tgbotapi.types.message.abstracts.Message","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-message/index.html","searchKeys":["Message","interface Message","dev.inmo.tgbotapi.types.message.abstracts.Message"]},{"name":"interface MessageAction : ChatRequest","description":"dev.inmo.tgbotapi.abstracts.types.MessageAction","location":"docs/dev.inmo.tgbotapi.abstracts.types/-message-action/index.html","searchKeys":["MessageAction","interface MessageAction : ChatRequest","dev.inmo.tgbotapi.abstracts.types.MessageAction"]},{"name":"interface MessageCallbackQuery : CallbackQuery","description":"dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-callback-query/index.html","searchKeys":["MessageCallbackQuery","interface MessageCallbackQuery : CallbackQuery","dev.inmo.tgbotapi.types.queries.callback.MessageCallbackQuery"]},{"name":"interface MessageContent : ResendableContent","description":"dev.inmo.tgbotapi.types.message.content.MessageContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-message-content/index.html","searchKeys":["MessageContent","interface MessageContent : ResendableContent","dev.inmo.tgbotapi.types.message.content.MessageContent"]},{"name":"interface MimeTyped","description":"dev.inmo.tgbotapi.abstracts.MimeTyped","location":"docs/dev.inmo.tgbotapi.abstracts/-mime-typed/index.html","searchKeys":["MimeTyped","interface MimeTyped","dev.inmo.tgbotapi.abstracts.MimeTyped"]},{"name":"interface MimedMediaFile : TelegramMediaFile, MimeTyped","description":"dev.inmo.tgbotapi.types.files.MimedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-mimed-media-file/index.html","searchKeys":["MimedMediaFile","interface MimedMediaFile : TelegramMediaFile, MimeTyped","dev.inmo.tgbotapi.types.files.MimedMediaFile"]},{"name":"interface MultilevelTextSource : TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-multilevel-text-source/index.html","searchKeys":["MultilevelTextSource","interface MultilevelTextSource : TextSource","dev.inmo.tgbotapi.types.message.textsources.MultilevelTextSource"]},{"name":"interface MultipartRequest : Request ","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartRequest","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-request/index.html","searchKeys":["MultipartRequest","interface MultipartRequest : Request ","dev.inmo.tgbotapi.requests.abstracts.MultipartRequest"]},{"name":"interface MultipleAnswersPoll : Poll","description":"dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll","location":"docs/dev.inmo.tgbotapi.types.polls/-multiple-answers-poll/index.html","searchKeys":["MultipleAnswersPoll","interface MultipleAnswersPoll : Poll","dev.inmo.tgbotapi.types.polls.MultipleAnswersPoll"]},{"name":"interface MyCommandsRequest : SimpleRequest , WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.requests.bot.MyCommandsRequest","location":"docs/dev.inmo.tgbotapi.requests.bot/-my-commands-request/index.html","searchKeys":["MyCommandsRequest","interface MyCommandsRequest : SimpleRequest , WithOptionalLanguageCode","dev.inmo.tgbotapi.requests.bot.MyCommandsRequest"]},{"name":"interface OptionalChatRequest","description":"dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest","location":"docs/dev.inmo.tgbotapi.abstracts.types/-optional-chat-request/index.html","searchKeys":["OptionalChatRequest","interface OptionalChatRequest","dev.inmo.tgbotapi.abstracts.types.OptionalChatRequest"]},{"name":"interface OptionallyTitledInlineQueryResult : InlineQueryResult, Titled","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.OptionallyTitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-optionally-titled-inline-query-result/index.html","searchKeys":["OptionallyTitledInlineQueryResult","interface OptionallyTitledInlineQueryResult : InlineQueryResult, Titled","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.OptionallyTitledInlineQueryResult"]},{"name":"interface ParsableOutput : Texted","description":"dev.inmo.tgbotapi.abstracts.ParsableOutput","location":"docs/dev.inmo.tgbotapi.abstracts/-parsable-output/index.html","searchKeys":["ParsableOutput","interface ParsableOutput : Texted","dev.inmo.tgbotapi.abstracts.ParsableOutput"]},{"name":"interface ParseMode","description":"dev.inmo.tgbotapi.types.message.ParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode/index.html","searchKeys":["ParseMode","interface ParseMode","dev.inmo.tgbotapi.types.message.ParseMode"]},{"name":"interface PaymentInfo","description":"dev.inmo.tgbotapi.types.message.payments.abstracts.PaymentInfo","location":"docs/dev.inmo.tgbotapi.types.message.payments.abstracts/-payment-info/index.html","searchKeys":["PaymentInfo","interface PaymentInfo","dev.inmo.tgbotapi.types.message.payments.abstracts.PaymentInfo"]},{"name":"interface Performerable","description":"dev.inmo.tgbotapi.abstracts.Performerable","location":"docs/dev.inmo.tgbotapi.abstracts/-performerable/index.html","searchKeys":["Performerable","interface Performerable","dev.inmo.tgbotapi.abstracts.Performerable"]},{"name":"interface PlayableMediaFile : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.PlayableMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-playable-media-file/index.html","searchKeys":["PlayableMediaFile","interface PlayableMediaFile : TelegramMediaFile","dev.inmo.tgbotapi.types.files.PlayableMediaFile"]},{"name":"interface Poll","description":"dev.inmo.tgbotapi.types.polls.Poll","location":"docs/dev.inmo.tgbotapi.types.polls/-poll/index.html","searchKeys":["Poll","interface Poll","dev.inmo.tgbotapi.types.polls.Poll"]},{"name":"interface PositionedSendMessageRequest : SendMessageRequest , Locationed","description":"dev.inmo.tgbotapi.requests.send.abstracts.PositionedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-positioned-send-message-request/index.html","searchKeys":["PositionedSendMessageRequest","interface PositionedSendMessageRequest : SendMessageRequest , Locationed","dev.inmo.tgbotapi.requests.send.abstracts.PositionedSendMessageRequest"]},{"name":"interface PossiblyEditedMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-edited-message/index.html","searchKeys":["PossiblyEditedMessage","interface PossiblyEditedMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.PossiblyEditedMessage"]},{"name":"interface PossiblyForwardedMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-forwarded-message/index.html","searchKeys":["PossiblyForwardedMessage","interface PossiblyForwardedMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.PossiblyForwardedMessage"]},{"name":"interface PossiblyMarkedUp","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-marked-up/index.html","searchKeys":["PossiblyMarkedUp","interface PossiblyMarkedUp","dev.inmo.tgbotapi.types.message.abstracts.PossiblyMarkedUp"]},{"name":"interface PossiblyPaymentMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-payment-message/index.html","searchKeys":["PossiblyPaymentMessage","interface PossiblyPaymentMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.PossiblyPaymentMessage"]},{"name":"interface PossiblyReplyMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-reply-message/index.html","searchKeys":["PossiblyReplyMessage","interface PossiblyReplyMessage","dev.inmo.tgbotapi.types.message.abstracts.PossiblyReplyMessage"]},{"name":"interface PossiblySentViaBot","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot/index.html","searchKeys":["PossiblySentViaBot","interface PossiblySentViaBot","dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBot"]},{"name":"interface PossiblySentViaBotCommonMessage : CommonMessage , PossiblySentViaBot","description":"dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBotCommonMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-possibly-sent-via-bot-common-message/index.html","searchKeys":["PossiblySentViaBotCommonMessage","interface PossiblySentViaBotCommonMessage : CommonMessage , PossiblySentViaBot","dev.inmo.tgbotapi.types.message.abstracts.PossiblySentViaBotCommonMessage"]},{"name":"interface Priced","description":"dev.inmo.tgbotapi.types.payments.abstracts.Priced","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-priced/index.html","searchKeys":["Priced","interface Priced","dev.inmo.tgbotapi.types.payments.abstracts.Priced"]},{"name":"interface PrivateChat : Chat, UsernameChat","description":"dev.inmo.tgbotapi.types.chat.PrivateChat","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat/index.html","searchKeys":["PrivateChat","interface PrivateChat : Chat, UsernameChat","dev.inmo.tgbotapi.types.chat.PrivateChat"]},{"name":"interface PrivateContentMessage : PossiblySentViaBotCommonMessage , FromUserMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.PrivateContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-private-content-message/index.html","searchKeys":["PrivateContentMessage","interface PrivateContentMessage : PossiblySentViaBotCommonMessage , FromUserMessage","dev.inmo.tgbotapi.types.message.abstracts.PrivateContentMessage"]},{"name":"interface PrivateEvent : ChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PrivateEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-private-event/index.html","searchKeys":["PrivateEvent","interface PrivateEvent : ChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PrivateEvent"]},{"name":"interface ProtectContent","description":"dev.inmo.tgbotapi.abstracts.types.ProtectContent","location":"docs/dev.inmo.tgbotapi.abstracts.types/-protect-content/index.html","searchKeys":["ProtectContent","interface ProtectContent","dev.inmo.tgbotapi.abstracts.types.ProtectContent"]},{"name":"interface ProximityAlertable","description":"dev.inmo.tgbotapi.abstracts.ProximityAlertable","location":"docs/dev.inmo.tgbotapi.abstracts/-proximity-alertable/index.html","searchKeys":["ProximityAlertable","interface ProximityAlertable","dev.inmo.tgbotapi.abstracts.ProximityAlertable"]},{"name":"interface PublicChat : Chat","description":"dev.inmo.tgbotapi.types.chat.PublicChat","location":"docs/dev.inmo.tgbotapi.types.chat/-public-chat/index.html","searchKeys":["PublicChat","interface PublicChat : Chat","dev.inmo.tgbotapi.types.chat.PublicChat"]},{"name":"interface PublicChatEvent : ChannelEvent, GroupEvent, SupergroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PublicChatEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-public-chat-event/index.html","searchKeys":["PublicChatEvent","interface PublicChatEvent : ChannelEvent, GroupEvent, SupergroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.PublicChatEvent"]},{"name":"interface PublicContentMessage : PossiblySentViaBotCommonMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-public-content-message/index.html","searchKeys":["PublicContentMessage","interface PublicContentMessage : PossiblySentViaBotCommonMessage ","dev.inmo.tgbotapi.types.message.abstracts.PublicContentMessage"]},{"name":"interface ReplyMarkup","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMarkup","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-markup/index.html","searchKeys":["ReplyMarkup","interface ReplyMarkup","dev.inmo.tgbotapi.abstracts.types.ReplyMarkup"]},{"name":"interface ReplyMessageId","description":"dev.inmo.tgbotapi.abstracts.types.ReplyMessageId","location":"docs/dev.inmo.tgbotapi.abstracts.types/-reply-message-id/index.html","searchKeys":["ReplyMessageId","interface ReplyMessageId","dev.inmo.tgbotapi.abstracts.types.ReplyMessageId"]},{"name":"interface ReplyingMarkupSendMessageRequest : SendMessageRequest , ReplyMarkup","description":"dev.inmo.tgbotapi.requests.send.abstracts.ReplyingMarkupSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-replying-markup-send-message-request/index.html","searchKeys":["ReplyingMarkupSendMessageRequest","interface ReplyingMarkupSendMessageRequest : SendMessageRequest , ReplyMarkup","dev.inmo.tgbotapi.requests.send.abstracts.ReplyingMarkupSendMessageRequest"]},{"name":"interface Request","description":"dev.inmo.tgbotapi.requests.abstracts.Request","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-request/index.html","searchKeys":["Request","interface Request","dev.inmo.tgbotapi.requests.abstracts.Request"]},{"name":"interface RequestLimiter","description":"dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-request-limiter/index.html","searchKeys":["RequestLimiter","interface RequestLimiter","dev.inmo.tgbotapi.bot.settings.limiters.RequestLimiter"]},{"name":"interface RequestsExecutor : Closeable","description":"dev.inmo.tgbotapi.bot.RequestsExecutor","location":"docs/dev.inmo.tgbotapi.bot/-requests-executor/index.html","searchKeys":["RequestsExecutor","interface RequestsExecutor : Closeable","dev.inmo.tgbotapi.bot.RequestsExecutor"]},{"name":"interface ResendableContent","description":"dev.inmo.tgbotapi.types.message.content.ResendableContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-resendable-content/index.html","searchKeys":["ResendableContent","interface ResendableContent","dev.inmo.tgbotapi.types.message.content.ResendableContent"]},{"name":"interface ScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-scheduled-close-info/index.html","searchKeys":["ScheduledCloseInfo","interface ScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.ScheduledCloseInfo"]},{"name":"interface SecondaryChatInviteLink : ChatInviteLink","description":"dev.inmo.tgbotapi.types.SecondaryChatInviteLink","location":"docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/index.html","searchKeys":["SecondaryChatInviteLink","interface SecondaryChatInviteLink : ChatInviteLink","dev.inmo.tgbotapi.types.SecondaryChatInviteLink"]},{"name":"interface SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value/index.html","searchKeys":["SecureValue","interface SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValue"]},{"name":"interface SecureValueIdentity : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-identity/index.html","searchKeys":["SecureValueIdentity","interface SecureValueIdentity : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueIdentity"]},{"name":"interface SecureValueWithData : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-data/index.html","searchKeys":["SecureValueWithData","interface SecureValueWithData : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithData"]},{"name":"interface SecureValueWithFiles : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-files/index.html","searchKeys":["SecureValueWithFiles","interface SecureValueWithFiles : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithFiles"]},{"name":"interface SecureValueWithReverseSide : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-reverse-side/index.html","searchKeys":["SecureValueWithReverseSide","interface SecureValueWithReverseSide : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithReverseSide"]},{"name":"interface SecureValueWithTranslations : SecureValue","description":"dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted.abstracts/-secure-value-with-translations/index.html","searchKeys":["SecureValueWithTranslations","interface SecureValueWithTranslations : SecureValue","dev.inmo.tgbotapi.types.passport.decrypted.abstracts.SecureValueWithTranslations"]},{"name":"interface SendChatMessageRequest : SimpleRequest , ChatRequest","description":"dev.inmo.tgbotapi.requests.send.abstracts.SendChatMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-send-chat-message-request/index.html","searchKeys":["SendChatMessageRequest","interface SendChatMessageRequest : SimpleRequest , ChatRequest","dev.inmo.tgbotapi.requests.send.abstracts.SendChatMessageRequest"]},{"name":"interface SendMessageRequest : SendChatMessageRequest , ReplyMessageId, DisableNotification, ProtectContent","description":"dev.inmo.tgbotapi.requests.send.abstracts.SendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-send-message-request/index.html","searchKeys":["SendMessageRequest","interface SendMessageRequest : SendChatMessageRequest , ReplyMessageId, DisableNotification, ProtectContent","dev.inmo.tgbotapi.requests.send.abstracts.SendMessageRequest"]},{"name":"interface SentMediaGroupUpdate : MediaGroupUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-sent-media-group-update/index.html","searchKeys":["SentMediaGroupUpdate","interface SentMediaGroupUpdate : MediaGroupUpdate","dev.inmo.tgbotapi.types.update.media_group.SentMediaGroupUpdate"]},{"name":"interface SetGameScore : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/index.html","searchKeys":["SetGameScore","interface SetGameScore : SimpleRequest ","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore"]},{"name":"interface SignedMessage : Message","description":"dev.inmo.tgbotapi.types.message.abstracts.SignedMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-signed-message/index.html","searchKeys":["SignedMessage","interface SignedMessage : Message","dev.inmo.tgbotapi.types.message.abstracts.SignedMessage"]},{"name":"interface SimpleRequest : Request ","description":"dev.inmo.tgbotapi.requests.abstracts.SimpleRequest","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-simple-request/index.html","searchKeys":["SimpleRequest","interface SimpleRequest : Request ","dev.inmo.tgbotapi.requests.abstracts.SimpleRequest"]},{"name":"interface SizedInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-sized-inline-query-result/index.html","searchKeys":["SizedInlineQueryResult","interface SizedInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.SizedInlineQueryResult"]},{"name":"interface SizedMediaFile : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.SizedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-sized-media-file/index.html","searchKeys":["SizedMediaFile","interface SizedMediaFile : TelegramMediaFile","dev.inmo.tgbotapi.types.files.SizedMediaFile"]},{"name":"interface SizedSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-sized-send-message-request/index.html","searchKeys":["SizedSendMessageRequest","interface SizedSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.SizedSendMessageRequest"]},{"name":"interface SizedTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.SizedTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-sized-telegram-media/index.html","searchKeys":["SizedTelegramMedia","interface SizedTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.SizedTelegramMedia"]},{"name":"interface SpecialChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-chat-administrator-rights/index.html","searchKeys":["SpecialChatAdministratorRights","interface SpecialChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.SpecialChatAdministratorRights"]},{"name":"interface SpecialRightsChatMember : ChatMember, SpecialChatAdministratorRights","description":"dev.inmo.tgbotapi.types.chat.member.SpecialRightsChatMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-special-rights-chat-member/index.html","searchKeys":["SpecialRightsChatMember","interface SpecialRightsChatMember : ChatMember, SpecialChatAdministratorRights","dev.inmo.tgbotapi.types.chat.member.SpecialRightsChatMember"]},{"name":"interface StandardStickerSetAction : StickerSetAction","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-standard-sticker-set-action/index.html","searchKeys":["StandardStickerSetAction","interface StandardStickerSetAction : StickerSetAction","dev.inmo.tgbotapi.requests.stickers.abstracts.StandardStickerSetAction"]},{"name":"interface Sticker : TelegramMediaFile, SizedMediaFile, ThumbedMediaFile","description":"dev.inmo.tgbotapi.types.files.Sticker","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/index.html","searchKeys":["Sticker","interface Sticker : TelegramMediaFile, SizedMediaFile, ThumbedMediaFile","dev.inmo.tgbotapi.types.files.Sticker"]},{"name":"interface StickerSetAction : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/index.html","searchKeys":["StickerSetAction","interface StickerSetAction : SimpleRequest ","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction"]},{"name":"interface SuperPublicChat : PublicChat, UsernameChat","description":"dev.inmo.tgbotapi.types.chat.SuperPublicChat","location":"docs/dev.inmo.tgbotapi.types.chat/-super-public-chat/index.html","searchKeys":["SuperPublicChat","interface SuperPublicChat : PublicChat, UsernameChat","dev.inmo.tgbotapi.types.chat.SuperPublicChat"]},{"name":"interface SupergroupChat : GroupChat, SuperPublicChat","description":"dev.inmo.tgbotapi.types.chat.SupergroupChat","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat/index.html","searchKeys":["SupergroupChat","interface SupergroupChat : GroupChat, SuperPublicChat","dev.inmo.tgbotapi.types.chat.SupergroupChat"]},{"name":"interface SupergroupEvent : GroupEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.SupergroupEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-supergroup-event/index.html","searchKeys":["SupergroupEvent","interface SupergroupEvent : GroupEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.SupergroupEvent"]},{"name":"interface SupergroupEventMessage : GroupEventMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.SupergroupEventMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-supergroup-event-message/index.html","searchKeys":["SupergroupEventMessage","interface SupergroupEventMessage : GroupEventMessage ","dev.inmo.tgbotapi.types.message.abstracts.SupergroupEventMessage"]},{"name":"interface TelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media/index.html","searchKeys":["TelegramMedia","interface TelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMedia"]},{"name":"interface TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.TelegramMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-telegram-media-file/index.html","searchKeys":["TelegramMediaFile","interface TelegramMediaFile","dev.inmo.tgbotapi.types.files.TelegramMediaFile"]},{"name":"interface TextSource","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/index.html","searchKeys":["TextSource","interface TextSource","dev.inmo.tgbotapi.types.message.textsources.TextSource"]},{"name":"interface TextableSendMessageRequest : SendMessageRequest , TextedOutput","description":"dev.inmo.tgbotapi.requests.send.abstracts.TextableSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-textable-send-message-request/index.html","searchKeys":["TextableSendMessageRequest","interface TextableSendMessageRequest : SendMessageRequest , TextedOutput","dev.inmo.tgbotapi.requests.send.abstracts.TextableSendMessageRequest"]},{"name":"interface Texted","description":"dev.inmo.tgbotapi.abstracts.Texted","location":"docs/dev.inmo.tgbotapi.abstracts/-texted/index.html","searchKeys":["Texted","interface Texted","dev.inmo.tgbotapi.abstracts.Texted"]},{"name":"interface TextedInput : TextedWithTextSources","description":"dev.inmo.tgbotapi.abstracts.TextedInput","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-input/index.html","searchKeys":["TextedInput","interface TextedInput : TextedWithTextSources","dev.inmo.tgbotapi.abstracts.TextedInput"]},{"name":"interface TextedMediaContent : MediaContent, TextedInput","description":"dev.inmo.tgbotapi.types.message.content.TextedMediaContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-texted-media-content/index.html","searchKeys":["TextedMediaContent","interface TextedMediaContent : MediaContent, TextedInput","dev.inmo.tgbotapi.types.message.content.TextedMediaContent"]},{"name":"interface TextedOutput : ParsableOutput, EntitiesOutput","description":"dev.inmo.tgbotapi.abstracts.TextedOutput","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-output/index.html","searchKeys":["TextedOutput","interface TextedOutput : ParsableOutput, EntitiesOutput","dev.inmo.tgbotapi.abstracts.TextedOutput"]},{"name":"interface TextedWithTextSources : Texted","description":"dev.inmo.tgbotapi.abstracts.TextedWithTextSources","location":"docs/dev.inmo.tgbotapi.abstracts/-texted-with-text-sources/index.html","searchKeys":["TextedWithTextSources","interface TextedWithTextSources : Texted","dev.inmo.tgbotapi.abstracts.TextedWithTextSources"]},{"name":"interface ThumbSizedInlineQueryResult : InlineQueryResult, ThumbedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumb-sized-inline-query-result/index.html","searchKeys":["ThumbSizedInlineQueryResult","interface ThumbSizedInlineQueryResult : InlineQueryResult, ThumbedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbSizedInlineQueryResult"]},{"name":"interface ThumbedInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-inline-query-result/index.html","searchKeys":["ThumbedInlineQueryResult","interface ThumbedInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedInlineQueryResult"]},{"name":"interface ThumbedMediaFile : TelegramMediaFile","description":"dev.inmo.tgbotapi.types.files.ThumbedMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-thumbed-media-file/index.html","searchKeys":["ThumbedMediaFile","interface ThumbedMediaFile : TelegramMediaFile","dev.inmo.tgbotapi.types.files.ThumbedMediaFile"]},{"name":"interface ThumbedSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-thumbed-send-message-request/index.html","searchKeys":["ThumbedSendMessageRequest","interface ThumbedSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.ThumbedSendMessageRequest"]},{"name":"interface ThumbedTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-thumbed-telegram-media/index.html","searchKeys":["ThumbedTelegramMedia","interface ThumbedTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.ThumbedTelegramMedia"]},{"name":"interface ThumbedWithMimeTypeInlineQueryResult : ThumbedInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-thumbed-with-mime-type-inline-query-result/index.html","searchKeys":["ThumbedWithMimeTypeInlineQueryResult","interface ThumbedWithMimeTypeInlineQueryResult : ThumbedInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.ThumbedWithMimeTypeInlineQueryResult"]},{"name":"interface Titled","description":"dev.inmo.tgbotapi.abstracts.Titled","location":"docs/dev.inmo.tgbotapi.abstracts/-titled/index.html","searchKeys":["Titled","interface Titled","dev.inmo.tgbotapi.abstracts.Titled"]},{"name":"interface TitledInlineQueryResult : OptionallyTitledInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-titled-inline-query-result/index.html","searchKeys":["TitledInlineQueryResult","interface TitledInlineQueryResult : OptionallyTitledInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.TitledInlineQueryResult"]},{"name":"interface TitledMediaFile","description":"dev.inmo.tgbotapi.types.files.TitledMediaFile","location":"docs/dev.inmo.tgbotapi.types.files/-titled-media-file/index.html","searchKeys":["TitledMediaFile","interface TitledMediaFile","dev.inmo.tgbotapi.types.files.TitledMediaFile"]},{"name":"interface TitledSendMessageRequest : SendMessageRequest ","description":"dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest","location":"docs/dev.inmo.tgbotapi.requests.send.abstracts/-titled-send-message-request/index.html","searchKeys":["TitledSendMessageRequest","interface TitledSendMessageRequest : SendMessageRequest ","dev.inmo.tgbotapi.requests.send.abstracts.TitledSendMessageRequest"]},{"name":"interface TitledTelegramMedia : TelegramMedia","description":"dev.inmo.tgbotapi.types.media.TitledTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-titled-telegram-media/index.html","searchKeys":["TitledTelegramMedia","interface TitledTelegramMedia : TelegramMedia","dev.inmo.tgbotapi.types.media.TitledTelegramMedia"]},{"name":"interface UnconnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","description":"dev.inmo.tgbotapi.types.message.abstracts.UnconnectedFromChannelGroupContentMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unconnected-from-channel-group-content-message/index.html","searchKeys":["UnconnectedFromChannelGroupContentMessage","interface UnconnectedFromChannelGroupContentMessage : FromChannelGroupContentMessage ","dev.inmo.tgbotapi.types.message.abstracts.UnconnectedFromChannelGroupContentMessage"]},{"name":"interface UntilDate","description":"dev.inmo.tgbotapi.abstracts.types.UntilDate","location":"docs/dev.inmo.tgbotapi.abstracts.types/-until-date/index.html","searchKeys":["UntilDate","interface UntilDate","dev.inmo.tgbotapi.abstracts.types.UntilDate"]},{"name":"interface Update","description":"dev.inmo.tgbotapi.types.update.abstracts.Update","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update/index.html","searchKeys":["Update","interface Update","dev.inmo.tgbotapi.types.update.abstracts.Update"]},{"name":"interface UpdatesFilter","description":"dev.inmo.tgbotapi.updateshandlers.UpdatesFilter","location":"docs/dev.inmo.tgbotapi.updateshandlers/-updates-filter/index.html","searchKeys":["UpdatesFilter","interface UpdatesFilter","dev.inmo.tgbotapi.updateshandlers.UpdatesFilter"]},{"name":"interface UrlInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-url-inline-query-result/index.html","searchKeys":["UrlInlineQueryResult","interface UrlInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.UrlInlineQueryResult"]},{"name":"interface UsernameChat : Chat","description":"dev.inmo.tgbotapi.types.chat.UsernameChat","location":"docs/dev.inmo.tgbotapi.types.chat/-username-chat/index.html","searchKeys":["UsernameChat","interface UsernameChat : Chat","dev.inmo.tgbotapi.types.chat.UsernameChat"]},{"name":"interface VideoChatEvent : PublicChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.VideoChatEvent","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.abstracts/-video-chat-event/index.html","searchKeys":["VideoChatEvent","interface VideoChatEvent : PublicChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.abstracts.VideoChatEvent"]},{"name":"interface VisualMediaGroupContent : MediaGroupContent","description":"dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.types.message.content/-visual-media-group-content/index.html","searchKeys":["VisualMediaGroupContent","interface VisualMediaGroupContent : MediaGroupContent","dev.inmo.tgbotapi.types.message.content.VisualMediaGroupContent"]},{"name":"interface VisualMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.VisualMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.media/-visual-media-group-member-telegram-media/index.html","searchKeys":["VisualMediaGroupMemberTelegramMedia","interface VisualMediaGroupMemberTelegramMedia : MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.VisualMediaGroupMemberTelegramMedia"]},{"name":"interface WithFileIdInlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-file-id-inline-query-result/index.html","searchKeys":["WithFileIdInlineQueryResult","interface WithFileIdInlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithFileIdInlineQueryResult"]},{"name":"interface WithInputMessageContentInlineQueryResult : InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts/-with-input-message-content-inline-query-result/index.html","searchKeys":["WithInputMessageContentInlineQueryResult","interface WithInputMessageContentInlineQueryResult : InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.abstracts.WithInputMessageContentInlineQueryResult"]},{"name":"interface WithJoinRequestChatInviteLinkRequest : ChatInviteLinkRequest ","description":"dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/index.html","searchKeys":["WithJoinRequestChatInviteLinkRequest","interface WithJoinRequestChatInviteLinkRequest : ChatInviteLinkRequest ","dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest"]},{"name":"interface WithOptionalLanguageCode","description":"dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode","location":"docs/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/index.html","searchKeys":["WithOptionalLanguageCode","interface WithOptionalLanguageCode","dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode"]},{"name":"interface WithSenderChatMessage","description":"dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-with-sender-chat-message/index.html","searchKeys":["WithSenderChatMessage","interface WithSenderChatMessage","dev.inmo.tgbotapi.types.message.abstracts.WithSenderChatMessage"]},{"name":"interface WithUser","description":"dev.inmo.tgbotapi.abstracts.WithUser","location":"docs/dev.inmo.tgbotapi.abstracts/-with-user/index.html","searchKeys":["WithUser","interface WithUser","dev.inmo.tgbotapi.abstracts.WithUser"]},{"name":"object AdministratorChatMemberSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/index.html","searchKeys":["AdministratorChatMemberSerializer","object AdministratorChatMemberSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer"]},{"name":"object Application","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/index.html","searchKeys":["Application","object Application","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application"]},{"name":"object BasketballDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/index.html","searchKeys":["BasketballDiceAnimationType","object BasketballDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType"]},{"name":"object BotActionSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/index.html","searchKeys":["BotActionSerializer","object BotActionSerializer : KSerializer ","dev.inmo.tgbotapi.types.actions.BotActionSerializer"]},{"name":"object BotCommandScopeAllChatAdministrators : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/index.html","searchKeys":["BotCommandScopeAllChatAdministrators","object BotCommandScopeAllChatAdministrators : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators"]},{"name":"object BotCommandScopeAllGroupChats : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/index.html","searchKeys":["BotCommandScopeAllGroupChats","object BotCommandScopeAllGroupChats : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats"]},{"name":"object BotCommandScopeAllPrivateChats : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/index.html","searchKeys":["BotCommandScopeAllPrivateChats","object BotCommandScopeAllPrivateChats : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats"]},{"name":"object BotCommandScopeDefault : BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/index.html","searchKeys":["BotCommandScopeDefault","object BotCommandScopeDefault : BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault"]},{"name":"object BotCommandScopeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/index.html","searchKeys":["BotCommandScopeSerializer","object BotCommandScopeSerializer : KSerializer ","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer"]},{"name":"object BowlingDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/index.html","searchKeys":["BowlingDiceAnimationType","object BowlingDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType"]},{"name":"object BuiltinMimeTypes","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/index.html","searchKeys":["BuiltinMimeTypes","object BuiltinMimeTypes","dev.inmo.tgbotapi.utils.BuiltinMimeTypes"]},{"name":"object ByChatChatJoinRequestMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/index.html","searchKeys":["ByChatChatJoinRequestMarkerFactory","object ByChatChatJoinRequestMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory"]},{"name":"object ByChatChatMemberUpdatedMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/index.html","searchKeys":["ByChatChatMemberUpdatedMarkerFactory","object ByChatChatMemberUpdatedMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory"]},{"name":"object ByChatInstanceCallbackQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/index.html","searchKeys":["ByChatInstanceCallbackQueryMarkerFactory","object ByChatInstanceCallbackQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory"]},{"name":"object ByChatMediaGroupMarkerFactory : MarkerFactory>, Any> ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-media-group-marker-factory/index.html","searchKeys":["ByChatMediaGroupMarkerFactory","object ByChatMediaGroupMarkerFactory : MarkerFactory>, Any> ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory"]},{"name":"object ByChatMessageMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/index.html","searchKeys":["ByChatMessageMarkerFactory","object ByChatMessageMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory"]},{"name":"object ByIdCallbackQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/index.html","searchKeys":["ByIdCallbackQueryMarkerFactory","object ByIdCallbackQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory"]},{"name":"object ByIdInlineQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/index.html","searchKeys":["ByIdInlineQueryMarkerFactory","object ByIdInlineQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory"]},{"name":"object ByIdPollAnswerMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/index.html","searchKeys":["ByIdPollAnswerMarkerFactory","object ByIdPollAnswerMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory"]},{"name":"object ByIdPollMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/index.html","searchKeys":["ByIdPollMarkerFactory","object ByIdPollMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory"]},{"name":"object ByUserCallbackQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/index.html","searchKeys":["ByUserCallbackQueryMarkerFactory","object ByUserCallbackQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory"]},{"name":"object ByUserIdChosenInlineResultMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/index.html","searchKeys":["ByUserIdChosenInlineResultMarkerFactory","object ByUserIdChosenInlineResultMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory"]},{"name":"object ByUserInlineQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/index.html","searchKeys":["ByUserInlineQueryMarkerFactory","object ByUserInlineQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory"]},{"name":"object ByUserMessageMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/index.html","searchKeys":["ByUserMessageMarkerFactory","object ByUserMessageMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory"]},{"name":"object ByUserPreCheckoutQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/index.html","searchKeys":["ByUserPreCheckoutQueryMarkerFactory","object ByUserPreCheckoutQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory"]},{"name":"object ByUserShippingQueryMarkerFactory : MarkerFactory ","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/index.html","searchKeys":["ByUserShippingQueryMarkerFactory","object ByUserShippingQueryMarkerFactory : MarkerFactory ","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory"]},{"name":"object ByteReadChannelAllocatorDeserializationStrategy : DeserializationStrategy ","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/index.html","searchKeys":["ByteReadChannelAllocatorDeserializationStrategy","object ByteReadChannelAllocatorDeserializationStrategy : DeserializationStrategy ","dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy"]},{"name":"object CallbackGame","description":"dev.inmo.tgbotapi.types.games.CallbackGame","location":"docs/dev.inmo.tgbotapi.types.games/-callback-game/index.html","searchKeys":["CallbackGame","object CallbackGame","dev.inmo.tgbotapi.types.games.CallbackGame"]},{"name":"object ChannelChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/index.html","searchKeys":["ChannelChatType","object ChannelChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType"]},{"name":"object ChatIdentifierSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/index.html","searchKeys":["ChatIdentifierSerializer","object ChatIdentifierSerializer : KSerializer ","dev.inmo.tgbotapi.types.ChatIdentifierSerializer"]},{"name":"object ChatInviteLinkSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/index.html","searchKeys":["ChatInviteLinkSerializer","object ChatInviteLinkSerializer : KSerializer ","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer"]},{"name":"object ChatMemberSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/index.html","searchKeys":["ChatMemberSerializer","object ChatMemberSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer"]},{"name":"object ChatTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/index.html","searchKeys":["ChatTypeSerializer","object ChatTypeSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer"]},{"name":"object ChooseStickerAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.ChooseStickerAction","location":"docs/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/index.html","searchKeys":["ChooseStickerAction","object ChooseStickerAction : BotAction","dev.inmo.tgbotapi.types.actions.ChooseStickerAction"]},{"name":"object Close : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.local.Close","location":"docs/dev.inmo.tgbotapi.requests.local/-close/index.html","searchKeys":["Close","object Close : SimpleRequest ","dev.inmo.tgbotapi.requests.local.Close"]},{"name":"object Commands : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.Commands","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-commands/index.html","searchKeys":["Commands","object Commands : MenuButton","dev.inmo.tgbotapi.types.MenuButton.Commands"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.Companion","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.message.content.LocationContent.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.message.content.MessageContent.Companion","location":"docs/dev.inmo.tgbotapi.types.message.content/-message-content/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.message.content.MessageContent.Companion"]},{"name":"object Companion","description":"dev.inmo.tgbotapi.types.polls.PollOption.Companion","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/-companion/index.html","searchKeys":["Companion","object Companion","dev.inmo.tgbotapi.types.polls.PollOption.Companion"]},{"name":"object Companion : KtorPipelineStepsHolder","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.Companion","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/-companion/index.html","searchKeys":["Companion","object Companion : KtorPipelineStepsHolder","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.Companion"]},{"name":"object Companion : MyCommandsRequest ","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.Companion","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/-companion/index.html","searchKeys":["Companion","object Companion : MyCommandsRequest ","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.Companion"]},{"name":"object Companion : MyCommandsRequest> ","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.Companion","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/-companion/index.html","searchKeys":["Companion","object Companion : MyCommandsRequest> ","dev.inmo.tgbotapi.requests.bot.GetMyCommands.Companion"]},{"name":"object CubeDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/index.html","searchKeys":["CubeDiceAnimationType","object CubeDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType"]},{"name":"object DartsDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/index.html","searchKeys":["DartsDiceAnimationType","object DartsDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType"]},{"name":"object Default : MenuButton","description":"dev.inmo.tgbotapi.types.MenuButton.Default","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-default/index.html","searchKeys":["Default","object Default : MenuButton","dev.inmo.tgbotapi.types.MenuButton.Default"]},{"name":"object DiceAnimationTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/index.html","searchKeys":["DiceAnimationTypeSerializer","object DiceAnimationTypeSerializer : KSerializer ","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer"]},{"name":"object DownloadFileChannelRequestCallFactory : KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/index.html","searchKeys":["DownloadFileChannelRequestCallFactory","object DownloadFileChannelRequestCallFactory : KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory"]},{"name":"object DownloadFileRequestCallFactory : KtorCallFactory","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/index.html","searchKeys":["DownloadFileRequestCallFactory","object DownloadFileRequestCallFactory : KtorCallFactory","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory"]},{"name":"object EncryptedElementSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/index.html","searchKeys":["EncryptedElementSerializer","object EncryptedElementSerializer : KSerializer ","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer"]},{"name":"object ExtendedChatSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/index.html","searchKeys":["ExtendedChatSerializer","object ExtendedChatSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer"]},{"name":"object FindLocationAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.FindLocationAction","location":"docs/dev.inmo.tgbotapi.types.actions/-find-location-action/index.html","searchKeys":["FindLocationAction","object FindLocationAction : BotAction","dev.inmo.tgbotapi.types.actions.FindLocationAction"]},{"name":"object FootballDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/index.html","searchKeys":["FootballDiceAnimationType","object FootballDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType"]},{"name":"object GameHighScoresSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.requests.games.abstracts.GameHighScoresSerializer","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-game-high-scores-serializer/index.html","searchKeys":["GameHighScoresSerializer","object GameHighScoresSerializer : KSerializer> ","dev.inmo.tgbotapi.requests.games.abstracts.GameHighScoresSerializer"]},{"name":"object GetDefaultChatMenuButton : OptionalChatRequest, SimpleRequest ","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/index.html","searchKeys":["GetDefaultChatMenuButton","object GetDefaultChatMenuButton : OptionalChatRequest, SimpleRequest ","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton"]},{"name":"object GetMe : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.bot.GetMe","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/index.html","searchKeys":["GetMe","object GetMe : SimpleRequest ","dev.inmo.tgbotapi.requests.bot.GetMe"]},{"name":"object GroupChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/index.html","searchKeys":["GroupChatType","object GroupChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType"]},{"name":"object HTMLParseMode : ParseMode","description":"dev.inmo.tgbotapi.types.message.HTMLParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/index.html","searchKeys":["HTMLParseMode","object HTMLParseMode : ParseMode","dev.inmo.tgbotapi.types.message.HTMLParseMode"]},{"name":"object Image","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/index.html","searchKeys":["Image","object Image","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image"]},{"name":"object InlineKeyboardButtonSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/index.html","searchKeys":["InlineKeyboardButtonSerializer","object InlineKeyboardButtonSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer"]},{"name":"object InlineQueryAnswersResultsSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.requests.answers.InlineQueryAnswersResultsSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-inline-query-answers-results-serializer/index.html","searchKeys":["InlineQueryAnswersResultsSerializer","object InlineQueryAnswersResultsSerializer : KSerializer> ","dev.inmo.tgbotapi.requests.answers.InlineQueryAnswersResultsSerializer"]},{"name":"object InlineQueryResultSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/index.html","searchKeys":["InlineQueryResultSerializer","object InlineQueryResultSerializer : KSerializer ","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer"]},{"name":"object InputFileSerializer : KSerializer ","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/index.html","searchKeys":["InputFileSerializer","object InputFileSerializer : KSerializer ","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer"]},{"name":"object InputMessageContentSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/index.html","searchKeys":["InputMessageContentSerializer","object InputMessageContentSerializer : KSerializer ","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer"]},{"name":"object KeyboardButtonPollTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/index.html","searchKeys":["KeyboardButtonPollTypeSerializer","object KeyboardButtonPollTypeSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer"]},{"name":"object KeyboardButtonSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/index.html","searchKeys":["KeyboardButtonSerializer","object KeyboardButtonSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer"]},{"name":"object KeyboardMarkupSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/index.html","searchKeys":["KeyboardMarkupSerializer","object KeyboardMarkupSerializer : KSerializer ","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer"]},{"name":"object LabeledPricesSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.types.payments.LabeledPricesSerializer","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-prices-serializer/index.html","searchKeys":["LabeledPricesSerializer","object LabeledPricesSerializer : KSerializer> ","dev.inmo.tgbotapi.types.payments.LabeledPricesSerializer"]},{"name":"object LocationContentSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/index.html","searchKeys":["LocationContentSerializer","object LocationContentSerializer : KSerializer ","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer"]},{"name":"object LocationSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.location.LocationSerializer","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/index.html","searchKeys":["LocationSerializer","object LocationSerializer : KSerializer ","dev.inmo.tgbotapi.types.location.LocationSerializer"]},{"name":"object LogOut : SimpleRequest ","description":"dev.inmo.tgbotapi.requests.local.LogOut","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/index.html","searchKeys":["LogOut","object LogOut : SimpleRequest ","dev.inmo.tgbotapi.requests.local.LogOut"]},{"name":"object MainButtonClicked : EventType","description":"dev.inmo.tgbotapi.webapps.EventType.MainButtonClicked","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/-main-button-clicked/index.html","searchKeys":["MainButtonClicked","object MainButtonClicked : EventType","dev.inmo.tgbotapi.webapps.EventType.MainButtonClicked"]},{"name":"object MarkdownParseMode : ParseMode","description":"dev.inmo.tgbotapi.types.message.MarkdownParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/index.html","searchKeys":["MarkdownParseMode","object MarkdownParseMode : ParseMode","dev.inmo.tgbotapi.types.message.MarkdownParseMode"]},{"name":"object MarkdownV2ParseMode : ParseMode","description":"dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/index.html","searchKeys":["MarkdownV2ParseMode","object MarkdownV2ParseMode : ParseMode","dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode"]},{"name":"object MediaGroupMemberTelegramMediaSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/index.html","searchKeys":["MediaGroupMemberTelegramMediaSerializer","object MediaGroupMemberTelegramMediaSerializer : KSerializer ","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer"]},{"name":"object MenuButtonSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/index.html","searchKeys":["MenuButtonSerializer","object MenuButtonSerializer : KSerializer ","dev.inmo.tgbotapi.types.MenuButtonSerializer"]},{"name":"object MessageIdSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.MessageIdSerializer","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/index.html","searchKeys":["MessageIdSerializer","object MessageIdSerializer : KSerializer ","dev.inmo.tgbotapi.types.MessageIdSerializer"]},{"name":"object MimeTypeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/index.html","searchKeys":["MimeTypeSerializer","object MimeTypeSerializer : KSerializer ","dev.inmo.tgbotapi.utils.MimeTypeSerializer"]},{"name":"object ParseModeSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/index.html","searchKeys":["ParseModeSerializer","object ParseModeSerializer : KSerializer ","dev.inmo.tgbotapi.types.message.ParseModeSerializer"]},{"name":"object PassportElementErrorSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/index.html","searchKeys":["PassportElementErrorSerializer","object PassportElementErrorSerializer : KSerializer ","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer"]},{"name":"object PhotoSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.files.PhotoSerializer","location":"docs/dev.inmo.tgbotapi.types.files/-photo-serializer/index.html","searchKeys":["PhotoSerializer","object PhotoSerializer : KSerializer ","dev.inmo.tgbotapi.types.files.PhotoSerializer"]},{"name":"object PollOptionSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/index.html","searchKeys":["PollOptionSerializer","object PollOptionSerializer : KSerializer ","dev.inmo.tgbotapi.types.polls.PollOptionSerializer"]},{"name":"object PollSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.polls.PollSerializer","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/index.html","searchKeys":["PollSerializer","object PollSerializer : KSerializer ","dev.inmo.tgbotapi.types.polls.PollSerializer"]},{"name":"object PreviewChatSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/index.html","searchKeys":["PreviewChatSerializer","object PreviewChatSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer"]},{"name":"object PrivateChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/index.html","searchKeys":["PrivateChatType","object PrivateChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType"]},{"name":"object QuizKeyboardButtonPollType : KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/index.html","searchKeys":["QuizKeyboardButtonPollType","object QuizKeyboardButtonPollType : KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType"]},{"name":"object RecordVideoAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.RecordVideoAction","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-action/index.html","searchKeys":["RecordVideoAction","object RecordVideoAction : BotAction","dev.inmo.tgbotapi.types.actions.RecordVideoAction"]},{"name":"object RecordVideoNoteAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-note-action/index.html","searchKeys":["RecordVideoNoteAction","object RecordVideoNoteAction : BotAction","dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction"]},{"name":"object RecordVoiceAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.RecordVoiceAction","location":"docs/dev.inmo.tgbotapi.types.actions/-record-voice-action/index.html","searchKeys":["RecordVoiceAction","object RecordVoiceAction : BotAction","dev.inmo.tgbotapi.types.actions.RecordVoiceAction"]},{"name":"object RegularKeyboardButtonPollType : KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType","location":"docs/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/index.html","searchKeys":["RegularKeyboardButtonPollType","object RegularKeyboardButtonPollType : KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType"]},{"name":"object ShippingOptionsSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.requests.answers.payments.ShippingOptionsSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-shipping-options-serializer/index.html","searchKeys":["ShippingOptionsSerializer","object ShippingOptionsSerializer : KSerializer> ","dev.inmo.tgbotapi.requests.answers.payments.ShippingOptionsSerializer"]},{"name":"object SlotMachineDiceAnimationType : DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType","location":"docs/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/index.html","searchKeys":["SlotMachineDiceAnimationType","object SlotMachineDiceAnimationType : DiceAnimationType","dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType"]},{"name":"object StickerSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.files.StickerSerializer","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/index.html","searchKeys":["StickerSerializer","object StickerSerializer : KSerializer ","dev.inmo.tgbotapi.types.files.StickerSerializer"]},{"name":"object SupergroupChatType : ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/index.html","searchKeys":["SupergroupChatType","object SupergroupChatType : ChatType","dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType"]},{"name":"object TelegramDateSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/index.html","searchKeys":["TelegramDateSerializer","object TelegramDateSerializer : KSerializer ","dev.inmo.tgbotapi.types.TelegramDateSerializer"]},{"name":"object TelegramMediaSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/index.html","searchKeys":["TelegramMediaSerializer","object TelegramMediaSerializer : KSerializer ","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer"]},{"name":"object Text","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/index.html","searchKeys":["Text","object Text","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text"]},{"name":"object TextSourceSerializer : TypedSerializer ","description":"dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/index.html","searchKeys":["TextSourceSerializer","object TextSourceSerializer : TypedSerializer ","dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer"]},{"name":"object ThemeChanged : EventType","description":"dev.inmo.tgbotapi.webapps.EventType.ThemeChanged","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/-theme-changed/index.html","searchKeys":["ThemeChanged","object ThemeChanged : EventType","dev.inmo.tgbotapi.webapps.EventType.ThemeChanged"]},{"name":"object TypingAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.TypingAction","location":"docs/dev.inmo.tgbotapi.types.actions/-typing-action/index.html","searchKeys":["TypingAction","object TypingAction : BotAction","dev.inmo.tgbotapi.types.actions.TypingAction"]},{"name":"object UpdateDeserializationStrategy : DeserializationStrategy ","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/index.html","searchKeys":["UpdateDeserializationStrategy","object UpdateDeserializationStrategy : DeserializationStrategy ","dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy"]},{"name":"object UpdateSerializerWithoutSerialization : KSerializer ","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/index.html","searchKeys":["UpdateSerializerWithoutSerialization","object UpdateSerializerWithoutSerialization : KSerializer ","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization"]},{"name":"object UploadDocumentAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadDocumentAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-document-action/index.html","searchKeys":["UploadDocumentAction","object UploadDocumentAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadDocumentAction"]},{"name":"object UploadPhotoAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadPhotoAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-photo-action/index.html","searchKeys":["UploadPhotoAction","object UploadPhotoAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadPhotoAction"]},{"name":"object UploadVideoAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadVideoAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-action/index.html","searchKeys":["UploadVideoAction","object UploadVideoAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadVideoAction"]},{"name":"object UploadVideoNoteAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/index.html","searchKeys":["UploadVideoNoteAction","object UploadVideoNoteAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction"]},{"name":"object UploadVoiceAction : BotAction","description":"dev.inmo.tgbotapi.types.actions.UploadVoiceAction","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-voice-action/index.html","searchKeys":["UploadVoiceAction","object UploadVoiceAction : BotAction","dev.inmo.tgbotapi.types.actions.UploadVoiceAction"]},{"name":"object UserProfilePhotosPhotosSerializer : KSerializer> ","description":"dev.inmo.tgbotapi.types.UserProfilePhotosPhotosSerializer","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos-photos-serializer/index.html","searchKeys":["UserProfilePhotosPhotosSerializer","object UserProfilePhotosPhotosSerializer : KSerializer> ","dev.inmo.tgbotapi.types.UserProfilePhotosPhotosSerializer"]},{"name":"object UserSerializer : KSerializer ","description":"dev.inmo.tgbotapi.types.chat.UserSerializer","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/index.html","searchKeys":["UserSerializer","object UserSerializer : KSerializer ","dev.inmo.tgbotapi.types.chat.UserSerializer"]},{"name":"object Video","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/index.html","searchKeys":["Video","object Video","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video"]},{"name":"object VideoChatStarted : VideoChatEvent","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatStarted","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-started/index.html","searchKeys":["VideoChatStarted","object VideoChatStarted : VideoChatEvent","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatStarted"]},{"name":"object ViewportChanged : EventType","description":"dev.inmo.tgbotapi.webapps.EventType.ViewportChanged","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/-viewport-changed/index.html","searchKeys":["ViewportChanged","object ViewportChanged : EventType","dev.inmo.tgbotapi.webapps.EventType.ViewportChanged"]},{"name":"open class HandleableTriggersHolder(preset: List = emptyList())","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/index.html","searchKeys":["HandleableTriggersHolder","open class HandleableTriggersHolder(preset: List = emptyList())","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder"]},{"name":"open class MatrixBuilder","description":"dev.inmo.tgbotapi.utils.MatrixBuilder","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/index.html","searchKeys":["MatrixBuilder","open class MatrixBuilder","dev.inmo.tgbotapi.utils.MatrixBuilder"]},{"name":"open class RowBuilder","description":"dev.inmo.tgbotapi.utils.RowBuilder","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/index.html","searchKeys":["RowBuilder","open class RowBuilder","dev.inmo.tgbotapi.utils.RowBuilder"]},{"name":"open fun addStrict(kClass: KClass, handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.addStrict","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/add-strict.html","searchKeys":["addStrict","open fun addStrict(kClass: KClass, handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.addStrict"]},{"name":"open fun copy(location: Location = this.location)","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.copy","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/copy.html","searchKeys":["copy","open fun copy(location: Location = this.location)","dev.inmo.tgbotapi.types.message.content.LocationContent.copy"]},{"name":"open override fun add(kClass: KClass, strict: Boolean, handler: BehaviourWithFSMStateHandler)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.add","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/add.html","searchKeys":["add","open override fun add(kClass: KClass, strict: Boolean, handler: BehaviourWithFSMStateHandler)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.add"]},{"name":"open override fun include(type: String, serializer: KSerializer)","description":"dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.include","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/include.html","searchKeys":["include","open override fun include(type: String, serializer: KSerializer)","dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.include"]},{"name":"open override fun asTelegramMedia(): TelegramMediaAnimation","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaAnimation","dev.inmo.tgbotapi.types.message.content.AnimationContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaAudio","dev.inmo.tgbotapi.types.message.content.AudioContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaAudio","dev.inmo.tgbotapi.types.message.content.VoiceContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaDocument","dev.inmo.tgbotapi.types.message.content.DocumentContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaDocument","dev.inmo.tgbotapi.types.message.content.StickerContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaPhoto","dev.inmo.tgbotapi.types.message.content.PhotoContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaVideo","dev.inmo.tgbotapi.types.message.content.VideoContent.asTelegramMedia"]},{"name":"open override fun asTelegramMedia(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.asTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/as-telegram-media.html","searchKeys":["asTelegramMedia","open override fun asTelegramMedia(): TelegramMediaVideo","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.asTelegramMedia"]},{"name":"open override fun close()","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.close","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/close.html","searchKeys":["close","open override fun close()","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.close"]},{"name":"open override fun close()","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.close","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/close.html","searchKeys":["close","open override fun close()","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.close"]},{"name":"open override fun close()","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.close","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/close.html","searchKeys":["close","open override fun close()","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.close"]},{"name":"open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/copy.html","searchKeys":["copy","open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.copy"]},{"name":"open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.copy","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/copy.html","searchKeys":["copy","open override fun copy(bot: TelegramBot, scope: CoroutineScope, broadcastChannelsSize: Int, onBufferOverflow: BufferOverflow, upstreamUpdatesFlow: Flow?, triggersHolder: TriggersHolder, updatesFilter: BehaviourContextAndTypeReceiver?): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.copy"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.AnimationContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.AudioContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.ContactContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.ContactContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.DiceContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.DiceContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.DocumentContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.GameContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.GameContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.InvoiceContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.LiveLocationContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.PhotoContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.PollContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.PollContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.StaticLocationContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.StickerContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.TextContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.TextContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VenueContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VenueContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VideoContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.createResend"]},{"name":"open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.createResend","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/create-resend.html","searchKeys":["createResend","open override fun createResend(chatId: ChatIdentifier, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?): Request>","dev.inmo.tgbotapi.types.message.content.VoiceContent.createResend"]},{"name":"open override fun decrypt(data: EncryptedData): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.AESDecryptor.decrypt","location":"docs/dev.inmo.tgbotapi.utils.passport/-a-e-s-decryptor/decrypt.html","searchKeys":["decrypt","open override fun decrypt(data: EncryptedData): SourceBytes","dev.inmo.tgbotapi.utils.passport.AESDecryptor.decrypt"]},{"name":"open override fun deserialize(decoder: Decoder): AdministratorChatMember","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): AdministratorChatMember","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): BotAction","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): BotAction","dev.inmo.tgbotapi.types.actions.BotActionSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): BotCommandScope","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): BotCommandScope","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.deserialize","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ByteReadChannelAllocator","dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Chat","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Chat","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatIdentifier","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatIdentifier","dev.inmo.tgbotapi.types.ChatIdentifierSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatInviteLink","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatInviteLink","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatMember","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ChatType","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): DiceAnimationType","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): EncryptedPassportElement","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): EncryptedPassportElement","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ExtendedChat","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ExtendedChat","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): FileId","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): FileId","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): InlineKeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): InlineKeyboardButton","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): InlineQueryResult","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): InlineQueryResult","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): KeyboardButton","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): KeyboardButton","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): KeyboardMarkup","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): KeyboardMarkup","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Location","description":"dev.inmo.tgbotapi.types.location.LocationSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Location","dev.inmo.tgbotapi.types.location.LocationSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): LocationContent","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): LocationContent","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MediaGroupMemberTelegramMedia","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MediaGroupMemberTelegramMedia","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MenuButton","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MenuButton","dev.inmo.tgbotapi.types.MenuButtonSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MessageIdentifier","description":"dev.inmo.tgbotapi.types.MessageIdSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MessageIdentifier","dev.inmo.tgbotapi.types.MessageIdSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): MimeType","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): MimeType","dev.inmo.tgbotapi.utils.MimeTypeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): ParseMode","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): ParseMode","dev.inmo.tgbotapi.types.message.ParseModeSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): PassportElementError","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Poll","description":"dev.inmo.tgbotapi.types.polls.PollSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Poll","dev.inmo.tgbotapi.types.polls.PollSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): PollOption","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): PollOption","dev.inmo.tgbotapi.types.polls.PollOptionSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Sticker","description":"dev.inmo.tgbotapi.types.files.StickerSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Sticker","dev.inmo.tgbotapi.types.files.StickerSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): TelegramDate","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): TelegramDate","dev.inmo.tgbotapi.types.TelegramDateSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): TelegramMedia","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): TelegramMedia","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Update","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.deserialize","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Update","dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): Update","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.deserialize","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): Update","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.deserialize"]},{"name":"open override fun deserialize(decoder: Decoder): User","description":"dev.inmo.tgbotapi.types.chat.UserSerializer.deserialize","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/deserialize.html","searchKeys":["deserialize","open override fun deserialize(decoder: Decoder): User","dev.inmo.tgbotapi.types.chat.UserSerializer.deserialize"]},{"name":"open override fun exclude(type: String)","description":"dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.exclude","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source-serializer/exclude.html","searchKeys":["exclude","open override fun exclude(type: String)","dev.inmo.tgbotapi.types.message.textsources.TextSourceSerializer.exclude"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.DeleteMessage.method","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.DeleteMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.DownloadFile.method","location":"docs/dev.inmo.tgbotapi.requests/-download-file/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.DownloadFile.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.method","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.DownloadFileStream.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.ForwardMessage.method","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.ForwardMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.GetUpdates.method","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.GetUpdates.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.method","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.SetPassportDataErrors.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.StopPoll.method","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.StopPoll.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.method","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.GetMe.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.GetMe.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.GetMyCommands.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.SetMyCommands.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.method","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.LeaveChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.method","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.method","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.method","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.method","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.method","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.method","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.method","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.method","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.method","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.method","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.method","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.method","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.method","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.method","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.get.GetFile.method","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.get.GetFile.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.get.GetStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.method","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.local.Close.method","location":"docs/dev.inmo.tgbotapi.requests.local/-close/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.local.Close.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.local.LogOut.method","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.local.LogOut.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.method","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.CopyMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendAction.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendAction.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendContact.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendContact.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendDice.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendDice.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendLocation.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendLocation.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendTextMessage.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.SendVenue.method","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.SendVenue.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.method","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.games.SendGame.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendAudioData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendVideoData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.method","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.method","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.method","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.method","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.send.polls.SendPoll.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.method","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.method","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.method","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.method"]},{"name":"open override fun method(): String","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.method","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/method.html","searchKeys":["method","open override fun method(): String","dev.inmo.tgbotapi.requests.webhook.SetWebhook.method"]},{"name":"open override fun serialize(encoder: Encoder, value: AdministratorChatMember)","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: AdministratorChatMember)","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: BotAction)","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: BotAction)","dev.inmo.tgbotapi.types.actions.BotActionSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: BotCommandScope)","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: BotCommandScope)","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Chat)","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Chat)","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatIdentifier)","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatIdentifier)","dev.inmo.tgbotapi.types.ChatIdentifierSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatInviteLink)","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatInviteLink)","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatMember)","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatMember)","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ChatType)","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ChatType)","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: DiceAnimationType)","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: DiceAnimationType)","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: EncryptedPassportElement)","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: EncryptedPassportElement)","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ExtendedChat)","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ExtendedChat)","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InlineKeyboardButton)","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InlineKeyboardButton)","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InlineQueryResult)","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InlineQueryResult)","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InputFile)","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.serialize","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InputFile)","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: InputMessageContent)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: InputMessageContent)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: KeyboardButton)","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: KeyboardButton)","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: KeyboardButtonPollType)","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: KeyboardButtonPollType)","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: KeyboardMarkup)","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: KeyboardMarkup)","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Location)","description":"dev.inmo.tgbotapi.types.location.LocationSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Location)","dev.inmo.tgbotapi.types.location.LocationSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: LocationContent)","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: LocationContent)","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MediaGroupMemberTelegramMedia)","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MediaGroupMemberTelegramMedia)","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MenuButton)","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MenuButton)","dev.inmo.tgbotapi.types.MenuButtonSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MessageIdentifier)","description":"dev.inmo.tgbotapi.types.MessageIdSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MessageIdentifier)","dev.inmo.tgbotapi.types.MessageIdSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: MimeType)","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: MimeType)","dev.inmo.tgbotapi.utils.MimeTypeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: ParseMode)","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: ParseMode)","dev.inmo.tgbotapi.types.message.ParseModeSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: PassportElementError)","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: PassportElementError)","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Poll)","description":"dev.inmo.tgbotapi.types.polls.PollSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Poll)","dev.inmo.tgbotapi.types.polls.PollSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: PollOption)","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: PollOption)","dev.inmo.tgbotapi.types.polls.PollOptionSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Sticker)","description":"dev.inmo.tgbotapi.types.files.StickerSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Sticker)","dev.inmo.tgbotapi.types.files.StickerSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: TelegramDate)","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: TelegramDate)","dev.inmo.tgbotapi.types.TelegramDateSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: TelegramMedia)","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: TelegramMedia)","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: Update): Nothing","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.serialize","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: Update): Nothing","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.serialize"]},{"name":"open override fun serialize(encoder: Encoder, value: User)","description":"dev.inmo.tgbotapi.types.chat.UserSerializer.serialize","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/serialize.html","searchKeys":["serialize","open override fun serialize(encoder: Encoder, value: User)","dev.inmo.tgbotapi.types.chat.UserSerializer.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.serialize"]},{"name":"open override fun serialize(format: StringFormat): String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.serialize","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/serialize.html","searchKeys":["serialize","open override fun serialize(format: StringFormat): String","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.serialize"]},{"name":"open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.setPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/set-photo.html","searchKeys":["setPhoto","open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.setPhoto"]},{"name":"open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.setPhoto","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/set-photo.html","searchKeys":["setPhoto","open override fun setPhoto(photoUrl: String, photoSize: Long?, photoWidth: Int?, photoHeight: Int?)","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.setPhoto"]},{"name":"open override fun start(scope: CoroutineScope): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.start","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start.html","searchKeys":["start","open override fun start(scope: CoroutineScope): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.start"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaAudio","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaAudio","dev.inmo.tgbotapi.types.message.content.AudioContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaDocument","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaDocument","dev.inmo.tgbotapi.types.message.content.DocumentContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaPhoto","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaPhoto","dev.inmo.tgbotapi.types.message.content.PhotoContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaVideo","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.toMediaGroupMemberTelegramMedia","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/to-media-group-member-telegram-media.html","searchKeys":["toMediaGroupMemberTelegramMedia","open override fun toMediaGroupMemberTelegramMedia(): TelegramMediaVideo","dev.inmo.tgbotapi.types.message.content.VideoContent.toMediaGroupMemberTelegramMedia"]},{"name":"open override fun toString(): String","description":"dev.inmo.tgbotapi.utils.MimeType.toString","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/to-string.html","searchKeys":["toString","open override fun toString(): String","dev.inmo.tgbotapi.utils.MimeType.toString"]},{"name":"open override fun unsetPhoto()","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.unsetPhoto","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/unset-photo.html","searchKeys":["unsetPhoto","open override fun unsetPhoto()","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.unsetPhoto"]},{"name":"open override fun unsetPhoto()","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.unsetPhoto","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/unset-photo.html","searchKeys":["unsetPhoto","open override fun unsetPhoto()","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.unsetPhoto"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.ChooseStickerAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-choose-sticker-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.ChooseStickerAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.CustomBotAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-custom-bot-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.CustomBotAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.FindLocationAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-find-location-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.FindLocationAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.RecordVideoAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.RecordVideoAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-record-video-note-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.RecordVideoNoteAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.RecordVoiceAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-record-voice-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.RecordVoiceAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.TypingAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-typing-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.TypingAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadDocumentAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-document-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadDocumentAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadPhotoAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-photo-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadPhotoAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadVideoAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadVideoAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-video-note-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadVideoNoteAction.actionName"]},{"name":"open override val actionName: String","description":"dev.inmo.tgbotapi.types.actions.UploadVoiceAction.actionName","location":"docs/dev.inmo.tgbotapi.types.actions/-upload-voice-action/action-name.html","searchKeys":["actionName","open override val actionName: String","dev.inmo.tgbotapi.types.actions.UploadVoiceAction.actionName"]},{"name":"open override val address: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.address","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/address.html","searchKeys":["address","open override val address: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.address"]},{"name":"open override val address: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.address","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/address.html","searchKeys":["address","open override val address: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.address"]},{"name":"open override val address: String","description":"dev.inmo.tgbotapi.types.venue.Venue.address","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/address.html","searchKeys":["address","open override val address: String","dev.inmo.tgbotapi.types.venue.Venue.address"]},{"name":"open override val allUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.allUpdatesFlow","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/all-updates-flow.html","searchKeys":["allUpdatesFlow","open override val allUpdatesFlow: Flow","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.allUpdatesFlow"]},{"name":"open override val allUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-flow.html","searchKeys":["allUpdatesFlow","open override val allUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesFlow"]},{"name":"open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/all-updates-without-media-groups-grouping-flow.html","searchKeys":["allUpdatesWithoutMediaGroupsGroupingFlow","open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow"]},{"name":"open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/all-updates-without-media-groups-grouping-flow.html","searchKeys":["allUpdatesWithoutMediaGroupsGroupingFlow","open override val allUpdatesWithoutMediaGroupsGroupingFlow: Flow","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.allUpdatesWithoutMediaGroupsGroupingFlow"]},{"name":"open override val allowMultipleAnswers: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.allowMultipleAnswers","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/allow-multiple-answers.html","searchKeys":["allowMultipleAnswers","open override val allowMultipleAnswers: Boolean = false","dev.inmo.tgbotapi.types.polls.RegularPoll.allowMultipleAnswers"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendContact.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendDice.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendLocation.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendVenue.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.games.SendGame.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.allowSendingWithoutReply"]},{"name":"open override val allowSendingWithoutReply: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowSendingWithoutReply","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-sending-without-reply.html","searchKeys":["allowSendingWithoutReply","open override val allowSendingWithoutReply: Boolean? = null","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowSendingWithoutReply"]},{"name":"open override val allowedUpdates: List","description":"dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allowedUpdates","location":"docs/dev.inmo.tgbotapi.updateshandlers/-flows-updates-filter/allowed-updates.html","searchKeys":["allowedUpdates","open override val allowedUpdates: List","dev.inmo.tgbotapi.updateshandlers.FlowsUpdatesFilter.allowedUpdates"]},{"name":"open override val allowedUpdates: List","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.allowedUpdates","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/allowed-updates.html","searchKeys":["allowedUpdates","open override val allowedUpdates: List","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.allowedUpdates"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.Invoice.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.Invoice.amount"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.LabeledPrice.amount"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.amount"]},{"name":"open override val amount: Long","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.amount","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/amount.html","searchKeys":["amount","open override val amount: Long","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.amount"]},{"name":"open override val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/as-update-receiver.html","searchKeys":["asUpdateReceiver","open override val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.asUpdateReceiver"]},{"name":"open override val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.updateshandlers/-default-flows-updates-filter/as-update-receiver.html","searchKeys":["asUpdateReceiver","open override val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.updateshandlers.DefaultFlowsUpdatesFilter.asUpdateReceiver"]},{"name":"open override val asUpdateReceiver: UpdateReceiver","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.asUpdateReceiver","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/as-update-receiver.html","searchKeys":["asUpdateReceiver","open override val asUpdateReceiver: UpdateReceiver","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.asUpdateReceiver"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.authorSignature"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.authorSignature"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.authorSignature"]},{"name":"open override val authorSignature: AuthorSignature?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.authorSignature","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/author-signature.html","searchKeys":["authorSignature","open override val authorSignature: AuthorSignature?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.authorSignature"]},{"name":"open override val bio: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.bio","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/bio.html","searchKeys":["bio","open override val bio: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.bio"]},{"name":"open override val bot: TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.bot","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/bot.html","searchKeys":["bot","open override val bot: TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.bot"]},{"name":"open override val callbackQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.callbackQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/callback-queries-flow.html","searchKeys":["callbackQueriesFlow","open override val callbackQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.callbackQueriesFlow"]},{"name":"open override val canBeEdited: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canBeEdited","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-be-edited.html","searchKeys":["canBeEdited","open override val canBeEdited: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canBeEdited"]},{"name":"open override val canBeEdited: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canBeEdited","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-be-edited.html","searchKeys":["canBeEdited","open override val canBeEdited: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canBeEdited"]},{"name":"open override val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canChangeInfo"]},{"name":"open override val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canChangeInfo"]},{"name":"open override val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canChangeInfo"]},{"name":"open override val canChangeInfo: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-change-info.html","searchKeys":["canChangeInfo","open override val canChangeInfo: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canChangeInfo"]},{"name":"open override val canEditMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-edit-messages.html","searchKeys":["canEditMessages","open override val canEditMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canEditMessages"]},{"name":"open override val canEditMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-edit-messages.html","searchKeys":["canEditMessages","open override val canEditMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canEditMessages"]},{"name":"open override val canEditMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canEditMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-edit-messages.html","searchKeys":["canEditMessages","open override val canEditMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canEditMessages"]},{"name":"open override val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canInviteUsers"]},{"name":"open override val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canInviteUsers"]},{"name":"open override val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canInviteUsers"]},{"name":"open override val canInviteUsers: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-invite-users.html","searchKeys":["canInviteUsers","open override val canInviteUsers: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canInviteUsers"]},{"name":"open override val canManageChat: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-chat.html","searchKeys":["canManageChat","open override val canManageChat: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageChat"]},{"name":"open override val canManageChat: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-manage-chat.html","searchKeys":["canManageChat","open override val canManageChat: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageChat"]},{"name":"open override val canManageChat: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageChat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-manage-chat.html","searchKeys":["canManageChat","open override val canManageChat: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageChat"]},{"name":"open override val canManageVideoChats: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-manage-video-chats.html","searchKeys":["canManageVideoChats","open override val canManageVideoChats: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canManageVideoChats"]},{"name":"open override val canManageVideoChats: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-manage-video-chats.html","searchKeys":["canManageVideoChats","open override val canManageVideoChats: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canManageVideoChats"]},{"name":"open override val canManageVideoChats: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageVideoChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-manage-video-chats.html","searchKeys":["canManageVideoChats","open override val canManageVideoChats: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canManageVideoChats"]},{"name":"open override val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPinMessages"]},{"name":"open override val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPinMessages"]},{"name":"open override val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canPinMessages"]},{"name":"open override val canPinMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-pin-messages.html","searchKeys":["canPinMessages","open override val canPinMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPinMessages"]},{"name":"open override val canPostMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-post-messages.html","searchKeys":["canPostMessages","open override val canPostMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPostMessages"]},{"name":"open override val canPostMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-post-messages.html","searchKeys":["canPostMessages","open override val canPostMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPostMessages"]},{"name":"open override val canPostMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPostMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-post-messages.html","searchKeys":["canPostMessages","open override val canPostMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPostMessages"]},{"name":"open override val canPromoteMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-promote-members.html","searchKeys":["canPromoteMembers","open override val canPromoteMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canPromoteMembers"]},{"name":"open override val canPromoteMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-promote-members.html","searchKeys":["canPromoteMembers","open override val canPromoteMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canPromoteMembers"]},{"name":"open override val canPromoteMembers: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPromoteMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-promote-members.html","searchKeys":["canPromoteMembers","open override val canPromoteMembers: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canPromoteMembers"]},{"name":"open override val canRemoveMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-remove-messages.html","searchKeys":["canRemoveMessages","open override val canRemoveMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRemoveMessages"]},{"name":"open override val canRemoveMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-remove-messages.html","searchKeys":["canRemoveMessages","open override val canRemoveMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRemoveMessages"]},{"name":"open override val canRemoveMessages: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRemoveMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-remove-messages.html","searchKeys":["canRemoveMessages","open override val canRemoveMessages: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRemoveMessages"]},{"name":"open override val canRestrictMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/can-restrict-members.html","searchKeys":["canRestrictMembers","open override val canRestrictMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.canRestrictMembers"]},{"name":"open override val canRestrictMembers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/can-restrict-members.html","searchKeys":["canRestrictMembers","open override val canRestrictMembers: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.canRestrictMembers"]},{"name":"open override val canRestrictMembers: Boolean = true","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRestrictMembers","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/can-restrict-members.html","searchKeys":["canRestrictMembers","open override val canRestrictMembers: Boolean = true","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.canRestrictMembers"]},{"name":"open override val canSetStickerSet: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.canSetStickerSet","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/can-set-sticker-set.html","searchKeys":["canSetStickerSet","open override val canSetStickerSet: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.canSetStickerSet"]},{"name":"open override val channel: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.channel","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/channel.html","searchKeys":["channel","open override val channel: ChannelChat","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.channel"]},{"name":"open override val channel: ChannelChat","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.channel","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/channel.html","searchKeys":["channel","open override val channel: ChannelChat","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.channel"]},{"name":"open override val channelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-post-media-groups-flow.html","searchKeys":["channelPostMediaGroupsFlow","open override val channelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostMediaGroupsFlow"]},{"name":"open override val channelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/channel-posts-flow.html","searchKeys":["channelPostsFlow","open override val channelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.channelPostsFlow"]},{"name":"open override val chat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/chat.html","searchKeys":["chat","open override val chat: ChannelChat","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.chat"]},{"name":"open override val chat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/chat.html","searchKeys":["chat","open override val chat: ChannelChat","dev.inmo.tgbotapi.types.message.ChannelEventMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.PassportMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.PassportMessage.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.chat"]},{"name":"open override val chat: Chat","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.chat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/chat.html","searchKeys":["chat","open override val chat: Chat","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.chat"]},{"name":"open override val chat: GroupChat","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.chat","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/chat.html","searchKeys":["chat","open override val chat: GroupChat","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.chat"]},{"name":"open override val chat: PrivateChat","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/chat.html","searchKeys":["chat","open override val chat: PrivateChat","dev.inmo.tgbotapi.types.message.PrivateEventMessage.chat"]},{"name":"open override val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.chat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/chat.html","searchKeys":["chat","open override val chat: PublicChat","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.chat"]},{"name":"open override val chat: PublicChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.chat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/chat.html","searchKeys":["chat","open override val chat: PublicChat","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.chat"]},{"name":"open override val chat: SupergroupChat","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chat","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat.html","searchKeys":["chat","open override val chat: SupergroupChat","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chat"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.ChannelEventMessage.chatEvent"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.chatEvent"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.chatEvent"]},{"name":"open override val chatEvent: T","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.chatEvent","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/chat-event.html","searchKeys":["chatEvent","open override val chatEvent: T","dev.inmo.tgbotapi.types.message.PrivateEventMessage.chatEvent"]},{"name":"open override val chatId: ChatId","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatId","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.chatId"]},{"name":"open override val chatId: ChatId","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.chatId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/chat-id.html","searchKeys":["chatId","open override val chatId: ChatId","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.chatId"]},{"name":"open override val chatId: ChatId","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/chat-id.html","searchKeys":["chatId","open override val chatId: ChatId","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.DeleteMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.DeleteMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.StopPoll.chatId","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.StopPoll.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.LeaveChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.chatId","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendAction.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendAction.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendContact.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendContact.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendDice.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendDice.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendLocation.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendLocation.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendTextMessage.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.SendVenue.chatId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.SendVenue.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.games.SendGame.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendAudioData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendVideoData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.chatId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.chatId"]},{"name":"open override val chatId: ChatIdentifier","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.chatId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.chatId"]},{"name":"open override val chatId: ChatIdentifier?","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.chatId","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/chat-id.html","searchKeys":["chatId","open override val chatId: ChatIdentifier?","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.chatId"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.chatInstance"]},{"name":"open override val chatInstance: String","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.chatInstance","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/chat-instance.html","searchKeys":["chatInstance","open override val chatInstance: String","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.chatInstance"]},{"name":"open override val chatJoinRequestUpdateFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatJoinRequestUpdateFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-join-request-update-flow.html","searchKeys":["chatJoinRequestUpdateFlow","open override val chatJoinRequestUpdateFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatJoinRequestUpdateFlow"]},{"name":"open override val chatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chat-member-updates-flow.html","searchKeys":["chatMemberUpdatesFlow","open override val chatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chatMemberUpdatesFlow"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.chatPhoto"]},{"name":"open override val chatPhoto: ChatPhoto? = null","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.chatPhoto","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/chat-photo.html","searchKeys":["chatPhoto","open override val chatPhoto: ChatPhoto? = null","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.chatPhoto"]},{"name":"open override val chatType: ChatType?","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.chatType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/chat-type.html","searchKeys":["chatType","open override val chatType: ChatType?","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.chatType"]},{"name":"open override val chatType: ChatType?","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.chatType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/chat-type.html","searchKeys":["chatType","open override val chatType: ChatType?","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.chatType"]},{"name":"open override val chosenInlineResultsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chosenInlineResultsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/chosen-inline-results-flow.html","searchKeys":["chosenInlineResultsFlow","open override val chosenInlineResultsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.chosenInlineResultsFlow"]},{"name":"open override val closeDateTime: DateTime","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.closeDateTime","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/close-date-time.html","searchKeys":["closeDateTime","open override val closeDateTime: DateTime","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.closeDateTime"]},{"name":"open override val closeDateTime: DateTime","description":"dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.closeDateTime","location":"docs/dev.inmo.tgbotapi.types.polls/-exact-scheduled-close-info/close-date-time.html","searchKeys":["closeDateTime","open override val closeDateTime: DateTime","dev.inmo.tgbotapi.types.polls.ExactScheduledCloseInfo.closeDateTime"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.content","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.content","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.content"]},{"name":"open override val content: T","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.content","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/content.html","searchKeys":["content","open override val content: T","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.content"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.creator"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.creator"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.creator","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.creator"]},{"name":"open override val creator: User","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.creator","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/creator.html","searchKeys":["creator","open override val creator: User","dev.inmo.tgbotapi.types.PrimaryInviteLink.creator"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue.credentials"]},{"name":"open override val credentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.credentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/credentials.html","searchKeys":["credentials","open override val credentials: List","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.credentials"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.currency","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.currency","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.Invoice.currency","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.payments.Invoice.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.currency","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.currency"]},{"name":"open override val currency: Currency","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.currency","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/currency.html","searchKeys":["currency","open override val currency: Currency","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.currency"]},{"name":"open override val customTitle: String? = null","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.customTitle","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/custom-title.html","searchKeys":["customTitle","open override val customTitle: String? = null","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.customTitle"]},{"name":"open override val customTitle: String? = null","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.customTitle","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/custom-title.html","searchKeys":["customTitle","open override val customTitle: String? = null","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.customTitle"]},{"name":"open override val data: CallbackQuery","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/data.html","searchKeys":["data","open override val data: CallbackQuery","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.data"]},{"name":"open override val data: ChatJoinRequest","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/data.html","searchKeys":["data","open override val data: ChatJoinRequest","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.data"]},{"name":"open override val data: ChatMemberUpdated","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/data.html","searchKeys":["data","open override val data: ChatMemberUpdated","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.data"]},{"name":"open override val data: ChatMemberUpdated","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/data.html","searchKeys":["data","open override val data: ChatMemberUpdated","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.data"]},{"name":"open override val data: ChosenInlineResult","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/data.html","searchKeys":["data","open override val data: ChosenInlineResult","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.data"]},{"name":"open override val data: CommonMessage<*>","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/data.html","searchKeys":["data","open override val data: CommonMessage<*>","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.data"]},{"name":"open override val data: CommonMessage<*>","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/data.html","searchKeys":["data","open override val data: CommonMessage<*>","dev.inmo.tgbotapi.types.update.EditMessageUpdate.data"]},{"name":"open override val data: DataCredentials","description":"dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-address-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials","dev.inmo.tgbotapi.types.passport.decrypted.AddressSecureValue.data"]},{"name":"open override val data: DataCredentials","description":"dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-personal-details-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials","dev.inmo.tgbotapi.types.passport.decrypted.PersonalDetailsSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.data"]},{"name":"open override val data: DataCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.data","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/data.html","searchKeys":["data","open override val data: DataCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.data"]},{"name":"open override val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.data","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/data.html","searchKeys":["data","open override val data: EncryptedData","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.data"]},{"name":"open override val data: InlineQuery","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/data.html","searchKeys":["data","open override val data: InlineQuery","dev.inmo.tgbotapi.types.update.InlineQueryUpdate.data"]},{"name":"open override val data: List>","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/data.html","searchKeys":["data","open override val data: List>","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.data"]},{"name":"open override val data: List>","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/data.html","searchKeys":["data","open override val data: List>","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.data"]},{"name":"open override val data: MediaGroupMessage","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/data.html","searchKeys":["data","open override val data: MediaGroupMessage","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.data"]},{"name":"open override val data: MediaGroupMessage","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/data.html","searchKeys":["data","open override val data: MediaGroupMessage","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.data"]},{"name":"open override val data: Message","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/data.html","searchKeys":["data","open override val data: Message","dev.inmo.tgbotapi.types.update.ChannelPostUpdate.data"]},{"name":"open override val data: Message","description":"dev.inmo.tgbotapi.types.update.MessageUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/data.html","searchKeys":["data","open override val data: Message","dev.inmo.tgbotapi.types.update.MessageUpdate.data"]},{"name":"open override val data: Poll","description":"dev.inmo.tgbotapi.types.update.PollUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/data.html","searchKeys":["data","open override val data: Poll","dev.inmo.tgbotapi.types.update.PollUpdate.data"]},{"name":"open override val data: PollAnswer","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/data.html","searchKeys":["data","open override val data: PollAnswer","dev.inmo.tgbotapi.types.update.PollAnswerUpdate.data"]},{"name":"open override val data: PreCheckoutQuery","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/data.html","searchKeys":["data","open override val data: PreCheckoutQuery","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.data"]},{"name":"open override val data: ShippingQuery","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/data.html","searchKeys":["data","open override val data: ShippingQuery","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.data"]},{"name":"open override val data: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.data","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/data.html","searchKeys":["data","open override val data: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.data"]},{"name":"open override val data: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.data","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/data.html","searchKeys":["data","open override val data: String","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.data"]},{"name":"open override val data: String","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.data","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/data.html","searchKeys":["data","open override val data: String","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.data"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ChannelEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.PassportMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.PassportMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.date","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.PrivateEventMessage.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.date","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.date"]},{"name":"open override val date: DateTime","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.date","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/date.html","searchKeys":["date","open override val date: DateTime","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.date"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.dateOfOriginal"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.dateOfOriginal"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.dateOfOriginal"]},{"name":"open override val dateOfOriginal: TelegramDate","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo.dateOfOriginal","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/date-of-original.html","searchKeys":["dateOfOriginal","open override val dateOfOriginal: TelegramDate","dev.inmo.tgbotapi.types.message.UserForwardInfo.dateOfOriginal"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.description","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.description"]},{"name":"open override val description: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.description","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/description.html","searchKeys":["description","open override val description: String","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.description"]},{"name":"open override val description: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.description","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/description.html","searchKeys":["description","open override val description: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.description"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.requests.abstracts.InputFileSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.ChatIdentifierSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.ChatIdentifierSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.ChatInviteLinkSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers/-inline-query-result-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.serializers.InlineQueryResultSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.InlineQueries/-input-message-content-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContentSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.MenuButtonSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-menu-button-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.MenuButtonSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.MessageIdSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-message-id-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.MessageIdSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.TelegramDateSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types/-telegram-date-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.TelegramDateSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.actions.BotActionSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.actions/-bot-action-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.actions.BotActionSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-inline-keyboard-button-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.InlineKeyboardButtonSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-poll-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.KeyboardButtonPollTypeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-button-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.KeyboardButtonSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.buttons/-keyboard-markup-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.buttons.KeyboardMarkupSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.ChatTypeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-chat-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.ExtendedChatSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-preview-chat-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.PreviewChatSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.UserSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat/-user-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.UserSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.chat.member.ChatMemberSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.commands.BotCommandScopeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.dice/-dice-animation-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.dice.DiceAnimationTypeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.files.StickerSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.files.StickerSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.location.LocationSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.location/-location-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.location.LocationSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.media/-media-group-member-telegram-media-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.media.MediaGroupMemberTelegramMediaSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.media.TelegramMediaSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.message.ParseModeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.message/-parse-mode-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.message.ParseModeSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.message.content.LocationContentSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.passport.PassportElementErrorSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-element-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedElementSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.polls.PollOptionSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.polls.PollOptionSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.polls.PollSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.polls.PollSerializer.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.descriptor","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-deserialization-strategy/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.update.abstracts.UpdateDeserializationStrategy.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.descriptor","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-update-serializer-without-serialization/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.types.update.abstracts.UpdateSerializerWithoutSerialization.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.descriptor","location":"docs/dev.inmo.tgbotapi.utils/-byte-read-channel-allocator-deserialization-strategy/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.utils.ByteReadChannelAllocatorDeserializationStrategy.descriptor"]},{"name":"open override val descriptor: SerialDescriptor","description":"dev.inmo.tgbotapi.utils.MimeTypeSerializer.descriptor","location":"docs/dev.inmo.tgbotapi.utils/-mime-type-serializer/descriptor.html","searchKeys":["descriptor","open override val descriptor: SerialDescriptor","dev.inmo.tgbotapi.utils.MimeTypeSerializer.descriptor"]},{"name":"open override val disableEditMessage: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.disableEditMessage","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/disable-edit-message.html","searchKeys":["disableEditMessage","open override val disableEditMessage: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.disableEditMessage"]},{"name":"open override val disableEditMessage: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.disableEditMessage","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/disable-edit-message.html","searchKeys":["disableEditMessage","open override val disableEditMessage: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.disableEditMessage"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.CopyMessage.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendContact.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendContact.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendDice.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendDice.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendLocation.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendLocation.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendTextMessage.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendVenue.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.SendVenue.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.games.SendGame.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAudioData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.disableNotification"]},{"name":"open override val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.disableNotification","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/disable-notification.html","searchKeys":["disableNotification","open override val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.disableNotification"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.disableWebPagePreview"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.disableWebPagePreview"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.disableWebPagePreview"]},{"name":"open override val disableWebPagePreview: Boolean? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.disableWebPagePreview","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/disable-web-page-preview.html","searchKeys":["disableWebPagePreview","open override val disableWebPagePreview: Boolean? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.disableWebPagePreview"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.duration"]},{"name":"open override val duration: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.duration","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/duration.html","searchKeys":["duration","open override val duration: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.duration","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.AnimationFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.AudioFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.VideoFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.VideoNoteFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.files.VoiceFile.duration","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.files.VoiceFile.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.duration","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.duration","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.duration"]},{"name":"open override val duration: Long? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.duration","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/duration.html","searchKeys":["duration","open override val duration: Long? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.duration"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.editDate"]},{"name":"open override val editDate: DateTime?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.editDate","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/edit-date.html","searchKeys":["editDate","open override val editDate: DateTime?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.editDate"]},{"name":"open override val editedChannelPostMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-post-media-groups-flow.html","searchKeys":["editedChannelPostMediaGroupsFlow","open override val editedChannelPostMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostMediaGroupsFlow"]},{"name":"open override val editedChannelPostsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-channel-posts-flow.html","searchKeys":["editedChannelPostsFlow","open override val editedChannelPostsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedChannelPostsFlow"]},{"name":"open override val editedMessageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-message-media-groups-flow.html","searchKeys":["editedMessageMediaGroupsFlow","open override val editedMessageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessageMediaGroupsFlow"]},{"name":"open override val editedMessagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/edited-messages-flow.html","searchKeys":["editedMessagesFlow","open override val editedMessagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.editedMessagesFlow"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.elementHash"]},{"name":"open override val elementHash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.elementHash","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/element-hash.html","searchKeys":["elementHash","open override val elementHash: PassportElementHash","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.elementHash"]},{"name":"open override val elementsHashes: List","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.elementsHashes","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/elements-hashes.html","searchKeys":["elementsHashes","open override val elementsHashes: List","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.elementsHashes"]},{"name":"open override val elementsHashes: List","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.elementsHashes","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/elements-hashes.html","searchKeys":["elementsHashes","open override val elementsHashes: List","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.elementsHashes"]},{"name":"open override val email: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email.email","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/email.html","searchKeys":["email","open override val email: String","dev.inmo.tgbotapi.types.passport.encrypted.Email.email"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.emoji"]},{"name":"open override val emoji: String","description":"dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.emoji","location":"docs/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/emoji.html","searchKeys":["emoji","open override val emoji: String","dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.emoji"]},{"name":"open override val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/emoji.html","searchKeys":["emoji","open override val emoji: String? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.emoji"]},{"name":"open override val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/emoji.html","searchKeys":["emoji","open override val emoji: String? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.emoji"]},{"name":"open override val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/emoji.html","searchKeys":["emoji","open override val emoji: String? = null","dev.inmo.tgbotapi.types.files.VideoSticker.emoji"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.emojis"]},{"name":"open override val emojis: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.emojis","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/emojis.html","searchKeys":["emojis","open override val emojis: String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.emojis"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.expirationDateTime"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.expirationDateTime"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.expirationDateTime"]},{"name":"open override val expirationDateTime: DateTime?","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.expirationDateTime","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/expiration-date-time.html","searchKeys":["expirationDateTime","open override val expirationDateTime: DateTime?","dev.inmo.tgbotapi.types.PrimaryInviteLink.expirationDateTime"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.expirationUnixTimeStamp"]},{"name":"open override val expirationUnixTimeStamp: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/expiration-unix-time-stamp.html","searchKeys":["expirationUnixTimeStamp","open override val expirationUnixTimeStamp: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.expirationUnixTimeStamp"]},{"name":"open override val expireDate: DateTime?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expireDate","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link/expire-date.html","searchKeys":["expireDate","open override val expireDate: DateTime?","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLink.expireDate"]},{"name":"open override val expireDate: DateTime?","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expireDate","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link/expire-date.html","searchKeys":["expireDate","open override val expireDate: DateTime?","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLink.expireDate"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.file"]},{"name":"open override val file: InputFile","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.file","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/file.html","searchKeys":["file","open override val file: InputFile","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.file"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.fileId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.AnimatedSticker.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.AnimationFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.AudioFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.DocumentFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.File.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.File.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.PassportFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.PassportFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.PathedFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.PhotoSize.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.PhotoSize.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.SimpleSticker.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VideoFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VideoNoteFile.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VideoSticker.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VideoSticker.fileId"]},{"name":"open override val fileId: FileId","description":"dev.inmo.tgbotapi.types.files.VoiceFile.fileId","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/file-id.html","searchKeys":["fileId","open override val fileId: FileId","dev.inmo.tgbotapi.types.files.VoiceFile.fileId"]},{"name":"open override val fileId: String","description":"dev.inmo.tgbotapi.requests.abstracts.FileId.fileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-file-id/file-id.html","searchKeys":["fileId","open override val fileId: String","dev.inmo.tgbotapi.requests.abstracts.FileId.fileId"]},{"name":"open override val fileId: String","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.fileId","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/file-id.html","searchKeys":["fileId","open override val fileId: String","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.fileId"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.AnimationFile.fileName"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.AudioFile.fileName"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.DocumentFile.fileName"]},{"name":"open override val fileName: String? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-name.html","searchKeys":["fileName","open override val fileName: String? = null","dev.inmo.tgbotapi.types.files.VideoFile.fileName"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.AnimationFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.AudioFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.DocumentFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.File.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.File.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.PassportFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.PassportFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.PathedFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.PhotoSize.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.PhotoSize.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VideoFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VideoNoteFile.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VideoSticker.fileSize"]},{"name":"open override val fileSize: Long? = null","description":"dev.inmo.tgbotapi.types.files.VoiceFile.fileSize","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/file-size.html","searchKeys":["fileSize","open override val fileSize: Long? = null","dev.inmo.tgbotapi.types.files.VoiceFile.fileSize"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.AnimatedSticker.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.AnimationFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.AnimationFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.AudioFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.AudioFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.DocumentFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.DocumentFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.File.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.File.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.PassportFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.PassportFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.PathedFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.PhotoSize.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.PhotoSize.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.SimpleSticker.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VideoFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VideoFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VideoNoteFile.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VideoSticker.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VideoSticker.fileUniqueId"]},{"name":"open override val fileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.VoiceFile.fileUniqueId","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/file-unique-id.html","searchKeys":["fileUniqueId","open override val fileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.files.VoiceFile.fileUniqueId"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.files","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.files"]},{"name":"open override val files: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.files","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/files.html","searchKeys":["files","open override val files: List","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.files"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.Contact.firstName","location":"docs/dev.inmo.tgbotapi.types/-contact/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.Contact.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.firstName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.firstName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.CommonBot.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.CommonBot.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.CommonUser.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.CommonUser.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.ExtendedBot.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.firstName"]},{"name":"open override val firstName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.firstName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/first-name.html","searchKeys":["firstName","open override val firstName: String","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.firstName"]},{"name":"open override val force: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.force","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/force.html","searchKeys":["force","open override val force: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.force"]},{"name":"open override val force: Boolean = false","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.force","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/force.html","searchKeys":["force","open override val force: Boolean = false","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.force"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.forwardInfo"]},{"name":"open override val forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.forwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/forward-info.html","searchKeys":["forwardInfo","open override val forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.forwardInfo"]},{"name":"open override val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-id.html","searchKeys":["foursquareId","open override val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareId"]},{"name":"open override val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-id.html","searchKeys":["foursquareId","open override val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareId"]},{"name":"open override val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.foursquareId","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/foursquare-id.html","searchKeys":["foursquareId","open override val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.types.venue.Venue.foursquareId"]},{"name":"open override val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/foursquare-type.html","searchKeys":["foursquareType","open override val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.foursquareType"]},{"name":"open override val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/foursquare-type.html","searchKeys":["foursquareType","open override val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.foursquareType"]},{"name":"open override val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.foursquareType","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/foursquare-type.html","searchKeys":["foursquareType","open override val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.types.venue.Venue.foursquareType"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.from","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.from","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.PassportMessage.from","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.PassportMessage.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.from","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.message.UserForwardInfo.from","location":"docs/dev.inmo.tgbotapi.types.message/-user-forward-info/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.message.UserForwardInfo.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.from","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.from","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.payments.ShippingQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.from","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.polls.PollAnswer.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.from"]},{"name":"open override val from: User","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.from","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/from.html","searchKeys":["from","open override val from: User","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.from"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.frontSide"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.frontSide"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.frontSide"]},{"name":"open override val frontSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/front-side.html","searchKeys":["frontSide","open override val frontSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.frontSide"]},{"name":"open override val frontSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.frontSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/front-side.html","searchKeys":["frontSide","open override val frontSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.frontSide"]},{"name":"open override val gameShortName: String","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.gameShortName","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/game-short-name.html","searchKeys":["gameShortName","open override val gameShortName: String","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.gameShortName"]},{"name":"open override val gameShortName: String","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.gameShortName","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/game-short-name.html","searchKeys":["gameShortName","open override val gameShortName: String","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.gameShortName"]},{"name":"open override val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-id.html","searchKeys":["googlePlaceId","open override val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceId"]},{"name":"open override val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-id.html","searchKeys":["googlePlaceId","open override val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceId"]},{"name":"open override val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.googlePlaceId","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/google-place-id.html","searchKeys":["googlePlaceId","open override val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.types.venue.Venue.googlePlaceId"]},{"name":"open override val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/google-place-type.html","searchKeys":["googlePlaceType","open override val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.googlePlaceType"]},{"name":"open override val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/google-place-type.html","searchKeys":["googlePlaceType","open override val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.googlePlaceType"]},{"name":"open override val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.types.venue.Venue.googlePlaceType","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/google-place-type.html","searchKeys":["googlePlaceType","open override val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.types.venue.Venue.googlePlaceType"]},{"name":"open override val hasPrivateForwards: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.hasPrivateForwards","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/has-private-forwards.html","searchKeys":["hasPrivateForwards","open override val hasPrivateForwards: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.hasPrivateForwards"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.hasProtectedContent"]},{"name":"open override val hasProtectedContent: Boolean","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.hasProtectedContent","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/has-protected-content.html","searchKeys":["hasProtectedContent","open override val hasProtectedContent: Boolean","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.hasProtectedContent"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.Email.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-email/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.Email.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-address/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedAddress.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-personal-details/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPersonalDetails.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.hash"]},{"name":"open override val hash: PassportElementHash","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.hash","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/hash.html","searchKeys":["hash","open override val hash: PassportElementHash","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.hash"]},{"name":"open override val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/hash.html","searchKeys":["hash","open override val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.hash"]},{"name":"open override val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/hash.html","searchKeys":["hash","open override val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.hash"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.heading","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.heading","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.heading","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.requests.send.SendLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.heading","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.heading","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.heading"]},{"name":"open override val heading: Degrees? = null","description":"dev.inmo.tgbotapi.types.location.LiveLocation.heading","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/heading.html","searchKeys":["heading","open override val heading: Degrees? = null","dev.inmo.tgbotapi.types.location.LiveLocation.heading"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.height","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.AnimatedSticker.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.AnimationFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.AnimationFile.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.PhotoSize.height","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.PhotoSize.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.height","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.SimpleSticker.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.VideoFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.VideoFile.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.height","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.VideoNoteFile.height"]},{"name":"open override val height: Int","description":"dev.inmo.tgbotapi.types.files.VideoSticker.height","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/height.html","searchKeys":["height","open override val height: Int","dev.inmo.tgbotapi.types.files.VideoSticker.height"]},{"name":"open override val height: Int?","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.height","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/height.html","searchKeys":["height","open override val height: Int?","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.height","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.height","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.height","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.height","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.height"]},{"name":"open override val height: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.height","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/height.html","searchKeys":["height","open override val height: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.height"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.requests.send.SendLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.location.LiveLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.location.LiveLocation.horizontalAccuracy"]},{"name":"open override val horizontalAccuracy: Meters? = null","description":"dev.inmo.tgbotapi.types.location.StaticLocation.horizontalAccuracy","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/horizontal-accuracy.html","searchKeys":["horizontalAccuracy","open override val horizontalAccuracy: Meters? = null","dev.inmo.tgbotapi.types.location.StaticLocation.horizontalAccuracy"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.html"]},{"name":"open override val html: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.html","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/html.html","searchKeys":["html","open override val html: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.html"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.id"]},{"name":"open override val id: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.id","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/id.html","searchKeys":["id","open override val id: CallbackQueryIdentifier","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.GroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.id","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType.id","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.UnknownChatType.id"]},{"name":"open override val id: ChatId","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.id","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/id.html","searchKeys":["id","open override val id: ChatId","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.id"]},{"name":"open override val id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.id","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/id.html","searchKeys":["id","open override val id: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.id"]},{"name":"open override val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.id","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/id.html","searchKeys":["id","open override val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.QuizPoll.id"]},{"name":"open override val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.id","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/id.html","searchKeys":["id","open override val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.RegularPoll.id"]},{"name":"open override val id: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.id","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/id.html","searchKeys":["id","open override val id: PollIdentifier","dev.inmo.tgbotapi.types.polls.UnknownPollType.id"]},{"name":"open override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.CommonBot.id","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/id.html","searchKeys":["id","open override val id: UserId","dev.inmo.tgbotapi.types.chat.CommonBot.id"]},{"name":"open override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.CommonUser.id","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/id.html","searchKeys":["id","open override val id: UserId","dev.inmo.tgbotapi.types.chat.CommonUser.id"]},{"name":"open override val id: UserId","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.id","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/id.html","searchKeys":["id","open override val id: UserId","dev.inmo.tgbotapi.types.chat.ExtendedBot.id"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.ietfLanguageCode"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.requests.bot.GetMyCommands.ietfLanguageCode"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.requests.bot.SetMyCommands.ietfLanguageCode"]},{"name":"open override val ietfLanguageCode: IetfLanguageCode? = null","description":"dev.inmo.tgbotapi.types.chat.CommonUser.ietfLanguageCode","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/ietf-language-code.html","searchKeys":["ietfLanguageCode","open override val ietfLanguageCode: IetfLanguageCode? = null","dev.inmo.tgbotapi.types.chat.CommonUser.ietfLanguageCode"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.inlineMessageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-data-callback-query/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdDataCallbackQuery.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier","description":"dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-inline-message-id-game-short-name-callback-query/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier","dev.inmo.tgbotapi.types.queries.callback.InlineMessageIdGameShortNameCallbackQuery.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier?","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.inlineMessageId"]},{"name":"open override val inlineMessageId: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/inline-message-id.html","searchKeys":["inlineMessageId","open override val inlineMessageId: InlineMessageIdentifier?","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.inlineMessageId"]},{"name":"open override val inlineQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.inlineQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/inline-queries-flow.html","searchKeys":["inlineQueriesFlow","open override val inlineQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.inlineQueriesFlow"]},{"name":"open override val inputMessageContent: InputMessageContent","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.inputMessageContent"]},{"name":"open override val inputMessageContent: InputMessageContent? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.inputMessageContent","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/input-message-content.html","searchKeys":["inputMessageContent","open override val inputMessageContent: InputMessageContent? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.inputMessageContent"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.inviteLink","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.inviteLink"]},{"name":"open override val inviteLink: String","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.inviteLink","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String","dev.inmo.tgbotapi.types.PrimaryInviteLink.inviteLink"]},{"name":"open override val inviteLink: String? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.inviteLink"]},{"name":"open override val inviteLink: String? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String? = null","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.inviteLink"]},{"name":"open override val inviteLink: String? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/invite-link.html","searchKeys":["inviteLink","open override val inviteLink: String? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.inviteLink"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-administrator-rights-impl/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.chat.member.ChatAdministratorRightsImpl.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.polls.QuizPoll.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.polls.RegularPoll.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.isAnonymous","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = false","dev.inmo.tgbotapi.types.polls.UnknownPollType.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = true","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = true","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isAnonymous"]},{"name":"open override val isAnonymous: Boolean = true","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isAnonymous","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-anonymous.html","searchKeys":["isAnonymous","open override val isAnonymous: Boolean = true","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isAnonymous"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isClosed","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isClosed","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.types.polls.QuizPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.types.polls.RegularPoll.isClosed"]},{"name":"open override val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.isClosed","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/is-closed.html","searchKeys":["isClosed","open override val isClosed: Boolean = false","dev.inmo.tgbotapi.types.polls.UnknownPollType.isClosed"]},{"name":"open override val isOk: Boolean = false","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = false","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.isOk"]},{"name":"open override val isOk: Boolean = false","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = false","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.isOk"]},{"name":"open override val isOk: Boolean = true","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = true","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.isOk"]},{"name":"open override val isOk: Boolean = true","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.isOk","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/is-ok.html","searchKeys":["isOk","open override val isOk: Boolean = true","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.isOk"]},{"name":"open override val isPrimary: Boolean","description":"dev.inmo.tgbotapi.types.SecondaryChatInviteLink.isPrimary","location":"docs/dev.inmo.tgbotapi.types/-secondary-chat-invite-link/is-primary.html","searchKeys":["isPrimary","open override val isPrimary: Boolean","dev.inmo.tgbotapi.types.SecondaryChatInviteLink.isPrimary"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.isRevoked"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.isRevoked"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.isRevoked"]},{"name":"open override val isRevoked: Boolean = false","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.isRevoked","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/is-revoked.html","searchKeys":["isRevoked","open override val isRevoked: Boolean = false","dev.inmo.tgbotapi.types.PrimaryInviteLink.isRevoked"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.CommonBot.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.CommonBot.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.CommonUser.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.CommonUser.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.ExtendedBot.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.lastName"]},{"name":"open override val lastName: String","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.lastName","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/last-name.html","searchKeys":["lastName","open override val lastName: String","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.lastName"]},{"name":"open override val lastName: String? = null","description":"dev.inmo.tgbotapi.types.Contact.lastName","location":"docs/dev.inmo.tgbotapi.types/-contact/last-name.html","searchKeys":["lastName","open override val lastName: String? = null","dev.inmo.tgbotapi.types.Contact.lastName"]},{"name":"open override val lastName: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.lastName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/last-name.html","searchKeys":["lastName","open override val lastName: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.lastName"]},{"name":"open override val lastName: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.lastName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/last-name.html","searchKeys":["lastName","open override val lastName: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.lastName"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.latitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.latitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendLocation.latitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.send.SendLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendVenue.latitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.requests.send.SendVenue.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.latitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.location.LiveLocation.latitude","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.location.LiveLocation.latitude"]},{"name":"open override val latitude: Double","description":"dev.inmo.tgbotapi.types.location.StaticLocation.latitude","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/latitude.html","searchKeys":["latitude","open override val latitude: Double","dev.inmo.tgbotapi.types.location.StaticLocation.latitude"]},{"name":"open override val linkedChannelChatId: ChatId? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.linkedChannelChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/linked-channel-chat-id.html","searchKeys":["linkedChannelChatId","open override val linkedChannelChatId: ChatId? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.linkedChannelChatId"]},{"name":"open override val linkedGroupChatId: ChatId? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.linkedGroupChatId","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/linked-group-chat-id.html","searchKeys":["linkedGroupChatId","open override val linkedGroupChatId: ChatId? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.linkedGroupChatId"]},{"name":"open override val livePeriod: Seconds","description":"dev.inmo.tgbotapi.types.location.LiveLocation.livePeriod","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds","dev.inmo.tgbotapi.types.location.LiveLocation.livePeriod"]},{"name":"open override val livePeriod: Seconds? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.livePeriod","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds? = null","dev.inmo.tgbotapi.requests.send.SendLocation.livePeriod"]},{"name":"open override val livePeriod: Seconds? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.livePeriod","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.livePeriod"]},{"name":"open override val livePeriod: Seconds? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.livePeriod","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/live-period.html","searchKeys":["livePeriod","open override val livePeriod: Seconds? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.livePeriod"]},{"name":"open override val location: ChatLocation? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.location","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/location.html","searchKeys":["location","open override val location: ChatLocation? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.location"]},{"name":"open override val location: LiveLocation","description":"dev.inmo.tgbotapi.types.message.content.LiveLocationContent.location","location":"docs/dev.inmo.tgbotapi.types.message.content/-live-location-content/location.html","searchKeys":["location","open override val location: LiveLocation","dev.inmo.tgbotapi.types.message.content.LiveLocationContent.location"]},{"name":"open override val location: StaticLocation","description":"dev.inmo.tgbotapi.types.message.content.StaticLocationContent.location","location":"docs/dev.inmo.tgbotapi.types.message.content/-static-location-content/location.html","searchKeys":["location","open override val location: StaticLocation","dev.inmo.tgbotapi.types.message.content.StaticLocationContent.location"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.longitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.longitude","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendLocation.longitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.send.SendLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.requests.send.SendVenue.longitude","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.requests.send.SendVenue.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.longitude","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.location.LiveLocation.longitude","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.location.LiveLocation.longitude"]},{"name":"open override val longitude: Double","description":"dev.inmo.tgbotapi.types.location.StaticLocation.longitude","location":"docs/dev.inmo.tgbotapi.types.location/-static-location/longitude.html","searchKeys":["longitude","open override val longitude: Double","dev.inmo.tgbotapi.types.location.StaticLocation.longitude"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdown"]},{"name":"open override val markdown: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdown","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown.html","searchKeys":["markdown","open override val markdown: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdown"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.markdownV2"]},{"name":"open override val markdownV2: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdownV2","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/markdown-v2.html","searchKeys":["markdownV2","open override val markdownV2: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.markdownV2"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.maskPosition","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.maskPosition"]},{"name":"open override val maskPosition: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.maskPosition","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/mask-position.html","searchKeys":["maskPosition","open override val maskPosition: MaskPosition? = null","dev.inmo.tgbotapi.types.files.VideoSticker.maskPosition"]},{"name":"open override val maxTipAmount: Int? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.maxTipAmount","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/max-tip-amount.html","searchKeys":["maxTipAmount","open override val maxTipAmount: Int? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.maxTipAmount"]},{"name":"open override val maxTipAmount: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.maxTipAmount","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/max-tip-amount.html","searchKeys":["maxTipAmount","open override val maxTipAmount: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.maxTipAmount"]},{"name":"open override val media: AnimationFile","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/media.html","searchKeys":["media","open override val media: AnimationFile","dev.inmo.tgbotapi.types.message.content.AnimationContent.media"]},{"name":"open override val media: AudioFile","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/media.html","searchKeys":["media","open override val media: AudioFile","dev.inmo.tgbotapi.types.message.content.AudioContent.media"]},{"name":"open override val media: DocumentFile","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/media.html","searchKeys":["media","open override val media: DocumentFile","dev.inmo.tgbotapi.types.message.content.DocumentContent.media"]},{"name":"open override val media: PhotoSize","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/media.html","searchKeys":["media","open override val media: PhotoSize","dev.inmo.tgbotapi.types.message.content.PhotoContent.media"]},{"name":"open override val media: Sticker","description":"dev.inmo.tgbotapi.types.message.content.StickerContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-sticker-content/media.html","searchKeys":["media","open override val media: Sticker","dev.inmo.tgbotapi.types.message.content.StickerContent.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.media"]},{"name":"open override val media: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.media","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/media.html","searchKeys":["media","open override val media: String","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.media"]},{"name":"open override val media: TelegramMedia","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.media","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/media.html","searchKeys":["media","open override val media: TelegramMedia","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.media"]},{"name":"open override val media: TelegramMedia","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.media","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/media.html","searchKeys":["media","open override val media: TelegramMedia","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.media"]},{"name":"open override val media: VideoFile","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/media.html","searchKeys":["media","open override val media: VideoFile","dev.inmo.tgbotapi.types.message.content.VideoContent.media"]},{"name":"open override val media: VideoNoteFile","description":"dev.inmo.tgbotapi.types.message.content.VideoNoteContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-note-content/media.html","searchKeys":["media","open override val media: VideoNoteFile","dev.inmo.tgbotapi.types.message.content.VideoNoteContent.media"]},{"name":"open override val media: VoiceFile","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.media","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/media.html","searchKeys":["media","open override val media: VoiceFile","dev.inmo.tgbotapi.types.message.content.VoiceContent.media"]},{"name":"open override val mediaCollection: Photo","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.mediaCollection","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/media-collection.html","searchKeys":["mediaCollection","open override val mediaCollection: Photo","dev.inmo.tgbotapi.types.message.content.PhotoContent.mediaCollection"]},{"name":"open override val mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.mediaGroupId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/media-group-id.html","searchKeys":["mediaGroupId","open override val mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.mediaGroupId"]},{"name":"open override val mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.mediaGroupId","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/media-group-id.html","searchKeys":["mediaGroupId","open override val mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.mediaGroupId"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.mediaMap"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.mediaMap"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.mediaMap"]},{"name":"open override val mediaMap: Map","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.mediaMap","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/media-map.html","searchKeys":["mediaMap","open override val mediaMap: Map","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.mediaMap"]},{"name":"open override val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.membersLimit","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/members-limit.html","searchKeys":["membersLimit","open override val membersLimit: MembersLimit","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.membersLimit"]},{"name":"open override val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.membersLimit","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/members-limit.html","searchKeys":["membersLimit","open override val membersLimit: MembersLimit","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.membersLimit"]},{"name":"open override val message: ContentMessage","description":"dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.message","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-data-callback-query/message.html","searchKeys":["message","open override val message: ContentMessage","dev.inmo.tgbotapi.types.queries.callback.MessageDataCallbackQuery.message"]},{"name":"open override val message: ContentMessage","description":"dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.message","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-message-game-short-name-callback-query/message.html","searchKeys":["message","open override val message: ContentMessage","dev.inmo.tgbotapi.types.queries.callback.MessageGameShortNameCallbackQuery.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.message","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.message"]},{"name":"open override val message: String","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.message","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/message.html","searchKeys":["message","open override val message: String","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.message"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.DeleteMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.DeleteMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.StopPoll.messageId","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.StopPoll.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.messageId","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.messageId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.messageId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ChannelEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonGroupEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-common-supergroup-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.CommonSupergroupEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.PassportMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.PassportMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.PrivateEventMessage.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-private-event-message/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.PrivateEventMessage.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.messageId"]},{"name":"open override val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.messageId","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/message-id.html","searchKeys":["messageId","open override val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.messageId"]},{"name":"open override val messageMediaGroupsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messageMediaGroupsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/message-media-groups-flow.html","searchKeys":["messageMediaGroupsFlow","open override val messageMediaGroupsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messageMediaGroupsFlow"]},{"name":"open override val messagesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messagesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/messages-flow.html","searchKeys":["messagesFlow","open override val messagesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.messagesFlow"]},{"name":"open override val mimeType: MimeType","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.mimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.mimeType"]},{"name":"open override val mimeType: MimeType","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.mimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.AnimationFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.AudioFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.DocumentFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.VideoFile.mimeType"]},{"name":"open override val mimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.files.VoiceFile.mimeType","location":"docs/dev.inmo.tgbotapi.types.files/-voice-file/mime-type.html","searchKeys":["mimeType","open override val mimeType: MimeType? = null","dev.inmo.tgbotapi.types.files.VoiceFile.mimeType"]},{"name":"open override val myChatMemberUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.myChatMemberUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/my-chat-member-updates-flow.html","searchKeys":["myChatMemberUpdatesFlow","open override val myChatMemberUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.myChatMemberUpdatesFlow"]},{"name":"open override val name: StickerSetName","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/name.html","searchKeys":["name","open override val name: StickerSetName","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.name"]},{"name":"open override val name: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/name.html","searchKeys":["name","open override val name: String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.name"]},{"name":"open override val name: String?","description":"dev.inmo.tgbotapi.types.PrimaryInviteLink.name","location":"docs/dev.inmo.tgbotapi.types/-primary-invite-link/name.html","searchKeys":["name","open override val name: String?","dev.inmo.tgbotapi.types.PrimaryInviteLink.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.name","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-unlimited/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.types.ChatInviteLinkUnlimited.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.name"]},{"name":"open override val name: String? = null","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.name","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/name.html","searchKeys":["name","open override val name: String? = null","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.name"]},{"name":"open override val offset: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.offset","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/offset.html","searchKeys":["offset","open override val offset: String","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.offset"]},{"name":"open override val offset: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.offset","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/offset.html","searchKeys":["offset","open override val offset: String","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.offset"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.options","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.types.polls.QuizPoll.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.options","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.types.polls.RegularPoll.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.options","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.types.polls.UnknownPollType.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.options","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.options"]},{"name":"open override val options: List","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.options","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/options.html","searchKeys":["options","open override val options: List","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.options"]},{"name":"open override val origin: EditChannelPostUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.origin","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/origin.html","searchKeys":["origin","open override val origin: EditChannelPostUpdate","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.origin"]},{"name":"open override val origin: EditMessageUpdate","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.origin","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/origin.html","searchKeys":["origin","open override val origin: EditMessageUpdate","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.origin"]},{"name":"open override val origins: List","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.origins","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/origins.html","searchKeys":["origins","open override val origins: List","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.origins"]},{"name":"open override val origins: List","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.origins","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/origins.html","searchKeys":["origins","open override val origins: List","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.origins"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.paramsJson"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.paramsJson"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.paramsJson"]},{"name":"open override val paramsJson: JsonObject","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.paramsJson","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/params-json.html","searchKeys":["paramsJson","open override val paramsJson: JsonObject","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.paramsJson"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.parseMode","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.parseMode","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.parseMode","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.parseMode"]},{"name":"open override val parseMode: ParseMode? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.parseMode","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/parse-mode.html","searchKeys":["parseMode","open override val parseMode: ParseMode? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.parseMode"]},{"name":"open override val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.HTMLParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-h-t-m-l-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","open override val parseModeName: String","dev.inmo.tgbotapi.types.message.HTMLParseMode.parseModeName"]},{"name":"open override val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.MarkdownParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","open override val parseModeName: String","dev.inmo.tgbotapi.types.message.MarkdownParseMode.parseModeName"]},{"name":"open override val parseModeName: String","description":"dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode.parseModeName","location":"docs/dev.inmo.tgbotapi.types.message/-markdown-v2-parse-mode/parse-mode-name.html","searchKeys":["parseModeName","open override val parseModeName: String","dev.inmo.tgbotapi.types.message.MarkdownV2ParseMode.parseModeName"]},{"name":"open override val payload: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.payload","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/payload.html","searchKeys":["payload","open override val payload: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.payload"]},{"name":"open override val payload: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.payload","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/payload.html","searchKeys":["payload","open override val payload: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.payload"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.performer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.performer"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.performer","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.performer"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.performer","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.types.files.AudioFile.performer"]},{"name":"open override val performer: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.performer","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/performer.html","searchKeys":["performer","open override val performer: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.performer"]},{"name":"open override val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.permissions","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/permissions.html","searchKeys":["permissions","open override val permissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.permissions"]},{"name":"open override val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.permissions","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/permissions.html","searchKeys":["permissions","open override val permissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.permissions"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.Contact.phoneNumber","location":"docs/dev.inmo.tgbotapi.types/-contact/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.Contact.phoneNumber"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.phoneNumber"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.phoneNumber"]},{"name":"open override val phoneNumber: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-phone-number/phone-number.html","searchKeys":["phoneNumber","open override val phoneNumber: String","dev.inmo.tgbotapi.types.passport.encrypted.PhoneNumber.phoneNumber"]},{"name":"open override val photoHeight: Int? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoHeight","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-height.html","searchKeys":["photoHeight","open override val photoHeight: Int? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoHeight"]},{"name":"open override val photoHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-height.html","searchKeys":["photoHeight","open override val photoHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoHeight"]},{"name":"open override val photoSize: Long? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoSize","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-size.html","searchKeys":["photoSize","open override val photoSize: Long? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoSize"]},{"name":"open override val photoSize: Long? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoSize","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-size.html","searchKeys":["photoSize","open override val photoSize: Long? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoSize"]},{"name":"open override val photoUrl: String? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoUrl","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-url.html","searchKeys":["photoUrl","open override val photoUrl: String? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoUrl"]},{"name":"open override val photoUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-url.html","searchKeys":["photoUrl","open override val photoUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoUrl"]},{"name":"open override val photoWidth: Int? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoWidth","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/photo-width.html","searchKeys":["photoWidth","open override val photoWidth: Int? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.photoWidth"]},{"name":"open override val photoWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/photo-width.html","searchKeys":["photoWidth","open override val photoWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.photoWidth"]},{"name":"open override val pinnedMessage: Message? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/pinned-message.html","searchKeys":["pinnedMessage","open override val pinnedMessage: Message? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.pinnedMessage"]},{"name":"open override val pinnedMessage: Message? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/pinned-message.html","searchKeys":["pinnedMessage","open override val pinnedMessage: Message? = null","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.pinnedMessage"]},{"name":"open override val pinnedMessage: Message? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.pinnedMessage","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/pinned-message.html","searchKeys":["pinnedMessage","open override val pinnedMessage: Message? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.pinnedMessage"]},{"name":"open override val pollAnswersFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollAnswersFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/poll-answers-flow.html","searchKeys":["pollAnswersFlow","open override val pollAnswersFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollAnswersFlow"]},{"name":"open override val pollsFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollsFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/polls-flow.html","searchKeys":["pollsFlow","open override val pollsFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.pollsFlow"]},{"name":"open override val preCheckoutQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.preCheckoutQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/pre-checkout-queries-flow.html","searchKeys":["preCheckoutQueriesFlow","open override val preCheckoutQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.preCheckoutQueriesFlow"]},{"name":"open override val preCheckoutQueryId: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.preCheckoutQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/pre-checkout-query-id.html","searchKeys":["preCheckoutQueryId","open override val preCheckoutQueryId: PreCheckoutQueryId","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.preCheckoutQueryId"]},{"name":"open override val preCheckoutQueryId: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.preCheckoutQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/pre-checkout-query-id.html","searchKeys":["preCheckoutQueryId","open override val preCheckoutQueryId: PreCheckoutQueryId","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.preCheckoutQueryId"]},{"name":"open override val priceDependOnShipAddress: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.priceDependOnShipAddress","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/price-depend-on-ship-address.html","searchKeys":["priceDependOnShipAddress","open override val priceDependOnShipAddress: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.priceDependOnShipAddress"]},{"name":"open override val priceDependOnShipAddress: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.priceDependOnShipAddress","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/price-depend-on-ship-address.html","searchKeys":["priceDependOnShipAddress","open override val priceDependOnShipAddress: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.priceDependOnShipAddress"]},{"name":"open override val prices: List","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.prices","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/prices.html","searchKeys":["prices","open override val prices: List","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.prices"]},{"name":"open override val prices: List","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.prices","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/prices.html","searchKeys":["prices","open override val prices: List","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.prices"]},{"name":"open override val prices: List","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.prices","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/prices.html","searchKeys":["prices","open override val prices: List","dev.inmo.tgbotapi.types.payments.ShippingOption.prices"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.ForwardMessage.protectContent","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.ForwardMessage.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.CopyMessage.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendContact.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendContact.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendDice.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendDice.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendLocation.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendLocation.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendTextMessage.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.SendVenue.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.SendVenue.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.games.SendGame.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendAudioData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.protectContent"]},{"name":"open override val protectContent: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.protectContent","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/protect-content.html","searchKeys":["protectContent","open override val protectContent: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.protectContent"]},{"name":"open override val providerData: String? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerData","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-data.html","searchKeys":["providerData","open override val providerData: String? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerData"]},{"name":"open override val providerData: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerData","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-data.html","searchKeys":["providerData","open override val providerData: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerData"]},{"name":"open override val providerToken: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerToken","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/provider-token.html","searchKeys":["providerToken","open override val providerToken: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.providerToken"]},{"name":"open override val providerToken: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerToken","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/provider-token.html","searchKeys":["providerToken","open override val providerToken: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.providerToken"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.requests.send.SendLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-location-message-content/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputLocationMessageContent.proximityAlertRadius"]},{"name":"open override val proximityAlertRadius: Meters? = null","description":"dev.inmo.tgbotapi.types.location.LiveLocation.proximityAlertRadius","location":"docs/dev.inmo.tgbotapi.types.location/-live-location/proximity-alert-radius.html","searchKeys":["proximityAlertRadius","open override val proximityAlertRadius: Meters? = null","dev.inmo.tgbotapi.types.location.LiveLocation.proximityAlertRadius"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.query"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.query"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-base-inline-query/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.query.BaseInlineQuery.query"]},{"name":"open override val query: String","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.query","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/query.html","searchKeys":["query","open override val query: String","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.query"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.question","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.question","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.question","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.types.polls.QuizPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.question","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.types.polls.RegularPoll.question"]},{"name":"open override val question: String","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.question","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/question.html","searchKeys":["question","open override val question: String","dev.inmo.tgbotapi.types.polls.UnknownPollType.question"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.StopPoll.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.StopPoll.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.replyMarkup"]},{"name":"open override val replyMarkup: InlineKeyboardMarkup? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.replyMarkup","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: InlineKeyboardMarkup? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendContact.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendDice.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendLocation.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.SendVenue.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.games.SendGame.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyMarkup"]},{"name":"open override val replyMarkup: KeyboardMarkup? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyMarkup","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-markup.html","searchKeys":["replyMarkup","open override val replyMarkup: KeyboardMarkup? = null","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyMarkup"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-channel-media-group-message/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.ChannelMediaGroupMessage.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-common-media-group-message/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.CommonMediaGroupMessage.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.replyTo"]},{"name":"open override val replyTo: Message?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyTo","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/reply-to.html","searchKeys":["replyTo","open override val replyTo: Message?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.replyTo"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendContact.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendDice.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendLocation.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendLocation.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendTextMessage.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.SendVenue.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.games.SendGame.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.replyToMessageId"]},{"name":"open override val replyToMessageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyToMessageId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/reply-to-message-id.html","searchKeys":["replyToMessageId","open override val replyToMessageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.replyToMessageId"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.DeleteMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.DeleteMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.ForwardMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.ForwardMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.GetUpdates.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.GetUpdates.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.SetPassportDataErrors.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.StopPoll.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.StopPoll.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-ok/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryOk.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.GetMe.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.GetMe.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.GetMyCommands.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.SetMyCommands.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.LeaveChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-with-limited-members/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkWithLimitedMembers.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-join-request/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithJoinRequest.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-with-limited-members/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkWithLimitedMembers.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-inline-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.EditInlineMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-inline-message-live-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.location.live.StopInlineMessageLiveLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-inline-message-media/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.media.EditInlineMessageMedia.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-inline-message-reply-markup/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.reply_markup.EditInlineMessageReplyMarkup.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.get.GetFile.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.get.GetFile.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.get.GetStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.local.Close.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.local/-close/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.local.Close.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.local.LogOut.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.local.LogOut.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.CopyMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendAction.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendAction.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendContact.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendContact.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendDice.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendDice.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendLocation.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendLocation.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendTextMessage.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.SendVenue.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.SendVenue.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.games.SendGame.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendAudioData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendVideoData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy<*>","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy<*>","dev.inmo.tgbotapi.requests.webhook.SetWebhook.requestSerializer"]},{"name":"open override val requestSerializer: SerializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.requestSerializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/request-serializer.html","searchKeys":["requestSerializer","open override val requestSerializer: SerializationStrategy","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.requestSerializer"]},{"name":"open override val requireEmail: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireEmail","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-email.html","searchKeys":["requireEmail","open override val requireEmail: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireEmail"]},{"name":"open override val requireEmail: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireEmail","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-email.html","searchKeys":["requireEmail","open override val requireEmail: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireEmail"]},{"name":"open override val requireName: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireName","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-name.html","searchKeys":["requireName","open override val requireName: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireName"]},{"name":"open override val requireName: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-name.html","searchKeys":["requireName","open override val requireName: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireName"]},{"name":"open override val requirePhoneNumber: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-phone-number.html","searchKeys":["requirePhoneNumber","open override val requirePhoneNumber: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requirePhoneNumber"]},{"name":"open override val requirePhoneNumber: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requirePhoneNumber","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-phone-number.html","searchKeys":["requirePhoneNumber","open override val requirePhoneNumber: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requirePhoneNumber"]},{"name":"open override val requireShippingAddress: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireShippingAddress","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/require-shipping-address.html","searchKeys":["requireShippingAddress","open override val requireShippingAddress: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.requireShippingAddress"]},{"name":"open override val requireShippingAddress: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireShippingAddress","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/require-shipping-address.html","searchKeys":["requireShippingAddress","open override val requireShippingAddress: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.requireShippingAddress"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.DeleteMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-delete-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.DeleteMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.SetPassportDataErrors.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-shipping-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerShippingQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.SetMyCommands.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.LeaveChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-leave-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.LeaveChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-chat-join-request-answer/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.ChatJoinRequestAnswer.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-delete-chat-photo/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.DeleteChatPhoto.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-pin-chat-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.PinChatMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-all-chat-messages/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.UnpinAllChatMessages.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-delete-chat-sticker-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.stickers.DeleteChatStickerSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.abstracts/-edit-inline-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.edit.abstracts.EditInlineMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-set-game-score/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.games.abstracts.SetGameScore.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.local.Close.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.local/-close/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.local.Close.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.local.LogOut.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.local/-log-out/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.local.LogOut.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.send.SendAction.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.send.SendAction.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-delete-webhook/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.webhook.DeleteWebhook.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.webhook.SetWebhook.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.DownloadFile.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-download-file/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.DownloadFile.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.DownloadFileStream.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-create-chat-invite-link-unlimited/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.CreateChatInviteLinkUnlimited.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-edit-chat-invite-link-unlimited/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.EditChatInviteLinkUnlimited.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-with-join-request-chat-invite-link-request/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.abstracts.WithJoinRequestChatInviteLinkRequest.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.abstracts/-limited-members-chat-invite-link-request/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.abstracts.LimitedMembersChatInviteLinkRequest.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendAudioData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendContact.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendContact.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendDice.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendDice.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.games.SendGame.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-edit-chat-message-live-location/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.location.live.EditChatMessageLiveLocation.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.location.live/-stop-chat-message-live-location/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.location.live.StopChatMessageLiveLocation.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendLocation.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-location/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendLocation.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.media/-edit-chat-message-media/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.media.EditChatMessageMedia.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.reply_markup/-edit-chat-message-reply-markup/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.reply_markup.EditChatMessageReplyMarkup.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.polls.SendPoll.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendTextMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.SendVenue.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.SendVenue.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendVideoData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.bot.GetMe.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-me/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.bot.GetMe.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetChat.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetChat.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-member-count/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetChatMemberCount.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-administrators/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.chat.get.GetChatAdministrators.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.bot.GetMyCommands.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.games.abstracts/-get-game-high-scores/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.games.abstracts.GetGameHighScores.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>>","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>>","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy>","description":"dev.inmo.tgbotapi.requests.GetUpdates.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy>","dev.inmo.tgbotapi.requests.GetUpdates.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.get/-get-default-chat-menu-button/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.get.GetDefaultChatMenuButton.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.send.CopyMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.get.GetFile.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.get.GetFile.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.StopPoll.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-stop-poll/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.StopPoll.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.ForwardMessage.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.ForwardMessage.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-revoke-chat-invite-link/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.invite_links.RevokeChatInviteLink.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.get.GetStickerSet.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.chat/-export-chat-invite-link/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.chat.ExportChatInviteLink.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.resultDeserializer"]},{"name":"open override val resultDeserializer: DeserializationStrategy","description":"dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.webhook/-get-webhook-info/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: DeserializationStrategy","dev.inmo.tgbotapi.requests.webhook.GetWebhookInfo.resultDeserializer"]},{"name":"open override val resultDeserializer: KSerializer","description":"dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.answers.payments.abstracts/-answer-pre-checkout-query/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: KSerializer","dev.inmo.tgbotapi.requests.answers.payments.abstracts.AnswerPreCheckoutQuery.resultDeserializer"]},{"name":"open override val resultDeserializer: KSerializer","description":"dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.resultDeserializer","location":"docs/dev.inmo.tgbotapi.requests.stickers.abstracts/-sticker-set-action/result-deserializer.html","searchKeys":["resultDeserializer","open override val resultDeserializer: KSerializer","dev.inmo.tgbotapi.requests.stickers.abstracts.StickerSetAction.resultDeserializer"]},{"name":"open override val resultId: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.resultId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-base-chosen-inline-result/result-id.html","searchKeys":["resultId","open override val resultId: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.BaseChosenInlineResult.resultId"]},{"name":"open override val resultId: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.resultId","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/result-id.html","searchKeys":["resultId","open override val resultId: InlineQueryIdentifier","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.resultId"]},{"name":"open override val reverseSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.reverseSide"]},{"name":"open override val reverseSide: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.reverseSide"]},{"name":"open override val reverseSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.reverseSide"]},{"name":"open override val reverseSide: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.reverseSide","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/reverse-side.html","searchKeys":["reverseSide","open override val reverseSide: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.reverseSide"]},{"name":"open override val scheduledCloseInfo: ScheduledCloseInfo?","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","open override val scheduledCloseInfo: ScheduledCloseInfo?","dev.inmo.tgbotapi.types.polls.UnknownPollType.scheduledCloseInfo"]},{"name":"open override val scheduledCloseInfo: ScheduledCloseInfo? = null","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","open override val scheduledCloseInfo: ScheduledCloseInfo? = null","dev.inmo.tgbotapi.types.polls.QuizPoll.scheduledCloseInfo"]},{"name":"open override val scheduledCloseInfo: ScheduledCloseInfo? = null","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.scheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/scheduled-close-info.html","searchKeys":["scheduledCloseInfo","open override val scheduledCloseInfo: ScheduledCloseInfo? = null","dev.inmo.tgbotapi.types.polls.RegularPoll.scheduledCloseInfo"]},{"name":"open override val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-delete-my-commands/scope.html","searchKeys":["scope","open override val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.DeleteMyCommands.scope"]},{"name":"open override val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.GetMyCommands.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-commands/scope.html","searchKeys":["scope","open override val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.GetMyCommands.scope"]},{"name":"open override val scope: BotCommandScope","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.scope","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/scope.html","searchKeys":["scope","open override val scope: BotCommandScope","dev.inmo.tgbotapi.requests.bot.SetMyCommands.scope"]},{"name":"open override val scope: CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.scope","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/scope.html","searchKeys":["scope","open override val scope: CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.scope"]},{"name":"open override val score: Long","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.score","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/score.html","searchKeys":["score","open override val score: Long","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.score"]},{"name":"open override val score: Long","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.score","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/score.html","searchKeys":["score","open override val score: Long","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.score"]},{"name":"open override val secret: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-data-credentials/secret.html","searchKeys":["secret","open override val secret: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.DataCredentials.secret"]},{"name":"open override val secret: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-file-credentials/secret.html","searchKeys":["secret","open override val secret: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.FileCredentials.secret"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.selfie"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.selfie"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.selfie"]},{"name":"open override val selfie: FileCredentials? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/selfie.html","searchKeys":["selfie","open override val selfie: FileCredentials? = null","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.selfie"]},{"name":"open override val selfie: PassportFile? = null","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.selfie","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/selfie.html","searchKeys":["selfie","open override val selfie: PassportFile? = null","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.selfie"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.AnonymousGroupContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-channel-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.ChannelContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-common-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.CommonGroupContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-connected-from-channel-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.ConnectedFromChannelGroupContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-private-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.PrivateContentMessageImpl.senderBot"]},{"name":"open override val senderBot: CommonBot?","description":"dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.senderBot","location":"docs/dev.inmo.tgbotapi.types.message/-unconnected-from-channel-group-content-message-impl/sender-bot.html","searchKeys":["senderBot","open override val senderBot: CommonBot?","dev.inmo.tgbotapi.types.message.UnconnectedFromChannelGroupContentMessageImpl.senderBot"]},{"name":"open override val senderChat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-channel-content-message/sender-chat.html","searchKeys":["senderChat","open override val senderChat: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.ChannelContentMessage.senderChat"]},{"name":"open override val senderChat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-from-channel-group-content-message/sender-chat.html","searchKeys":["senderChat","open override val senderChat: ChannelChat","dev.inmo.tgbotapi.types.message.abstracts.FromChannelGroupContentMessage.senderChat"]},{"name":"open override val senderChat: GroupChat","description":"dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage.senderChat","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-anonymous-group-content-message/sender-chat.html","searchKeys":["senderChat","open override val senderChat: GroupChat","dev.inmo.tgbotapi.types.message.abstracts.AnonymousGroupContentMessage.senderChat"]},{"name":"open override val senderChatId: ChatId","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.senderChatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-sender-chat/sender-chat-id.html","searchKeys":["senderChatId","open override val senderChatId: ChatId","dev.inmo.tgbotapi.requests.chat.members.BanChatSenderChat.senderChatId"]},{"name":"open override val senderChatId: ChatId","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.senderChatId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-sender-chat/sender-chat-id.html","searchKeys":["senderChatId","open override val senderChatId: ChatId","dev.inmo.tgbotapi.requests.chat.members.UnbanChatSenderChat.senderChatId"]},{"name":"open override val shippingQueriesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.shippingQueriesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/shipping-queries-flow.html","searchKeys":["shippingQueriesFlow","open override val shippingQueriesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.shippingQueriesFlow"]},{"name":"open override val shippingQueryId: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.shippingQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/shipping-query-id.html","searchKeys":["shippingQueryId","open override val shippingQueryId: ShippingQueryIdentifier","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.shippingQueryId"]},{"name":"open override val shippingQueryId: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-query-id.html","searchKeys":["shippingQueryId","open override val shippingQueryId: ShippingQueryIdentifier","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingQueryId"]},{"name":"open override val shouldSendEmailToProvider: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendEmailToProvider","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-email-to-provider.html","searchKeys":["shouldSendEmailToProvider","open override val shouldSendEmailToProvider: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendEmailToProvider"]},{"name":"open override val shouldSendEmailToProvider: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendEmailToProvider","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-email-to-provider.html","searchKeys":["shouldSendEmailToProvider","open override val shouldSendEmailToProvider: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendEmailToProvider"]},{"name":"open override val shouldSendPhoneNumberToProvider: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendPhoneNumberToProvider","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/should-send-phone-number-to-provider.html","searchKeys":["shouldSendPhoneNumberToProvider","open override val shouldSendPhoneNumberToProvider: Boolean = false","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.shouldSendPhoneNumberToProvider"]},{"name":"open override val shouldSendPhoneNumberToProvider: Boolean = false","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendPhoneNumberToProvider","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/should-send-phone-number-to-provider.html","searchKeys":["shouldSendPhoneNumberToProvider","open override val shouldSendPhoneNumberToProvider: Boolean = false","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.shouldSendPhoneNumberToProvider"]},{"name":"open override val slowModeDelay: Long? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.slowModeDelay","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/slow-mode-delay.html","searchKeys":["slowModeDelay","open override val slowModeDelay: Long? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.slowModeDelay"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-code-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.CodeTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-regular-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.RegularTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.URLTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-u-r-l-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.URLTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.source","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.source","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.source"]},{"name":"open override val source: String","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.source","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/source.html","searchKeys":["source","open override val source: String","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.source"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.stickerSetName"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.stickerSetName"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.stickerSetName"]},{"name":"open override val stickerSetName: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.stickerSetName","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/sticker-set-name.html","searchKeys":["stickerSetName","open override val stickerSetName: StickerSetName? = null","dev.inmo.tgbotapi.types.files.VideoSticker.stickerSetName"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-channel-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.ChannelChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-group-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.GroupChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-private-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.PrivateChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-supergroup-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.SupergroupChatType.stringified"]},{"name":"open override val stringified: String","description":"dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.stringified","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/-unknown-chat-type/stringified.html","searchKeys":["stringified","open override val stringified: String","dev.inmo.tgbotapi.types.chat.ChatType.UnknownChatType.stringified"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bold-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.BoldTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-cash-tag-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.CashTagTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-e-mail-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.EMailTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-hash-tag-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.HashTagTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-italic-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.ItalicTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-phone-number-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.PhoneNumberTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-spoiler-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.SpoilerTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-strikethrough-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.StrikethroughTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.subsources"]},{"name":"open override val subsources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.subsources","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-underline-text-source/subsources.html","searchKeys":["subsources","open override val subsources: TextSourcesList","dev.inmo.tgbotapi.types.message.textsources.UnderlineTextSource.subsources"]},{"name":"open override val suggestedTipAmounts: List? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.suggestedTipAmounts","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/suggested-tip-amounts.html","searchKeys":["suggestedTipAmounts","open override val suggestedTipAmounts: List? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.suggestedTipAmounts"]},{"name":"open override val suggestedTipAmounts: List? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.suggestedTipAmounts","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/suggested-tip-amounts.html","searchKeys":["suggestedTipAmounts","open override val suggestedTipAmounts: List? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.suggestedTipAmounts"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.text","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.text","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.text","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.text","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.text","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.requests.send.SendTextMessage.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-game-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackGameInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-pay-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.PayInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-simple-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.SimpleKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.text","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.message.content.TextContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.message.content.TextContent.text"]},{"name":"open override val text: String","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption.text","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/text.html","searchKeys":["text","open override val text: String","dev.inmo.tgbotapi.types.polls.SimplePollOption.text"]},{"name":"open override val text: String?","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/text.html","searchKeys":["text","open override val text: String?","dev.inmo.tgbotapi.types.message.content.AnimationContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.text","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.CopyMessage.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.text","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.text","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.text","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.games.Game.text","location":"docs/dev.inmo.tgbotapi.types.games/-game/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.games.Game.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.text","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.AudioContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.DocumentContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.PhotoContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.VideoContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.text","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.message.content.VoiceContent.text"]},{"name":"open override val text: String? = null","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.text","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/text.html","searchKeys":["text","open override val text: String? = null","dev.inmo.tgbotapi.types.polls.QuizPoll.text"]},{"name":"open override val textSources: List","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.textSources","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/text-sources.html","searchKeys":["textSources","open override val textSources: List","dev.inmo.tgbotapi.types.polls.QuizPoll.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.textSources","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.requests.send.CopyMessage.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.requests.send.media.SendAudioData.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.textSources"]},{"name":"open override val textSources: List?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/text-sources.html","searchKeys":["textSources","open override val textSources: List?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.games.Game.textSources","location":"docs/dev.inmo.tgbotapi.types.games/-game/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.games.Game.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.AnimationContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.AudioContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-audio-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.AudioContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.DocumentContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-document-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.DocumentContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.PhotoContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-photo-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.PhotoContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.TextContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-text-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.TextContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.VideoContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-video-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.VideoContent.textSources"]},{"name":"open override val textSources: TextSourcesList","description":"dev.inmo.tgbotapi.types.message.content.VoiceContent.textSources","location":"docs/dev.inmo.tgbotapi.types.message.content/-voice-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList","dev.inmo.tgbotapi.types.message.content.VoiceContent.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-chat-message-caption/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.caption.EditChatMessageCaption.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.caption/-edit-inline-message-caption/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.caption.EditInlineMessageCaption.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-chat-message-text/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.text.EditChatMessageText.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.textSources","location":"docs/dev.inmo.tgbotapi.requests.edit.text/-edit-inline-message-text/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.edit.text.EditInlineMessageText.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.SendTextMessage.textSources","location":"docs/dev.inmo.tgbotapi.requests.send/-send-text-message/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.SendTextMessage.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendVideoData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.textSources","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.textSources","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-text-message-content/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputTextMessageContent.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.textSources"]},{"name":"open override val textSources: TextSourcesList?","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.textSources","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/text-sources.html","searchKeys":["textSources","open override val textSources: TextSourcesList?","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.textSources"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.thumb"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.thumb"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.thumb"]},{"name":"open override val thumb: InputFile? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.thumb","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/thumb.html","searchKeys":["thumb","open override val thumb: InputFile? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.AnimatedSticker.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.AnimationFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.AnimationFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.AudioFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.DocumentFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-document-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.DocumentFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.SimpleSticker.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.VideoFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.VideoFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.VideoNoteFile.thumb"]},{"name":"open override val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.VideoSticker.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/thumb.html","searchKeys":["thumb","open override val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.VideoSticker.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.thumb"]},{"name":"open override val thumb: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/thumb.html","searchKeys":["thumb","open override val thumb: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.thumb"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbHeight"]},{"name":"open override val thumbHeight: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbHeight","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumb-height.html","searchKeys":["thumbHeight","open override val thumbHeight: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbHeight"]},{"name":"open override val thumbMimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbMimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumb-mime-type.html","searchKeys":["thumbMimeType","open override val thumbMimeType: MimeType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbMimeType"]},{"name":"open override val thumbMimeType: MimeType? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbMimeType","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumb-mime-type.html","searchKeys":["thumbMimeType","open override val thumbMimeType: MimeType? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbMimeType"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.thumbUrl"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.thumbUrl"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.thumbUrl"]},{"name":"open override val thumbUrl: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbUrl"]},{"name":"open override val thumbUrl: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumb-url.html","searchKeys":["thumbUrl","open override val thumbUrl: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbUrl"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.thumbWidth"]},{"name":"open override val thumbWidth: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbWidth","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/thumb-width.html","searchKeys":["thumbWidth","open override val thumbWidth: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.thumbWidth"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.send.SendVenue.title","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.send.SendVenue.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.title","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.title","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.title","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.title","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-invoice-message-content/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputInvoiceMessageContent.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-venue-message-content/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputVenueMessageContent.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-group-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ExtendedGroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.GroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-group-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.GroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.title","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.games.Game.title","location":"docs/dev.inmo.tgbotapi.types.games/-game/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.games.Game.title"]},{"name":"open override val title: String","description":"dev.inmo.tgbotapi.types.venue.Venue.title","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/title.html","searchKeys":["title","open override val title: String","dev.inmo.tgbotapi.types.venue.Venue.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.title","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.title","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.files.AudioFile.title","location":"docs/dev.inmo.tgbotapi.types.files/-audio-file/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.files.AudioFile.title"]},{"name":"open override val title: String? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.title","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/title.html","searchKeys":["title","open override val title: String? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.title"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-bank-statement-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.BankStatementSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-common-passport-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.CommonPassportSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-driver-license-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.DriverLicenseSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-card-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.IdentityCardSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-internal-passport-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.InternalPassportSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-registration-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.PassportRegistrationSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-rental-agreement-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.RentalAgreementSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-temporal-registration-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.TemporalRegistrationSecureValue.translation"]},{"name":"open override val translation: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.translation","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-utility-bill-secure-value/translation.html","searchKeys":["translation","open override val translation: List","dev.inmo.tgbotapi.types.passport.decrypted.UtilityBillSecureValue.translation"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-bank-statement/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.BankStatement.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-common-passport/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.CommonPassport.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-driver-license/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.DriverLicense.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-identity-card/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.IdentityCard.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-internal-passport/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.InternalPassport.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport-registration/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.PassportRegistration.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-rental-agreement/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.RentalAgreement.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-temporary-registration/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.TemporaryRegistration.translations"]},{"name":"open override val translations: List","description":"dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.translations","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-utility-bill/translations.html","searchKeys":["translations","open override val translations: List","dev.inmo.tgbotapi.types.passport.encrypted.UtilityBill.translations"]},{"name":"open override val triggersHolder: TriggersHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.triggersHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context/triggers-holder.html","searchKeys":["triggersHolder","open override val triggersHolder: TriggersHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContext.triggersHolder"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.type","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.type","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-location/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultLocation.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-sticker-cached/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultStickerCached.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-venue/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVenue.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-cached-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceCachedImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.type","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.Commands.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-commands/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.Commands.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.Default.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-default/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.Default.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.Unknown.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.MenuButton.WebApp.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-quiz-keyboard-button-poll-type/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.buttons.QuizKeyboardButtonPollType.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-regular-keyboard-button-poll-type/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.buttons.RegularKeyboardButtonPollType.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType.type","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button-poll-type/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButtonPollType.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-chat-administrators/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllChatAdministrators.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-group-chats/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllGroupChats.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-all-private-chats/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeAllPrivateChats.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChat.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-administrators/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatAdministrators.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault.type","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-default/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.BotCommandScopeDefault.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope.type","location":"docs/dev.inmo.tgbotapi.types.commands/-unknown-bot-command-scope/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.commands.UnknownBotCommandScope.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAudio.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-audio/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaAudio.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-photo/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaPhoto.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.type","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-file/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFile.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-files/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFiles.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-front-side/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorFrontSide.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-reverse-side/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorReverseSide.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-selfie/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorSelfie.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-file/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFile.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-translation-files/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorTranslationFiles.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.type","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-unspecified/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorUnspecified.type"]},{"name":"open override val type: String","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.type","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/type.html","searchKeys":["type","open override val type: String","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.type"]},{"name":"open override val unknownUpdatesFlow: Flow","description":"dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.unknownUpdatesFlow","location":"docs/dev.inmo.tgbotapi.updateshandlers/-abstract-flows-updates-filter/unknown-updates-flow.html","searchKeys":["unknownUpdatesFlow","open override val unknownUpdatesFlow: Flow","dev.inmo.tgbotapi.updateshandlers.AbstractFlowsUpdatesFilter.unknownUpdatesFlow"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.types.chat.member.KickedChatMember.untilDate"]},{"name":"open override val untilDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.untilDate","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/until-date.html","searchKeys":["untilDate","open override val untilDate: TelegramDate? = null","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.untilDate"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-callback-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.CallbackQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ChannelPostUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-channel-post-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ChannelPostUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-chat-join-request-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ChatJoinRequestUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-chosen-inline-result-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ChosenInlineResultUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-common-chat-member-updated-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.CommonChatMemberUpdatedUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-edit-channel-post-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.EditChannelPostUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.EditMessageUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-edit-message-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.EditMessageUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.InlineQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-inline-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.InlineQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.MessageUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-message-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.MessageUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-my-chat-member-updated-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.MyChatMemberUpdatedUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.PollAnswerUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-poll-answer-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.PollAnswerUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.PollUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-poll-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.PollUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-pre-checkout-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.PreCheckoutQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update/-shipping-query-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.ShippingQueryUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-channel-post-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.ChannelPostMediaGroupUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-channel-post-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.EditChannelPostMediaGroupUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-edit-message-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.EditMessageMediaGroupUpdate.updateId"]},{"name":"open override val updateId: UpdateIdentifier","description":"dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.updateId","location":"docs/dev.inmo.tgbotapi.types.update.media_group/-message-media-group-update/update-id.html","searchKeys":["updateId","open override val updateId: UpdateIdentifier","dev.inmo.tgbotapi.types.update.media_group.MessageMediaGroupUpdate.updateId"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-audio-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultAudioImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-document-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultDocumentImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.url"]},{"name":"open override val url: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-voice-impl/url.html","searchKeys":["url","open override val url: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVoiceImpl.url"]},{"name":"open override val url: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.url","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/url.html","searchKeys":["url","open override val url: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.url"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.abstracts.FromUser.user","location":"docs/dev.inmo.tgbotapi.abstracts/-from-user/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.abstracts.FromUser.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.ChatInviteLink.user","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.ChatInviteLink.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member-impl/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMemberImpl.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-creator-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.CreatorChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.KickedChatMember.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-kicked-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.KickedChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-left-chat-member-impl/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.LeftChatMemberImpl.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-member-chat-member-impl/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.MemberChatMemberImpl.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.user","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-left-chat-member/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.message.ChatEvents.LeftChatMember.user"]},{"name":"open override val user: User","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.user","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/user.html","searchKeys":["user","open override val user: User","dev.inmo.tgbotapi.types.polls.PollAnswer.user"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-approve-chat-join-request/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.invite_links.ApproveChatJoinRequest.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.invite_links/-decline-chat-join-request/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.invite_links.DeclineChatJoinRequest.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.GetChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-get-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.GetChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-promote-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.PromoteChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.userId","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-chat/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByChat.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-get-game-high-scores-by-inline-message-id/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.GetGameHighScoresByInlineMessageId.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-chat-id/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.SetGameScoreByChatId.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.userId","location":"docs/dev.inmo.tgbotapi.requests.games/-set-game-score-by-inline-message-id/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.games.SetGameScoreByInlineMessageId.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.userId"]},{"name":"open override val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/user-id.html","searchKeys":["userId","open override val userId: UserId","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.userId"]},{"name":"open override val username: Username","description":"dev.inmo.tgbotapi.types.chat.CommonBot.username","location":"docs/dev.inmo.tgbotapi.types.chat/-common-bot/username.html","searchKeys":["username","open override val username: Username","dev.inmo.tgbotapi.types.chat.CommonBot.username"]},{"name":"open override val username: Username","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/username.html","searchKeys":["username","open override val username: Username","dev.inmo.tgbotapi.types.chat.ExtendedBot.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ChannelChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-channel-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ChannelChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.CommonUser.username","location":"docs/dev.inmo.tgbotapi.types.chat/-common-user/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.CommonUser.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-channel-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ExtendedChannelChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-supergroup-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.ExtendedSupergroupChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.PrivateChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-private-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.PrivateChatImpl.username"]},{"name":"open override val username: Username? = null","description":"dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.username","location":"docs/dev.inmo.tgbotapi.types.chat/-supergroup-chat-impl/username.html","searchKeys":["username","open override val username: Username? = null","dev.inmo.tgbotapi.types.chat.SupergroupChatImpl.username"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-basketball-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.BasketballDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-bowling-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.BowlingDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-cube-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.CubeDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-custom-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.CustomDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-darts-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.DartsDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-football-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.FootballDiceAnimationType.valueLimits"]},{"name":"open override val valueLimits: IntRange","description":"dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.valueLimits","location":"docs/dev.inmo.tgbotapi.types.dice/-slot-machine-dice-animation-type/value-limits.html","searchKeys":["valueLimits","open override val valueLimits: IntRange","dev.inmo.tgbotapi.types.dice.SlotMachineDiceAnimationType.valueLimits"]},{"name":"open override val vcard: String? = null","description":"dev.inmo.tgbotapi.types.Contact.vcard","location":"docs/dev.inmo.tgbotapi.types/-contact/vcard.html","searchKeys":["vcard","open override val vcard: String? = null","dev.inmo.tgbotapi.types.Contact.vcard"]},{"name":"open override val vcard: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.vcard","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-contact/vcard.html","searchKeys":["vcard","open override val vcard: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultContact.vcard"]},{"name":"open override val vcard: String? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.vcard","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent/-input-contact-message-content/vcard.html","searchKeys":["vcard","open override val vcard: String? = null","dev.inmo.tgbotapi.types.InlineQueries.InputMessageContent.InputContactMessageContent.vcard"]},{"name":"open override val votes: Int = 0","description":"dev.inmo.tgbotapi.types.polls.SimplePollOption.votes","location":"docs/dev.inmo.tgbotapi.types.polls/-simple-poll-option/votes.html","searchKeys":["votes","open override val votes: Int = 0","dev.inmo.tgbotapi.types.polls.SimplePollOption.votes"]},{"name":"open override val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/votes-count.html","searchKeys":["votesCount","open override val votesCount: Int","dev.inmo.tgbotapi.types.polls.QuizPoll.votesCount"]},{"name":"open override val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.RegularPoll.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-regular-poll/votes-count.html","searchKeys":["votesCount","open override val votesCount: Int","dev.inmo.tgbotapi.types.polls.RegularPoll.votesCount"]},{"name":"open override val votesCount: Int","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.votesCount","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/votes-count.html","searchKeys":["votesCount","open override val votesCount: Int","dev.inmo.tgbotapi.types.polls.UnknownPollType.votesCount"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.AnimatedSticker.width","location":"docs/dev.inmo.tgbotapi.types.files/-animated-sticker/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.AnimatedSticker.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.AnimationFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-animation-file/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.AnimationFile.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.PhotoSize.width","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.PhotoSize.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.SimpleSticker.width","location":"docs/dev.inmo.tgbotapi.types.files/-simple-sticker/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.SimpleSticker.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.VideoFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-video-file/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.VideoFile.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.VideoNoteFile.width","location":"docs/dev.inmo.tgbotapi.types.files/-video-note-file/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.VideoNoteFile.width"]},{"name":"open override val width: Int","description":"dev.inmo.tgbotapi.types.files.VideoSticker.width","location":"docs/dev.inmo.tgbotapi.types.files/-video-sticker/width.html","searchKeys":["width","open override val width: Int","dev.inmo.tgbotapi.types.files.VideoSticker.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.width","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.width","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.width","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-gif-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGifImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-mpeg4-gif-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultMpeg4GifImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-photo-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultPhotoImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.width","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-video-impl/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultVideoImpl.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.width","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-animation/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaAnimation.width"]},{"name":"open override val width: Int? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaVideo.width","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-video/width.html","searchKeys":["width","open override val width: Int? = null","dev.inmo.tgbotapi.types.media.TelegramMediaVideo.width"]},{"name":"open suspend fun onAfterCallFactoryMakeCall(result: T?, request: Request, potentialFactory: KtorCallFactory): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onAfterCallFactoryMakeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-after-call-factory-make-call.html","searchKeys":["onAfterCallFactoryMakeCall","open suspend fun onAfterCallFactoryMakeCall(result: T?, request: Request, potentialFactory: KtorCallFactory): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onAfterCallFactoryMakeCall"]},{"name":"open suspend fun onRequestException(request: Request, t: Throwable): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestException","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-exception.html","searchKeys":["onRequestException","open suspend fun onRequestException(request: Request, t: Throwable): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestException"]},{"name":"open suspend fun onRequestResultAbsent(request: Request, callsFactories: List): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultAbsent","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-absent.html","searchKeys":["onRequestResultAbsent","open suspend fun onRequestResultAbsent(request: Request, callsFactories: List): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultAbsent"]},{"name":"open suspend fun onRequestResultPresented(result: T, request: Request, resultCallFactory: KtorCallFactory, callsFactories: List): T?","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultPresented","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-result-presented.html","searchKeys":["onRequestResultPresented","open suspend fun onRequestResultPresented(result: T, request: Request, resultCallFactory: KtorCallFactory, callsFactories: List): T?","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestResultPresented"]},{"name":"open suspend fun onRequestReturnResult(result: Result, request: Request, callsFactories: List): T","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestReturnResult","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-request-return-result.html","searchKeys":["onRequestReturnResult","open suspend fun onRequestReturnResult(result: Result, request: Request, callsFactories: List): T","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onRequestReturnResult"]},{"name":"open suspend fun onBeforeCallFactoryMakeCall(request: Request<*>, potentialFactory: KtorCallFactory)","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeCallFactoryMakeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-call-factory-make-call.html","searchKeys":["onBeforeCallFactoryMakeCall","open suspend fun onBeforeCallFactoryMakeCall(request: Request<*>, potentialFactory: KtorCallFactory)","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeCallFactoryMakeCall"]},{"name":"open suspend fun onBeforeSearchCallFactory(request: Request<*>, callsFactories: List)","description":"dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeSearchCallFactory","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-pipeline-steps-holder/on-before-search-call-factory.html","searchKeys":["onBeforeSearchCallFactory","open suspend fun onBeforeSearchCallFactory(request: Request<*>, callsFactories: List)","dev.inmo.tgbotapi.bot.ktor.KtorPipelineStepsHolder.onBeforeSearchCallFactory"]},{"name":"open suspend fun start(): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.start","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/start.html","searchKeys":["start","open suspend fun start(): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.start"]},{"name":"open suspend operator override fun invoke(data: CallbackQuery): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-instance-callback-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: CallbackQuery): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatInstanceCallbackQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: CallbackQuery): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-callback-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: CallbackQuery): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdCallbackQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: CallbackQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-callback-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: CallbackQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserCallbackQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ChatJoinRequest): PublicChat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-join-request-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ChatJoinRequest): PublicChat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatJoinRequestMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ChatMemberUpdated): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-chat-member-updated-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ChatMemberUpdated): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatChatMemberUpdatedMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ChosenInlineResult): ChatId","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-id-chosen-inline-result-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ChosenInlineResult): ChatId","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserIdChosenInlineResultMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: InlineQuery): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-inline-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: InlineQuery): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdInlineQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: InlineQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-inline-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: InlineQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserInlineQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: List>): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-media-group-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: List>): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMediaGroupMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: Message): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-chat-message-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: Message): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByChatMessageMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: Message): Chat","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-message-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: Message): Chat","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserMessageMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: Poll): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: Poll): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: PollAnswer): String","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-id-poll-answer-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: PollAnswer): String","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByIdPollAnswerMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: PreCheckoutQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-pre-checkout-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: PreCheckoutQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserPreCheckoutQueryMarkerFactory.invoke"]},{"name":"open suspend operator override fun invoke(data: ShippingQuery): User","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories/-by-user-shipping-query-marker-factory/invoke.html","searchKeys":["invoke","open suspend operator override fun invoke(data: ShippingQuery): User","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.marker_factories.ByUserShippingQueryMarkerFactory.invoke"]},{"name":"open suspend override fun execute(request: Request): T","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.execute","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor/execute.html","searchKeys":["execute","open suspend override fun execute(request: Request): T","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutor.execute"]},{"name":"open suspend override fun execute(request: Request): T","description":"dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.execute","location":"docs/dev.inmo.tgbotapi.bot.multiserver/-simple-multi-server-requests-executor/execute.html","searchKeys":["execute","open suspend override fun execute(request: Request): T","dev.inmo.tgbotapi.bot.multiserver.SimpleMultiServerRequestsExecutor.execute"]},{"name":"open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-abstract-request-call-factory/make-call.html","searchKeys":["makeCall","open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.base.AbstractRequestCallFactory.makeCall"]},{"name":"open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-channel-request-call-factory/make-call.html","searchKeys":["makeCall","open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileChannelRequestCallFactory.makeCall"]},{"name":"open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","description":"dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory.makeCall","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/-download-file-request-call-factory/make-call.html","searchKeys":["makeCall","open suspend override fun makeCall(client: HttpClient, urlsKeeper: TelegramAPIUrlsKeeper, request: Request, jsonFormatter: Json): T?","dev.inmo.tgbotapi.bot.ktor.base.DownloadFileRequestCallFactory.makeCall"]},{"name":"open suspend override fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-common-limiter/limit.html","searchKeys":["limit","open suspend override fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.CommonLimiter.limit"]},{"name":"open suspend override fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-exceptions-only-limiter/limit.html","searchKeys":["limit","open suspend override fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.ExceptionsOnlyLimiter.limit"]},{"name":"open suspend override fun limit(block: suspend () -> T): T","description":"dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.limit","location":"docs/dev.inmo.tgbotapi.bot.settings.limiters/-pow-limiter/limit.html","searchKeys":["limit","open suspend override fun limit(block: suspend () -> T): T","dev.inmo.tgbotapi.bot.settings.limiters.PowLimiter.limit"]},{"name":"open suspend override fun BehaviourContextWithFSM.handleState(state: O): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html","searchKeys":["handleState","open suspend override fun BehaviourContextWithFSM.handleState(state: O): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState"]},{"name":"open suspend override fun StatesMachine.handleState(state: I): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler/handle-state.html","searchKeys":["handleState","open suspend override fun StatesMachine.handleState(state: I): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandler.handleState"]},{"name":"open suspend override fun StatesMachine.handleState(state: O): O?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/handle-state.html","searchKeys":["handleState","open suspend override fun StatesMachine.handleState(state: O): O?","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.handleState"]},{"name":"open suspend override fun StatesMachine.handleState(state: T): T?","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.handleState","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/handle-state.html","searchKeys":["handleState","open suspend override fun StatesMachine.handleState(state: T): T?","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.handleState"]},{"name":"open suspend override fun checkHandleable(state: O): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.checkHandleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-with-f-s-m-state-handler-holder/check-handleable.html","searchKeys":["checkHandleable","open suspend override fun checkHandleable(state: O): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourWithFSMStateHandlerHolder.checkHandleable"]},{"name":"open suspend override fun startChain(state: T)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.startChain","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-default-behaviour-context-with-f-s-m/start-chain.html","searchKeys":["startChain","open suspend override fun startChain(state: T)","dev.inmo.tgbotapi.extensions.behaviour_builder.DefaultBehaviourContextWithFSM.startChain"]},{"name":"open val adaptedMajorityTotalAmount: Double","description":"dev.inmo.tgbotapi.types.payments.abstracts.Amounted.adaptedMajorityTotalAmount","location":"docs/dev.inmo.tgbotapi.types.payments.abstracts/-amounted/adapted-majority-total-amount.html","searchKeys":["adaptedMajorityTotalAmount","open val adaptedMajorityTotalAmount: Double","dev.inmo.tgbotapi.types.payments.abstracts.Amounted.adaptedMajorityTotalAmount"]},{"name":"open val allowCreateUserIdLink: Boolean","description":"dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.allowCreateUserIdLink","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-private-chat/allow-create-user-id-link.html","searchKeys":["allowCreateUserIdLink","open val allowCreateUserIdLink: Boolean","dev.inmo.tgbotapi.types.chat.ExtendedPrivateChat.allowCreateUserIdLink"]},{"name":"open val asText: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextSource.asText","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-source/as-text.html","searchKeys":["asText","open val asText: String","dev.inmo.tgbotapi.types.message.textsources.TextSource.asText"]},{"name":"open val bot: TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.bot","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/bot.html","searchKeys":["bot","open val bot: TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.bot"]},{"name":"open val canManageVoiceChats: Boolean","description":"dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canManageVoiceChats","location":"docs/dev.inmo.tgbotapi.types.chat.member/-administrator-chat-member/can-manage-voice-chats.html","searchKeys":["canManageVoiceChats","open val canManageVoiceChats: Boolean","dev.inmo.tgbotapi.types.chat.member.AdministratorChatMember.canManageVoiceChats"]},{"name":"open val cause: Throwable? = null","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException.cause","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/cause.html","searchKeys":["cause","open val cause: Throwable? = null","dev.inmo.tgbotapi.bot.exceptions.RequestException.cause"]},{"name":"open val closeInfo: ScheduledCloseInfo?","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll.closeInfo","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/close-info.html","searchKeys":["closeInfo","open val closeInfo: ScheduledCloseInfo?","dev.inmo.tgbotapi.requests.send.polls.SendPoll.closeInfo"]},{"name":"open val entities: List?","description":"dev.inmo.tgbotapi.abstracts.EntitiesOutput.entities","location":"docs/dev.inmo.tgbotapi.abstracts/-entities-output/entities.html","searchKeys":["entities","open val entities: List?","dev.inmo.tgbotapi.abstracts.EntitiesOutput.entities"]},{"name":"open val flowsUpdatesFilter: FlowsUpdatesFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.flowsUpdatesFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/flows-updates-filter.html","searchKeys":["flowsUpdatesFilter","open val flowsUpdatesFilter: FlowsUpdatesFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.flowsUpdatesFilter"]},{"name":"open val forwardable: Boolean","description":"dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.forwardable","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-content-message/forwardable.html","searchKeys":["forwardable","open val forwardable: Boolean","dev.inmo.tgbotapi.types.message.abstracts.ContentMessage.forwardable"]},{"name":"open val isAnimated: Boolean","description":"dev.inmo.tgbotapi.types.files.Sticker.isAnimated","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/is-animated.html","searchKeys":["isAnimated","open val isAnimated: Boolean","dev.inmo.tgbotapi.types.files.Sticker.isAnimated"]},{"name":"open val isPrimary: Boolean","description":"dev.inmo.tgbotapi.types.ChatInviteLink.isPrimary","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link/is-primary.html","searchKeys":["isPrimary","open val isPrimary: Boolean","dev.inmo.tgbotapi.types.ChatInviteLink.isPrimary"]},{"name":"open val isVideo: Boolean","description":"dev.inmo.tgbotapi.types.files.Sticker.isVideo","location":"docs/dev.inmo.tgbotapi.types.files/-sticker/is-video.html","searchKeys":["isVideo","open val isVideo: Boolean","dev.inmo.tgbotapi.types.files.Sticker.isVideo"]},{"name":"open val languageCode: String?","description":"dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.languageCode","location":"docs/dev.inmo.tgbotapi.types.abstracts/-with-optional-language-code/language-code.html","searchKeys":["languageCode","open val languageCode: String?","dev.inmo.tgbotapi.types.abstracts.WithOptionalLanguageCode.languageCode"]},{"name":"open val scope: CoroutineScope","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.scope","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context/scope.html","searchKeys":["scope","open val scope: CoroutineScope","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContext.scope"]},{"name":"operator fun invoke(behaviourContext: BehaviourContext, handlers: List>, statesManager: StatesManager): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion.invoke","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/-behaviour-context-with-f-s-m/-companion/invoke.html","searchKeys":["invoke","operator fun invoke(behaviourContext: BehaviourContext, handlers: List>, statesManager: StatesManager): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.BehaviourContextWithFSM.Companion.invoke"]},{"name":"operator fun BehaviourContextAndTwoTypesReceiver.not(): suspend BehaviourContext.(T, Update) -> Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html","searchKeys":["not","operator fun BehaviourContextAndTwoTypesReceiver.not(): suspend BehaviourContext.(T, Update) -> Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not"]},{"name":"operator fun BehaviourContextAndTwoTypesReceiver.plus(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html","searchKeys":["plus","operator fun BehaviourContextAndTwoTypesReceiver.plus(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus"]},{"name":"operator fun BehaviourContextAndTwoTypesReceiver.times(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html","searchKeys":["times","operator fun BehaviourContextAndTwoTypesReceiver.times(other: BehaviourContextAndTwoTypesReceiver): suspend BehaviourContext.(T, Update) -> Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times"]},{"name":"operator fun SimpleFilter.not(): SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/not.html","searchKeys":["not","operator fun SimpleFilter.not(): SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.not"]},{"name":"operator fun SimpleFilter?.plus(other: SimpleFilter): SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/plus.html","searchKeys":["plus","operator fun SimpleFilter?.plus(other: SimpleFilter): SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.plus"]},{"name":"operator fun SimpleFilter?.times(other: SimpleFilter): SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/times.html","searchKeys":["times","operator fun SimpleFilter?.times(other: SimpleFilter): SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.times"]},{"name":"operator fun String.unaryPlus(): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun String.unaryPlus(): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus"]},{"name":"operator fun T.unaryPlus(): Boolean","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun T.unaryPlus(): Boolean","dev.inmo.tgbotapi.utils.MatrixBuilder.unaryPlus"]},{"name":"operator fun T.unaryPlus(): Boolean","description":"dev.inmo.tgbotapi.utils.RowBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun T.unaryPlus(): Boolean","dev.inmo.tgbotapi.utils.RowBuilder.unaryPlus"]},{"name":"operator fun TextSource.unaryPlus(): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun TextSource.unaryPlus(): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus"]},{"name":"operator fun TextSourcesList.unaryPlus(): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/unary-plus.html","searchKeys":["unaryPlus","operator fun TextSourcesList.unaryPlus(): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.unaryPlus"]},{"name":"operator fun invoke(file: MPPFile): MultipartFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.invoke","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/-companion/invoke.html","searchKeys":["invoke","operator fun invoke(file: MPPFile): MultipartFile","dev.inmo.tgbotapi.requests.abstracts.InputFile.Companion.invoke"]},{"name":"operator fun invoke(location: Location): LocationContent","description":"dev.inmo.tgbotapi.types.message.content.LocationContent.Companion.invoke","location":"docs/dev.inmo.tgbotapi.types.message.content/-location-content/-companion/invoke.html","searchKeys":["invoke","operator fun invoke(location: Location): LocationContent","dev.inmo.tgbotapi.types.message.content.LocationContent.Companion.invoke"]},{"name":"operator fun invoke(vararg source: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.invoke","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/invoke.html","searchKeys":["invoke","operator fun invoke(vararg source: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.invoke"]},{"name":"operator fun plus(other: EntitiesBuilder): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(other: EntitiesBuilder): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"operator fun plus(source: TextSource): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(source: TextSource): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"operator fun plus(sources: Iterable): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(sources: Iterable): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"operator fun plus(t: List): Boolean","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.plus","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/plus.html","searchKeys":["plus","operator fun plus(t: List): Boolean","dev.inmo.tgbotapi.utils.MatrixBuilder.plus"]},{"name":"operator fun plus(text: String): EntitiesBuilder","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/plus.html","searchKeys":["plus","operator fun plus(text: String): EntitiesBuilder","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.plus"]},{"name":"sealed class Bot : User","description":"dev.inmo.tgbotapi.types.chat.Bot","location":"docs/dev.inmo.tgbotapi.types.chat/-bot/index.html","searchKeys":["Bot","sealed class Bot : User","dev.inmo.tgbotapi.types.chat.Bot"]},{"name":"sealed class ChatIdentifier","description":"dev.inmo.tgbotapi.types.ChatIdentifier","location":"docs/dev.inmo.tgbotapi.types/-chat-identifier/index.html","searchKeys":["ChatIdentifier","sealed class ChatIdentifier","dev.inmo.tgbotapi.types.ChatIdentifier"]},{"name":"sealed class ChatType","description":"dev.inmo.tgbotapi.types.chat.ChatType","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-type/index.html","searchKeys":["ChatType","sealed class ChatType","dev.inmo.tgbotapi.types.chat.ChatType"]},{"name":"sealed class EncryptedPassportElementWithTranslatableFilesCollection : EncryptedPassportElementTranslatable, EncryptedPassportElementWithFilesCollection","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableFilesCollection","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-files-collection/index.html","searchKeys":["EncryptedPassportElementWithTranslatableFilesCollection","sealed class EncryptedPassportElementWithTranslatableFilesCollection : EncryptedPassportElementTranslatable, EncryptedPassportElementWithFilesCollection","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableFilesCollection"]},{"name":"sealed class EncryptedPassportElementWithTranslatableIDDocument : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithReverseSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","description":"dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableIDDocument","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-encrypted-passport-element-with-translatable-i-d-document/index.html","searchKeys":["EncryptedPassportElementWithTranslatableIDDocument","sealed class EncryptedPassportElementWithTranslatableIDDocument : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithReverseSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","dev.inmo.tgbotapi.types.passport.encrypted.EncryptedPassportElementWithTranslatableIDDocument"]},{"name":"sealed class EndDataCredentials","description":"dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-end-data-credentials/index.html","searchKeys":["EndDataCredentials","sealed class EndDataCredentials","dev.inmo.tgbotapi.types.passport.credentials.EndDataCredentials"]},{"name":"sealed class EventType","description":"dev.inmo.tgbotapi.webapps.EventType","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/index.html","searchKeys":["EventType","sealed class EventType","dev.inmo.tgbotapi.webapps.EventType"]},{"name":"sealed class ForwardFromPublicChatInfo : ForwardInfo","description":"dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-public-chat-info/index.html","searchKeys":["ForwardFromPublicChatInfo","sealed class ForwardFromPublicChatInfo : ForwardInfo","dev.inmo.tgbotapi.types.message.ForwardFromPublicChatInfo"]},{"name":"sealed class ForwardInfo","description":"dev.inmo.tgbotapi.types.message.ForwardInfo","location":"docs/dev.inmo.tgbotapi.types.message/-forward-info/index.html","searchKeys":["ForwardInfo","sealed class ForwardInfo","dev.inmo.tgbotapi.types.message.ForwardInfo"]},{"name":"sealed class IdentityWithReverseSideSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations, SecureValueWithReverseSide","description":"dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-identity-with-reverse-side-secure-value/index.html","searchKeys":["IdentityWithReverseSideSecureValue","sealed class IdentityWithReverseSideSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations, SecureValueWithReverseSide","dev.inmo.tgbotapi.types.passport.decrypted.IdentityWithReverseSideSecureValue"]},{"name":"sealed class InputFile","description":"dev.inmo.tgbotapi.requests.abstracts.InputFile","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-input-file/index.html","searchKeys":["InputFile","sealed class InputFile","dev.inmo.tgbotapi.requests.abstracts.InputFile"]},{"name":"sealed class OtherDocumentsSecureValue : SecureValueWithTranslations, SecureValueWithFiles","description":"dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-other-documents-secure-value/index.html","searchKeys":["OtherDocumentsSecureValue","sealed class OtherDocumentsSecureValue : SecureValueWithTranslations, SecureValueWithFiles","dev.inmo.tgbotapi.types.passport.decrypted.OtherDocumentsSecureValue"]},{"name":"sealed class Passport : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","description":"dev.inmo.tgbotapi.types.passport.encrypted.Passport","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/-passport/index.html","searchKeys":["Passport","sealed class Passport : EncryptedPassportElementWithData, EncryptedPassportElementWithFrontSide, EncryptedPassportElementWithSelfie, EncryptedPassportElementTranslatable","dev.inmo.tgbotapi.types.passport.encrypted.Passport"]},{"name":"sealed class PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error/index.html","searchKeys":["PassportElementError","sealed class PassportElementError","dev.inmo.tgbotapi.types.passport.PassportElementError"]},{"name":"sealed class PassportElementFileError : PassportSingleElementError","description":"dev.inmo.tgbotapi.types.passport.PassportElementFileError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-file-error/index.html","searchKeys":["PassportElementFileError","sealed class PassportElementFileError : PassportSingleElementError","dev.inmo.tgbotapi.types.passport.PassportElementFileError"]},{"name":"sealed class PassportElementFilesError : PassportMultipleElementsError","description":"dev.inmo.tgbotapi.types.passport.PassportElementFilesError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-files-error/index.html","searchKeys":["PassportElementFilesError","sealed class PassportElementFilesError : PassportMultipleElementsError","dev.inmo.tgbotapi.types.passport.PassportElementFilesError"]},{"name":"sealed class PassportMultipleElementsError : PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-multiple-elements-error/index.html","searchKeys":["PassportMultipleElementsError","sealed class PassportMultipleElementsError : PassportElementError","dev.inmo.tgbotapi.types.passport.PassportMultipleElementsError"]},{"name":"sealed class PassportSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations","description":"dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-passport-secure-value/index.html","searchKeys":["PassportSecureValue","sealed class PassportSecureValue : SecureValueIdentity, SecureValueWithData, SecureValueWithTranslations","dev.inmo.tgbotapi.types.passport.decrypted.PassportSecureValue"]},{"name":"sealed class PassportSingleElementError : PassportElementError","description":"dev.inmo.tgbotapi.types.passport.PassportSingleElementError","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-single-element-error/index.html","searchKeys":["PassportSingleElementError","sealed class PassportSingleElementError : PassportElementError","dev.inmo.tgbotapi.types.passport.PassportSingleElementError"]},{"name":"sealed class PollOption","description":"dev.inmo.tgbotapi.types.polls.PollOption","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-option/index.html","searchKeys":["PollOption","sealed class PollOption","dev.inmo.tgbotapi.types.polls.PollOption"]},{"name":"sealed class RequestError","description":"dev.inmo.tgbotapi.types.RequestError","location":"docs/dev.inmo.tgbotapi.types/-request-error/index.html","searchKeys":["RequestError","sealed class RequestError","dev.inmo.tgbotapi.types.RequestError"]},{"name":"sealed class RequestException : IOException","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/index.html","searchKeys":["RequestException","sealed class RequestException : IOException","dev.inmo.tgbotapi.bot.exceptions.RequestException"]},{"name":"sealed class SendPoll : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","description":"dev.inmo.tgbotapi.requests.send.polls.SendPoll","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-poll/index.html","searchKeys":["SendPoll","sealed class SendPoll : SendMessageRequest> , ReplyingMarkupSendMessageRequest> ","dev.inmo.tgbotapi.requests.send.polls.SendPoll"]},{"name":"sealed class SetWebhookRequest : Request ","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook-request/index.html","searchKeys":["SetWebhookRequest","sealed class SetWebhookRequest : Request ","dev.inmo.tgbotapi.requests.webhook.SetWebhookRequest"]},{"name":"sealed class User : PrivateChat","description":"dev.inmo.tgbotapi.types.chat.User","location":"docs/dev.inmo.tgbotapi.types.chat/-user/index.html","searchKeys":["User","sealed class User : PrivateChat","dev.inmo.tgbotapi.types.chat.User"]},{"name":"suspend fun BC.command(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html","searchKeys":["command","suspend fun BC.command(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command"]},{"name":"suspend fun BC.command(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command.html","searchKeys":["command","suspend fun BC.command(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.command"]},{"name":"suspend fun BC.commandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html","searchKeys":["commandWithArgs","suspend fun BC.commandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs"]},{"name":"suspend fun BC.commandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/command-with-args.html","searchKeys":["commandWithArgs","suspend fun BC.commandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.commandWithArgs"]},{"name":"suspend fun BC.onAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-animation.html","searchKeys":["onAnimation","suspend fun BC.onAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnimation"]},{"name":"suspend fun BC.onAnyInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnyInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-any-inline-query.html","searchKeys":["onAnyInlineQuery","suspend fun BC.onAnyInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAnyInlineQuery"]},{"name":"suspend fun BC.onAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio.html","searchKeys":["onAudio","suspend fun BC.onAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudio"]},{"name":"suspend fun BC.onAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudioMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-audio-media-group.html","searchKeys":["onAudioMediaGroup","suspend fun BC.onAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onAudioMediaGroup"]},{"name":"suspend fun BC.onBaseChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-chosen-inline-result.html","searchKeys":["onBaseChosenInlineResult","suspend fun BC.onBaseChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseChosenInlineResult"]},{"name":"suspend fun BC.onBaseInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-base-inline-query.html","searchKeys":["onBaseInlineQuery","suspend fun BC.onBaseInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onBaseInlineQuery"]},{"name":"suspend fun BC.onChannelChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-chat-created.html","searchKeys":["onChannelChatCreated","suspend fun BC.onChannelChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelChatCreated"]},{"name":"suspend fun BC.onChannelEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-channel-event.html","searchKeys":["onChannelEvent","suspend fun BC.onChannelEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChannelEvent"]},{"name":"suspend fun BC.onChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-event.html","searchKeys":["onChatEvent","suspend fun BC.onChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatEvent"]},{"name":"suspend fun BC.onChatJoinRequest(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatJoinRequestFilterByChat, markerFactory: MarkerFactory = ByChatChatJoinRequestMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-join-request.html","searchKeys":["onChatJoinRequest","suspend fun BC.onChatJoinRequest(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatJoinRequestFilterByChat, markerFactory: MarkerFactory = ByChatChatJoinRequestMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatJoinRequest"]},{"name":"suspend fun BC.onChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chat-member-updated.html","searchKeys":["onChatMemberUpdated","suspend fun BC.onChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChatMemberUpdated"]},{"name":"suspend fun BC.onChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-chosen-inline-result.html","searchKeys":["onChosenInlineResult","suspend fun BC.onChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onChosenInlineResult"]},{"name":"suspend fun BC.onCommand(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html","searchKeys":["onCommand","suspend fun BC.onCommand(command: String, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand"]},{"name":"suspend fun BC.onCommand(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command.html","searchKeys":["onCommand","suspend fun BC.onCommand(commandRegex: Regex, requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommand"]},{"name":"suspend fun BC.onCommandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html","searchKeys":["onCommandWithArgs","suspend fun BC.onCommandWithArgs(command: String, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs"]},{"name":"suspend fun BC.onCommandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-command-with-args.html","searchKeys":["onCommandWithArgs","suspend fun BC.onCommandWithArgs(commandRegex: Regex, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Array>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommandWithArgs"]},{"name":"suspend fun BC.onCommonChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-chat-member-updated.html","searchKeys":["onCommonChatMemberUpdated","suspend fun BC.onCommonChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonChatMemberUpdated"]},{"name":"suspend fun BC.onCommonEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-common-event.html","searchKeys":["onCommonEvent","suspend fun BC.onCommonEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onCommonEvent"]},{"name":"suspend fun BC.onContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-contact.html","searchKeys":["onContact","suspend fun BC.onContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContact"]},{"name":"suspend fun BC.onContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-content-message.html","searchKeys":["onContentMessage","suspend fun BC.onContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onContentMessage"]},{"name":"suspend fun BC.onDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html","searchKeys":["onDataCallbackQuery","suspend fun BC.onDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery"]},{"name":"suspend fun BC.onDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html","searchKeys":["onDataCallbackQuery","suspend fun BC.onDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery"]},{"name":"suspend fun BC.onDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-data-callback-query.html","searchKeys":["onDataCallbackQuery","suspend fun BC.onDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDataCallbackQuery"]},{"name":"suspend fun BC.onDeleteChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDeleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-delete-chat-photo.html","searchKeys":["onDeleteChatPhoto","suspend fun BC.onDeleteChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDeleteChatPhoto"]},{"name":"suspend fun BC.onDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-dice.html","searchKeys":["onDice","suspend fun BC.onDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDice"]},{"name":"suspend fun BC.onDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document.html","searchKeys":["onDocument","suspend fun BC.onDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocument"]},{"name":"suspend fun BC.onDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-document-media-group-content.html","searchKeys":["onDocumentMediaGroupContent","suspend fun BC.onDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentMediaGroupContent"]},{"name":"suspend fun BC.onDocumentsGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-documents-group.html","searchKeys":["onDocumentsGroup","suspend fun BC.onDocumentsGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onDocumentsGroup"]},{"name":"suspend fun BC.onEditedAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-animation.html","searchKeys":["onEditedAnimation","suspend fun BC.onEditedAnimation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAnimation"]},{"name":"suspend fun BC.onEditedAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio.html","searchKeys":["onEditedAudio","suspend fun BC.onEditedAudio(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudio"]},{"name":"suspend fun BC.onEditedAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudioMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-audio-media-group.html","searchKeys":["onEditedAudioMediaGroup","suspend fun BC.onEditedAudioMediaGroup(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedAudioMediaGroup"]},{"name":"suspend fun BC.onEditedContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-contact.html","searchKeys":["onEditedContact","suspend fun BC.onEditedContact(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContact"]},{"name":"suspend fun BC.onEditedContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-content-message.html","searchKeys":["onEditedContentMessage","suspend fun BC.onEditedContentMessage(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedContentMessage"]},{"name":"suspend fun BC.onEditedDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-dice.html","searchKeys":["onEditedDice","suspend fun BC.onEditedDice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDice"]},{"name":"suspend fun BC.onEditedDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document.html","searchKeys":["onEditedDocument","suspend fun BC.onEditedDocument(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocument"]},{"name":"suspend fun BC.onEditedDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-document-media-group-content.html","searchKeys":["onEditedDocumentMediaGroupContent","suspend fun BC.onEditedDocumentMediaGroupContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedDocumentMediaGroupContent"]},{"name":"suspend fun BC.onEditedGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-game.html","searchKeys":["onEditedGame","suspend fun BC.onEditedGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedGame"]},{"name":"suspend fun BC.onEditedInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-invoice.html","searchKeys":["onEditedInvoice","suspend fun BC.onEditedInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedInvoice"]},{"name":"suspend fun BC.onEditedLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-location.html","searchKeys":["onEditedLocation","suspend fun BC.onEditedLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedLocation"]},{"name":"suspend fun BC.onEditedMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media.html","searchKeys":["onEditedMedia","suspend fun BC.onEditedMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMedia"]},{"name":"suspend fun BC.onEditedMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMediaCollection","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-media-collection.html","searchKeys":["onEditedMediaCollection","suspend fun BC.onEditedMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedMediaCollection"]},{"name":"suspend fun BC.onEditedPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-photo.html","searchKeys":["onEditedPhoto","suspend fun BC.onEditedPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedPhoto"]},{"name":"suspend fun BC.onEditedSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-sticker.html","searchKeys":["onEditedSticker","suspend fun BC.onEditedSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedSticker"]},{"name":"suspend fun BC.onEditedText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-text.html","searchKeys":["onEditedText","suspend fun BC.onEditedText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedText"]},{"name":"suspend fun BC.onEditedTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-texted-media-content.html","searchKeys":["onEditedTextedMediaContent","suspend fun BC.onEditedTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedTextedMediaContent"]},{"name":"suspend fun BC.onEditedVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-venue.html","searchKeys":["onEditedVenue","suspend fun BC.onEditedVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVenue"]},{"name":"suspend fun BC.onEditedVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video.html","searchKeys":["onEditedVideo","suspend fun BC.onEditedVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideo"]},{"name":"suspend fun BC.onEditedVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-video-note.html","searchKeys":["onEditedVideoNote","suspend fun BC.onEditedVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVideoNote"]},{"name":"suspend fun BC.onEditedVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-edited-voice.html","searchKeys":["onEditedVoice","suspend fun BC.onEditedVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onEditedVoice"]},{"name":"suspend fun BC.onGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game.html","searchKeys":["onGame","suspend fun BC.onGame(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGame"]},{"name":"suspend fun BC.onGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-game-short-name-callback-query.html","searchKeys":["onGameShortNameCallbackQuery","suspend fun BC.onGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGameShortNameCallbackQuery"]},{"name":"suspend fun BC.onGroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-chat-created.html","searchKeys":["onGroupChatCreated","suspend fun BC.onGroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupChatCreated"]},{"name":"suspend fun BC.onGroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-group-event.html","searchKeys":["onGroupEvent","suspend fun BC.onGroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onGroupEvent"]},{"name":"suspend fun BC.onInlineMessageIdCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-callback-query.html","searchKeys":["onInlineMessageIdCallbackQuery","suspend fun BC.onInlineMessageIdCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html","searchKeys":["onInlineMessageIdDataCallbackQuery","suspend fun BC.onInlineMessageIdDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html","searchKeys":["onInlineMessageIdDataCallbackQuery","suspend fun BC.onInlineMessageIdDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-data-callback-query.html","searchKeys":["onInlineMessageIdDataCallbackQuery","suspend fun BC.onInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onInlineMessageIdGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-inline-message-id-game-short-name-callback-query.html","searchKeys":["onInlineMessageIdGameShortNameCallbackQuery","suspend fun BC.onInlineMessageIdGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInlineMessageIdGameShortNameCallbackQuery"]},{"name":"suspend fun BC.onInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-invoice.html","searchKeys":["onInvoice","suspend fun BC.onInvoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onInvoice"]},{"name":"suspend fun BC.onLeftChatMember(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLeftChatMember","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-left-chat-member.html","searchKeys":["onLeftChatMember","suspend fun BC.onLeftChatMember(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLeftChatMember"]},{"name":"suspend fun BC.onLiveLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-live-location.html","searchKeys":["onLiveLocation","suspend fun BC.onLiveLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLiveLocation"]},{"name":"suspend fun BC.onLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location.html","searchKeys":["onLocation","suspend fun BC.onLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocation"]},{"name":"suspend fun BC.onLocationChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-chosen-inline-result.html","searchKeys":["onLocationChosenInlineResult","suspend fun BC.onLocationChosenInlineResult(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByUserIdChosenInlineResultMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationChosenInlineResult"]},{"name":"suspend fun BC.onLocationInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-location-inline-query.html","searchKeys":["onLocationInlineQuery","suspend fun BC.onLocationInlineQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = InlineQueryFilterByUser, markerFactory: MarkerFactory = ByUserInlineQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onLocationInlineQuery"]},{"name":"suspend fun BC.onMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media.html","searchKeys":["onMedia","suspend fun BC.onMedia(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMedia"]},{"name":"suspend fun BC.onMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaCollection","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-collection.html","searchKeys":["onMediaCollection","suspend fun BC.onMediaCollection(initialFilter: CommonMessageFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update> = MessageFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaCollection"]},{"name":"suspend fun BC.onMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-media-group.html","searchKeys":["onMediaGroup","suspend fun BC.onMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMediaGroup"]},{"name":"suspend fun BC.onMessageAutoDeleteTimerChangedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageAutoDeleteTimerChangedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-auto-delete-timer-changed-event.html","searchKeys":["onMessageAutoDeleteTimerChangedEvent","suspend fun BC.onMessageAutoDeleteTimerChangedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageAutoDeleteTimerChangedEvent"]},{"name":"suspend fun BC.onMessageCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-callback-query.html","searchKeys":["onMessageCallbackQuery","suspend fun BC.onMessageCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageCallbackQuery"]},{"name":"suspend fun BC.onMessageDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html","searchKeys":["onMessageDataCallbackQuery","suspend fun BC.onMessageDataCallbackQuery(data: String, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery"]},{"name":"suspend fun BC.onMessageDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html","searchKeys":["onMessageDataCallbackQuery","suspend fun BC.onMessageDataCallbackQuery(dataRegex: Regex, initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery"]},{"name":"suspend fun BC.onMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-data-callback-query.html","searchKeys":["onMessageDataCallbackQuery","suspend fun BC.onMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageDataCallbackQuery"]},{"name":"suspend fun BC.onMessageGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-message-game-short-name-callback-query.html","searchKeys":["onMessageGameShortNameCallbackQuery","suspend fun BC.onMessageGameShortNameCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMessageGameShortNameCallbackQuery"]},{"name":"suspend fun BC.onMyChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMyChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-my-chat-member-updated.html","searchKeys":["onMyChatMemberUpdated","suspend fun BC.onMyChatMemberUpdated(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ChatMemberUpdatedFilterByChat, markerFactory: MarkerFactory = ByChatChatMemberUpdatedMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onMyChatMemberUpdated"]},{"name":"suspend fun BC.onNewChatMembers(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatMembers","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-members.html","searchKeys":["onNewChatMembers","suspend fun BC.onNewChatMembers(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatMembers"]},{"name":"suspend fun BC.onNewChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-photo.html","searchKeys":["onNewChatPhoto","suspend fun BC.onNewChatPhoto(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatPhoto"]},{"name":"suspend fun BC.onNewChatTitle(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-new-chat-title.html","searchKeys":["onNewChatTitle","suspend fun BC.onNewChatTitle(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onNewChatTitle"]},{"name":"suspend fun BC.onPassportMessage(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = MessageFilterByChat, markerFactory: MarkerFactory = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPassportMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-passport-message.html","searchKeys":["onPassportMessage","suspend fun BC.onPassportMessage(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = MessageFilterByChat, markerFactory: MarkerFactory = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPassportMessage"]},{"name":"suspend fun BC.onPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo.html","searchKeys":["onPhoto","suspend fun BC.onPhoto(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhoto"]},{"name":"suspend fun BC.onPhotoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhotoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-photo-gallery.html","searchKeys":["onPhotoGallery","suspend fun BC.onPhotoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPhotoGallery"]},{"name":"suspend fun BC.onPinnedMessage(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPinnedMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pinned-message.html","searchKeys":["onPinnedMessage","suspend fun BC.onPinnedMessage(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPinnedMessage"]},{"name":"suspend fun BC.onPlaylist(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-playlist.html","searchKeys":["onPlaylist","suspend fun BC.onPlaylist(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPlaylist"]},{"name":"suspend fun BC.onPoll(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPoll","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll.html","searchKeys":["onPoll","suspend fun BC.onPoll(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPoll"]},{"name":"suspend fun BC.onPollAnswer(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollAnswerMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollAnswer","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-answer.html","searchKeys":["onPollAnswer","suspend fun BC.onPollAnswer(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollAnswerMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollAnswer"]},{"name":"suspend fun BC.onPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-poll-updates.html","searchKeys":["onPollUpdates","suspend fun BC.onPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPollUpdates"]},{"name":"suspend fun BC.onPreCheckoutQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = PreCheckoutQueryFilterByUser, markerFactory: MarkerFactory = ByUserPreCheckoutQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPreCheckoutQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-pre-checkout-query.html","searchKeys":["onPreCheckoutQuery","suspend fun BC.onPreCheckoutQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = PreCheckoutQueryFilterByUser, markerFactory: MarkerFactory = ByUserPreCheckoutQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPreCheckoutQuery"]},{"name":"suspend fun BC.onPrivateEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPrivateEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-private-event.html","searchKeys":["onPrivateEvent","suspend fun BC.onPrivateEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPrivateEvent"]},{"name":"suspend fun BC.onProximityAlertTriggered(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onProximityAlertTriggered","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-proximity-alert-triggered.html","searchKeys":["onProximityAlertTriggered","suspend fun BC.onProximityAlertTriggered(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onProximityAlertTriggered"]},{"name":"suspend fun BC.onPublicChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPublicChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-public-chat-event.html","searchKeys":["onPublicChatEvent","suspend fun BC.onPublicChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onPublicChatEvent"]},{"name":"suspend fun BC.onQuizPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onQuizPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-quiz-poll-updates.html","searchKeys":["onQuizPollUpdates","suspend fun BC.onQuizPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onQuizPollUpdates"]},{"name":"suspend fun BC.onRegularPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onRegularPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-regular-poll-updates.html","searchKeys":["onRegularPollUpdates","suspend fun BC.onRegularPollUpdates(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = null, markerFactory: MarkerFactory = ByIdPollMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onRegularPollUpdates"]},{"name":"suspend fun BC.onShippingQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ShippingQueryFilterByUser, markerFactory: MarkerFactory = ByUserShippingQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onShippingQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-shipping-query.html","searchKeys":["onShippingQuery","suspend fun BC.onShippingQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = ShippingQueryFilterByUser, markerFactory: MarkerFactory = ByUserShippingQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onShippingQuery"]},{"name":"suspend fun BC.onStaticLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-static-location.html","searchKeys":["onStaticLocation","suspend fun BC.onStaticLocation(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onStaticLocation"]},{"name":"suspend fun BC.onSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-sticker.html","searchKeys":["onSticker","suspend fun BC.onSticker(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSticker"]},{"name":"suspend fun BC.onSuccessfulPayment(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSuccessfulPayment","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-successful-payment.html","searchKeys":["onSuccessfulPayment","suspend fun BC.onSuccessfulPayment(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSuccessfulPayment"]},{"name":"suspend fun BC.onSupergroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupChatCreated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-chat-created.html","searchKeys":["onSupergroupChatCreated","suspend fun BC.onSupergroupChatCreated(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupChatCreated"]},{"name":"suspend fun BC.onSupergroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-supergroup-event.html","searchKeys":["onSupergroupEvent","suspend fun BC.onSupergroupEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onSupergroupEvent"]},{"name":"suspend fun BC.onText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-text.html","searchKeys":["onText","suspend fun BC.onText(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onText"]},{"name":"suspend fun BC.onTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-texted-media-content.html","searchKeys":["onTextedMediaContent","suspend fun BC.onTextedMediaContent(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onTextedMediaContent"]},{"name":"suspend fun BC.onUnhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command.html","searchKeys":["onUnhandledCommand","suspend fun BC.onUnhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommand"]},{"name":"suspend fun BC.onUnhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-command-with-args.html","searchKeys":["onUnhandledCommandWithArgs","suspend fun BC.onUnhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledCommandWithArgs"]},{"name":"suspend fun BC.onUnhandledDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-data-callback-query.html","searchKeys":["onUnhandledDataCallbackQuery","suspend fun BC.onUnhandledDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledDataCallbackQuery"]},{"name":"suspend fun BC.onUnhandledInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-inline-message-id-data-callback-query.html","searchKeys":["onUnhandledInlineMessageIdDataCallbackQuery","suspend fun BC.onUnhandledInlineMessageIdDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BC.onUnhandledMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unhandled-message-data-callback-query.html","searchKeys":["onUnhandledMessageDataCallbackQuery","suspend fun BC.onUnhandledMessageDataCallbackQuery(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnhandledMessageDataCallbackQuery"]},{"name":"suspend fun BC.onUnknownCallbackQueryType(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnknownCallbackQueryType","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-unknown-callback-query-type.html","searchKeys":["onUnknownCallbackQueryType","suspend fun BC.onUnknownCallbackQueryType(initialFilter: SimpleFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver? = CallbackQueryFilterByUser, markerFactory: MarkerFactory = ByUserCallbackQueryMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUnknownCallbackQueryType"]},{"name":"suspend fun BC.onUserLoggedIn(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUserLoggedIn","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-user-logged-in.html","searchKeys":["onUserLoggedIn","suspend fun BC.onUserLoggedIn(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onUserLoggedIn"]},{"name":"suspend fun BC.onVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-venue.html","searchKeys":["onVenue","suspend fun BC.onVenue(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVenue"]},{"name":"suspend fun BC.onVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video.html","searchKeys":["onVideo","suspend fun BC.onVideo(initialFilter: CommonMessageFilter? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideo"]},{"name":"suspend fun BC.onVideoChatEndedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEndedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-ended-event.html","searchKeys":["onVideoChatEndedEvent","suspend fun BC.onVideoChatEndedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEndedEvent"]},{"name":"suspend fun BC.onVideoChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-event.html","searchKeys":["onVideoChatEvent","suspend fun BC.onVideoChatEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatEvent"]},{"name":"suspend fun BC.onVideoChatParticipantsInvitedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatParticipantsInvitedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-participants-invited-event.html","searchKeys":["onVideoChatParticipantsInvitedEvent","suspend fun BC.onVideoChatParticipantsInvitedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatParticipantsInvitedEvent"]},{"name":"suspend fun BC.onVideoChatStartedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatStartedEvent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-chat-started-event.html","searchKeys":["onVideoChatStartedEvent","suspend fun BC.onVideoChatStartedEvent(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoChatStartedEvent"]},{"name":"suspend fun BC.onVideoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-gallery.html","searchKeys":["onVideoGallery","suspend fun BC.onVideoGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoGallery"]},{"name":"suspend fun BC.onVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-video-note.html","searchKeys":["onVideoNote","suspend fun BC.onVideoNote(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVideoNote"]},{"name":"suspend fun BC.onVisualGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-gallery.html","searchKeys":["onVisualGallery","suspend fun BC.onVisualGallery(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualGallery"]},{"name":"suspend fun BC.onVisualMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-visual-media-group.html","searchKeys":["onVisualMediaGroup","suspend fun BC.onVisualMediaGroup(initialFilter: SimpleFilter>>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver>, Update>? = MessagesFilterByChat, markerFactory: MarkerFactory>, Any> = ByChatMediaGroupMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVisualMediaGroup"]},{"name":"suspend fun BC.onVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-voice.html","searchKeys":["onVoice","suspend fun BC.onVoice(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onVoice"]},{"name":"suspend fun BC.onWebAppData(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onWebAppData","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/on-web-app-data.html","searchKeys":["onWebAppData","suspend fun BC.onWebAppData(initialFilter: SimpleFilter>? = null, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update>? = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.onWebAppData"]},{"name":"suspend fun BC.unhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommand","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command.html","searchKeys":["unhandledCommand","suspend fun BC.unhandledCommand(requireOnlyCommandInMessage: Boolean = true, initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTypeReceiver>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommand"]},{"name":"suspend fun BC.unhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommandWithArgs","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling/unhandled-command-with-args.html","searchKeys":["unhandledCommandWithArgs","suspend fun BC.unhandledCommandWithArgs(initialFilter: CommonMessageFilter? = CommonMessageFilterExcludeMediaGroups, subcontextUpdatesFilter: CustomBehaviourContextAndTwoTypesReceiver, Update> = MessageFilterByChat, markerFactory: MarkerFactory, Any> = ByChatMessageMarkerFactory, scenarioReceiver: CustomBehaviourContextAndTwoTypesReceiver, Map>>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.triggers_handling.unhandledCommandWithArgs"]},{"name":"suspend fun BehaviourContext.oneOf(deferredActions: Iterable>): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html","searchKeys":["oneOf","suspend fun BehaviourContext.oneOf(deferredActions: Iterable>): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf"]},{"name":"suspend fun BehaviourContext.oneOf(vararg deferredActions: Deferred): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of.html","searchKeys":["oneOf","suspend fun BehaviourContext.oneOf(vararg deferredActions: Deferred): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOf"]},{"name":"suspend fun BehaviourContext.oneOfActions(deferredActions: Iterable>): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html","searchKeys":["oneOfActions","suspend fun BehaviourContext.oneOfActions(deferredActions: Iterable>): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions"]},{"name":"suspend fun BehaviourContext.oneOfActions(vararg deferredActions: DeferredAction<*, O>): O","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/one-of-actions.html","searchKeys":["oneOfActions","suspend fun BehaviourContext.oneOfActions(vararg deferredActions: DeferredAction<*, O>): O","dev.inmo.tgbotapi.extensions.behaviour_builder.oneOfActions"]},{"name":"suspend fun BehaviourContext.waitPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: suspend PassportMessage.() -> O?): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessages","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-passport-messages.html","searchKeys":["waitPassportMessages","suspend fun BehaviourContext.waitPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: suspend PassportMessage.() -> O?): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPassportMessages"]},{"name":"suspend fun RequestsExecutor.executeAsync(request: Request): Deferred","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-async.html","searchKeys":["executeAsync","suspend fun RequestsExecutor.executeAsync(request: Request): Deferred","dev.inmo.tgbotapi.extensions.utils.shortcuts.executeAsync"]},{"name":"suspend fun RequestsExecutor.executeUnsafe(request: Request, retries: Int = 0, retriesDelay: Long = 1000, onAllFailed: suspend (exceptions: Array) -> Unit? = null): T?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/execute-unsafe.html","searchKeys":["executeUnsafe","suspend fun RequestsExecutor.executeUnsafe(request: Request, retries: Int = 0, retriesDelay: Long = 1000, onAllFailed: suspend (exceptions: Array) -> Unit? = null): T?","dev.inmo.tgbotapi.extensions.utils.shortcuts.executeUnsafe"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSM(flowUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html","searchKeys":["buildBehaviourWithFSM","suspend fun TelegramBot.buildBehaviourWithFSM(flowUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSM(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m.html","searchKeys":["buildBehaviourWithFSM","suspend fun TelegramBot.buildBehaviourWithFSM(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): DefaultBehaviourContextWithFSM","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSM"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html","searchKeys":["buildBehaviourWithFSMAndStartLongPolling","suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling"]},{"name":"suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Pair, Job>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-f-s-m-and-start-long-polling.html","searchKeys":["buildBehaviourWithFSMAndStartLongPolling","suspend fun TelegramBot.buildBehaviourWithFSMAndStartLongPolling(upstreamUpdatesFlow: Flow? = null, scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), block: CustomBehaviourContextReceiver, Unit>): Pair, Job>","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithFSMAndStartLongPolling"]},{"name":"suspend fun telegramBotWithBehaviourAndFSM(token: String, flowsUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSM","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m.html","searchKeys":["telegramBotWithBehaviourAndFSM","suspend fun telegramBotWithBehaviourAndFSM(token: String, flowsUpdatesFilter: FlowsUpdatesFilter, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSM"]},{"name":"suspend fun telegramBotWithBehaviourAndFSMAndStartLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): Pair","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSMAndStartLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-f-s-m-and-start-long-polling.html","searchKeys":["telegramBotWithBehaviourAndFSMAndStartLongPolling","suspend fun telegramBotWithBehaviourAndFSMAndStartLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, statesManager: StatesManager = DefaultStatesManager(InMemoryDefaultStatesManagerRepo()), presetHandlers: List> = listOf(), testServer: Boolean = false, block: CustomBehaviourContextReceiver, Unit>): Pair","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndFSMAndStartLongPolling"]},{"name":"suspend fun TelegramBot.editMessageCaption(message: ContentMessage, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(message: ContentMessage, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(message: ContentMessage, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(message: ContentMessage, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun BC.createSubContextAndDoWithUpdatesFilter(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null, stopOnCompletion: Boolean = true, behaviourContextReceiver: CustomBehaviourContextReceiver): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContextAndDoWithUpdatesFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/create-sub-context-and-do-with-updates-filter.html","searchKeys":["createSubContextAndDoWithUpdatesFilter","suspend fun BC.createSubContextAndDoWithUpdatesFilter(scope: CoroutineScope = LinkedSupervisorScope(), triggersHolder: TriggersHolder = this.triggersHolder, updatesUpstreamFlow: Flow = allUpdatesFlow, updatesFilter: CustomBehaviourContextAndTypeReceiver? = null, stopOnCompletion: Boolean = true, behaviourContextReceiver: CustomBehaviourContextReceiver): T","dev.inmo.tgbotapi.extensions.behaviour_builder.createSubContextAndDoWithUpdatesFilter"]},{"name":"suspend fun BC.doInContext(stopOnCompletion: Boolean = false, behaviourContextReceiver: CustomBehaviourContextReceiver): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.doInContext","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/do-in-context.html","searchKeys":["doInContext","suspend fun BC.doInContext(stopOnCompletion: Boolean = false, behaviourContextReceiver: CustomBehaviourContextReceiver): T","dev.inmo.tgbotapi.extensions.behaviour_builder.doInContext"]},{"name":"suspend fun BehaviourContext.expectFlow(initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html","searchKeys":["expectFlow","suspend fun BehaviourContext.expectFlow(initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow"]},{"name":"suspend fun BehaviourContext.expectOne(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html","searchKeys":["expectOne","suspend fun BehaviourContext.expectOne(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne"]},{"name":"suspend fun BehaviourContext.parallel(action: BehaviourContextReceiver): Deferred","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.parallel","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/parallel.html","searchKeys":["parallel","suspend fun BehaviourContext.parallel(action: BehaviourContextReceiver): Deferred","dev.inmo.tgbotapi.extensions.behaviour_builder.parallel"]},{"name":"suspend fun FlowsUpdatesFilter.expectFlow(bot: TelegramBot, initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-flow.html","searchKeys":["expectFlow","suspend fun FlowsUpdatesFilter.expectFlow(bot: TelegramBot, initRequest: Request<*>? = null, count: Int? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> List): Flow","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectFlow"]},{"name":"suspend fun FlowsUpdatesFilter.expectOne(bot: TelegramBot, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/expect-one.html","searchKeys":["expectOne","suspend fun FlowsUpdatesFilter.expectOne(bot: TelegramBot, initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, cancelRequestFactory: NullableRequestBuilder<*> = { null }, cancelTrigger: suspend (Update) -> Boolean = { cancelRequestFactory(it) != null }, filter: suspend (Update) -> T?): T","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.expectOne"]},{"name":"suspend fun TelegramBot.withAction(actionRequest: SendAction, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-action.html","searchKeys":["withAction","suspend fun TelegramBot.withAction(actionRequest: SendAction, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withAction"]},{"name":"suspend fun TelegramBot.withAction(chat: Chat, action: BotAction, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-action.html","searchKeys":["withAction","suspend fun TelegramBot.withAction(chat: Chat, action: BotAction, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withAction"]},{"name":"suspend fun TelegramBot.withAction(chatId: ChatId, action: BotAction, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-action.html","searchKeys":["withAction","suspend fun TelegramBot.withAction(chatId: ChatId, action: BotAction, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withAction"]},{"name":"suspend fun TelegramBot.withChooseStickerAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html","searchKeys":["withChooseStickerAction","suspend fun TelegramBot.withChooseStickerAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction"]},{"name":"suspend fun TelegramBot.withChooseStickerAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-choose-sticker-action.html","searchKeys":["withChooseStickerAction","suspend fun TelegramBot.withChooseStickerAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withChooseStickerAction"]},{"name":"suspend fun TelegramBot.withFindLocationAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html","searchKeys":["withFindLocationAction","suspend fun TelegramBot.withFindLocationAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction"]},{"name":"suspend fun TelegramBot.withFindLocationAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-find-location-action.html","searchKeys":["withFindLocationAction","suspend fun TelegramBot.withFindLocationAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withFindLocationAction"]},{"name":"suspend fun TelegramBot.withRecordVideoAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html","searchKeys":["withRecordVideoAction","suspend fun TelegramBot.withRecordVideoAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction"]},{"name":"suspend fun TelegramBot.withRecordVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-action.html","searchKeys":["withRecordVideoAction","suspend fun TelegramBot.withRecordVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoAction"]},{"name":"suspend fun TelegramBot.withRecordVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html","searchKeys":["withRecordVideoNoteAction","suspend fun TelegramBot.withRecordVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction"]},{"name":"suspend fun TelegramBot.withRecordVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-video-note-action.html","searchKeys":["withRecordVideoNoteAction","suspend fun TelegramBot.withRecordVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVideoNoteAction"]},{"name":"suspend fun TelegramBot.withRecordVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html","searchKeys":["withRecordVoiceAction","suspend fun TelegramBot.withRecordVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction"]},{"name":"suspend fun TelegramBot.withRecordVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-record-voice-action.html","searchKeys":["withRecordVoiceAction","suspend fun TelegramBot.withRecordVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withRecordVoiceAction"]},{"name":"suspend fun TelegramBot.withTypingAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html","searchKeys":["withTypingAction","suspend fun TelegramBot.withTypingAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withTypingAction"]},{"name":"suspend fun TelegramBot.withTypingAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withTypingAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-typing-action.html","searchKeys":["withTypingAction","suspend fun TelegramBot.withTypingAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withTypingAction"]},{"name":"suspend fun TelegramBot.withUploadDocumentAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html","searchKeys":["withUploadDocumentAction","suspend fun TelegramBot.withUploadDocumentAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction"]},{"name":"suspend fun TelegramBot.withUploadDocumentAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-document-action.html","searchKeys":["withUploadDocumentAction","suspend fun TelegramBot.withUploadDocumentAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadDocumentAction"]},{"name":"suspend fun TelegramBot.withUploadPhotoAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html","searchKeys":["withUploadPhotoAction","suspend fun TelegramBot.withUploadPhotoAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction"]},{"name":"suspend fun TelegramBot.withUploadPhotoAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-photo-action.html","searchKeys":["withUploadPhotoAction","suspend fun TelegramBot.withUploadPhotoAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadPhotoAction"]},{"name":"suspend fun TelegramBot.withUploadVideoAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html","searchKeys":["withUploadVideoAction","suspend fun TelegramBot.withUploadVideoAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction"]},{"name":"suspend fun TelegramBot.withUploadVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-action.html","searchKeys":["withUploadVideoAction","suspend fun TelegramBot.withUploadVideoAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoAction"]},{"name":"suspend fun TelegramBot.withUploadVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html","searchKeys":["withUploadVideoNoteAction","suspend fun TelegramBot.withUploadVideoNoteAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction"]},{"name":"suspend fun TelegramBot.withUploadVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-video-note-action.html","searchKeys":["withUploadVideoNoteAction","suspend fun TelegramBot.withUploadVideoNoteAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVideoNoteAction"]},{"name":"suspend fun TelegramBot.withUploadVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html","searchKeys":["withUploadVoiceAction","suspend fun TelegramBot.withUploadVoiceAction(chat: Chat, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction"]},{"name":"suspend fun TelegramBot.withUploadVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","description":"dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/with-upload-voice-action.html","searchKeys":["withUploadVoiceAction","suspend fun TelegramBot.withUploadVoiceAction(chatId: ChatId, block: TelegramBotActionCallback): T","dev.inmo.tgbotapi.extensions.api.send.withUploadVoiceAction"]},{"name":"suspend fun BehaviourContext.followLocation(message: ContentMessage, onLocation: BehaviourContextAndTypeReceiver)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.followLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/follow-location.html","searchKeys":["followLocation","suspend fun BehaviourContext.followLocation(message: ContentMessage, onLocation: BehaviourContextAndTypeReceiver)","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.followLocation"]},{"name":"suspend fun BehaviourContext.waitAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation.html","searchKeys":["waitAnimation","suspend fun BehaviourContext.waitAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimation"]},{"name":"suspend fun BehaviourContext.waitAnimationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-animation-message.html","searchKeys":["waitAnimationMessage","suspend fun BehaviourContext.waitAnimationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnimationMessage"]},{"name":"suspend fun BehaviourContext.waitAnyInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-inline-query.html","searchKeys":["waitAnyInlineQuery","suspend fun BehaviourContext.waitAnyInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyInlineQuery"]},{"name":"suspend fun BehaviourContext.waitAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content.html","searchKeys":["waitAnyMediaGroupContent","suspend fun BehaviourContext.waitAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitAnyMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-media-group-content-message.html","searchKeys":["waitAnyMediaGroupContentMessage","suspend fun BehaviourContext.waitAnyMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitAnyPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PassportMessageMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyPassportMessages","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-any-passport-messages.html","searchKeys":["waitAnyPassportMessages","suspend fun BehaviourContext.waitAnyPassportMessages(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PassportMessageMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAnyPassportMessages"]},{"name":"suspend fun BehaviourContext.waitAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio.html","searchKeys":["waitAudio","suspend fun BehaviourContext.waitAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudio"]},{"name":"suspend fun BehaviourContext.waitAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content.html","searchKeys":["waitAudioMediaGroupContent","suspend fun BehaviourContext.waitAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitAudioMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-media-group-content-message.html","searchKeys":["waitAudioMediaGroupContentMessage","suspend fun BehaviourContext.waitAudioMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitAudioMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-audio-message.html","searchKeys":["waitAudioMessage","suspend fun BehaviourContext.waitAudioMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitAudioMessage"]},{"name":"suspend fun BehaviourContext.waitBaseChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-chosen-inline-result.html","searchKeys":["waitBaseChosenInlineResult","suspend fun BehaviourContext.waitBaseChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseChosenInlineResult"]},{"name":"suspend fun BehaviourContext.waitBaseInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-base-inline-query.html","searchKeys":["waitBaseInlineQuery","suspend fun BehaviourContext.waitBaseInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitBaseInlineQuery"]},{"name":"suspend fun BehaviourContext.waitChannelChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelChatCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-chat-created-events.html","searchKeys":["waitChannelChatCreatedEvents","suspend fun BehaviourContext.waitChannelChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelChatCreatedEvents"]},{"name":"suspend fun BehaviourContext.waitChannelEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-channel-events.html","searchKeys":["waitChannelEvents","suspend fun BehaviourContext.waitChannelEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChannelEvents"]},{"name":"suspend fun BehaviourContext.waitChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-events.html","searchKeys":["waitChatEvents","suspend fun BehaviourContext.waitChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatEvents"]},{"name":"suspend fun BehaviourContext.waitChatJoinRequests(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatJoinRequestsMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatJoinRequests","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-join-requests.html","searchKeys":["waitChatJoinRequests","suspend fun BehaviourContext.waitChatJoinRequests(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatJoinRequestsMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatJoinRequests"]},{"name":"suspend fun BehaviourContext.waitChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chat-member-updated.html","searchKeys":["waitChatMemberUpdated","suspend fun BehaviourContext.waitChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChatMemberUpdated"]},{"name":"suspend fun BehaviourContext.waitChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChosenInlineResultMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-chosen-inline-result.html","searchKeys":["waitChosenInlineResult","suspend fun BehaviourContext.waitChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChosenInlineResultMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitChosenInlineResult"]},{"name":"suspend fun BehaviourContext.waitCommonChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-chat-member-updated.html","searchKeys":["waitCommonChatMemberUpdated","suspend fun BehaviourContext.waitCommonChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonChatMemberUpdated"]},{"name":"suspend fun BehaviourContext.waitCommonEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-common-events.html","searchKeys":["waitCommonEvents","suspend fun BehaviourContext.waitCommonEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitCommonEvents"]},{"name":"suspend fun BehaviourContext.waitContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact.html","searchKeys":["waitContact","suspend fun BehaviourContext.waitContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContact"]},{"name":"suspend fun BehaviourContext.waitContactMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContactMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-contact-message.html","searchKeys":["waitContactMessage","suspend fun BehaviourContext.waitContactMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContactMessage"]},{"name":"suspend fun BehaviourContext.waitContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content.html","searchKeys":["waitContent","suspend fun BehaviourContext.waitContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContent"]},{"name":"suspend fun BehaviourContext.waitContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-content-message.html","searchKeys":["waitContentMessage","suspend fun BehaviourContext.waitContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitContentMessage"]},{"name":"suspend fun BehaviourContext.waitDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-data-callback-query.html","searchKeys":["waitDataCallbackQuery","suspend fun BehaviourContext.waitDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDataCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitDeleteChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDeleteChatPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-delete-chat-photo-events.html","searchKeys":["waitDeleteChatPhotoEvents","suspend fun BehaviourContext.waitDeleteChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDeleteChatPhotoEvents"]},{"name":"suspend fun BehaviourContext.waitDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice.html","searchKeys":["waitDice","suspend fun BehaviourContext.waitDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDice"]},{"name":"suspend fun BehaviourContext.waitDiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDiceMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-dice-message.html","searchKeys":["waitDiceMessage","suspend fun BehaviourContext.waitDiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDiceMessage"]},{"name":"suspend fun BehaviourContext.waitDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document.html","searchKeys":["waitDocument","suspend fun BehaviourContext.waitDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocument"]},{"name":"suspend fun BehaviourContext.waitDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content.html","searchKeys":["waitDocumentMediaGroupContent","suspend fun BehaviourContext.waitDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitDocumentMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-media-group-content-message.html","searchKeys":["waitDocumentMediaGroupContentMessage","suspend fun BehaviourContext.waitDocumentMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitDocumentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-document-message.html","searchKeys":["waitDocumentMessage","suspend fun BehaviourContext.waitDocumentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentMessage"]},{"name":"suspend fun BehaviourContext.waitDocumentsGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-documents-group.html","searchKeys":["waitDocumentsGroup","suspend fun BehaviourContext.waitDocumentsGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitDocumentsGroup"]},{"name":"suspend fun BehaviourContext.waitEditedAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnimation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-animation.html","searchKeys":["waitEditedAnimation","suspend fun BehaviourContext.waitEditedAnimation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnimation"]},{"name":"suspend fun BehaviourContext.waitEditedAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnyMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-any-media-group-content.html","searchKeys":["waitEditedAnyMediaGroupContent","suspend fun BehaviourContext.waitEditedAnyMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAnyMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudio","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio.html","searchKeys":["waitEditedAudio","suspend fun BehaviourContext.waitEditedAudio(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudio"]},{"name":"suspend fun BehaviourContext.waitEditedAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudioMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-audio-media-group-content.html","searchKeys":["waitEditedAudioMediaGroupContent","suspend fun BehaviourContext.waitEditedAudioMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedAudioMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContact","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-contact.html","searchKeys":["waitEditedContact","suspend fun BehaviourContext.waitEditedContact(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContact"]},{"name":"suspend fun BehaviourContext.waitEditedContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-content-message.html","searchKeys":["waitEditedContentMessage","suspend fun BehaviourContext.waitEditedContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedContentMessage"]},{"name":"suspend fun BehaviourContext.waitEditedDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-dice.html","searchKeys":["waitEditedDice","suspend fun BehaviourContext.waitEditedDice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDice"]},{"name":"suspend fun BehaviourContext.waitEditedDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocument","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document.html","searchKeys":["waitEditedDocument","suspend fun BehaviourContext.waitEditedDocument(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocument"]},{"name":"suspend fun BehaviourContext.waitEditedDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocumentMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-document-media-group-content.html","searchKeys":["waitEditedDocumentMediaGroupContent","suspend fun BehaviourContext.waitEditedDocumentMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedDocumentMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-game.html","searchKeys":["waitEditedGame","suspend fun BehaviourContext.waitEditedGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedGame"]},{"name":"suspend fun BehaviourContext.waitEditedInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-invoice.html","searchKeys":["waitEditedInvoice","suspend fun BehaviourContext.waitEditedInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedInvoice"]},{"name":"suspend fun BehaviourContext.waitEditedLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-live-location.html","searchKeys":["waitEditedLiveLocation","suspend fun BehaviourContext.waitEditedLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLiveLocation"]},{"name":"suspend fun BehaviourContext.waitEditedLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-location.html","searchKeys":["waitEditedLocation","suspend fun BehaviourContext.waitEditedLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedLocation"]},{"name":"suspend fun BehaviourContext.waitEditedMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-media.html","searchKeys":["waitEditedMedia","suspend fun BehaviourContext.waitEditedMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedMedia"]},{"name":"suspend fun BehaviourContext.waitEditedPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-photo.html","searchKeys":["waitEditedPhoto","suspend fun BehaviourContext.waitEditedPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedPhoto"]},{"name":"suspend fun BehaviourContext.waitEditedStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-static-location.html","searchKeys":["waitEditedStaticLocation","suspend fun BehaviourContext.waitEditedStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedStaticLocation"]},{"name":"suspend fun BehaviourContext.waitEditedSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-sticker.html","searchKeys":["waitEditedSticker","suspend fun BehaviourContext.waitEditedSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedSticker"]},{"name":"suspend fun BehaviourContext.waitEditedText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-text.html","searchKeys":["waitEditedText","suspend fun BehaviourContext.waitEditedText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedText"]},{"name":"suspend fun BehaviourContext.waitEditedTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-texted-media-content.html","searchKeys":["waitEditedTextedMediaContent","suspend fun BehaviourContext.waitEditedTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedTextedMediaContent"]},{"name":"suspend fun BehaviourContext.waitEditedVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-venue.html","searchKeys":["waitEditedVenue","suspend fun BehaviourContext.waitEditedVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVenue"]},{"name":"suspend fun BehaviourContext.waitEditedVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video.html","searchKeys":["waitEditedVideo","suspend fun BehaviourContext.waitEditedVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideo"]},{"name":"suspend fun BehaviourContext.waitEditedVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-video-note.html","searchKeys":["waitEditedVideoNote","suspend fun BehaviourContext.waitEditedVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVideoNote"]},{"name":"suspend fun BehaviourContext.waitEditedVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-visual-media-group-content.html","searchKeys":["waitEditedVisualMediaGroupContent","suspend fun BehaviourContext.waitEditedVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVisualMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitEditedVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-edited-voice.html","searchKeys":["waitEditedVoice","suspend fun BehaviourContext.waitEditedVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitEditedVoice"]},{"name":"suspend fun BehaviourContext.waitGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGame","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game.html","searchKeys":["waitGame","suspend fun BehaviourContext.waitGame(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGame"]},{"name":"suspend fun BehaviourContext.waitGameMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-message.html","searchKeys":["waitGameMessage","suspend fun BehaviourContext.waitGameMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameMessage"]},{"name":"suspend fun BehaviourContext.waitGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-game-short-name-callback-query.html","searchKeys":["waitGameShortNameCallbackQuery","suspend fun BehaviourContext.waitGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGameShortNameCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitGroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupChatCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-chat-created-events.html","searchKeys":["waitGroupChatCreatedEvents","suspend fun BehaviourContext.waitGroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupChatCreatedEvents"]},{"name":"suspend fun BehaviourContext.waitGroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-group-events.html","searchKeys":["waitGroupEvents","suspend fun BehaviourContext.waitGroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitGroupEvents"]},{"name":"suspend fun BehaviourContext.waitInlineMessageIdCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-callback-query.html","searchKeys":["waitInlineMessageIdCallbackQuery","suspend fun BehaviourContext.waitInlineMessageIdCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitInlineMessageIdDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-data-callback-query.html","searchKeys":["waitInlineMessageIdDataCallbackQuery","suspend fun BehaviourContext.waitInlineMessageIdDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdDataCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitInlineMessageIdGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-inline-message-id-game-short-name-callback-query.html","searchKeys":["waitInlineMessageIdGameShortNameCallbackQuery","suspend fun BehaviourContext.waitInlineMessageIdGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInlineMessageIdGameShortNameCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice.html","searchKeys":["waitInvoice","suspend fun BehaviourContext.waitInvoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoice"]},{"name":"suspend fun BehaviourContext.waitInvoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoiceMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-invoice-message.html","searchKeys":["waitInvoiceMessage","suspend fun BehaviourContext.waitInvoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitInvoiceMessage"]},{"name":"suspend fun BehaviourContext.waitLeftChatMemberEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLeftChatMemberEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-left-chat-member-events.html","searchKeys":["waitLeftChatMemberEvents","suspend fun BehaviourContext.waitLeftChatMemberEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLeftChatMemberEvents"]},{"name":"suspend fun BehaviourContext.waitLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location.html","searchKeys":["waitLiveLocation","suspend fun BehaviourContext.waitLiveLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocation"]},{"name":"suspend fun BehaviourContext.waitLiveLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-live-location-message.html","searchKeys":["waitLiveLocationMessage","suspend fun BehaviourContext.waitLiveLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLiveLocationMessage"]},{"name":"suspend fun BehaviourContext.waitLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location.html","searchKeys":["waitLocation","suspend fun BehaviourContext.waitLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocation"]},{"name":"suspend fun BehaviourContext.waitLocationChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationChosenInlineResult","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-chosen-inline-result.html","searchKeys":["waitLocationChosenInlineResult","suspend fun BehaviourContext.waitLocationChosenInlineResult(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationChosenInlineResult"]},{"name":"suspend fun BehaviourContext.waitLocationInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-inline-query.html","searchKeys":["waitLocationInlineQuery","suspend fun BehaviourContext.waitLocationInlineQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: InlineQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationInlineQuery"]},{"name":"suspend fun BehaviourContext.waitLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-location-message.html","searchKeys":["waitLocationMessage","suspend fun BehaviourContext.waitLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitLocationMessage"]},{"name":"suspend fun BehaviourContext.waitMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMedia","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media.html","searchKeys":["waitMedia","suspend fun BehaviourContext.waitMedia(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMedia"]},{"name":"suspend fun BehaviourContext.waitMediaGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-group.html","searchKeys":["waitMediaGroup","suspend fun BehaviourContext.waitMediaGroup(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaGroup"]},{"name":"suspend fun BehaviourContext.waitMediaMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-media-message.html","searchKeys":["waitMediaMessage","suspend fun BehaviourContext.waitMediaMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMediaMessage"]},{"name":"suspend fun BehaviourContext.waitMessageAutoDeleteTimerChangedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageAutoDeleteTimerChangedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-auto-delete-timer-changed-events.html","searchKeys":["waitMessageAutoDeleteTimerChangedEvents","suspend fun BehaviourContext.waitMessageAutoDeleteTimerChangedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageAutoDeleteTimerChangedEvents"]},{"name":"suspend fun BehaviourContext.waitMessageCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-callback-query.html","searchKeys":["waitMessageCallbackQuery","suspend fun BehaviourContext.waitMessageCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitMessageDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageDataCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-data-callback-query.html","searchKeys":["waitMessageDataCallbackQuery","suspend fun BehaviourContext.waitMessageDataCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageDataCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitMessageGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageGameShortNameCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-message-game-short-name-callback-query.html","searchKeys":["waitMessageGameShortNameCallbackQuery","suspend fun BehaviourContext.waitMessageGameShortNameCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMessageGameShortNameCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitMyChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMyChatMemberUpdated","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-my-chat-member-updated.html","searchKeys":["waitMyChatMemberUpdated","suspend fun BehaviourContext.waitMyChatMemberUpdated(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ChatMemberUpdatedMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitMyChatMemberUpdated"]},{"name":"suspend fun BehaviourContext.waitNewChatMembersEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatMembersEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-members-events.html","searchKeys":["waitNewChatMembersEvents","suspend fun BehaviourContext.waitNewChatMembersEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatMembersEvents"]},{"name":"suspend fun BehaviourContext.waitNewChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatPhotoEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-photo-events.html","searchKeys":["waitNewChatPhotoEvents","suspend fun BehaviourContext.waitNewChatPhotoEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatPhotoEvents"]},{"name":"suspend fun BehaviourContext.waitNewChatTitleEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatTitleEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-new-chat-title-events.html","searchKeys":["waitNewChatTitleEvents","suspend fun BehaviourContext.waitNewChatTitleEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitNewChatTitleEvents"]},{"name":"suspend fun BehaviourContext.waitPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhoto","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo.html","searchKeys":["waitPhoto","suspend fun BehaviourContext.waitPhoto(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhoto"]},{"name":"suspend fun BehaviourContext.waitPhotoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-gallery.html","searchKeys":["waitPhotoGallery","suspend fun BehaviourContext.waitPhotoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoGallery"]},{"name":"suspend fun BehaviourContext.waitPhotoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-photo-message.html","searchKeys":["waitPhotoMessage","suspend fun BehaviourContext.waitPhotoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPhotoMessage"]},{"name":"suspend fun BehaviourContext.waitPinnedMessageEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPinnedMessageEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pinned-message-events.html","searchKeys":["waitPinnedMessageEvents","suspend fun BehaviourContext.waitPinnedMessageEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPinnedMessageEvents"]},{"name":"suspend fun BehaviourContext.waitPlaylist(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-playlist.html","searchKeys":["waitPlaylist","suspend fun BehaviourContext.waitPlaylist(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPlaylist"]},{"name":"suspend fun BehaviourContext.waitPoll(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPoll","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll.html","searchKeys":["waitPoll","suspend fun BehaviourContext.waitPoll(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPoll"]},{"name":"suspend fun BehaviourContext.waitPollAnswers(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollAnswerMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollAnswers","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-answers.html","searchKeys":["waitPollAnswers","suspend fun BehaviourContext.waitPollAnswers(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollAnswerMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollAnswers"]},{"name":"suspend fun BehaviourContext.waitPollMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-message.html","searchKeys":["waitPollMessage","suspend fun BehaviourContext.waitPollMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollMessage"]},{"name":"suspend fun BehaviourContext.waitPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-poll-updates.html","searchKeys":["waitPollUpdates","suspend fun BehaviourContext.waitPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPollUpdates"]},{"name":"suspend fun BehaviourContext.waitPreCheckoutQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PreCheckoutQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPreCheckoutQueries","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-pre-checkout-queries.html","searchKeys":["waitPreCheckoutQueries","suspend fun BehaviourContext.waitPreCheckoutQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PreCheckoutQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPreCheckoutQueries"]},{"name":"suspend fun BehaviourContext.waitPrivateEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPrivateEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-private-events.html","searchKeys":["waitPrivateEvents","suspend fun BehaviourContext.waitPrivateEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPrivateEvents"]},{"name":"suspend fun BehaviourContext.waitProximityAlertTriggeredEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitProximityAlertTriggeredEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-proximity-alert-triggered-events.html","searchKeys":["waitProximityAlertTriggeredEvents","suspend fun BehaviourContext.waitProximityAlertTriggeredEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitProximityAlertTriggeredEvents"]},{"name":"suspend fun BehaviourContext.waitPublicChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPublicChatEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-public-chat-events.html","searchKeys":["waitPublicChatEvents","suspend fun BehaviourContext.waitPublicChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitPublicChatEvents"]},{"name":"suspend fun BehaviourContext.waitQuizPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitQuizPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-quiz-poll-updates.html","searchKeys":["waitQuizPollUpdates","suspend fun BehaviourContext.waitQuizPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitQuizPollUpdates"]},{"name":"suspend fun BehaviourContext.waitRegularPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitRegularPollUpdates","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-regular-poll-updates.html","searchKeys":["waitRegularPollUpdates","suspend fun BehaviourContext.waitRegularPollUpdates(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: PollMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitRegularPollUpdates"]},{"name":"suspend fun BehaviourContext.waitShippingQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ShippingQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitShippingQueries","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-shipping-queries.html","searchKeys":["waitShippingQueries","suspend fun BehaviourContext.waitShippingQueries(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: ShippingQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitShippingQueries"]},{"name":"suspend fun BehaviourContext.waitStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location.html","searchKeys":["waitStaticLocation","suspend fun BehaviourContext.waitStaticLocation(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocation"]},{"name":"suspend fun BehaviourContext.waitStaticLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocationMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-static-location-message.html","searchKeys":["waitStaticLocationMessage","suspend fun BehaviourContext.waitStaticLocationMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStaticLocationMessage"]},{"name":"suspend fun BehaviourContext.waitSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSticker","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker.html","searchKeys":["waitSticker","suspend fun BehaviourContext.waitSticker(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSticker"]},{"name":"suspend fun BehaviourContext.waitStickerMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStickerMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-sticker-message.html","searchKeys":["waitStickerMessage","suspend fun BehaviourContext.waitStickerMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitStickerMessage"]},{"name":"suspend fun BehaviourContext.waitSuccessfulPaymentEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSuccessfulPaymentEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-successful-payment-events.html","searchKeys":["waitSuccessfulPaymentEvents","suspend fun BehaviourContext.waitSuccessfulPaymentEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSuccessfulPaymentEvents"]},{"name":"suspend fun BehaviourContext.waitSupergroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupChatCreatedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-chat-created-events.html","searchKeys":["waitSupergroupChatCreatedEvents","suspend fun BehaviourContext.waitSupergroupChatCreatedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupChatCreatedEvents"]},{"name":"suspend fun BehaviourContext.waitSupergroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-supergroup-events.html","searchKeys":["waitSupergroupEvents","suspend fun BehaviourContext.waitSupergroupEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitSupergroupEvents"]},{"name":"suspend fun BehaviourContext.waitText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitText","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text.html","searchKeys":["waitText","suspend fun BehaviourContext.waitText(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitText"]},{"name":"suspend fun BehaviourContext.waitTextMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-text-message.html","searchKeys":["waitTextMessage","suspend fun BehaviourContext.waitTextMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextMessage"]},{"name":"suspend fun BehaviourContext.waitTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content.html","searchKeys":["waitTextedMediaContent","suspend fun BehaviourContext.waitTextedMediaContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContent"]},{"name":"suspend fun BehaviourContext.waitTextedMediaContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-texted-media-content-message.html","searchKeys":["waitTextedMediaContentMessage","suspend fun BehaviourContext.waitTextedMediaContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitTextedMediaContentMessage"]},{"name":"suspend fun BehaviourContext.waitUnknownCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUnknownCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-unknown-callback-query.html","searchKeys":["waitUnknownCallbackQuery","suspend fun BehaviourContext.waitUnknownCallbackQuery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter? = null, mapper: CallbackQueryMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUnknownCallbackQuery"]},{"name":"suspend fun BehaviourContext.waitUserLoggedInEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUserLoggedInEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-user-logged-in-events.html","searchKeys":["waitUserLoggedInEvents","suspend fun BehaviourContext.waitUserLoggedInEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitUserLoggedInEvents"]},{"name":"suspend fun BehaviourContext.waitVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenue","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue.html","searchKeys":["waitVenue","suspend fun BehaviourContext.waitVenue(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenue"]},{"name":"suspend fun BehaviourContext.waitVenueMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenueMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-venue-message.html","searchKeys":["waitVenueMessage","suspend fun BehaviourContext.waitVenueMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVenueMessage"]},{"name":"suspend fun BehaviourContext.waitVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideo","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video.html","searchKeys":["waitVideo","suspend fun BehaviourContext.waitVideo(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideo"]},{"name":"suspend fun BehaviourContext.waitVideoChatEndedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEndedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-ended-events.html","searchKeys":["waitVideoChatEndedEvents","suspend fun BehaviourContext.waitVideoChatEndedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEndedEvents"]},{"name":"suspend fun BehaviourContext.waitVideoChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-events.html","searchKeys":["waitVideoChatEvents","suspend fun BehaviourContext.waitVideoChatEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatEvents"]},{"name":"suspend fun BehaviourContext.waitVideoChatParticipantsInvitedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatParticipantsInvitedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-participants-invited-events.html","searchKeys":["waitVideoChatParticipantsInvitedEvents","suspend fun BehaviourContext.waitVideoChatParticipantsInvitedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatParticipantsInvitedEvents"]},{"name":"suspend fun BehaviourContext.waitVideoChatStartedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatStartedEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-chat-started-events.html","searchKeys":["waitVideoChatStartedEvents","suspend fun BehaviourContext.waitVideoChatStartedEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoChatStartedEvents"]},{"name":"suspend fun BehaviourContext.waitVideoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-gallery.html","searchKeys":["waitVideoGallery","suspend fun BehaviourContext.waitVideoGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoGallery"]},{"name":"suspend fun BehaviourContext.waitVideoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-message.html","searchKeys":["waitVideoMessage","suspend fun BehaviourContext.waitVideoMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = false, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoMessage"]},{"name":"suspend fun BehaviourContext.waitVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note.html","searchKeys":["waitVideoNote","suspend fun BehaviourContext.waitVideoNote(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNote"]},{"name":"suspend fun BehaviourContext.waitVideoNoteMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNoteMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-video-note-message.html","searchKeys":["waitVideoNoteMessage","suspend fun BehaviourContext.waitVideoNoteMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVideoNoteMessage"]},{"name":"suspend fun BehaviourContext.waitVisualGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualGallery","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-gallery.html","searchKeys":["waitVisualGallery","suspend fun BehaviourContext.waitVisualGallery(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: MediaGroupFilter? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualGallery"]},{"name":"suspend fun BehaviourContext.waitVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContent","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content.html","searchKeys":["waitVisualMediaGroupContent","suspend fun BehaviourContext.waitVisualMediaGroupContent(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContent"]},{"name":"suspend fun BehaviourContext.waitVisualMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContentMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-visual-media-group-content-message.html","searchKeys":["waitVisualMediaGroupContentMessage","suspend fun BehaviourContext.waitVisualMediaGroupContentMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, includeMediaGroups: Boolean = true, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVisualMediaGroupContentMessage"]},{"name":"suspend fun BehaviourContext.waitVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoice","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice.html","searchKeys":["waitVoice","suspend fun BehaviourContext.waitVoice(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToContentMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoice"]},{"name":"suspend fun BehaviourContext.waitVoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoiceMessage","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-voice-message.html","searchKeys":["waitVoiceMessage","suspend fun BehaviourContext.waitVoiceMessage(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: CommonMessageToCommonMessageMapper? = null): List>","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitVoiceMessage"]},{"name":"suspend fun BehaviourContext.waitWebAppDataEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitWebAppDataEvents","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.expectations/wait-web-app-data-events.html","searchKeys":["waitWebAppDataEvents","suspend fun BehaviourContext.waitWebAppDataEvents(initRequest: Request<*>? = null, errorFactory: NullableRequestBuilder<*> = { null }, count: Int = 1, filter: SimpleFilter>? = null, mapper: EventMessageToEventMapper? = null): List","dev.inmo.tgbotapi.extensions.behaviour_builder.expectations.waitWebAppDataEvents"]},{"name":"suspend fun FileCredentials.decryptFile(bot: TelegramBot, passportFile: PassportFile): SourceBytes","description":"dev.inmo.tgbotapi.utils.passport.decryptFile","location":"docs/dev.inmo.tgbotapi.utils.passport/decrypt-file.html","searchKeys":["decryptFile","suspend fun FileCredentials.decryptFile(bot: TelegramBot, passportFile: PassportFile): SourceBytes","dev.inmo.tgbotapi.utils.passport.decryptFile"]},{"name":"suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, filePath: String): ByteArray","description":"dev.inmo.tgbotapi.extensions.utils.extensions.loadFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html","searchKeys":["loadFile","suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, filePath: String): ByteArray","dev.inmo.tgbotapi.extensions.utils.extensions.loadFile"]},{"name":"suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, pathedFile: PathedFile): ByteArray","description":"dev.inmo.tgbotapi.extensions.utils.extensions.loadFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/load-file.html","searchKeys":["loadFile","suspend fun HttpClient.loadFile(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, pathedFile: PathedFile): ByteArray","dev.inmo.tgbotapi.extensions.utils.extensions.loadFile"]},{"name":"suspend fun Message.delete(requestsExecutor: TelegramBot): Boolean","description":"dev.inmo.tgbotapi.extensions.api.delete","location":"docs/dev.inmo.tgbotapi.extensions.api/delete.html","searchKeys":["delete","suspend fun Message.delete(requestsExecutor: TelegramBot): Boolean","dev.inmo.tgbotapi.extensions.api.delete"]},{"name":"suspend fun PathedFile.download(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): ByteArray","description":"dev.inmo.tgbotapi.extensions.utils.extensions.download","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/download.html","searchKeys":["download","suspend fun PathedFile.download(telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper, client: HttpClient = HttpClient()): ByteArray","dev.inmo.tgbotapi.extensions.utils.extensions.download"]},{"name":"suspend fun RequestsExecutor.setWebhookInfoAndStartListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, setWebhookRequest: SetWebhookRequest, exceptionsHandler: ExceptionHandler = {}, listenHost: String = \"0.0.0.0\", listenRoute: String = \"/\", privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.setWebhookInfoAndStartListenWebhooks","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/set-webhook-info-and-start-listen-webhooks.html","searchKeys":["setWebhookInfoAndStartListenWebhooks","suspend fun RequestsExecutor.setWebhookInfoAndStartListenWebhooks(listenPort: Int, engineFactory: ApplicationEngineFactory<*, *>, setWebhookRequest: SetWebhookRequest, exceptionsHandler: ExceptionHandler = {}, listenHost: String = \"0.0.0.0\", listenRoute: String = \"/\", privateKeyConfig: WebhookPrivateKeyConfig? = null, scope: CoroutineScope = CoroutineScope(Executors.newFixedThreadPool(4).asCoroutineDispatcher()), mediaGroupsDebounceTimeMillis: Long = 1000, additionalApplicationEngineEnvironmentConfigurator: ApplicationEngineEnvironmentBuilder.() -> Unit = {}, block: UpdateReceiver): ApplicationEngine","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.setWebhookInfoAndStartListenWebhooks"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-animated-sticker-to-set.html","searchKeys":["addAnimatedStickerToSet","suspend fun TelegramBot.addAnimatedStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addAnimatedStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-static-sticker-to-set.html","searchKeys":["addStaticStickerToSet","suspend fun TelegramBot.addStaticStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addStaticStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(user: CommonUser, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSet: StickerSet, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: FileId, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/add-video-sticker-to-set.html","searchKeys":["addVideoStickerToSet","suspend fun TelegramBot.addVideoStickerToSet(userId: UserId, stickerSetName: String, sticker: MultipartFile, emojis: String, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.addVideoStickerToSet"]},{"name":"suspend fun TelegramBot.answer(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answer","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer.html","searchKeys":["answer","suspend fun TelegramBot.answer(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answer"]},{"name":"suspend fun TelegramBot.answer(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answer","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer.html","searchKeys":["answer","suspend fun TelegramBot.answer(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answer"]},{"name":"suspend fun TelegramBot.answer(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","description":"dev.inmo.tgbotapi.extensions.api.answers.answer","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer.html","searchKeys":["answer","suspend fun TelegramBot.answer(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","dev.inmo.tgbotapi.extensions.api.answers.answer"]},{"name":"suspend fun TelegramBot.answerCallbackQuery(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html","searchKeys":["answerCallbackQuery","suspend fun TelegramBot.answerCallbackQuery(callbackQuery: CallbackQuery, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery"]},{"name":"suspend fun TelegramBot.answerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-callback-query.html","searchKeys":["answerCallbackQuery","suspend fun TelegramBot.answerCallbackQuery(callbackQueryId: CallbackQueryIdentifier, text: String? = null, showAlert: Boolean? = null, url: String? = null, cachedTimeSeconds: Int? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerCallbackQuery"]},{"name":"suspend fun TelegramBot.answerInlineQuery(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html","searchKeys":["answerInlineQuery","suspend fun TelegramBot.answerInlineQuery(inlineQuery: InlineQuery, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery"]},{"name":"suspend fun TelegramBot.answerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-inline-query.html","searchKeys":["answerInlineQuery","suspend fun TelegramBot.answerInlineQuery(inlineQueryID: InlineQueryIdentifier, results: List = emptyList(), cachedTime: Int? = null, isPersonal: Boolean? = null, nextOffset: String? = null, switchPmText: String? = null, switchPmParameter: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.answers.answerInlineQuery"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryError(id: PreCheckoutQueryId, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html","searchKeys":["answerPreCheckoutQueryError","suspend fun TelegramBot.answerPreCheckoutQueryError(id: PreCheckoutQueryId, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryError(preCheckoutQuery: PreCheckoutQuery, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-error.html","searchKeys":["answerPreCheckoutQueryError","suspend fun TelegramBot.answerPreCheckoutQueryError(preCheckoutQuery: PreCheckoutQuery, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryError"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryOk(id: PreCheckoutQueryId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html","searchKeys":["answerPreCheckoutQueryOk","suspend fun TelegramBot.answerPreCheckoutQueryOk(id: PreCheckoutQueryId): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk"]},{"name":"suspend fun TelegramBot.answerPreCheckoutQueryOk(preCheckoutQuery: PreCheckoutQuery): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-pre-checkout-query-ok.html","searchKeys":["answerPreCheckoutQueryOk","suspend fun TelegramBot.answerPreCheckoutQueryOk(preCheckoutQuery: PreCheckoutQuery): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerPreCheckoutQueryOk"]},{"name":"suspend fun TelegramBot.answerShippingQueryError(id: ShippingQueryIdentifier, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html","searchKeys":["answerShippingQueryError","suspend fun TelegramBot.answerShippingQueryError(id: ShippingQueryIdentifier, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError"]},{"name":"suspend fun TelegramBot.answerShippingQueryError(shippingQuery: ShippingQuery, error: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-error.html","searchKeys":["answerShippingQueryError","suspend fun TelegramBot.answerShippingQueryError(shippingQuery: ShippingQuery, error: String): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryError"]},{"name":"suspend fun TelegramBot.answerShippingQueryOk(id: ShippingQueryIdentifier, shippingOptions: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html","searchKeys":["answerShippingQueryOk","suspend fun TelegramBot.answerShippingQueryOk(id: ShippingQueryIdentifier, shippingOptions: List): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk"]},{"name":"suspend fun TelegramBot.answerShippingQueryOk(shippingQuery: ShippingQuery, shippingOptions: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk","location":"docs/dev.inmo.tgbotapi.extensions.api.answers.payments/answer-shipping-query-ok.html","searchKeys":["answerShippingQueryOk","suspend fun TelegramBot.answerShippingQueryOk(shippingQuery: ShippingQuery, shippingOptions: List): Boolean","dev.inmo.tgbotapi.extensions.api.answers.payments.answerShippingQueryOk"]},{"name":"suspend fun TelegramBot.answerWebAppQuery(result: InlineQueryResult): SentWebAppMessage?","description":"dev.inmo.tgbotapi.webapps.answerWebAppQuery","location":"docs/dev.inmo.tgbotapi.webapps/answer-web-app-query.html","searchKeys":["answerWebAppQuery","suspend fun TelegramBot.answerWebAppQuery(result: InlineQueryResult): SentWebAppMessage?","dev.inmo.tgbotapi.webapps.answerWebAppQuery"]},{"name":"suspend fun TelegramBot.answerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","description":"dev.inmo.tgbotapi.extensions.api.answers.answerWebAppQuery","location":"docs/dev.inmo.tgbotapi.extensions.api.answers/answer-web-app-query.html","searchKeys":["answerWebAppQuery","suspend fun TelegramBot.answerWebAppQuery(webAppQueryId: WebAppQueryId, result: InlineQueryResult): SentWebAppMessage","dev.inmo.tgbotapi.extensions.api.answers.answerWebAppQuery"]},{"name":"suspend fun TelegramBot.approve(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approve","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve.html","searchKeys":["approve","suspend fun TelegramBot.approve(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approve"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/approve-chat-join-request.html","searchKeys":["approveChatJoinRequest","suspend fun TelegramBot.approveChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.approveChatJoinRequest"]},{"name":"suspend fun TelegramBot.banChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-member.html","searchKeys":["banChatMember","suspend fun TelegramBot.banChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, revokeMessages: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatMember"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.banChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/ban-chat-sender-chat.html","searchKeys":["banChatSenderChat","suspend fun TelegramBot.banChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.banChatSenderChat"]},{"name":"suspend fun TelegramBot.buildBehaviour(flowUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver): BehaviourContext","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviour","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour.html","searchKeys":["buildBehaviour","suspend fun TelegramBot.buildBehaviour(flowUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver): BehaviourContext","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviour"]},{"name":"suspend fun TelegramBot.buildBehaviourWithLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver): Job","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/build-behaviour-with-long-polling.html","searchKeys":["buildBehaviourWithLongPolling","suspend fun TelegramBot.buildBehaviourWithLongPolling(scope: CoroutineScope = defaultCoroutineScopeProvider(), defaultExceptionsHandler: ExceptionHandler? = null, block: BehaviourContextReceiver): Job","dev.inmo.tgbotapi.extensions.behaviour_builder.buildBehaviourWithLongPolling"]},{"name":"suspend fun TelegramBot.clearMyDefaultAdministratorRights(forChannels: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights.html","searchKeys":["clearMyDefaultAdministratorRights","suspend fun TelegramBot.clearMyDefaultAdministratorRights(forChannels: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRights"]},{"name":"suspend fun TelegramBot.clearMyDefaultAdministratorRightsForChannels(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForChannels","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-channels.html","searchKeys":["clearMyDefaultAdministratorRightsForChannels","suspend fun TelegramBot.clearMyDefaultAdministratorRightsForChannels(): Boolean","dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForChannels"]},{"name":"suspend fun TelegramBot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/clear-my-default-administrator-rights-for-groups-and-supergroups.html","searchKeys":["clearMyDefaultAdministratorRightsForGroupsAndSupergroups","suspend fun TelegramBot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups(): Boolean","dev.inmo.tgbotapi.extensions.api.bot.clearMyDefaultAdministratorRightsForGroupsAndSupergroups"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-unlimited.html","searchKeys":["createChatInviteLinkUnlimited","suspend fun TelegramBot.createChatInviteLinkUnlimited(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chat: PublicChat, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-join-request.html","searchKeys":["createChatInviteLinkWithJoinRequest","suspend fun TelegramBot.createChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chat: PublicChat, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/create-chat-invite-link-with-limited-members.html","searchKeys":["createChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.createChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.createChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-animated-sticker-set.html","searchKeys":["createNewAnimatedStickerSet","suspend fun TelegramBot.createNewAnimatedStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewAnimatedStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-static-sticker-set.html","searchKeys":["createNewStaticStickerSet","suspend fun TelegramBot.createNewStaticStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewStaticStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(user: CommonUser, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: FileId, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/create-new-video-sticker-set.html","searchKeys":["createNewVideoStickerSet","suspend fun TelegramBot.createNewVideoStickerSet(userId: UserId, name: String, title: String, sticker: MultipartFile, emojis: String, containsMasks: Boolean? = null, maskPosition: MaskPosition? = null): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.createNewVideoStickerSet"]},{"name":"suspend fun TelegramBot.decline(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.decline","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline.html","searchKeys":["decline","suspend fun TelegramBot.decline(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.decline"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chat: PublicChat, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, user: User): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatId: ChatIdentifier, userId: UserId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequest: ChatJoinRequest): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/decline-chat-join-request.html","searchKeys":["declineChatJoinRequest","suspend fun TelegramBot.declineChatJoinRequest(chatJoinRequestUpdate: ChatJoinRequestUpdate): Boolean","dev.inmo.tgbotapi.extensions.api.chat.invite_links.declineChatJoinRequest"]},{"name":"suspend fun TelegramBot.deleteChatPhoto(chat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html","searchKeys":["deleteChatPhoto","suspend fun TelegramBot.deleteChatPhoto(chat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto"]},{"name":"suspend fun TelegramBot.deleteChatPhoto(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/delete-chat-photo.html","searchKeys":["deleteChatPhoto","suspend fun TelegramBot.deleteChatPhoto(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.deleteChatPhoto"]},{"name":"suspend fun TelegramBot.deleteChatStickerSet(chat: SupergroupChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html","searchKeys":["deleteChatStickerSet","suspend fun TelegramBot.deleteChatStickerSet(chat: SupergroupChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet"]},{"name":"suspend fun TelegramBot.deleteChatStickerSet(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/delete-chat-sticker-set.html","searchKeys":["deleteChatStickerSet","suspend fun TelegramBot.deleteChatStickerSet(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.deleteChatStickerSet"]},{"name":"suspend fun TelegramBot.deleteMessage(chat: Chat, messageId: MessageIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.deleteMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/delete-message.html","searchKeys":["deleteMessage","suspend fun TelegramBot.deleteMessage(chat: Chat, messageId: MessageIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.deleteMessage"]},{"name":"suspend fun TelegramBot.deleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.deleteMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/delete-message.html","searchKeys":["deleteMessage","suspend fun TelegramBot.deleteMessage(chatId: ChatIdentifier, messageId: MessageIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.deleteMessage"]},{"name":"suspend fun TelegramBot.deleteMessage(message: Message): Boolean","description":"dev.inmo.tgbotapi.extensions.api.deleteMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/delete-message.html","searchKeys":["deleteMessage","suspend fun TelegramBot.deleteMessage(message: Message): Boolean","dev.inmo.tgbotapi.extensions.api.deleteMessage"]},{"name":"suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html","searchKeys":["deleteMyCommands","suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands"]},{"name":"suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/delete-my-commands.html","searchKeys":["deleteMyCommands","suspend fun TelegramBot.deleteMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.deleteMyCommands"]},{"name":"suspend fun TelegramBot.deleteStickerFromSet(sticker: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html","searchKeys":["deleteStickerFromSet","suspend fun TelegramBot.deleteStickerFromSet(sticker: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet"]},{"name":"suspend fun TelegramBot.deleteStickerFromSet(sticker: Sticker): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/delete-sticker-from-set.html","searchKeys":["deleteStickerFromSet","suspend fun TelegramBot.deleteStickerFromSet(sticker: Sticker): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.deleteStickerFromSet"]},{"name":"suspend fun TelegramBot.deleteWebhook(): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.deleteWebhook","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/delete-webhook.html","searchKeys":["deleteWebhook","suspend fun TelegramBot.deleteWebhook(): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.deleteWebhook"]},{"name":"suspend fun TelegramBot.downloadFile(file: MediaContent): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: MediaContent): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(file: MediaContent, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: MediaContent, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(file: TelegramMediaFile): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: TelegramMediaFile): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(file: TelegramMediaFile, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(file: TelegramMediaFile, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(fileId: FileId): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(fileId: FileId): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(fileId: FileId, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(fileId: FileId, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(filePath: String): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(filePath: String): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(filePath: String, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(filePath: String, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(pathedFile: PathedFile): ByteArray","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(pathedFile: PathedFile): ByteArray","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFile(pathedFile: PathedFile, destFile: File): File","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFile","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file.html","searchKeys":["downloadFile","suspend fun TelegramBot.downloadFile(pathedFile: PathedFile, destFile: File): File","dev.inmo.tgbotapi.extensions.api.files.downloadFile"]},{"name":"suspend fun TelegramBot.downloadFileStream(file: MediaContent): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(file: MediaContent): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(file: TelegramMediaFile): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(file: TelegramMediaFile): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(fileId: FileId): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(fileId: FileId): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(filePath: String): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(filePath: String): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStream(pathedFile: PathedFile): ByteReadChannel","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStream","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream.html","searchKeys":["downloadFileStream","suspend fun TelegramBot.downloadFileStream(pathedFile: PathedFile): ByteReadChannel","dev.inmo.tgbotapi.extensions.api.files.downloadFileStream"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(file: MediaContent): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(file: MediaContent): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(file: TelegramMediaFile): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(file: TelegramMediaFile): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(fileId: FileId): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(fileId: FileId): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(filePath: String): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(filePath: String): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.downloadFileStreamAllocator(pathedFile: PathedFile): ByteReadChannelAllocator","description":"dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator","location":"docs/dev.inmo.tgbotapi.extensions.api.files/download-file-stream-allocator.html","searchKeys":["downloadFileStreamAllocator","suspend fun TelegramBot.downloadFileStreamAllocator(pathedFile: PathedFile): ByteReadChannelAllocator","dev.inmo.tgbotapi.extensions.api.files.downloadFileStreamAllocator"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-unlimited.html","searchKeys":["editChatInviteLinkUnlimited","suspend fun TelegramBot.editChatInviteLinkUnlimited(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkUnlimited","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkUnlimited"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chat: PublicChat, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: ChatInviteLink, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, expiration: DateTime, name: String? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-join-request.html","searchKeys":["editChatInviteLinkWithJoinRequest","suspend fun TelegramBot.editChatInviteLinkWithJoinRequest(chatId: ChatIdentifier, previousLink: String, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithJoinRequest","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithJoinRequest"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chat: PublicChat, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: ChatInviteLink, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, expiration: DateTime, name: String? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/edit-chat-invite-link-with-limited-members.html","searchKeys":["editChatInviteLinkWithLimitedMembers","suspend fun TelegramBot.editChatInviteLinkWithLimitedMembers(chatId: ChatIdentifier, previousLink: String, membersLimit: MembersLimit, name: String? = null, expiration: TelegramDate? = null): ChatInviteLinkWithLimitedMembers","dev.inmo.tgbotapi.extensions.api.chat.invite_links.editChatInviteLinkWithLimitedMembers"]},{"name":"suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chat: Chat, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(inlineMessageId: InlineMessageIdentifier, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(message: ContentMessage, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(message: ContentMessage, latitude: Double, longitude: Double, horizontalAccuracy: Meters? = null, heading: Degrees? = null, proximityAlertRadius: Meters? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editLiveLocation(message: ContentMessage, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/edit-live-location.html","searchKeys":["editLiveLocation","suspend fun TelegramBot.editLiveLocation(message: ContentMessage, location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.editLiveLocation"]},{"name":"suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, entities: List, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.caption/edit-message-caption.html","searchKeys":["editMessageCaption","suspend fun TelegramBot.editMessageCaption(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.caption.editMessageCaption"]},{"name":"suspend fun TelegramBot.editMessageMedia(chat: Chat, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html","searchKeys":["editMessageMedia","suspend fun TelegramBot.editMessageMedia(chat: Chat, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia"]},{"name":"suspend fun TelegramBot.editMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html","searchKeys":["editMessageMedia","suspend fun TelegramBot.editMessageMedia(chatId: ChatIdentifier, messageId: MessageIdentifier, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia"]},{"name":"suspend fun TelegramBot.editMessageMedia(message: ContentMessage, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.media/edit-message-media.html","searchKeys":["editMessageMedia","suspend fun TelegramBot.editMessageMedia(message: ContentMessage, media: TelegramMedia, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.media.editMessageMedia"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageReplyMarkup(message: Message, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.reply_markup/edit-message-reply-markup.html","searchKeys":["editMessageReplyMarkup","suspend fun TelegramBot.editMessageReplyMarkup(message: Message, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.reply_markup.editMessageReplyMarkup"]},{"name":"suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chat: Chat, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(chatId: ChatIdentifier, messageId: MessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(inlineMessageId: InlineMessageIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(message: ContentMessage, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(message: ContentMessage, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.editMessageText(message: ContentMessage, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.text/edit-message-text.html","searchKeys":["editMessageText","suspend fun TelegramBot.editMessageText(message: ContentMessage, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.text.editMessageText"]},{"name":"suspend fun TelegramBot.exportChatInviteLink(chat: PublicChat): String","description":"dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html","searchKeys":["exportChatInviteLink","suspend fun TelegramBot.exportChatInviteLink(chat: PublicChat): String","dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink"]},{"name":"suspend fun TelegramBot.exportChatInviteLink(chatId: ChatIdentifier): String","description":"dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/export-chat-invite-link.html","searchKeys":["exportChatInviteLink","suspend fun TelegramBot.exportChatInviteLink(chatId: ChatIdentifier): String","dev.inmo.tgbotapi.extensions.api.chat.exportChatInviteLink"]},{"name":"suspend fun TelegramBot.flushAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), allowedUpdates: List? = null, exceptionsHandler: ExceptionHandler? = null, updatesReceiver: UpdateReceiver = {})","description":"dev.inmo.tgbotapi.extensions.utils.updates.retrieving.flushAccumulatedUpdates","location":"docs/dev.inmo.tgbotapi.extensions.utils.updates.retrieving/flush-accumulated-updates.html","searchKeys":["flushAccumulatedUpdates","suspend fun TelegramBot.flushAccumulatedUpdates(avoidInlineQueries: Boolean = false, avoidCallbackQueries: Boolean = false, scope: CoroutineScope = CoroutineScope(Dispatchers.Default), allowedUpdates: List? = null, exceptionsHandler: ExceptionHandler? = null, updatesReceiver: UpdateReceiver = {})","dev.inmo.tgbotapi.extensions.utils.updates.retrieving.flushAccumulatedUpdates"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChat: Chat, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(fromChatId: ChatIdentifier, toChatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(toChat: Chat, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(toChat: Chat, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.forwardMessage(toChatId: ChatIdentifier, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","description":"dev.inmo.tgbotapi.extensions.api.forwardMessage","location":"docs/dev.inmo.tgbotapi.extensions.api/forward-message.html","searchKeys":["forwardMessage","suspend fun TelegramBot.forwardMessage(toChatId: ChatIdentifier, message: Message, disableNotification: Boolean = false, protectContent: Boolean = false): PossiblyForwardedMessage","dev.inmo.tgbotapi.extensions.api.forwardMessage"]},{"name":"suspend fun TelegramBot.getChat(chat: ChannelChat): ExtendedChannelChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: ChannelChat): ExtendedChannelChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: ChannelChatImpl): ExtendedChannelChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: ChannelChatImpl): ExtendedChannelChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: Chat): ExtendedChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: Chat): ExtendedChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: CommonUser): ExtendedPrivateChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: CommonUser): ExtendedPrivateChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: GroupChat): ExtendedGroupChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: GroupChat): ExtendedGroupChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: GroupChatImpl): ExtendedGroupChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: GroupChatImpl): ExtendedGroupChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: PrivateChat): ExtendedPrivateChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: PrivateChat): ExtendedPrivateChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: PrivateChatImpl): ExtendedPrivateChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: PrivateChatImpl): ExtendedPrivateChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: PublicChat): ExtendedPublicChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: PublicChat): ExtendedPublicChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: SupergroupChat): ExtendedSupergroupChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: SupergroupChat): ExtendedSupergroupChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chat: SupergroupChatImpl): ExtendedSupergroupChatImpl","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chat: SupergroupChatImpl): ExtendedSupergroupChatImpl","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChat(chatId: ChatIdentifier): ExtendedChat","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat.html","searchKeys":["getChat","suspend fun TelegramBot.getChat(chatId: ChatIdentifier): ExtendedChat","dev.inmo.tgbotapi.extensions.api.chat.get.getChat"]},{"name":"suspend fun TelegramBot.getChatAdministrators(chat: PublicChat): List","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html","searchKeys":["getChatAdministrators","suspend fun TelegramBot.getChatAdministrators(chat: PublicChat): List","dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators"]},{"name":"suspend fun TelegramBot.getChatAdministrators(chatId: ChatIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-administrators.html","searchKeys":["getChatAdministrators","suspend fun TelegramBot.getChatAdministrators(chatId: ChatIdentifier): List","dev.inmo.tgbotapi.extensions.api.chat.get.getChatAdministrators"]},{"name":"suspend fun TelegramBot.getChatMember(chat: PublicChat, user: User): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chat: PublicChat, user: User): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMember(chat: PublicChat, userId: UserId): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chat: PublicChat, userId: UserId): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMember(chatId: ChatId, user: User): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chatId: ChatId, user: User): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMember(chatId: ChatIdentifier, userId: UserId): ChatMember","description":"dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/get-chat-member.html","searchKeys":["getChatMember","suspend fun TelegramBot.getChatMember(chatId: ChatIdentifier, userId: UserId): ChatMember","dev.inmo.tgbotapi.extensions.api.chat.members.getChatMember"]},{"name":"suspend fun TelegramBot.getChatMemberCount(chat: PublicChat): Int","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html","searchKeys":["getChatMemberCount","suspend fun TelegramBot.getChatMemberCount(chat: PublicChat): Int","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount"]},{"name":"suspend fun TelegramBot.getChatMemberCount(chatId: ChatIdentifier): Int","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-member-count.html","searchKeys":["getChatMemberCount","suspend fun TelegramBot.getChatMemberCount(chatId: ChatIdentifier): Int","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMemberCount"]},{"name":"suspend fun TelegramBot.getChatMenuButton(chat: PrivateChat): MenuButton","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html","searchKeys":["getChatMenuButton","suspend fun TelegramBot.getChatMenuButton(chat: PrivateChat): MenuButton","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton"]},{"name":"suspend fun TelegramBot.getChatMenuButton(chatId: ChatId): MenuButton","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-chat-menu-button.html","searchKeys":["getChatMenuButton","suspend fun TelegramBot.getChatMenuButton(chatId: ChatId): MenuButton","dev.inmo.tgbotapi.extensions.api.chat.get.getChatMenuButton"]},{"name":"suspend fun TelegramBot.getDefaultChatMenuButton(): MenuButton","description":"dev.inmo.tgbotapi.extensions.api.chat.get.getDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.get/get-default-chat-menu-button.html","searchKeys":["getDefaultChatMenuButton","suspend fun TelegramBot.getDefaultChatMenuButton(): MenuButton","dev.inmo.tgbotapi.extensions.api.chat.get.getDefaultChatMenuButton"]},{"name":"suspend fun TelegramBot.getFileAdditionalInfo(content: MediaContent): PathedFile","description":"dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html","searchKeys":["getFileAdditionalInfo","suspend fun TelegramBot.getFileAdditionalInfo(content: MediaContent): PathedFile","dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo"]},{"name":"suspend fun TelegramBot.getFileAdditionalInfo(file: TelegramMediaFile): PathedFile","description":"dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html","searchKeys":["getFileAdditionalInfo","suspend fun TelegramBot.getFileAdditionalInfo(file: TelegramMediaFile): PathedFile","dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo"]},{"name":"suspend fun TelegramBot.getFileAdditionalInfo(fileId: FileId): PathedFile","description":"dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-file-additional-info.html","searchKeys":["getFileAdditionalInfo","suspend fun TelegramBot.getFileAdditionalInfo(fileId: FileId): PathedFile","dev.inmo.tgbotapi.extensions.api.get.getFileAdditionalInfo"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, chat: Chat, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, chat: Chat, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, chatId: ChatId, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, chatId: ChatId, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, inlineMessageId: InlineMessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, inlineMessageId: InlineMessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(user: CommonUser, message: ContentMessage): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(user: CommonUser, message: ContentMessage): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, chat: Chat, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, chat: Chat, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, chatId: ChatId, messageId: MessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, chatId: ChatId, messageId: MessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, inlineMessageId: InlineMessageIdentifier): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, inlineMessageId: InlineMessageIdentifier): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getGameScore(userId: UserId, message: ContentMessage): List","description":"dev.inmo.tgbotapi.extensions.api.games.getGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/get-game-score.html","searchKeys":["getGameScore","suspend fun TelegramBot.getGameScore(userId: UserId, message: ContentMessage): List","dev.inmo.tgbotapi.extensions.api.games.getGameScore"]},{"name":"suspend fun TelegramBot.getMe(): ExtendedBot","description":"dev.inmo.tgbotapi.extensions.api.bot.getMe","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-me.html","searchKeys":["getMe","suspend fun TelegramBot.getMe(): ExtendedBot","dev.inmo.tgbotapi.extensions.api.bot.getMe"]},{"name":"suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode? = null): List","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html","searchKeys":["getMyCommands","suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode? = null): List","dev.inmo.tgbotapi.extensions.api.bot.getMyCommands"]},{"name":"suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?): List","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-commands.html","searchKeys":["getMyCommands","suspend fun TelegramBot.getMyCommands(scope: BotCommandScope = BotCommandScopeDefault, languageCode: String?): List","dev.inmo.tgbotapi.extensions.api.bot.getMyCommands"]},{"name":"suspend fun TelegramBot.getMyDefaultAdministratorRights(forChannels: Boolean? = null): AdministratorChatMemberImpl","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights.html","searchKeys":["getMyDefaultAdministratorRights","suspend fun TelegramBot.getMyDefaultAdministratorRights(forChannels: Boolean? = null): AdministratorChatMemberImpl","dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRights"]},{"name":"suspend fun TelegramBot.getMyDefaultAdministratorRightsForChannels(): AdministratorChatMemberImpl","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForChannels","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-channels.html","searchKeys":["getMyDefaultAdministratorRightsForChannels","suspend fun TelegramBot.getMyDefaultAdministratorRightsForChannels(): AdministratorChatMemberImpl","dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForChannels"]},{"name":"suspend fun TelegramBot.getMyDefaultAdministratorRightsForGroupsAndSupergroups(): AdministratorChatMemberImpl","description":"dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForGroupsAndSupergroups","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/get-my-default-administrator-rights-for-groups-and-supergroups.html","searchKeys":["getMyDefaultAdministratorRightsForGroupsAndSupergroups","suspend fun TelegramBot.getMyDefaultAdministratorRightsForGroupsAndSupergroups(): AdministratorChatMemberImpl","dev.inmo.tgbotapi.extensions.api.bot.getMyDefaultAdministratorRightsForGroupsAndSupergroups"]},{"name":"suspend fun TelegramBot.getStickerSet(name: String): StickerSet","description":"dev.inmo.tgbotapi.extensions.api.get.getStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html","searchKeys":["getStickerSet","suspend fun TelegramBot.getStickerSet(name: String): StickerSet","dev.inmo.tgbotapi.extensions.api.get.getStickerSet"]},{"name":"suspend fun TelegramBot.getStickerSet(sticker: Sticker): StickerSet","description":"dev.inmo.tgbotapi.extensions.api.get.getStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-sticker-set.html","searchKeys":["getStickerSet","suspend fun TelegramBot.getStickerSet(sticker: Sticker): StickerSet","dev.inmo.tgbotapi.extensions.api.get.getStickerSet"]},{"name":"suspend fun TelegramBot.getUpdates(lastUpdate: Update, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","description":"dev.inmo.tgbotapi.extensions.api.getUpdates","location":"docs/dev.inmo.tgbotapi.extensions.api/get-updates.html","searchKeys":["getUpdates","suspend fun TelegramBot.getUpdates(lastUpdate: Update, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","dev.inmo.tgbotapi.extensions.api.getUpdates"]},{"name":"suspend fun TelegramBot.getUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","description":"dev.inmo.tgbotapi.extensions.api.getUpdates","location":"docs/dev.inmo.tgbotapi.extensions.api/get-updates.html","searchKeys":["getUpdates","suspend fun TelegramBot.getUpdates(offset: UpdateIdentifier? = null, limit: Int = getUpdatesLimit.last, timeout: Seconds? = null, allowed_updates: List? = ALL_UPDATES_LIST): List","dev.inmo.tgbotapi.extensions.api.getUpdates"]},{"name":"suspend fun TelegramBot.getUserProfilePhotos(user: CommonUser, offset: Int? = null, limit: Int? = null): UserProfilePhotos","description":"dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html","searchKeys":["getUserProfilePhotos","suspend fun TelegramBot.getUserProfilePhotos(user: CommonUser, offset: Int? = null, limit: Int? = null): UserProfilePhotos","dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos"]},{"name":"suspend fun TelegramBot.getUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null): UserProfilePhotos","description":"dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos","location":"docs/dev.inmo.tgbotapi.extensions.api.get/get-user-profile-photos.html","searchKeys":["getUserProfilePhotos","suspend fun TelegramBot.getUserProfilePhotos(userId: UserId, offset: Int? = null, limit: Int? = null): UserProfilePhotos","dev.inmo.tgbotapi.extensions.api.get.getUserProfilePhotos"]},{"name":"suspend fun TelegramBot.getWebhookInfo(): WebhookInfo","description":"dev.inmo.tgbotapi.extensions.api.webhook.getWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/get-webhook-info.html","searchKeys":["getWebhookInfo","suspend fun TelegramBot.getWebhookInfo(): WebhookInfo","dev.inmo.tgbotapi.extensions.api.webhook.getWebhookInfo"]},{"name":"suspend fun TelegramBot.leaveChat(chat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.leaveChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html","searchKeys":["leaveChat","suspend fun TelegramBot.leaveChat(chat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.leaveChat"]},{"name":"suspend fun TelegramBot.leaveChat(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.leaveChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat/leave-chat.html","searchKeys":["leaveChat","suspend fun TelegramBot.leaveChat(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.leaveChat"]},{"name":"suspend fun TelegramBot.multipartFile(content: MediaContent): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(content: MediaContent): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.multipartFile(file: TelegramMediaFile): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(file: TelegramMediaFile): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.multipartFile(fileId: FileId): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(fileId: FileId): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.multipartFile(pathedFile: PathedFile): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun TelegramBot.multipartFile(pathedFile: PathedFile): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun TelegramBot.pinChatMessage(chat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html","searchKeys":["pinChatMessage","suspend fun TelegramBot.pinChatMessage(chat: Chat, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage"]},{"name":"suspend fun TelegramBot.pinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html","searchKeys":["pinChatMessage","suspend fun TelegramBot.pinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier, disableNotification: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage"]},{"name":"suspend fun TelegramBot.pinChatMessage(message: Message, disableNotification: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/pin-chat-message.html","searchKeys":["pinChatMessage","suspend fun TelegramBot.pinChatMessage(message: Message, disableNotification: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.pinChatMessage"]},{"name":"suspend fun TelegramBot.promoteChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.promoteChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.promoteChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.promoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/promote-chat-member.html","searchKeys":["promoteChatMember","suspend fun TelegramBot.promoteChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, isAnonymous: Boolean? = null, canChangeInfo: Boolean? = null, canPostMessages: Boolean? = null, canEditMessages: Boolean? = null, canDeleteMessages: Boolean? = null, canInviteUsers: Boolean? = null, canRestrictMembers: Boolean? = null, canPinMessages: Boolean? = null, canPromoteMembers: Boolean? = null, canManageVideoChats: Boolean? = null, canManageChat: Boolean?): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.promoteChatMember"]},{"name":"suspend fun TelegramBot.reply(to: Message, content: MessageContent, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, content: MessageContent, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, entities: List, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, text: String?, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, content: TextedMediaContent, text: String?, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.reply(to: Message, mediaFile: TelegramMediaFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","description":"dev.inmo.tgbotapi.extensions.api.send.reply","location":"docs/dev.inmo.tgbotapi.extensions.api.send/reply.html","searchKeys":["reply","suspend fun TelegramBot.reply(to: Message, mediaFile: TelegramMediaFile, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null)","dev.inmo.tgbotapi.extensions.api.send.reply"]},{"name":"suspend fun TelegramBot.restrictChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chat: PublicChat, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.restrictChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chat: PublicChat, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.restrictChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chatId: ChatId, user: User, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.restrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/restrict-chat-member.html","searchKeys":["restrictChatMember","suspend fun TelegramBot.restrictChatMember(chatId: ChatIdentifier, userId: UserId, untilDate: TelegramDate? = null, permissions: ChatPermissions = ChatPermissions()): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.restrictChatMember"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: ChatInviteLink): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: ChatInviteLink): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: String): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chat: PublicChat, previousLink: String): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: ChatInviteLink): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: String): SecondaryChatInviteLink","description":"dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.invite_links/revoke-chat-invite-link.html","searchKeys":["revokeChatInviteLink","suspend fun TelegramBot.revokeChatInviteLink(chatId: ChatIdentifier, previousLink: String): SecondaryChatInviteLink","dev.inmo.tgbotapi.extensions.api.chat.invite_links.revokeChatInviteLink"]},{"name":"suspend fun TelegramBot.sendActionChooseStickerAction(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionChooseStickerAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-choose-sticker-action.html","searchKeys":["sendActionChooseStickerAction","suspend fun TelegramBot.sendActionChooseStickerAction(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionChooseStickerAction"]},{"name":"suspend fun TelegramBot.sendActionFindLocation(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html","searchKeys":["sendActionFindLocation","suspend fun TelegramBot.sendActionFindLocation(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation"]},{"name":"suspend fun TelegramBot.sendActionFindLocation(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-find-location.html","searchKeys":["sendActionFindLocation","suspend fun TelegramBot.sendActionFindLocation(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionFindLocation"]},{"name":"suspend fun TelegramBot.sendActionRecordVideo(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html","searchKeys":["sendActionRecordVideo","suspend fun TelegramBot.sendActionRecordVideo(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo"]},{"name":"suspend fun TelegramBot.sendActionRecordVideo(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video.html","searchKeys":["sendActionRecordVideo","suspend fun TelegramBot.sendActionRecordVideo(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideo"]},{"name":"suspend fun TelegramBot.sendActionRecordVideoNote(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html","searchKeys":["sendActionRecordVideoNote","suspend fun TelegramBot.sendActionRecordVideoNote(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote"]},{"name":"suspend fun TelegramBot.sendActionRecordVideoNote(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-video-note.html","searchKeys":["sendActionRecordVideoNote","suspend fun TelegramBot.sendActionRecordVideoNote(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVideoNote"]},{"name":"suspend fun TelegramBot.sendActionRecordVoice(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html","searchKeys":["sendActionRecordVoice","suspend fun TelegramBot.sendActionRecordVoice(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice"]},{"name":"suspend fun TelegramBot.sendActionRecordVoice(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-record-voice.html","searchKeys":["sendActionRecordVoice","suspend fun TelegramBot.sendActionRecordVoice(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionRecordVoice"]},{"name":"suspend fun TelegramBot.sendActionTyping(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionTyping","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html","searchKeys":["sendActionTyping","suspend fun TelegramBot.sendActionTyping(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionTyping"]},{"name":"suspend fun TelegramBot.sendActionTyping(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionTyping","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-typing.html","searchKeys":["sendActionTyping","suspend fun TelegramBot.sendActionTyping(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionTyping"]},{"name":"suspend fun TelegramBot.sendActionUploadDocument(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html","searchKeys":["sendActionUploadDocument","suspend fun TelegramBot.sendActionUploadDocument(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument"]},{"name":"suspend fun TelegramBot.sendActionUploadDocument(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-document.html","searchKeys":["sendActionUploadDocument","suspend fun TelegramBot.sendActionUploadDocument(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadDocument"]},{"name":"suspend fun TelegramBot.sendActionUploadPhoto(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html","searchKeys":["sendActionUploadPhoto","suspend fun TelegramBot.sendActionUploadPhoto(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto"]},{"name":"suspend fun TelegramBot.sendActionUploadPhoto(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-photo.html","searchKeys":["sendActionUploadPhoto","suspend fun TelegramBot.sendActionUploadPhoto(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadPhoto"]},{"name":"suspend fun TelegramBot.sendActionUploadVideo(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html","searchKeys":["sendActionUploadVideo","suspend fun TelegramBot.sendActionUploadVideo(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo"]},{"name":"suspend fun TelegramBot.sendActionUploadVideo(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video.html","searchKeys":["sendActionUploadVideo","suspend fun TelegramBot.sendActionUploadVideo(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideo"]},{"name":"suspend fun TelegramBot.sendActionUploadVideoNote(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html","searchKeys":["sendActionUploadVideoNote","suspend fun TelegramBot.sendActionUploadVideoNote(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote"]},{"name":"suspend fun TelegramBot.sendActionUploadVideoNote(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-video-note.html","searchKeys":["sendActionUploadVideoNote","suspend fun TelegramBot.sendActionUploadVideoNote(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVideoNote"]},{"name":"suspend fun TelegramBot.sendActionUploadVoice(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html","searchKeys":["sendActionUploadVoice","suspend fun TelegramBot.sendActionUploadVoice(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice"]},{"name":"suspend fun TelegramBot.sendActionUploadVoice(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-action-upload-voice.html","searchKeys":["sendActionUploadVoice","suspend fun TelegramBot.sendActionUploadVoice(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendActionUploadVoice"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chat: Chat, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: AnimationFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, entities: TextSourcesList, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-animation.html","searchKeys":["sendAnimation","suspend fun TelegramBot.sendAnimation(chatId: ChatIdentifier, animation: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAnimation"]},{"name":"suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chat: Chat, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chat: Chat, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: AudioFile, text: String? = null, parseMode: ParseMode? = null, title: String? = audio.title, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendAudio","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-audio.html","searchKeys":["sendAudio","suspend fun TelegramBot.sendAudio(chatId: ChatIdentifier, audio: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, performer: String? = null, title: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendAudio"]},{"name":"suspend fun TelegramBot.sendBotAction(chat: Chat, action: BotAction): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendBotAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html","searchKeys":["sendBotAction","suspend fun TelegramBot.sendBotAction(chat: Chat, action: BotAction): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendBotAction"]},{"name":"suspend fun TelegramBot.sendBotAction(chatId: ChatIdentifier, action: BotAction): Boolean","description":"dev.inmo.tgbotapi.extensions.api.send.sendBotAction","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-bot-action.html","searchKeys":["sendBotAction","suspend fun TelegramBot.sendBotAction(chatId: ChatIdentifier, action: BotAction): Boolean","dev.inmo.tgbotapi.extensions.api.send.sendBotAction"]},{"name":"suspend fun TelegramBot.sendContact(chat: Chat, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chat: Chat, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendContact(chat: Chat, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chat: Chat, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, contact: Contact, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendContact","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-contact.html","searchKeys":["sendContact","suspend fun TelegramBot.sendContact(chatId: ChatIdentifier, phoneNumber: String, firstName: String, lastName: String? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendContact"]},{"name":"suspend fun TelegramBot.sendDice(chat: Chat, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendDice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-dice.html","searchKeys":["sendDice","suspend fun TelegramBot.sendDice(chat: Chat, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendDice"]},{"name":"suspend fun TelegramBot.sendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendDice","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-dice.html","searchKeys":["sendDice","suspend fun TelegramBot.sendDice(chatId: ChatIdentifier, animationType: DiceAnimationType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendDice"]},{"name":"suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chat: Chat, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chat: Chat, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: DocumentFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocument","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-document.html","searchKeys":["sendDocument","suspend fun TelegramBot.sendDocument(chatId: ChatIdentifier, document: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null, disableContentTypeDetection: Boolean? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendDocument"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-documents-group.html","searchKeys":["sendDocumentsGroup","suspend fun TelegramBot.sendDocumentsGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendDocumentsGroup"]},{"name":"suspend fun TelegramBot.sendGame(chat: Chat, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chat: Chat, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendGame(chat: Chat, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chat: Chat, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, game: Game, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.games.sendGame","location":"docs/dev.inmo.tgbotapi.extensions.api.send.games/send-game.html","searchKeys":["sendGame","suspend fun TelegramBot.sendGame(chatId: ChatIdentifier, gameShortName: String, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.games.sendGame"]},{"name":"suspend fun TelegramBot.sendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html","searchKeys":["sendInvoice","suspend fun TelegramBot.sendInvoice(chatId: ChatId, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice"]},{"name":"suspend fun TelegramBot.sendInvoice(user: CommonUser, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.payments/send-invoice.html","searchKeys":["sendInvoice","suspend fun TelegramBot.sendInvoice(user: CommonUser, title: String, description: String, payload: String, providerToken: String, currency: Currency, prices: List, maxTipAmount: Int? = null, suggestedTipAmounts: List? = null, startParameter: StartParameter? = null, providerData: String? = null, requireName: Boolean = false, requirePhoneNumber: Boolean = false, requireEmail: Boolean = false, requireShippingAddress: Boolean = false, shouldSendPhoneNumberToProvider: Boolean = false, shouldSendEmailToProvider: Boolean = false, priceDependOnShipAddress: Boolean = false, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.payments.sendInvoice"]},{"name":"suspend fun TelegramBot.sendLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-location.html","searchKeys":["sendLocation","suspend fun TelegramBot.sendLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendLocation"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-media-group.html","searchKeys":["sendMediaGroup","suspend fun TelegramBot.sendMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendMediaGroup"]},{"name":"suspend fun TelegramBot.sendMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-message.html","searchKeys":["sendMessage","suspend fun TelegramBot.sendMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendMessage"]},{"name":"suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chat: Chat, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chat: Chat, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chat: Chat, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, fileId: InputFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photo: Photo, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-photo.html","searchKeys":["sendPhoto","suspend fun TelegramBot.sendPhoto(chatId: ChatIdentifier, photoSize: PhotoSize, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendPhoto"]},{"name":"suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-playlist.html","searchKeys":["sendPlaylist","suspend fun TelegramBot.sendPlaylist(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendPlaylist"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chat: Chat, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chat: Chat, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, isClosed: Boolean = false, quizPoll: QuizPoll, question: String = quizPoll.question, options: List = quizPoll.options.map { it.text }, correctOptionId: Int = quizPoll.correctOptionId ?: error(\"Correct option ID must be provided by income QuizPoll or by developer\"), isAnonymous: Boolean = quizPoll.isAnonymous, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-quiz-poll.html","searchKeys":["sendQuizPoll","suspend fun TelegramBot.sendQuizPoll(chatId: ChatIdentifier, question: String, options: List, correctOptionId: Int, isAnonymous: Boolean = true, isClosed: Boolean = false, explanation: String? = null, parseMode: ParseMode? = null, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendQuizPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chat: Chat, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chat: Chat, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chat: Chat, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chat: Chat, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, poll: RegularPoll, isClosed: Boolean = false, question: String = poll.question, options: List = poll.options.map { it.text }, isAnonymous: Boolean = poll.isAnonymous, allowMultipleAnswers: Boolean = poll.allowMultipleAnswers, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll","location":"docs/dev.inmo.tgbotapi.extensions.api.send.polls/send-regular-poll.html","searchKeys":["sendRegularPoll","suspend fun TelegramBot.sendRegularPoll(chatId: ChatIdentifier, question: String, options: List, isAnonymous: Boolean = true, isClosed: Boolean = false, allowMultipleAnswers: Boolean = false, closeInfo: ScheduledCloseInfo? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.polls.sendRegularPoll"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chat: Chat, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chat: Chat, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, latitude: Double, longitude: Double, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-static-location.html","searchKeys":["sendStaticLocation","suspend fun TelegramBot.sendStaticLocation(chatId: ChatIdentifier, location: StaticLocation, disableNotification: Boolean = false, protectContent: Boolean = false, allowSendingWithoutReply: Boolean? = null, replyToMessageId: MessageIdentifier? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendStaticLocation"]},{"name":"suspend fun TelegramBot.sendSticker(chat: Chat, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chat: Chat, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendSticker(chat: Chat, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chat: Chat, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: InputFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendSticker","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-sticker.html","searchKeys":["sendSticker","suspend fun TelegramBot.sendSticker(chatId: ChatIdentifier, sticker: Sticker, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendSticker"]},{"name":"suspend fun TelegramBot.sendTextMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chat: Chat, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendTextMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chat: Chat, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, entities: TextSourcesList, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendTextMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-text-message.html","searchKeys":["sendTextMessage","suspend fun TelegramBot.sendTextMessage(chatId: ChatIdentifier, text: String, parseMode: ParseMode? = null, disableWebPagePreview: Boolean? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendTextMessage"]},{"name":"suspend fun TelegramBot.sendVenue(chat: Chat, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chat: Chat, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chat: Chat, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chat: Chat, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chat: Chat, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chat: Chat, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, latitude: Double, longitude: Double, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, location: StaticLocation, title: String, address: String, foursquareId: FoursquareId? = null, foursquareType: FoursquareType? = null, googlePlaceId: GooglePlaceId? = null, googlePlaceType: GooglePlaceType? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.sendVenue","location":"docs/dev.inmo.tgbotapi.extensions.api.send/send-venue.html","searchKeys":["sendVenue","suspend fun TelegramBot.sendVenue(chatId: ChatIdentifier, venue: Venue, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.sendVenue"]},{"name":"suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chat: Chat, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chat: Chat, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: InputFile, thumb: InputFile? = null, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, width: Int? = null, height: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideo","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video.html","searchKeys":["sendVideo","suspend fun TelegramBot.sendVideo(chatId: ChatIdentifier, video: VideoFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideo"]},{"name":"suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chat: Chat, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: InputFile, thumb: InputFile? = null, duration: Long? = null, size: Int? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-video-note.html","searchKeys":["sendVideoNote","suspend fun TelegramBot.sendVideoNote(chatId: ChatIdentifier, videoNote: VideoNoteFile, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVideoNote"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chat: Chat, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-visual-media-group.html","searchKeys":["sendVisualMediaGroup","suspend fun TelegramBot.sendVisualMediaGroup(chatId: ChatIdentifier, media: List, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null): List>","dev.inmo.tgbotapi.extensions.api.send.media.sendVisualMediaGroup"]},{"name":"suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chat: Chat, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chat: Chat, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: InputFile, text: String? = null, parseMode: ParseMode? = null, duration: Long? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.send.media.sendVoice","location":"docs/dev.inmo.tgbotapi.extensions.api.send.media/send-voice.html","searchKeys":["sendVoice","suspend fun TelegramBot.sendVoice(chatId: ChatIdentifier, voice: VoiceFile, text: String? = null, parseMode: ParseMode? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.send.media.sendVoice"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, user: User, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, user: User, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, userId: UserId, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chat: PublicChat, userId: UserId, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, user: User, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, user: User, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, userId: UserId, customTitle: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/set-chat-administrator-custom-title.html","searchKeys":["setChatAdministratorCustomTitle","suspend fun TelegramBot.setChatAdministratorCustomTitle(chatId: ChatId, userId: UserId, customTitle: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.setChatAdministratorCustomTitle"]},{"name":"suspend fun TelegramBot.setChatDescription(chat: PublicChat, description: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html","searchKeys":["setChatDescription","suspend fun TelegramBot.setChatDescription(chat: PublicChat, description: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription"]},{"name":"suspend fun TelegramBot.setChatDescription(chatId: ChatIdentifier, description: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-description.html","searchKeys":["setChatDescription","suspend fun TelegramBot.setChatDescription(chatId: ChatIdentifier, description: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatDescription"]},{"name":"suspend fun TelegramBot.setChatMenuButton(chat: PrivateChat, menuButton: MenuButton): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html","searchKeys":["setChatMenuButton","suspend fun TelegramBot.setChatMenuButton(chat: PrivateChat, menuButton: MenuButton): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton"]},{"name":"suspend fun TelegramBot.setChatMenuButton(chatId: ChatId, menuButton: MenuButton): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-menu-button.html","searchKeys":["setChatMenuButton","suspend fun TelegramBot.setChatMenuButton(chatId: ChatId, menuButton: MenuButton): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatMenuButton"]},{"name":"suspend fun TelegramBot.setChatPhoto(chat: PublicChat, photo: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html","searchKeys":["setChatPhoto","suspend fun TelegramBot.setChatPhoto(chat: PublicChat, photo: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto"]},{"name":"suspend fun TelegramBot.setChatPhoto(chatId: ChatIdentifier, photo: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-photo.html","searchKeys":["setChatPhoto","suspend fun TelegramBot.setChatPhoto(chatId: ChatIdentifier, photo: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatPhoto"]},{"name":"suspend fun TelegramBot.setChatStickerSet(chat: SupergroupChat, stickerSetName: StickerSetName): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html","searchKeys":["setChatStickerSet","suspend fun TelegramBot.setChatStickerSet(chat: SupergroupChat, stickerSetName: StickerSetName): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet"]},{"name":"suspend fun TelegramBot.setChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.stickers/set-chat-sticker-set.html","searchKeys":["setChatStickerSet","suspend fun TelegramBot.setChatStickerSet(chatId: ChatIdentifier, stickerSetName: StickerSetName): Boolean","dev.inmo.tgbotapi.extensions.api.chat.stickers.setChatStickerSet"]},{"name":"suspend fun TelegramBot.setChatTitle(chat: PublicChat, title: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html","searchKeys":["setChatTitle","suspend fun TelegramBot.setChatTitle(chat: PublicChat, title: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle"]},{"name":"suspend fun TelegramBot.setChatTitle(chatId: ChatIdentifier, title: String): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-chat-title.html","searchKeys":["setChatTitle","suspend fun TelegramBot.setChatTitle(chatId: ChatIdentifier, title: String): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setChatTitle"]},{"name":"suspend fun TelegramBot.setDefaultChatMembersPermissions(chat: PublicChat, permissions: ChatPermissions): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html","searchKeys":["setDefaultChatMembersPermissions","suspend fun TelegramBot.setDefaultChatMembersPermissions(chat: PublicChat, permissions: ChatPermissions): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions"]},{"name":"suspend fun TelegramBot.setDefaultChatMembersPermissions(chatId: ChatIdentifier, permissions: ChatPermissions): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-members-permissions.html","searchKeys":["setDefaultChatMembersPermissions","suspend fun TelegramBot.setDefaultChatMembersPermissions(chatId: ChatIdentifier, permissions: ChatPermissions): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMembersPermissions"]},{"name":"suspend fun TelegramBot.setDefaultChatMenuButton(menuButton: MenuButton): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMenuButton","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/set-default-chat-menu-button.html","searchKeys":["setDefaultChatMenuButton","suspend fun TelegramBot.setDefaultChatMenuButton(menuButton: MenuButton): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.setDefaultChatMenuButton"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(user: CommonUser, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chat: Chat, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, chatId: ChatId, messageId: MessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, inlineMessageId: InlineMessageIdentifier, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","description":"dev.inmo.tgbotapi.extensions.api.games.setGameScore","location":"docs/dev.inmo.tgbotapi.extensions.api.games/set-game-score.html","searchKeys":["setGameScore","suspend fun TelegramBot.setGameScore(userId: UserId, score: Long, message: ContentMessage, force: Boolean = false, disableEditMessage: Boolean = false): Boolean","dev.inmo.tgbotapi.extensions.api.games.setGameScore"]},{"name":"suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(commands: List, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: IetfLanguageCode?): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyCommands","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-commands.html","searchKeys":["setMyCommands","suspend fun TelegramBot.setMyCommands(vararg commands: BotCommand, scope: BotCommandScope = BotCommandScopeDefault, languageCode: String? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyCommands"]},{"name":"suspend fun TelegramBot.setMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRights","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights.html","searchKeys":["setMyDefaultAdministratorRights","suspend fun TelegramBot.setMyDefaultAdministratorRights(rights: ChatAdministratorRightsImpl, forChannels: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRights"]},{"name":"suspend fun TelegramBot.setMyDefaultAdministratorRightsForChannels(rights: ChatAdministratorRightsImpl): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForChannels","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-channels.html","searchKeys":["setMyDefaultAdministratorRightsForChannels","suspend fun TelegramBot.setMyDefaultAdministratorRightsForChannels(rights: ChatAdministratorRightsImpl): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForChannels"]},{"name":"suspend fun TelegramBot.setMyDefaultAdministratorRightsForGroupsAndSupergroups(rights: ChatAdministratorRightsImpl): Boolean","description":"dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForGroupsAndSupergroups","location":"docs/dev.inmo.tgbotapi.extensions.api.bot/set-my-default-administrator-rights-for-groups-and-supergroups.html","searchKeys":["setMyDefaultAdministratorRightsForGroupsAndSupergroups","suspend fun TelegramBot.setMyDefaultAdministratorRightsForGroupsAndSupergroups(rights: ChatAdministratorRightsImpl): Boolean","dev.inmo.tgbotapi.extensions.api.bot.setMyDefaultAdministratorRightsForGroupsAndSupergroups"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(passportMessage: PassportMessage, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(passportMessage: PassportMessage, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(user: User, errors: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(user: User, errors: List): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(user: User, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(user: User, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(userId: UserId, errors: List): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(userId: UserId, errors: List): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setPassportDataErrors(userId: UserId, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","description":"dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors","location":"docs/dev.inmo.tgbotapi.extensions.api.passport/set-passport-data-errors.html","searchKeys":["setPassportDataErrors","suspend fun TelegramBot.setPassportDataErrors(userId: UserId, passportData: PassportData, decryptor: Decryptor, mapper: suspend Decryptor.(EncryptedPassportElement) -> PassportElementError): Boolean","dev.inmo.tgbotapi.extensions.api.passport.setPassportDataErrors"]},{"name":"suspend fun TelegramBot.setStickerPositionInSet(sticker: FileId, position: Int): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html","searchKeys":["setStickerPositionInSet","suspend fun TelegramBot.setStickerPositionInSet(sticker: FileId, position: Int): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet"]},{"name":"suspend fun TelegramBot.setStickerPositionInSet(sticker: Sticker, position: Int): Boolean","description":"dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/set-sticker-position-in-set.html","searchKeys":["setStickerPositionInSet","suspend fun TelegramBot.setStickerPositionInSet(sticker: Sticker, position: Int): Boolean","dev.inmo.tgbotapi.extensions.api.stickers.setStickerPositionInSet"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSet: StickerSet, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(user: CommonUser, thumbSetName: String, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSet: StickerSet, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: FileId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: FileId): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: MultipartFile): Boolean","description":"dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb","location":"docs/dev.inmo.tgbotapi.extensions.api.thumbs/set-sticker-set-thumb.html","searchKeys":["setStickerSetThumb","suspend fun TelegramBot.setStickerSetThumb(userId: UserId, thumbSetName: String, thumb: MultipartFile): Boolean","dev.inmo.tgbotapi.extensions.api.thumbs.setStickerSetThumb"]},{"name":"suspend fun TelegramBot.setWebhookInfo(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html","searchKeys":["setWebhookInfo","suspend fun TelegramBot.setWebhookInfo(url: String, certificate: FileId, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo"]},{"name":"suspend fun TelegramBot.setWebhookInfo(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html","searchKeys":["setWebhookInfo","suspend fun TelegramBot.setWebhookInfo(url: String, certificate: MultipartFile, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo"]},{"name":"suspend fun TelegramBot.setWebhookInfo(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo","location":"docs/dev.inmo.tgbotapi.extensions.api.webhook/set-webhook-info.html","searchKeys":["setWebhookInfo","suspend fun TelegramBot.setWebhookInfo(url: String, ipAddress: String? = null, maxAllowedConnections: Int? = null, allowedUpdates: List? = null, dropPendingUpdates: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.webhook.setWebhookInfo"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chat: Chat, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatId, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatId, location: StaticLocation, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatIdentifier, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","description":"dev.inmo.tgbotapi.extensions.api.startLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/start-live-location.html","searchKeys":["startLiveLocation","suspend fun TelegramBot.startLiveLocation(scope: CoroutineScope, chatId: ChatIdentifier, latitude: Double, longitude: Double, liveTimeMillis: Long = defaultLivePeriodDelayMillis, initHorizontalAccuracy: Meters? = null, initHeading: Degrees? = null, initProximityAlertRadius: Meters? = null, disableNotification: Boolean = false, protectContent: Boolean = false, replyToMessageId: MessageIdentifier? = null, allowSendingWithoutReply: Boolean? = null, replyMarkup: KeyboardMarkup? = null): LiveLocationProvider","dev.inmo.tgbotapi.extensions.api.startLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(inlineMessageId: InlineMessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Boolean","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopLiveLocation(message: ContentMessage, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","description":"dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation","location":"docs/dev.inmo.tgbotapi.extensions.api.edit.location.live/stop-live-location.html","searchKeys":["stopLiveLocation","suspend fun TelegramBot.stopLiveLocation(message: ContentMessage, replyMarkup: InlineKeyboardMarkup? = null): ContentMessage","dev.inmo.tgbotapi.extensions.api.edit.location.live.stopLiveLocation"]},{"name":"suspend fun TelegramBot.stopPoll(chat: Chat, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chat: Chat, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.stopPoll(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chat: Chat, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.stopPoll(chatId: ChatId, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chatId: ChatId, message: Message, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.stopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","description":"dev.inmo.tgbotapi.extensions.api.stopPoll","location":"docs/dev.inmo.tgbotapi.extensions.api/stop-poll.html","searchKeys":["stopPoll","suspend fun TelegramBot.stopPoll(chatId: ChatIdentifier, messageId: MessageIdentifier, replyMarkup: InlineKeyboardMarkup? = null): Poll","dev.inmo.tgbotapi.extensions.api.stopPoll"]},{"name":"suspend fun TelegramBot.unbanChatMember(chat: PublicChat, user: User, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chat: PublicChat, user: User, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatMember(chat: PublicChat, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chat: PublicChat, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatMember(chatId: ChatId, user: User, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chatId: ChatId, user: User, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-member.html","searchKeys":["unbanChatMember","suspend fun TelegramBot.unbanChatMember(chatId: ChatIdentifier, userId: UserId, onlyIfBanned: Boolean? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatMember"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chat: PublicChat, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatId, senderChat: PublicChat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.members/unban-chat-sender-chat.html","searchKeys":["unbanChatSenderChat","suspend fun TelegramBot.unbanChatSenderChat(chatId: ChatIdentifier, senderChatId: ChatId): Boolean","dev.inmo.tgbotapi.extensions.api.chat.members.unbanChatSenderChat"]},{"name":"suspend fun TelegramBot.unpinAllChatMessages(chat: Chat): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html","searchKeys":["unpinAllChatMessages","suspend fun TelegramBot.unpinAllChatMessages(chat: Chat): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages"]},{"name":"suspend fun TelegramBot.unpinAllChatMessages(chatId: ChatIdentifier): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-all-chat-messages.html","searchKeys":["unpinAllChatMessages","suspend fun TelegramBot.unpinAllChatMessages(chatId: ChatIdentifier): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinAllChatMessages"]},{"name":"suspend fun TelegramBot.unpinChatMessage(chat: Chat, messageId: MessageIdentifier? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html","searchKeys":["unpinChatMessage","suspend fun TelegramBot.unpinChatMessage(chat: Chat, messageId: MessageIdentifier? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage"]},{"name":"suspend fun TelegramBot.unpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html","searchKeys":["unpinChatMessage","suspend fun TelegramBot.unpinChatMessage(chatId: ChatIdentifier, messageId: MessageIdentifier? = null): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage"]},{"name":"suspend fun TelegramBot.unpinChatMessage(message: Message): Boolean","description":"dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage","location":"docs/dev.inmo.tgbotapi.extensions.api.chat.modify/unpin-chat-message.html","searchKeys":["unpinChatMessage","suspend fun TelegramBot.unpinChatMessage(message: Message): Boolean","dev.inmo.tgbotapi.extensions.api.chat.modify.unpinChatMessage"]},{"name":"suspend fun TelegramBot.uploadStickerFile(user: CommonUser, sticker: MultipartFile): File","description":"dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html","searchKeys":["uploadStickerFile","suspend fun TelegramBot.uploadStickerFile(user: CommonUser, sticker: MultipartFile): File","dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile"]},{"name":"suspend fun TelegramBot.uploadStickerFile(userId: UserId, sticker: MultipartFile): File","description":"dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile","location":"docs/dev.inmo.tgbotapi.extensions.api.stickers/upload-sticker-file.html","searchKeys":["uploadStickerFile","suspend fun TelegramBot.uploadStickerFile(userId: UserId, sticker: MultipartFile): File","dev.inmo.tgbotapi.extensions.api.stickers.uploadStickerFile"]},{"name":"suspend fun invoke(update: Update)","description":"dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.invoke","location":"docs/dev.inmo.tgbotapi.updateshandlers/-simple-updates-filter/invoke.html","searchKeys":["invoke","suspend fun invoke(update: Update)","dev.inmo.tgbotapi.updateshandlers.SimpleUpdatesFilter.invoke"]},{"name":"suspend fun isHandled(data: T): Boolean","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.isHandled","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-callback-based-holder/is-handled.html","searchKeys":["isHandled","suspend fun isHandled(data: T): Boolean","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableCallbackBasedHolder.isHandled"]},{"name":"suspend fun multipartFile(downloadStreamAllocator: ByteReadChannelAllocator, pathedFile: PathedFile): MultipartFile","description":"dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile","location":"docs/dev.inmo.tgbotapi.extensions.utils.types.files/multipart-file.html","searchKeys":["multipartFile","suspend fun multipartFile(downloadStreamAllocator: ByteReadChannelAllocator, pathedFile: PathedFile): MultipartFile","dev.inmo.tgbotapi.extensions.utils.types.files.multipartFile"]},{"name":"suspend fun registerHandleable(data: T)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.registerHandleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/register-handleable.html","searchKeys":["registerHandleable","suspend fun registerHandleable(data: T)","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.registerHandleable"]},{"name":"suspend fun telegramBotWithBehaviour(token: String, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): TelegramBot","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviour","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour.html","searchKeys":["telegramBotWithBehaviour","suspend fun telegramBotWithBehaviour(token: String, flowsUpdatesFilter: FlowsUpdatesFilter = FlowsUpdatesFilter(), scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): TelegramBot","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviour"]},{"name":"suspend fun telegramBotWithBehaviourAndLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): Pair","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndLongPolling","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder/telegram-bot-with-behaviour-and-long-polling.html","searchKeys":["telegramBotWithBehaviourAndLongPolling","suspend fun telegramBotWithBehaviourAndLongPolling(token: String, scope: CoroutineScope? = null, apiUrl: String = telegramBotAPIDefaultUrl, builder: KtorRequestsExecutorBuilder.() -> Unit = {}, defaultExceptionsHandler: ExceptionHandler? = null, testServer: Boolean = false, block: BehaviourContextReceiver): Pair","dev.inmo.tgbotapi.extensions.behaviour_builder.telegramBotWithBehaviourAndLongPolling"]},{"name":"suspend fun unregisterHandleable(data: T)","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.unregisterHandleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/unregister-handleable.html","searchKeys":["unregisterHandleable","suspend fun unregisterHandleable(data: T)","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.unregisterHandleable"]},{"name":"suspend fun updateLocation(location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): LiveLocation","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.updateLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/update-location.html","searchKeys":["updateLocation","suspend fun updateLocation(location: LiveLocation, replyMarkup: InlineKeyboardMarkup? = null): LiveLocation","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.updateLocation"]},{"name":"val ALL_UPDATES_LIST: List","description":"dev.inmo.tgbotapi.types.ALL_UPDATES_LIST","location":"docs/dev.inmo.tgbotapi.types/-a-l-l_-u-p-d-a-t-e-s_-l-i-s-t.html","searchKeys":["ALL_UPDATES_LIST","val ALL_UPDATES_LIST: List","dev.inmo.tgbotapi.types.ALL_UPDATES_LIST"]},{"name":"val AllChatAdministrators: BotCommandScopeAllChatAdministrators","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllChatAdministrators","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-chat-administrators.html","searchKeys":["AllChatAdministrators","val AllChatAdministrators: BotCommandScopeAllChatAdministrators","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllChatAdministrators"]},{"name":"val AllGroupChats: BotCommandScopeAllGroupChats","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllGroupChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-group-chats.html","searchKeys":["AllGroupChats","val AllGroupChats: BotCommandScopeAllGroupChats","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllGroupChats"]},{"name":"val AllPrivateChats: BotCommandScopeAllPrivateChats","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllPrivateChats","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-all-private-chats.html","searchKeys":["AllPrivateChats","val AllPrivateChats: BotCommandScopeAllPrivateChats","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.AllPrivateChats"]},{"name":"val BotCommandNameRegex: Regex","description":"dev.inmo.tgbotapi.types.BotCommandNameRegex","location":"docs/dev.inmo.tgbotapi.types/-bot-command-name-regex.html","searchKeys":["BotCommandNameRegex","val BotCommandNameRegex: Regex","dev.inmo.tgbotapi.types.BotCommandNameRegex"]},{"name":"val ByteArray.passportFileHash: MD5","description":"dev.inmo.tgbotapi.types.passport.passportFileHash","location":"docs/dev.inmo.tgbotapi.types.passport/passport-file-hash.html","searchKeys":["passportFileHash","val ByteArray.passportFileHash: MD5","dev.inmo.tgbotapi.types.passport.passportFileHash"]},{"name":"val CallbackQuery.data: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.data","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/data.html","searchKeys":["data","val CallbackQuery.data: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.data"]},{"name":"val CallbackQuery.game_short_name: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.game_short_name","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game_short_name.html","searchKeys":["game_short_name","val CallbackQuery.game_short_name: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.game_short_name"]},{"name":"val CallbackQuery.inline_message_id: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html","searchKeys":["inline_message_id","val CallbackQuery.inline_message_id: InlineMessageIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id"]},{"name":"val CallbackQuery.message: ContentMessage?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.message","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message.html","searchKeys":["message","val CallbackQuery.message: ContentMessage?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.message"]},{"name":"val CallbackQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CallbackQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-callback-query-filter-by-user.html","searchKeys":["CallbackQueryFilterByUser","val CallbackQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CallbackQueryFilterByUser"]},{"name":"val Chat.link: String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","val Chat.link: String?","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"val ChatJoinRequest.invite_link: ChatInviteLink","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html","searchKeys":["invite_link","val ChatJoinRequest.invite_link: ChatInviteLink","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link"]},{"name":"val ChatJoinRequestFilterByChat: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatJoinRequestFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-join-request-filter-by-chat.html","searchKeys":["ChatJoinRequestFilterByChat","val ChatJoinRequestFilterByChat: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatJoinRequestFilterByChat"]},{"name":"val ChatMemberUpdated.invite_link: ChatInviteLink?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invite_link.html","searchKeys":["invite_link","val ChatMemberUpdated.invite_link: ChatInviteLink?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invite_link"]},{"name":"val ChatMemberUpdated.new_chat_member: ChatMember","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_member","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_member.html","searchKeys":["new_chat_member","val ChatMemberUpdated.new_chat_member: ChatMember","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_member"]},{"name":"val ChatMemberUpdated.old_chat_member: ChatMember","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.old_chat_member","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/old_chat_member.html","searchKeys":["old_chat_member","val ChatMemberUpdated.old_chat_member: ChatMember","dev.inmo.tgbotapi.extensions.utils.extensions.raw.old_chat_member"]},{"name":"val ChatMemberUpdatedFilterByChat: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatMemberUpdatedFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-chat-member-updated-filter-by-chat.html","searchKeys":["ChatMemberUpdatedFilterByChat","val ChatMemberUpdatedFilterByChat: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ChatMemberUpdatedFilterByChat"]},{"name":"val ChosenInlineResult.inline_message_id: InlineMessageIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/inline_message_id.html","searchKeys":["inline_message_id","val ChosenInlineResult.inline_message_id: InlineMessageIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.inline_message_id"]},{"name":"val ChosenInlineResult.location: Location?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.location","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html","searchKeys":["location","val ChosenInlineResult.location: Location?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.location"]},{"name":"val ChosenInlineResult.result_id: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.result_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/result_id.html","searchKeys":["result_id","val ChosenInlineResult.result_id: InlineQueryIdentifier","dev.inmo.tgbotapi.extensions.utils.extensions.raw.result_id"]},{"name":"val CommonMessageFilterExcludeMediaGroups: SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CommonMessageFilterExcludeMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-common-message-filter-exclude-media-groups.html","searchKeys":["CommonMessageFilterExcludeMediaGroups","val CommonMessageFilterExcludeMediaGroups: SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.CommonMessageFilterExcludeMediaGroups"]},{"name":"val Default: BotCommandScopeDefault","description":"dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Default","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope/-companion/-default.html","searchKeys":["Default","val Default: BotCommandScopeDefault","dev.inmo.tgbotapi.types.commands.BotCommandScope.Companion.Default"]},{"name":"val EncryptedPassportElement.type: String","description":"dev.inmo.tgbotapi.types.passport.encrypted.type","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/type.html","searchKeys":["type","val EncryptedPassportElement.type: String","dev.inmo.tgbotapi.types.passport.encrypted.type"]},{"name":"val File.passportFileHash: MD5","description":"dev.inmo.tgbotapi.types.passport.passportFileHash","location":"docs/dev.inmo.tgbotapi.types.passport/passport-file-hash.html","searchKeys":["passportFileHash","val File.passportFileHash: MD5","dev.inmo.tgbotapi.types.passport.passportFileHash"]},{"name":"val ForChannels: GetMyDefaultAdministratorRights","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-channels.html","searchKeys":["ForChannels","val ForChannels: GetMyDefaultAdministratorRights","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForChannels"]},{"name":"val ForGroups: GetMyDefaultAdministratorRights","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForGroups","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/-companion/-for-groups.html","searchKeys":["ForGroups","val ForGroups: GetMyDefaultAdministratorRights","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.Companion.ForGroups"]},{"name":"val Gif: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Gif","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-gif.html","searchKeys":["Gif","val Gif: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Gif"]},{"name":"val Html: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text.Html","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-text/-html.html","searchKeys":["Html","val Html: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Text.Html"]},{"name":"val Identifier.link: String","description":"dev.inmo.tgbotapi.types.link","location":"docs/dev.inmo.tgbotapi.types/link.html","searchKeys":["link","val Identifier.link: String","dev.inmo.tgbotapi.types.link"]},{"name":"val InlineQuery.chat_type: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.chat_type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/chat_type.html","searchKeys":["chat_type","val InlineQuery.chat_type: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.chat_type"]},{"name":"val InlineQuery.location: Location?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.location","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html","searchKeys":["location","val InlineQuery.location: Location?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.location"]},{"name":"val InlineQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.InlineQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-inline-query-filter-by-user.html","searchKeys":["InlineQueryFilterByUser","val InlineQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.InlineQueryFilterByUser"]},{"name":"val Int.asSlotMachineReelImage: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html","searchKeys":["asSlotMachineReelImage","val Int.asSlotMachineReelImage: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage"]},{"name":"val Jpg: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Jpg","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-image/-jpg.html","searchKeys":["Jpg","val Jpg: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Image.Jpg"]},{"name":"val LeftRestrictionsChatPermissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.LeftRestrictionsChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-left-restrictions-chat-permissions.html","searchKeys":["LeftRestrictionsChatPermissions","val LeftRestrictionsChatPermissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.LeftRestrictionsChatPermissions"]},{"name":"val List>.chat: Chat?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/chat.html","searchKeys":["chat","val List>.chat: Chat?","dev.inmo.tgbotapi.extensions.utils.shortcuts.chat"]},{"name":"val List>.forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/forward-info.html","searchKeys":["forwardInfo","val List>.forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo"]},{"name":"val List>.replyTo: Message?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/reply-to.html","searchKeys":["replyTo","val List>.replyTo: Message?","dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo"]},{"name":"val List>.mediaGroupId: MediaGroupIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-id.html","searchKeys":["mediaGroupId","val List>.mediaGroupId: MediaGroupIdentifier?","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId"]},{"name":"val LongSeconds.asApproximateScheduledCloseInfo: ApproximateScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/as-approximate-scheduled-close-info.html","searchKeys":["asApproximateScheduledCloseInfo","val LongSeconds.asApproximateScheduledCloseInfo: ApproximateScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.asApproximateScheduledCloseInfo"]},{"name":"val LongSeconds.asExactScheduledCloseInfo: ExactScheduledCloseInfo","description":"dev.inmo.tgbotapi.types.polls.asExactScheduledCloseInfo","location":"docs/dev.inmo.tgbotapi.types.polls/as-exact-scheduled-close-info.html","searchKeys":["asExactScheduledCloseInfo","val LongSeconds.asExactScheduledCloseInfo: ExactScheduledCloseInfo","dev.inmo.tgbotapi.types.polls.asExactScheduledCloseInfo"]},{"name":"val MP4: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video.MP4","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-video/-m-p4.html","searchKeys":["MP4","val MP4: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Video.MP4"]},{"name":"val Message.animation: AnimationFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.animation","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/animation.html","searchKeys":["animation","val Message.animation: AnimationFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.animation"]},{"name":"val Message.audio: AudioFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.audio","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/audio.html","searchKeys":["audio","val Message.audio: AudioFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.audio"]},{"name":"val Message.author_signature: AuthorSignature?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.author_signature","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/author_signature.html","searchKeys":["author_signature","val Message.author_signature: AuthorSignature?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.author_signature"]},{"name":"val Message.caption: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption.html","searchKeys":["caption","val Message.caption: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption"]},{"name":"val Message.caption_entities: TextSourcesList?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption_entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/caption_entities.html","searchKeys":["caption_entities","val Message.caption_entities: TextSourcesList?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.caption_entities"]},{"name":"val Message.channel_chat_created: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.channel_chat_created","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/channel_chat_created.html","searchKeys":["channel_chat_created","val Message.channel_chat_created: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.channel_chat_created"]},{"name":"val Message.connected_website: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.connected_website","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/connected_website.html","searchKeys":["connected_website","val Message.connected_website: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.connected_website"]},{"name":"val Message.contact: Contact?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.contact","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/contact.html","searchKeys":["contact","val Message.contact: Contact?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.contact"]},{"name":"val Message.delete_chat_photo: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.delete_chat_photo","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/delete_chat_photo.html","searchKeys":["delete_chat_photo","val Message.delete_chat_photo: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.delete_chat_photo"]},{"name":"val Message.dice: Dice?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.dice","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/dice.html","searchKeys":["dice","val Message.dice: Dice?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.dice"]},{"name":"val Message.document: DocumentFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.document","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/document.html","searchKeys":["document","val Message.document: DocumentFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.document"]},{"name":"val Message.edit_date: TelegramDate?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.edit_date","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/edit_date.html","searchKeys":["edit_date","val Message.edit_date: TelegramDate?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.edit_date"]},{"name":"val Message.entities: TextSourcesList?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/entities.html","searchKeys":["entities","val Message.entities: TextSourcesList?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.entities"]},{"name":"val Message.forward_date: TelegramDate?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_date","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_date.html","searchKeys":["forward_date","val Message.forward_date: TelegramDate?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_date"]},{"name":"val Message.forward_from: User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from.html","searchKeys":["forward_from","val Message.forward_from: User?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from"]},{"name":"val Message.forward_from_chat: Chat?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_chat.html","searchKeys":["forward_from_chat","val Message.forward_from_chat: Chat?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_chat"]},{"name":"val Message.forward_from_message_id: MessageIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_message_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_from_message_id.html","searchKeys":["forward_from_message_id","val Message.forward_from_message_id: MessageIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_from_message_id"]},{"name":"val Message.forward_sender_name: ForwardSenderName?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_sender_name","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_sender_name.html","searchKeys":["forward_sender_name","val Message.forward_sender_name: ForwardSenderName?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_sender_name"]},{"name":"val Message.forward_signature: ForwardSignature?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_signature","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/forward_signature.html","searchKeys":["forward_signature","val Message.forward_signature: ForwardSignature?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.forward_signature"]},{"name":"val Message.from: User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.from","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/from.html","searchKeys":["from","val Message.from: User?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.from"]},{"name":"val Message.game: Game?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.game","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/game.html","searchKeys":["game","val Message.game: Game?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.game"]},{"name":"val Message.group_chat_created: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.group_chat_created","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/group_chat_created.html","searchKeys":["group_chat_created","val Message.group_chat_created: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.group_chat_created"]},{"name":"val Message.has_protected_content: Boolean?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.has_protected_content","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/has_protected_content.html","searchKeys":["has_protected_content","val Message.has_protected_content: Boolean?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.has_protected_content"]},{"name":"val Message.invoice: Invoice?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice.html","searchKeys":["invoice","val Message.invoice: Invoice?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice"]},{"name":"val Message.is_automatic_forward: Boolean?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_automatic_forward","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_automatic_forward.html","searchKeys":["is_automatic_forward","val Message.is_automatic_forward: Boolean?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_automatic_forward"]},{"name":"val Message.left_chat_member: User?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.left_chat_member","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/left_chat_member.html","searchKeys":["left_chat_member","val Message.left_chat_member: User?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.left_chat_member"]},{"name":"val Message.link: String?","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","val Message.link: String?","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"val Message.location: Location?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.location","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/location.html","searchKeys":["location","val Message.location: Location?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.location"]},{"name":"val Message.media_group_id: MediaGroupIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.media_group_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/media_group_id.html","searchKeys":["media_group_id","val Message.media_group_id: MediaGroupIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.media_group_id"]},{"name":"val Message.message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.message_auto_delete_timer_changed","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/message_auto_delete_timer_changed.html","searchKeys":["message_auto_delete_timer_changed","val Message.message_auto_delete_timer_changed: MessageAutoDeleteTimerChanged?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.message_auto_delete_timer_changed"]},{"name":"val Message.migrate_from_chat_id: ChatId?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_from_chat_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_from_chat_id.html","searchKeys":["migrate_from_chat_id","val Message.migrate_from_chat_id: ChatId?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_from_chat_id"]},{"name":"val Message.migrate_to_chat_id: ChatId?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_to_chat_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/migrate_to_chat_id.html","searchKeys":["migrate_to_chat_id","val Message.migrate_to_chat_id: ChatId?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.migrate_to_chat_id"]},{"name":"val Message.new_chat_members: List?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_members","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_members.html","searchKeys":["new_chat_members","val Message.new_chat_members: List?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_members"]},{"name":"val Message.new_chat_photo: Photo?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_photo","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_photo.html","searchKeys":["new_chat_photo","val Message.new_chat_photo: Photo?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_photo"]},{"name":"val Message.new_chat_title: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_title","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/new_chat_title.html","searchKeys":["new_chat_title","val Message.new_chat_title: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.new_chat_title"]},{"name":"val Message.passport_data: PassportData?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.passport_data","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/passport_data.html","searchKeys":["passport_data","val Message.passport_data: PassportData?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.passport_data"]},{"name":"val Message.photo: Photo?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.photo","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/photo.html","searchKeys":["photo","val Message.photo: Photo?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.photo"]},{"name":"val Message.pinned_message: Message?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.pinned_message","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/pinned_message.html","searchKeys":["pinned_message","val Message.pinned_message: Message?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.pinned_message"]},{"name":"val Message.poll: Poll?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll.html","searchKeys":["poll","val Message.poll: Poll?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll"]},{"name":"val Message.proximity_alert_triggered: ProximityAlertTriggered?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.proximity_alert_triggered","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/proximity_alert_triggered.html","searchKeys":["proximity_alert_triggered","val Message.proximity_alert_triggered: ProximityAlertTriggered?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.proximity_alert_triggered"]},{"name":"val Message.reply_markup: InlineKeyboardMarkup?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_markup","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_markup.html","searchKeys":["reply_markup","val Message.reply_markup: InlineKeyboardMarkup?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_markup"]},{"name":"val Message.reply_to_message: Message?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_to_message","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/reply_to_message.html","searchKeys":["reply_to_message","val Message.reply_to_message: Message?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.reply_to_message"]},{"name":"val Message.sender_chat: PublicChat?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.sender_chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sender_chat.html","searchKeys":["sender_chat","val Message.sender_chat: PublicChat?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.sender_chat"]},{"name":"val Message.sticker: Sticker?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.sticker","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/sticker.html","searchKeys":["sticker","val Message.sticker: Sticker?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.sticker"]},{"name":"val Message.successful_payment: SuccessfulPayment?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.successful_payment","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/successful_payment.html","searchKeys":["successful_payment","val Message.successful_payment: SuccessfulPayment?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.successful_payment"]},{"name":"val Message.supergroup_chat_created: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.supergroup_chat_created","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/supergroup_chat_created.html","searchKeys":["supergroup_chat_created","val Message.supergroup_chat_created: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.supergroup_chat_created"]},{"name":"val Message.text: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.text","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/text.html","searchKeys":["text","val Message.text: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.text"]},{"name":"val Message.venue: Venue?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.venue","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/venue.html","searchKeys":["venue","val Message.venue: Venue?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.venue"]},{"name":"val Message.via_bot: CommonBot?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.via_bot","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/via_bot.html","searchKeys":["via_bot","val Message.via_bot: CommonBot?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.via_bot"]},{"name":"val Message.video: VideoFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video.html","searchKeys":["video","val Message.video: VideoFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video"]},{"name":"val Message.video_chat_ended: VideoChatEnded?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_ended","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_ended.html","searchKeys":["video_chat_ended","val Message.video_chat_ended: VideoChatEnded?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_ended"]},{"name":"val Message.video_chat_participants_invited: VideoChatParticipantsInvited?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_participants_invited","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_participants_invited.html","searchKeys":["video_chat_participants_invited","val Message.video_chat_participants_invited: VideoChatParticipantsInvited?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_participants_invited"]},{"name":"val Message.video_chat_scheduled: VideoChatScheduled?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_scheduled","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_scheduled.html","searchKeys":["video_chat_scheduled","val Message.video_chat_scheduled: VideoChatScheduled?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_scheduled"]},{"name":"val Message.video_chat_started: VideoChatStarted?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_started","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_chat_started.html","searchKeys":["video_chat_started","val Message.video_chat_started: VideoChatStarted?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_chat_started"]},{"name":"val Message.video_note: VideoNoteFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_note","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/video_note.html","searchKeys":["video_note","val Message.video_note: VideoNoteFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.video_note"]},{"name":"val Message.voice: VoiceFile?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.voice","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/voice.html","searchKeys":["voice","val Message.voice: VoiceFile?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.voice"]},{"name":"val MessageAutoDeleteTimerChanged.is24Hours: Boolean","description":"dev.inmo.tgbotapi.types.message.ChatEvents.is24Hours","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/is24-hours.html","searchKeys":["is24Hours","val MessageAutoDeleteTimerChanged.is24Hours: Boolean","dev.inmo.tgbotapi.types.message.ChatEvents.is24Hours"]},{"name":"val MessageAutoDeleteTimerChanged.is7Days: Boolean","description":"dev.inmo.tgbotapi.types.message.ChatEvents.is7Days","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/is7-days.html","searchKeys":["is7Days","val MessageAutoDeleteTimerChanged.is7Days: Boolean","dev.inmo.tgbotapi.types.message.ChatEvents.is7Days"]},{"name":"val MessageAutoDeleteTimerChanged.isOff: Boolean","description":"dev.inmo.tgbotapi.types.message.ChatEvents.isOff","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/is-off.html","searchKeys":["isOff","val MessageAutoDeleteTimerChanged.isOff: Boolean","dev.inmo.tgbotapi.types.message.ChatEvents.isOff"]},{"name":"val MessageFilterByChat: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-by-chat.html","searchKeys":["MessageFilterByChat","val MessageFilterByChat: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterByChat"]},{"name":"val MessageFilterExcludingMediaGroups: BehaviourContextAndTwoTypesReceiver, Update>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterExcludingMediaGroups","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-message-filter-excluding-media-groups.html","searchKeys":["MessageFilterExcludingMediaGroups","val MessageFilterExcludingMediaGroups: BehaviourContextAndTwoTypesReceiver, Update>","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessageFilterExcludingMediaGroups"]},{"name":"val MessagesFilterByChat: BehaviourContextAndTwoTypesReceiver, Update>","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessagesFilterByChat","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-messages-filter-by-chat.html","searchKeys":["MessagesFilterByChat","val MessagesFilterByChat: BehaviourContextAndTwoTypesReceiver, Update>","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.MessagesFilterByChat"]},{"name":"val Pdf: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Pdf","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-pdf.html","searchKeys":["Pdf","val Pdf: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Pdf"]},{"name":"val Poll.allows_multiple_answers: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.allows_multiple_answers","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/allows_multiple_answers.html","searchKeys":["allows_multiple_answers","val Poll.allows_multiple_answers: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.allows_multiple_answers"]},{"name":"val Poll.close_date: TelegramDate?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.close_date","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/close_date.html","searchKeys":["close_date","val Poll.close_date: TelegramDate?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.close_date"]},{"name":"val Poll.correct_option_id: Int?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.correct_option_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/correct_option_id.html","searchKeys":["correct_option_id","val Poll.correct_option_id: Int?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.correct_option_id"]},{"name":"val Poll.explanation: String?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation.html","searchKeys":["explanation","val Poll.explanation: String?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation"]},{"name":"val Poll.explanation_entities: TextSourcesList?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation_entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/explanation_entities.html","searchKeys":["explanation_entities","val Poll.explanation_entities: TextSourcesList?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.explanation_entities"]},{"name":"val Poll.is_anonymous: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_anonymous","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_anonymous.html","searchKeys":["is_anonymous","val Poll.is_anonymous: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_anonymous"]},{"name":"val Poll.is_closed: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_closed","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_closed.html","searchKeys":["is_closed","val Poll.is_closed: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_closed"]},{"name":"val Poll.open_period: Seconds?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.open_period","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/open_period.html","searchKeys":["open_period","val Poll.open_period: Seconds?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.open_period"]},{"name":"val Poll.total_voter_count: Int","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_voter_count","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_voter_count.html","searchKeys":["total_voter_count","val Poll.total_voter_count: Int","dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_voter_count"]},{"name":"val Poll.type: String","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/type.html","searchKeys":["type","val Poll.type: String","dev.inmo.tgbotapi.extensions.utils.extensions.raw.type"]},{"name":"val PollAnswer.option_ids: List","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.option_ids","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/option_ids.html","searchKeys":["option_ids","val PollAnswer.option_ids: List","dev.inmo.tgbotapi.extensions.utils.extensions.raw.option_ids"]},{"name":"val PollAnswer.poll_id: PollIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/poll_id.html","searchKeys":["poll_id","val PollAnswer.poll_id: PollIdentifier","dev.inmo.tgbotapi.extensions.utils.extensions.raw.poll_id"]},{"name":"val PreCheckoutQuery.invoice_payload: InvoicePayload","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html","searchKeys":["invoice_payload","val PreCheckoutQuery.invoice_payload: InvoicePayload","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload"]},{"name":"val PreCheckoutQuery.order_info: OrderInfo?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.order_info","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/order_info.html","searchKeys":["order_info","val PreCheckoutQuery.order_info: OrderInfo?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.order_info"]},{"name":"val PreCheckoutQuery.shipping_option_id: ShippingOptionIdentifier?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_option_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_option_id.html","searchKeys":["shipping_option_id","val PreCheckoutQuery.shipping_option_id: ShippingOptionIdentifier?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_option_id"]},{"name":"val PreCheckoutQuery.total_amount: Long","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_amount","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/total_amount.html","searchKeys":["total_amount","val PreCheckoutQuery.total_amount: Long","dev.inmo.tgbotapi.extensions.utils.extensions.raw.total_amount"]},{"name":"val PreCheckoutQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.PreCheckoutQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-pre-checkout-query-filter-by-user.html","searchKeys":["PreCheckoutQueryFilterByUser","val PreCheckoutQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.PreCheckoutQueryFilterByUser"]},{"name":"val ReplyForceDefault: ReplyForce","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceDefault","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-reply-force-default.html","searchKeys":["ReplyForceDefault","val ReplyForceDefault: ReplyForce","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceDefault"]},{"name":"val ReplyForceNonSelective: ReplyForce","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceNonSelective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-reply-force-non-selective.html","searchKeys":["ReplyForceNonSelective","val ReplyForceNonSelective: ReplyForce","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceNonSelective"]},{"name":"val ReplyForceSelective: ReplyForce","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceSelective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/-companion/-reply-force-selective.html","searchKeys":["ReplyForceSelective","val ReplyForceSelective: ReplyForce","dev.inmo.tgbotapi.types.buttons.ReplyForce.Companion.ReplyForceSelective"]},{"name":"val RestrictionsChatPermissions: ChatPermissions","description":"dev.inmo.tgbotapi.types.chat.RestrictionsChatPermissions","location":"docs/dev.inmo.tgbotapi.types.chat/-restrictions-chat-permissions.html","searchKeys":["RestrictionsChatPermissions","val RestrictionsChatPermissions: ChatPermissions","dev.inmo.tgbotapi.types.chat.RestrictionsChatPermissions"]},{"name":"val SentMediaGroupUpdate.chat: Chat","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.chat","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/chat.html","searchKeys":["chat","val SentMediaGroupUpdate.chat: Chat","dev.inmo.tgbotapi.extensions.utils.shortcuts.chat"]},{"name":"val SentMediaGroupUpdate.forwardInfo: ForwardInfo?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/forward-info.html","searchKeys":["forwardInfo","val SentMediaGroupUpdate.forwardInfo: ForwardInfo?","dev.inmo.tgbotapi.extensions.utils.shortcuts.forwardInfo"]},{"name":"val SentMediaGroupUpdate.mediaGroupId: MediaGroupIdentifier","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/media-group-id.html","searchKeys":["mediaGroupId","val SentMediaGroupUpdate.mediaGroupId: MediaGroupIdentifier","dev.inmo.tgbotapi.extensions.utils.shortcuts.mediaGroupId"]},{"name":"val SentMediaGroupUpdate.replyTo: Message?","description":"dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo","location":"docs/dev.inmo.tgbotapi.extensions.utils.shortcuts/reply-to.html","searchKeys":["replyTo","val SentMediaGroupUpdate.replyTo: Message?","dev.inmo.tgbotapi.extensions.utils.shortcuts.replyTo"]},{"name":"val ShippingQuery.invoice_payload: InvoicePayload","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/invoice_payload.html","searchKeys":["invoice_payload","val ShippingQuery.invoice_payload: InvoicePayload","dev.inmo.tgbotapi.extensions.utils.extensions.raw.invoice_payload"]},{"name":"val ShippingQuery.shipping_address: ShippingAddress","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_address","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/shipping_address.html","searchKeys":["shipping_address","val ShippingQuery.shipping_address: ShippingAddress","dev.inmo.tgbotapi.extensions.utils.extensions.raw.shipping_address"]},{"name":"val ShippingQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ShippingQueryFilterByUser","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.filters/-shipping-query-filter-by-user.html","searchKeys":["ShippingQueryFilterByUser","val ShippingQueryFilterByUser: BehaviourContextAndTwoTypesReceiver","dev.inmo.tgbotapi.extensions.behaviour_builder.filters.ShippingQueryFilterByUser"]},{"name":"val Sticker.file_id: FileId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_id.html","searchKeys":["file_id","val Sticker.file_id: FileId","dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_id"]},{"name":"val Sticker.file_size: Long?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_size","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_size.html","searchKeys":["file_size","val Sticker.file_size: Long?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_size"]},{"name":"val Sticker.file_unique_id: FileUniqueId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_unique_id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/file_unique_id.html","searchKeys":["file_unique_id","val Sticker.file_unique_id: FileUniqueId","dev.inmo.tgbotapi.extensions.utils.extensions.raw.file_unique_id"]},{"name":"val Sticker.is_animated: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_animated","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_animated.html","searchKeys":["is_animated","val Sticker.is_animated: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_animated"]},{"name":"val Sticker.is_video: Boolean","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_video","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/is_video.html","searchKeys":["is_video","val Sticker.is_video: Boolean","dev.inmo.tgbotapi.extensions.utils.extensions.raw.is_video"]},{"name":"val Sticker.mask_position: MaskPosition?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.mask_position","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/mask_position.html","searchKeys":["mask_position","val Sticker.mask_position: MaskPosition?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.mask_position"]},{"name":"val Sticker.set_name: StickerSetName?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.raw.set_name","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.raw/set_name.html","searchKeys":["set_name","val Sticker.set_name: StickerSetName?","dev.inmo.tgbotapi.extensions.utils.extensions.raw.set_name"]},{"name":"val StickerSetName.stickerSetLink: TextLinkTextSource","description":"dev.inmo.tgbotapi.extensions.utils.formatting.stickerSetLink","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/sticker-set-link.html","searchKeys":["stickerSetLink","val StickerSetName.stickerSetLink: TextLinkTextSource","dev.inmo.tgbotapi.extensions.utils.formatting.stickerSetLink"]},{"name":"val String.asChatType: ChatType","description":"dev.inmo.tgbotapi.types.chat.asChatType","location":"docs/dev.inmo.tgbotapi.types.chat/as-chat-type.html","searchKeys":["asChatType","val String.asChatType: ChatType","dev.inmo.tgbotapi.types.chat.asChatType"]},{"name":"val String.asSlotMachineReelImage: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage","location":"docs/dev.inmo.tgbotapi.extensions.utils/as-slot-machine-reel-image.html","searchKeys":["asSlotMachineReelImage","val String.asSlotMachineReelImage: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.asSlotMachineReelImage"]},{"name":"val String.fileExtension: String","description":"dev.inmo.tgbotapi.utils.fileExtension","location":"docs/dev.inmo.tgbotapi.utils/file-extension.html","searchKeys":["fileExtension","val String.fileExtension: String","dev.inmo.tgbotapi.utils.fileExtension"]},{"name":"val String.filenameFromUrl: FileName","description":"dev.inmo.tgbotapi.utils.filenameFromUrl","location":"docs/dev.inmo.tgbotapi.utils/filename-from-url.html","searchKeys":["filenameFromUrl","val String.filenameFromUrl: FileName","dev.inmo.tgbotapi.utils.filenameFromUrl"]},{"name":"val TextSourceSerializer: TextSourceSerializer","description":"dev.inmo.tgbotapi.types.MessageEntity.textsources.TextSourceSerializer","location":"docs/dev.inmo.tgbotapi.types.MessageEntity.textsources/-text-source-serializer.html","searchKeys":["TextSourceSerializer","val TextSourceSerializer: TextSourceSerializer","dev.inmo.tgbotapi.types.MessageEntity.textsources.TextSourceSerializer"]},{"name":"val TrueSimpleFilter: SimpleFilter","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.TrueSimpleFilter","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils/-true-simple-filter.html","searchKeys":["TrueSimpleFilter","val TrueSimpleFilter: SimpleFilter","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.TrueSimpleFilter"]},{"name":"val User.link: String","description":"dev.inmo.tgbotapi.types.link","location":"docs/dev.inmo.tgbotapi.types/link.html","searchKeys":["link","val User.link: String","dev.inmo.tgbotapi.types.link"]},{"name":"val UserId.link: String","description":"dev.inmo.tgbotapi.types.link","location":"docs/dev.inmo.tgbotapi.types/link.html","searchKeys":["link","val UserId.link: String","dev.inmo.tgbotapi.types.link"]},{"name":"val Username.deepLinkPrefix: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.deepLinkPrefix","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/deep-link-prefix.html","searchKeys":["deepLinkPrefix","val Username.deepLinkPrefix: String","dev.inmo.tgbotapi.extensions.utils.formatting.deepLinkPrefix"]},{"name":"val Username.link: String","description":"dev.inmo.tgbotapi.extensions.utils.formatting.link","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/link.html","searchKeys":["link","val Username.link: String","dev.inmo.tgbotapi.extensions.utils.formatting.link"]},{"name":"val Venue.foursquare: Foursquare?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.foursquare","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/foursquare.html","searchKeys":["foursquare","val Venue.foursquare: Foursquare?","dev.inmo.tgbotapi.extensions.utils.extensions.venue.foursquare"]},{"name":"val Venue.googlePlace: GooglePlace?","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.googlePlace","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/google-place.html","searchKeys":["googlePlace","val Venue.googlePlace: GooglePlace?","dev.inmo.tgbotapi.extensions.utils.extensions.venue.googlePlace"]},{"name":"val WebApp.colorScheme: ColorScheme","description":"dev.inmo.tgbotapi.webapps.colorScheme","location":"docs/dev.inmo.tgbotapi.webapps/color-scheme.html","searchKeys":["colorScheme","val WebApp.colorScheme: ColorScheme","dev.inmo.tgbotapi.webapps.colorScheme"]},{"name":"val Window.Telegram: Telegram","description":"dev.inmo.tgbotapi.webapps.Telegram","location":"docs/dev.inmo.tgbotapi.webapps/-telegram.html","searchKeys":["Telegram","val Window.Telegram: Telegram","dev.inmo.tgbotapi.webapps.Telegram"]},{"name":"val Zip: MimeType","description":"dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Zip","location":"docs/dev.inmo.tgbotapi.utils/-builtin-mime-types/-application/-zip.html","searchKeys":["Zip","val Zip: MimeType","dev.inmo.tgbotapi.utils.BuiltinMimeTypes.Application.Zip"]},{"name":"val action: BotAction","description":"dev.inmo.tgbotapi.requests.send.SendAction.action","location":"docs/dev.inmo.tgbotapi.requests.send/-send-action/action.html","searchKeys":["action","val action: BotAction","dev.inmo.tgbotapi.requests.send.SendAction.action"]},{"name":"val address: String","description":"dev.inmo.tgbotapi.requests.send.SendVenue.address","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/address.html","searchKeys":["address","val address: String","dev.inmo.tgbotapi.requests.send.SendVenue.address"]},{"name":"val address: String","description":"dev.inmo.tgbotapi.types.ChatLocation.address","location":"docs/dev.inmo.tgbotapi.types/-chat-location/address.html","searchKeys":["address","val address: String","dev.inmo.tgbotapi.types.ChatLocation.address"]},{"name":"val aliasName: String","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasName","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/alias-name.html","searchKeys":["aliasName","val aliasName: String","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.aliasName"]},{"name":"val allCredentials: List","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.allCredentials","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/all-credentials.html","searchKeys":["allCredentials","val allCredentials: List","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.allCredentials"]},{"name":"val allowMultipleAnswers: Boolean = false","description":"dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowMultipleAnswers","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-regular-poll/allow-multiple-answers.html","searchKeys":["allowMultipleAnswers","val allowMultipleAnswers: Boolean = false","dev.inmo.tgbotapi.requests.send.polls.SendRegularPoll.allowMultipleAnswers"]},{"name":"val allowedConnectionsLength: IntRange","description":"dev.inmo.tgbotapi.types.allowedConnectionsLength","location":"docs/dev.inmo.tgbotapi.types/allowed-connections-length.html","searchKeys":["allowedConnectionsLength","val allowedConnectionsLength: IntRange","dev.inmo.tgbotapi.types.allowedConnectionsLength"]},{"name":"val allowedUpdates: List","description":"dev.inmo.tgbotapi.types.WebhookInfo.allowedUpdates","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/allowed-updates.html","searchKeys":["allowedUpdates","val allowedUpdates: List","dev.inmo.tgbotapi.types.WebhookInfo.allowedUpdates"]},{"name":"val allowedUpdates: List? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.allowedUpdates","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/allowed-updates.html","searchKeys":["allowedUpdates","val allowedUpdates: List? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.allowedUpdates"]},{"name":"val allowed_updates: List?","description":"dev.inmo.tgbotapi.requests.GetUpdates.allowed_updates","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/allowed_updates.html","searchKeys":["allowed_updates","val allowed_updates: List?","dev.inmo.tgbotapi.requests.GetUpdates.allowed_updates"]},{"name":"val animation: AnimationFile? = null","description":"dev.inmo.tgbotapi.types.games.Game.animation","location":"docs/dev.inmo.tgbotapi.types.games/-game/animation.html","searchKeys":["animation","val animation: AnimationFile? = null","dev.inmo.tgbotapi.types.games.Game.animation"]},{"name":"val animation: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.animation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/animation.html","searchKeys":["animation","val animation: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.animation"]},{"name":"val animation: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationData.animation","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-data/animation.html","searchKeys":["animation","val animation: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationData.animation"]},{"name":"val animationType: DiceAnimationType","description":"dev.inmo.tgbotapi.types.dice.Dice.animationType","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/animation-type.html","searchKeys":["animationType","val animationType: DiceAnimationType","dev.inmo.tgbotapi.types.dice.Dice.animationType"]},{"name":"val animationType: DiceAnimationType? = null","description":"dev.inmo.tgbotapi.requests.send.SendDice.animationType","location":"docs/dev.inmo.tgbotapi.requests.send/-send-dice/animation-type.html","searchKeys":["animationType","val animationType: DiceAnimationType? = null","dev.inmo.tgbotapi.requests.send.SendDice.animationType"]},{"name":"val asDate: DateTime","description":"dev.inmo.tgbotapi.types.TelegramDate.asDate","location":"docs/dev.inmo.tgbotapi.types/-telegram-date/as-date.html","searchKeys":["asDate","val asDate: DateTime","dev.inmo.tgbotapi.types.TelegramDate.asDate"]},{"name":"val audio: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.audio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/audio.html","searchKeys":["audio","val audio: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.audio"]},{"name":"val audio: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioData.audio","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-data/audio.html","searchKeys":["audio","val audio: String? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioData.audio"]},{"name":"val awaitDelivery: Int","description":"dev.inmo.tgbotapi.types.WebhookInfo.awaitDelivery","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/await-delivery.html","searchKeys":["awaitDelivery","val awaitDelivery: Int","dev.inmo.tgbotapi.types.WebhookInfo.awaitDelivery"]},{"name":"val bankStatement: BankStatementSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.bankStatement","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/bank-statement.html","searchKeys":["bankStatement","val bankStatement: BankStatementSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.bankStatement"]},{"name":"val basketballAndFootballDiceResultLimit: IntRange","description":"dev.inmo.tgbotapi.types.basketballAndFootballDiceResultLimit","location":"docs/dev.inmo.tgbotapi.types/basketball-and-football-dice-result-limit.html","searchKeys":["basketballAndFootballDiceResultLimit","val basketballAndFootballDiceResultLimit: IntRange","dev.inmo.tgbotapi.types.basketballAndFootballDiceResultLimit"]},{"name":"val bigFileId: String","description":"dev.inmo.tgbotapi.types.ChatPhoto.bigFileId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/big-file-id.html","searchKeys":["bigFileId","val bigFileId: String","dev.inmo.tgbotapi.types.ChatPhoto.bigFileId"]},{"name":"val bigFileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.ChatPhoto.bigFileUniqueId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/big-file-unique-id.html","searchKeys":["bigFileUniqueId","val bigFileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.ChatPhoto.bigFileUniqueId"]},{"name":"val bio: String? = null","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.bio","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/bio.html","searchKeys":["bio","val bio: String? = null","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.bio"]},{"name":"val botCommandDescriptionLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandDescriptionLimit","location":"docs/dev.inmo.tgbotapi.types/bot-command-description-limit.html","searchKeys":["botCommandDescriptionLimit","val botCommandDescriptionLimit: IntRange","dev.inmo.tgbotapi.types.botCommandDescriptionLimit"]},{"name":"val botCommandLengthLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandLengthLimit","location":"docs/dev.inmo.tgbotapi.types/bot-command-length-limit.html","searchKeys":["botCommandLengthLimit","val botCommandLengthLimit: IntRange","dev.inmo.tgbotapi.types.botCommandLengthLimit"]},{"name":"val botCommandLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandLimit","location":"docs/dev.inmo.tgbotapi.types/bot-command-limit.html","searchKeys":["botCommandLimit","val botCommandLimit: IntRange","dev.inmo.tgbotapi.types.botCommandLimit"]},{"name":"val botCommandsLimit: IntRange","description":"dev.inmo.tgbotapi.types.botCommandsLimit","location":"docs/dev.inmo.tgbotapi.types/bot-commands-limit.html","searchKeys":["botCommandsLimit","val botCommandsLimit: IntRange","dev.inmo.tgbotapi.types.botCommandsLimit"]},{"name":"val botUsername: String? = null","description":"dev.inmo.tgbotapi.types.LoginURL.botUsername","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/bot-username.html","searchKeys":["botUsername","val botUsername: String? = null","dev.inmo.tgbotapi.types.LoginURL.botUsername"]},{"name":"val buttonText: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.buttonText","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/button-text.html","searchKeys":["buttonText","val buttonText: String","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.buttonText"]},{"name":"val cachedTime: Int? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.cachedTime","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/cached-time.html","searchKeys":["cachedTime","val cachedTime: Int? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.cachedTime"]},{"name":"val cachedTimeSeconds: Int? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.cachedTimeSeconds","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/cached-time-seconds.html","searchKeys":["cachedTimeSeconds","val cachedTimeSeconds: Int? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.cachedTimeSeconds"]},{"name":"val callbackData: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.callbackData","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-callback-data-inline-keyboard-button/callback-data.html","searchKeys":["callbackData","val callbackData: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.CallbackDataInlineKeyboardButton.callbackData"]},{"name":"val callbackQueryAnswerLength: IntRange","description":"dev.inmo.tgbotapi.types.callbackQueryAnswerLength","location":"docs/dev.inmo.tgbotapi.types/callback-query-answer-length.html","searchKeys":["callbackQueryAnswerLength","val callbackQueryAnswerLength: IntRange","dev.inmo.tgbotapi.types.callbackQueryAnswerLength"]},{"name":"val callbackQueryId: CallbackQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.callbackQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/callback-query-id.html","searchKeys":["callbackQueryId","val callbackQueryId: CallbackQueryIdentifier","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.callbackQueryId"]},{"name":"val canAddWebPagePreviews: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canAddWebPagePreviews","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-add-web-page-previews.html","searchKeys":["canAddWebPagePreviews","val canAddWebPagePreviews: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canAddWebPagePreviews"]},{"name":"val canAddWebpagePreviews: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canAddWebpagePreviews","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-add-webpage-previews.html","searchKeys":["canAddWebpagePreviews","val canAddWebpagePreviews: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canAddWebpagePreviews"]},{"name":"val canChangeInfo: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canChangeInfo","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-change-info.html","searchKeys":["canChangeInfo","val canChangeInfo: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canChangeInfo"]},{"name":"val canContinue: Long","description":"dev.inmo.tgbotapi.types.RetryAfterError.canContinue","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/can-continue.html","searchKeys":["canContinue","val canContinue: Long","dev.inmo.tgbotapi.types.RetryAfterError.canContinue"]},{"name":"val canInviteUsers: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canInviteUsers","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-invite-users.html","searchKeys":["canInviteUsers","val canInviteUsers: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canInviteUsers"]},{"name":"val canJoinGroups: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.canJoinGroups","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/can-join-groups.html","searchKeys":["canJoinGroups","val canJoinGroups: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedBot.canJoinGroups"]},{"name":"val canPinMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canPinMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-pin-messages.html","searchKeys":["canPinMessages","val canPinMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canPinMessages"]},{"name":"val canReadAllGroupMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.canReadAllGroupMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/can-read-all-group-messages.html","searchKeys":["canReadAllGroupMessages","val canReadAllGroupMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedBot.canReadAllGroupMessages"]},{"name":"val canSendMediaMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMediaMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-media-messages.html","searchKeys":["canSendMediaMessages","val canSendMediaMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMediaMessages"]},{"name":"val canSendMediaMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMediaMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-media-messages.html","searchKeys":["canSendMediaMessages","val canSendMediaMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMediaMessages"]},{"name":"val canSendMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-messages.html","searchKeys":["canSendMessages","val canSendMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendMessages"]},{"name":"val canSendMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-messages.html","searchKeys":["canSendMessages","val canSendMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendMessages"]},{"name":"val canSendOtherMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendOtherMessages","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-other-messages.html","searchKeys":["canSendOtherMessages","val canSendOtherMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendOtherMessages"]},{"name":"val canSendOtherMessages: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendOtherMessages","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-other-messages.html","searchKeys":["canSendOtherMessages","val canSendOtherMessages: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendOtherMessages"]},{"name":"val canSendPolls: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendPolls","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-permissions/can-send-polls.html","searchKeys":["canSendPolls","val canSendPolls: Boolean = false","dev.inmo.tgbotapi.types.chat.ChatPermissions.canSendPolls"]},{"name":"val canSendPolls: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendPolls","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/can-send-polls.html","searchKeys":["canSendPolls","val canSendPolls: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.canSendPolls"]},{"name":"val captionLength: IntRange","description":"dev.inmo.tgbotapi.types.captionLength","location":"docs/dev.inmo.tgbotapi.types/caption-length.html","searchKeys":["captionLength","val captionLength: IntRange","dev.inmo.tgbotapi.types.captionLength"]},{"name":"val center: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.center","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center.html","searchKeys":["center","val center: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.center"]},{"name":"val centerReel: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.centerReel","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/center-reel.html","searchKeys":["centerReel","val centerReel: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.centerReel"]},{"name":"val certificateFile: String? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.certificateFile","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/certificate-file.html","searchKeys":["certificateFile","val certificateFile: String? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.certificateFile"]},{"name":"val channelChat: ChannelChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.channelChat","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/channel-chat.html","searchKeys":["channelChat","val channelChat: ChannelChat","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.channelChat"]},{"name":"val chat: Chat","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.chat","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/chat.html","searchKeys":["chat","val chat: Chat","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.chat"]},{"name":"val chat: PublicChat","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.chat","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/chat.html","searchKeys":["chat","val chat: PublicChat","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.chat"]},{"name":"val chatDescriptionLength: IntRange","description":"dev.inmo.tgbotapi.types.chatDescriptionLength","location":"docs/dev.inmo.tgbotapi.types/chat-description-length.html","searchKeys":["chatDescriptionLength","val chatDescriptionLength: IntRange","dev.inmo.tgbotapi.types.chatDescriptionLength"]},{"name":"val chatId: Identifier","description":"dev.inmo.tgbotapi.types.ChatId.chatId","location":"docs/dev.inmo.tgbotapi.types/-chat-id/chat-id.html","searchKeys":["chatId","val chatId: Identifier","dev.inmo.tgbotapi.types.ChatId.chatId"]},{"name":"val chatTitleLength: IntRange","description":"dev.inmo.tgbotapi.types.chatTitleLength","location":"docs/dev.inmo.tgbotapi.types/chat-title-length.html","searchKeys":["chatTitleLength","val chatTitleLength: IntRange","dev.inmo.tgbotapi.types.chatTitleLength"]},{"name":"val chooseSticker: ChooseStickerAction","description":"dev.inmo.tgbotapi.types.actions.chooseSticker","location":"docs/dev.inmo.tgbotapi.types.actions/choose-sticker.html","searchKeys":["chooseSticker","val chooseSticker: ChooseStickerAction","dev.inmo.tgbotapi.types.actions.chooseSticker"]},{"name":"val chosen: List","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.chosen","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/chosen.html","searchKeys":["chosen","val chosen: List","dev.inmo.tgbotapi.types.polls.PollAnswer.chosen"]},{"name":"val city: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.city","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/city.html","searchKeys":["city","val city: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.city"]},{"name":"val color: String? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.color","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/color.html","searchKeys":["color","val color: String? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.color"]},{"name":"val colorSchemeRaw: String","description":"dev.inmo.tgbotapi.webapps.WebApp.colorSchemeRaw","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/color-scheme-raw.html","searchKeys":["colorSchemeRaw","val colorSchemeRaw: String","dev.inmo.tgbotapi.webapps.WebApp.colorSchemeRaw"]},{"name":"val command: String","description":"dev.inmo.tgbotapi.types.BotCommand.command","location":"docs/dev.inmo.tgbotapi.types/-bot-command/command.html","searchKeys":["command","val command: String","dev.inmo.tgbotapi.types.BotCommand.command"]},{"name":"val command: String","description":"dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.command","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-bot-command-text-source/command.html","searchKeys":["command","val command: String","dev.inmo.tgbotapi.types.message.textsources.BotCommandTextSource.command"]},{"name":"val commands: List","description":"dev.inmo.tgbotapi.requests.bot.SetMyCommands.commands","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-commands/commands.html","searchKeys":["commands","val commands: List","dev.inmo.tgbotapi.requests.bot.SetMyCommands.commands"]},{"name":"val commonAPIUrl: String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.commonAPIUrl","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/common-a-p-i-url.html","searchKeys":["commonAPIUrl","val commonAPIUrl: String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.commonAPIUrl"]},{"name":"val contact: Contact","description":"dev.inmo.tgbotapi.types.message.content.ContactContent.contact","location":"docs/dev.inmo.tgbotapi.types.message.content/-contact-content/contact.html","searchKeys":["contact","val contact: Contact","dev.inmo.tgbotapi.types.message.content.ContactContent.contact"]},{"name":"val containsMasks: Boolean = false","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean = false","dev.inmo.tgbotapi.types.stickers.StickerSet.containsMasks"]},{"name":"val containsMasks: Boolean? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.containsMasks"]},{"name":"val containsMasks: Boolean? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.containsMasks"]},{"name":"val containsMasks: Boolean? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.containsMasks","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/contains-masks.html","searchKeys":["containsMasks","val containsMasks: Boolean? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.containsMasks"]},{"name":"val correctOptionId: Int","description":"dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.correctOptionId","location":"docs/dev.inmo.tgbotapi.requests.send.polls/-send-quiz-poll/correct-option-id.html","searchKeys":["correctOptionId","val correctOptionId: Int","dev.inmo.tgbotapi.requests.send.polls.SendQuizPoll.correctOptionId"]},{"name":"val correctOptionId: Int? = null","description":"dev.inmo.tgbotapi.types.polls.QuizPoll.correctOptionId","location":"docs/dev.inmo.tgbotapi.types.polls/-quiz-poll/correct-option-id.html","searchKeys":["correctOptionId","val correctOptionId: Int? = null","dev.inmo.tgbotapi.types.polls.QuizPoll.correctOptionId"]},{"name":"val count: Int","description":"dev.inmo.tgbotapi.types.UserProfilePhotos.count","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/count.html","searchKeys":["count","val count: Int","dev.inmo.tgbotapi.types.UserProfilePhotos.count"]},{"name":"val countryCode: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.countryCode","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/country-code.html","searchKeys":["countryCode","val countryCode: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.countryCode"]},{"name":"val credentials: EncryptedCredentials","description":"dev.inmo.tgbotapi.types.passport.PassportData.credentials","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/credentials.html","searchKeys":["credentials","val credentials: EncryptedCredentials","dev.inmo.tgbotapi.types.passport.PassportData.credentials"]},{"name":"val customCertificate: Boolean = false","description":"dev.inmo.tgbotapi.types.WebhookInfo.customCertificate","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/custom-certificate.html","searchKeys":["customCertificate","val customCertificate: Boolean = false","dev.inmo.tgbotapi.types.WebhookInfo.customCertificate"]},{"name":"val customTitle: String","description":"dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.customTitle","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-set-chat-administrator-custom-title/custom-title.html","searchKeys":["customTitle","val customTitle: String","dev.inmo.tgbotapi.requests.chat.members.SetChatAdministratorCustomTitle.customTitle"]},{"name":"val customTitleLength: IntRange","description":"dev.inmo.tgbotapi.types.customTitleLength","location":"docs/dev.inmo.tgbotapi.types/custom-title-length.html","searchKeys":["customTitleLength","val customTitleLength: IntRange","dev.inmo.tgbotapi.types.customTitleLength"]},{"name":"val dartsCubeAndBowlingDiceResultLimit: IntRange","description":"dev.inmo.tgbotapi.types.dartsCubeAndBowlingDiceResultLimit","location":"docs/dev.inmo.tgbotapi.types/darts-cube-and-bowling-dice-result-limit.html","searchKeys":["dartsCubeAndBowlingDiceResultLimit","val dartsCubeAndBowlingDiceResultLimit: IntRange","dev.inmo.tgbotapi.types.dartsCubeAndBowlingDiceResultLimit"]},{"name":"val data: D","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.data","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/data.html","searchKeys":["data","val data: D","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.data"]},{"name":"val data: EncryptedData","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.data","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/data.html","searchKeys":["data","val data: EncryptedData","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.data"]},{"name":"val data: List","description":"dev.inmo.tgbotapi.types.passport.PassportData.data","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-data/data.html","searchKeys":["data","val data: List","dev.inmo.tgbotapi.types.passport.PassportData.data"]},{"name":"val data: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.data","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-web-app-data/data.html","searchKeys":["data","val data: String","dev.inmo.tgbotapi.types.message.ChatEvents.WebAppData.data"]},{"name":"val date: TelegramDate","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.date","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/date.html","searchKeys":["date","val date: TelegramDate","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.date"]},{"name":"val date: TelegramDate","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.date","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/date.html","searchKeys":["date","val date: TelegramDate","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.date"]},{"name":"val dateTime: DateTime","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.dateTime","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/date-time.html","searchKeys":["dateTime","val dateTime: DateTime","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.dateTime"]},{"name":"val defaultArgsSeparator: Regex","description":"dev.inmo.tgbotapi.extensions.utils.extensions.defaultArgsSeparator","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions/default-args-separator.html","searchKeys":["defaultArgsSeparator","val defaultArgsSeparator: Regex","dev.inmo.tgbotapi.extensions.utils.extensions.defaultArgsSeparator"]},{"name":"val defaultLivePeriodDelayMillis: Long","description":"dev.inmo.tgbotapi.extensions.api.defaultLivePeriodDelayMillis","location":"docs/dev.inmo.tgbotapi.extensions.api/default-live-period-delay-millis.html","searchKeys":["defaultLivePeriodDelayMillis","val defaultLivePeriodDelayMillis: Long","dev.inmo.tgbotapi.extensions.api.defaultLivePeriodDelayMillis"]},{"name":"val degreesLimit: IntRange","description":"dev.inmo.tgbotapi.types.degreesLimit","location":"docs/dev.inmo.tgbotapi.types/degrees-limit.html","searchKeys":["degreesLimit","val degreesLimit: IntRange","dev.inmo.tgbotapi.types.degreesLimit"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.description","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-description/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.requests.chat.modify.SetChatDescription.description"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.types.BotCommand.description","location":"docs/dev.inmo.tgbotapi.types/-bot-command/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.types.BotCommand.description"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.types.games.Game.description","location":"docs/dev.inmo.tgbotapi.types.games/-game/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.types.games.Game.description"]},{"name":"val description: String","description":"dev.inmo.tgbotapi.types.payments.Invoice.description","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/description.html","searchKeys":["description","val description: String","dev.inmo.tgbotapi.types.payments.Invoice.description"]},{"name":"val description: String? = null","description":"dev.inmo.tgbotapi.types.Response.description","location":"docs/dev.inmo.tgbotapi.types/-response/description.html","searchKeys":["description","val description: String? = null","dev.inmo.tgbotapi.types.Response.description"]},{"name":"val dice: Dice","description":"dev.inmo.tgbotapi.types.message.content.DiceContent.dice","location":"docs/dev.inmo.tgbotapi.types.message.content/-dice-content/dice.html","searchKeys":["dice","val dice: Dice","dev.inmo.tgbotapi.types.message.content.DiceContent.dice"]},{"name":"val disableContentTypeDetection: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableContentTypeDetection","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/disable-content-type-detection.html","searchKeys":["disableContentTypeDetection","val disableContentTypeDetection: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.disableContentTypeDetection"]},{"name":"val disableContentTypeDetection: Boolean? = null","description":"dev.inmo.tgbotapi.types.media.TelegramMediaDocument.disableContentTypeDetection","location":"docs/dev.inmo.tgbotapi.types.media/-telegram-media-document/disable-content-type-detection.html","searchKeys":["disableContentTypeDetection","val disableContentTypeDetection: Boolean? = null","dev.inmo.tgbotapi.types.media.TelegramMediaDocument.disableContentTypeDetection"]},{"name":"val disableNotification: Boolean = false","description":"dev.inmo.tgbotapi.requests.ForwardMessage.disableNotification","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/disable-notification.html","searchKeys":["disableNotification","val disableNotification: Boolean = false","dev.inmo.tgbotapi.requests.ForwardMessage.disableNotification"]},{"name":"val distance: Meters","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.distance","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/distance.html","searchKeys":["distance","val distance: Meters","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.distance"]},{"name":"val document: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.document","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-files/document.html","searchKeys":["document","val document: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.document"]},{"name":"val document: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentData.document","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-data/document.html","searchKeys":["document","val document: String? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentData.document"]},{"name":"val domain: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.domain","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-user-logged-in/domain.html","searchKeys":["domain","val domain: String","dev.inmo.tgbotapi.types.message.ChatEvents.UserLoggedIn.domain"]},{"name":"val driverLicense: DriverLicenseSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.driverLicense","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/driver-license.html","searchKeys":["driverLicense","val driverLicense: DriverLicenseSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.driverLicense"]},{"name":"val dropPendingUpdates: Boolean? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.dropPendingUpdates","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/drop-pending-updates.html","searchKeys":["dropPendingUpdates","val dropPendingUpdates: Boolean? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.dropPendingUpdates"]},{"name":"val duration: Seconds","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.duration","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/duration.html","searchKeys":["duration","val duration: Seconds","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.duration"]},{"name":"val email: String","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.email","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/email.html","searchKeys":["email","val email: String","dev.inmo.tgbotapi.types.payments.OrderInfo.email"]},{"name":"val emoji: String? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.emoji","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/emoji.html","searchKeys":["emoji","val emoji: String? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.emoji"]},{"name":"val encryptedElementsClassesByTypes: Map>","description":"dev.inmo.tgbotapi.types.passport.encrypted.encryptedElementsClassesByTypes","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted/encrypted-elements-classes-by-types.html","searchKeys":["encryptedElementsClassesByTypes","val encryptedElementsClassesByTypes: Map>","dev.inmo.tgbotapi.types.passport.encrypted.encryptedElementsClassesByTypes"]},{"name":"val entities: TextSourcesList","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.entities","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/entities.html","searchKeys":["entities","val entities: TextSourcesList","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.entities"]},{"name":"val error: RequestError?","description":"dev.inmo.tgbotapi.types.ResponseParametersRaw.error","location":"docs/dev.inmo.tgbotapi.types/-response-parameters-raw/error.html","searchKeys":["error","val error: RequestError?","dev.inmo.tgbotapi.types.ResponseParametersRaw.error"]},{"name":"val error: String","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.error","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-error/error.html","searchKeys":["error","val error: String","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryError.error"]},{"name":"val errorCode: Int? = null","description":"dev.inmo.tgbotapi.types.Response.errorCode","location":"docs/dev.inmo.tgbotapi.types/-response/error-code.html","searchKeys":["errorCode","val errorCode: Int? = null","dev.inmo.tgbotapi.types.Response.errorCode"]},{"name":"val errorMessage: String","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.errorMessage","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-pre-checkout-query-error/error-message.html","searchKeys":["errorMessage","val errorMessage: String","dev.inmo.tgbotapi.requests.answers.payments.AnswerPreCheckoutQueryError.errorMessage"]},{"name":"val errors: List","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.errors","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/errors.html","searchKeys":["errors","val errors: List","dev.inmo.tgbotapi.requests.SetPassportDataErrors.errors"]},{"name":"val explanationLimit: IntRange","description":"dev.inmo.tgbotapi.types.explanationLimit","location":"docs/dev.inmo.tgbotapi.types/explanation-limit.html","searchKeys":["explanationLimit","val explanationLimit: IntRange","dev.inmo.tgbotapi.types.explanationLimit"]},{"name":"val fieldName: String","description":"dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.fieldName","location":"docs/dev.inmo.tgbotapi.types.passport/-passport-element-error-data-field/field-name.html","searchKeys":["fieldName","val fieldName: String","dev.inmo.tgbotapi.types.passport.PassportElementErrorDataField.fieldName"]},{"name":"val fileBaseUrl: String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.fileBaseUrl","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/file-base-url.html","searchKeys":["fileBaseUrl","val fileBaseUrl: String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.fileBaseUrl"]},{"name":"val fileId: FileId","description":"dev.inmo.tgbotapi.requests.get.GetFile.fileId","location":"docs/dev.inmo.tgbotapi.requests.get/-get-file/file-id.html","searchKeys":["fileId","val fileId: FileId","dev.inmo.tgbotapi.requests.get.GetFile.fileId"]},{"name":"val fileName: FileName","description":"dev.inmo.tgbotapi.types.files.PathedFile.fileName","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-name.html","searchKeys":["fileName","val fileName: FileName","dev.inmo.tgbotapi.types.files.PathedFile.fileName"]},{"name":"val filePath: String","description":"dev.inmo.tgbotapi.requests.DownloadFile.filePath","location":"docs/dev.inmo.tgbotapi.requests/-download-file/file-path.html","searchKeys":["filePath","val filePath: String","dev.inmo.tgbotapi.requests.DownloadFile.filePath"]},{"name":"val filePath: String","description":"dev.inmo.tgbotapi.requests.DownloadFileStream.filePath","location":"docs/dev.inmo.tgbotapi.requests/-download-file-stream/file-path.html","searchKeys":["filePath","val filePath: String","dev.inmo.tgbotapi.requests.DownloadFileStream.filePath"]},{"name":"val filePath: String","description":"dev.inmo.tgbotapi.types.files.PathedFile.filePath","location":"docs/dev.inmo.tgbotapi.types.files/-pathed-file/file-path.html","searchKeys":["filePath","val filePath: String","dev.inmo.tgbotapi.types.files.PathedFile.filePath"]},{"name":"val file_id: FileId","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.file_id","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_id.html","searchKeys":["file_id","val file_id: FileId","dev.inmo.tgbotapi.types.files.StickerSurrogate.file_id"]},{"name":"val file_size: Long? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.file_size","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_size.html","searchKeys":["file_size","val file_size: Long? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.file_size"]},{"name":"val file_unique_id: FileUniqueId","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.file_unique_id","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/file_unique_id.html","searchKeys":["file_unique_id","val file_unique_id: FileUniqueId","dev.inmo.tgbotapi.types.files.StickerSurrogate.file_unique_id"]},{"name":"val filename: String","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.filename","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/filename.html","searchKeys":["filename","val filename: String","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.filename"]},{"name":"val files: F","description":"dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.files","location":"docs/dev.inmo.tgbotapi.requests.send.media.base/-multipart-request-impl/files.html","searchKeys":["files","val files: F","dev.inmo.tgbotapi.requests.send.media.base.MultipartRequestImpl.files"]},{"name":"val files: List","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles.files","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-files/files.html","searchKeys":["files","val files: List","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupFiles.files"]},{"name":"val findLocation: FindLocationAction","description":"dev.inmo.tgbotapi.types.actions.findLocation","location":"docs/dev.inmo.tgbotapi.types.actions/find-location.html","searchKeys":["findLocation","val findLocation: FindLocationAction","dev.inmo.tgbotapi.types.actions.findLocation"]},{"name":"val firstName: String","description":"dev.inmo.tgbotapi.requests.send.SendContact.firstName","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/first-name.html","searchKeys":["firstName","val firstName: String","dev.inmo.tgbotapi.requests.send.SendContact.firstName"]},{"name":"val firstStreetLine: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.firstStreetLine","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/first-street-line.html","searchKeys":["firstStreetLine","val firstStreetLine: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.firstStreetLine"]},{"name":"val forChannels: Boolean? = null","description":"dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.forChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-clear-my-default-administrator-rights/for-channels.html","searchKeys":["forChannels","val forChannels: Boolean? = null","dev.inmo.tgbotapi.requests.bot.ClearMyDefaultAdministratorRights.forChannels"]},{"name":"val forChannels: Boolean? = null","description":"dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.forChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-get-my-default-administrator-rights/for-channels.html","searchKeys":["forChannels","val forChannels: Boolean? = null","dev.inmo.tgbotapi.requests.bot.GetMyDefaultAdministratorRights.forChannels"]},{"name":"val forChannels: Boolean? = null","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.forChannels","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/for-channels.html","searchKeys":["forChannels","val forChannels: Boolean? = null","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.forChannels"]},{"name":"val forceReply: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.forceReply","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/force-reply.html","searchKeys":["forceReply","val forceReply: Boolean = true","dev.inmo.tgbotapi.types.buttons.ReplyForce.forceReply"]},{"name":"val forwardText: String? = null","description":"dev.inmo.tgbotapi.types.LoginURL.forwardText","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/forward-text.html","searchKeys":["forwardText","val forwardText: String? = null","dev.inmo.tgbotapi.types.LoginURL.forwardText"]},{"name":"val foursquareId: FoursquareId? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.foursquareId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-id.html","searchKeys":["foursquareId","val foursquareId: FoursquareId? = null","dev.inmo.tgbotapi.requests.send.SendVenue.foursquareId"]},{"name":"val foursquareType: FoursquareType? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.foursquareType","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/foursquare-type.html","searchKeys":["foursquareType","val foursquareType: FoursquareType? = null","dev.inmo.tgbotapi.requests.send.SendVenue.foursquareType"]},{"name":"val fromChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.fromChatId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/from-chat-id.html","searchKeys":["fromChatId","val fromChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.fromChatId"]},{"name":"val fromChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.fromChatId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/from-chat-id.html","searchKeys":["fromChatId","val fromChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.fromChatId"]},{"name":"val game: Game","description":"dev.inmo.tgbotapi.types.message.content.GameContent.game","location":"docs/dev.inmo.tgbotapi.types.message.content/-game-content/game.html","searchKeys":["game","val game: Game","dev.inmo.tgbotapi.types.message.content.GameContent.game"]},{"name":"val gameShortName: String","description":"dev.inmo.tgbotapi.requests.send.games.SendGame.gameShortName","location":"docs/dev.inmo.tgbotapi.requests.send.games/-send-game/game-short-name.html","searchKeys":["gameShortName","val gameShortName: String","dev.inmo.tgbotapi.requests.send.games.SendGame.gameShortName"]},{"name":"val gameShortName: String","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.gameShortName","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-game/game-short-name.html","searchKeys":["gameShortName","val gameShortName: String","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultGame.gameShortName"]},{"name":"val getUpdatesLimit: IntRange","description":"dev.inmo.tgbotapi.types.getUpdatesLimit","location":"docs/dev.inmo.tgbotapi.types/get-updates-limit.html","searchKeys":["getUpdatesLimit","val getUpdatesLimit: IntRange","dev.inmo.tgbotapi.types.getUpdatesLimit"]},{"name":"val googlePlaceId: GooglePlaceId? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceId","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-id.html","searchKeys":["googlePlaceId","val googlePlaceId: GooglePlaceId? = null","dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceId"]},{"name":"val googlePlaceType: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceType","location":"docs/dev.inmo.tgbotapi.requests.send/-send-venue/google-place-type.html","searchKeys":["googlePlaceType","val googlePlaceType: GooglePlaceType? = null","dev.inmo.tgbotapi.requests.send.SendVenue.googlePlaceType"]},{"name":"val group: SupergroupChat","description":"dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.group","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-supergroup-info/group.html","searchKeys":["group","val group: SupergroupChat","dev.inmo.tgbotapi.types.message.ForwardFromSupergroupInfo.group"]},{"name":"val handleable: List","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.handleable","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-handleable-triggers-holder/handleable.html","searchKeys":["handleable","val handleable: List","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.HandleableTriggersHolder.handleable"]},{"name":"val handleableCallbackQueriesDataHolder: HandleableCallbackBasedHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCallbackQueriesDataHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-callback-queries-data-holder.html","searchKeys":["handleableCallbackQueriesDataHolder","val handleableCallbackQueriesDataHolder: HandleableCallbackBasedHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCallbackQueriesDataHolder"]},{"name":"val handleableCommandsHolder: HandleableRegexesHolder","description":"dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCommandsHolder","location":"docs/dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar/-triggers-holder/handleable-commands-holder.html","searchKeys":["handleableCommandsHolder","val handleableCommandsHolder: HandleableRegexesHolder","dev.inmo.tgbotapi.extensions.behaviour_builder.utils.handlers_registrar.TriggersHolder.handleableCommandsHolder"]},{"name":"val hasError: Boolean","description":"dev.inmo.tgbotapi.types.WebhookInfo.hasError","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/has-error.html","searchKeys":["hasError","val hasError: Boolean","dev.inmo.tgbotapi.types.WebhookInfo.hasError"]},{"name":"val hash: SourceBytes","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.hash","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/hash.html","searchKeys":["hash","val hash: SourceBytes","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.hash"]},{"name":"val height: Int","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.height","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/height.html","searchKeys":["height","val height: Int","dev.inmo.tgbotapi.types.files.StickerSurrogate.height"]},{"name":"val hideUrl: Boolean? = null","description":"dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.hideUrl","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult/-inline-query-result-article/hide-url.html","searchKeys":["hideUrl","val hideUrl: Boolean? = null","dev.inmo.tgbotapi.types.InlineQueries.InlineQueryResult.InlineQueryResultArticle.hideUrl"]},{"name":"val horizontalAccuracyLimit: ClosedFloatingPointRange","description":"dev.inmo.tgbotapi.types.horizontalAccuracyLimit","location":"docs/dev.inmo.tgbotapi.types/horizontal-accuracy-limit.html","searchKeys":["horizontalAccuracyLimit","val horizontalAccuracyLimit: ClosedFloatingPointRange","dev.inmo.tgbotapi.types.horizontalAccuracyLimit"]},{"name":"val host: String","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.host","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/host.html","searchKeys":["host","val host: String","dev.inmo.tgbotapi.bot.settings.ProxySettings.host"]},{"name":"val id: FoursquareId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/id.html","searchKeys":["id","val id: FoursquareId","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.id"]},{"name":"val id: GooglePlaceId","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.id","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/id.html","searchKeys":["id","val id: GooglePlaceId","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.id"]},{"name":"val id: PreCheckoutQueryId","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.id","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/id.html","searchKeys":["id","val id: PreCheckoutQueryId","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.id"]},{"name":"val id: ShippingOptionIdentifier","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.id","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/id.html","searchKeys":["id","val id: ShippingOptionIdentifier","dev.inmo.tgbotapi.types.payments.ShippingOption.id"]},{"name":"val id: ShippingQueryIdentifier","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.id","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/id.html","searchKeys":["id","val id: ShippingQueryIdentifier","dev.inmo.tgbotapi.types.payments.ShippingQuery.id"]},{"name":"val identityCard: IdentityCardSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.identityCard","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/identity-card.html","searchKeys":["identityCard","val identityCard: IdentityCardSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.identityCard"]},{"name":"val includedDocument: DocumentFile?","description":"dev.inmo.tgbotapi.types.message.content.AnimationContent.includedDocument","location":"docs/dev.inmo.tgbotapi.types.message.content/-animation-content/included-document.html","searchKeys":["includedDocument","val includedDocument: DocumentFile?","dev.inmo.tgbotapi.types.message.content.AnimationContent.includedDocument"]},{"name":"val initData: String","description":"dev.inmo.tgbotapi.webapps.WebApp.initData","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/init-data.html","searchKeys":["initData","val initData: String","dev.inmo.tgbotapi.webapps.WebApp.initData"]},{"name":"val initDataUnsafe: WebAppInitData","description":"dev.inmo.tgbotapi.webapps.WebApp.initDataUnsafe","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/init-data-unsafe.html","searchKeys":["initDataUnsafe","val initDataUnsafe: WebAppInitData","dev.inmo.tgbotapi.webapps.WebApp.initDataUnsafe"]},{"name":"val inlineMessageId: InlineMessageIdentifier? = null","description":"dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.inlineMessageId","location":"docs/dev.inmo.tgbotapi.types.webapps.query/-sent-web-app-message/inline-message-id.html","searchKeys":["inlineMessageId","val inlineMessageId: InlineMessageIdentifier? = null","dev.inmo.tgbotapi.types.webapps.query.SentWebAppMessage.inlineMessageId"]},{"name":"val inlineQueryAnswerResultsLimit: IntRange","description":"dev.inmo.tgbotapi.types.inlineQueryAnswerResultsLimit","location":"docs/dev.inmo.tgbotapi.types/inline-query-answer-results-limit.html","searchKeys":["inlineQueryAnswerResultsLimit","val inlineQueryAnswerResultsLimit: IntRange","dev.inmo.tgbotapi.types.inlineQueryAnswerResultsLimit"]},{"name":"val inlineQueryID: InlineQueryIdentifier","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.inlineQueryID","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/inline-query-i-d.html","searchKeys":["inlineQueryID","val inlineQueryID: InlineQueryIdentifier","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.inlineQueryID"]},{"name":"val inlineResultQueryIdLingth: IntRange","description":"dev.inmo.tgbotapi.types.inlineResultQueryIdLingth","location":"docs/dev.inmo.tgbotapi.types/inline-result-query-id-lingth.html","searchKeys":["inlineResultQueryIdLingth","val inlineResultQueryIdLingth: IntRange","dev.inmo.tgbotapi.types.inlineResultQueryIdLingth"]},{"name":"val input: Input","description":"dev.inmo.tgbotapi.requests.abstracts.MultipartFile.input","location":"docs/dev.inmo.tgbotapi.requests.abstracts/-multipart-file/input.html","searchKeys":["input","val input: Input","dev.inmo.tgbotapi.requests.abstracts.MultipartFile.input"]},{"name":"val inputFieldPlaceholder: String? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.inputFieldPlaceholder","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/input-field-placeholder.html","searchKeys":["inputFieldPlaceholder","val inputFieldPlaceholder: String? = null","dev.inmo.tgbotapi.types.buttons.ReplyForce.inputFieldPlaceholder"]},{"name":"val inputFieldPlaceholder: String? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.inputFieldPlaceholder","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/input-field-placeholder.html","searchKeys":["inputFieldPlaceholder","val inputFieldPlaceholder: String? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.inputFieldPlaceholder"]},{"name":"val inputFieldPlaceholderLimit: IntRange","description":"dev.inmo.tgbotapi.types.inputFieldPlaceholderLimit","location":"docs/dev.inmo.tgbotapi.types/input-field-placeholder-limit.html","searchKeys":["inputFieldPlaceholderLimit","val inputFieldPlaceholderLimit: IntRange","dev.inmo.tgbotapi.types.inputFieldPlaceholderLimit"]},{"name":"val insideException: Exception","description":"dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.insideException","location":"docs/dev.inmo.tgbotapi.types.message.abstracts/-unknown-message-type/inside-exception.html","searchKeys":["insideException","val insideException: Exception","dev.inmo.tgbotapi.types.message.abstracts.UnknownMessageType.insideException"]},{"name":"val internalPassport: InternalPassportSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.internalPassport","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/internal-passport.html","searchKeys":["internalPassport","val internalPassport: InternalPassportSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.internalPassport"]},{"name":"val inviteLink: ChatInviteLink","description":"dev.inmo.tgbotapi.types.chat.ChatJoinRequest.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat/-chat-join-request/invite-link.html","searchKeys":["inviteLink","val inviteLink: ChatInviteLink","dev.inmo.tgbotapi.types.chat.ChatJoinRequest.inviteLink"]},{"name":"val inviteLink: ChatInviteLink? = null","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.inviteLink","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/invite-link.html","searchKeys":["inviteLink","val inviteLink: ChatInviteLink? = null","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.inviteLink"]},{"name":"val invoice: Invoice","description":"dev.inmo.tgbotapi.types.message.content.InvoiceContent.invoice","location":"docs/dev.inmo.tgbotapi.types.message.content/-invoice-content/invoice.html","searchKeys":["invoice","val invoice: Invoice","dev.inmo.tgbotapi.types.message.content.InvoiceContent.invoice"]},{"name":"val invoiceDescriptionLimit: IntRange","description":"dev.inmo.tgbotapi.types.invoiceDescriptionLimit","location":"docs/dev.inmo.tgbotapi.types/invoice-description-limit.html","searchKeys":["invoiceDescriptionLimit","val invoiceDescriptionLimit: IntRange","dev.inmo.tgbotapi.types.invoiceDescriptionLimit"]},{"name":"val invoicePayload: InvoicePayload","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.invoicePayload","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/invoice-payload.html","searchKeys":["invoicePayload","val invoicePayload: InvoicePayload","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.invoicePayload"]},{"name":"val invoicePayload: InvoicePayload","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.invoicePayload","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/invoice-payload.html","searchKeys":["invoicePayload","val invoicePayload: InvoicePayload","dev.inmo.tgbotapi.types.payments.ShippingQuery.invoicePayload"]},{"name":"val invoicePayload: String","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.invoicePayload","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/invoice-payload.html","searchKeys":["invoicePayload","val invoicePayload: String","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.invoicePayload"]},{"name":"val invoicePayloadBytesLimit: IntRange","description":"dev.inmo.tgbotapi.types.invoicePayloadBytesLimit","location":"docs/dev.inmo.tgbotapi.types/invoice-payload-bytes-limit.html","searchKeys":["invoicePayloadBytesLimit","val invoicePayloadBytesLimit: IntRange","dev.inmo.tgbotapi.types.invoicePayloadBytesLimit"]},{"name":"val invoiceTitleLimit: IntRange","description":"dev.inmo.tgbotapi.types.invoiceTitleLimit","location":"docs/dev.inmo.tgbotapi.types/invoice-title-limit.html","searchKeys":["invoiceTitleLimit","val invoiceTitleLimit: IntRange","dev.inmo.tgbotapi.types.invoiceTitleLimit"]},{"name":"val ipAddress: String? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.ipAddress","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/ip-address.html","searchKeys":["ipAddress","val ipAddress: String? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.ipAddress"]},{"name":"val isActive: Boolean","description":"dev.inmo.tgbotapi.webapps.MainButton.isActive","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/is-active.html","searchKeys":["isActive","val isActive: Boolean","dev.inmo.tgbotapi.webapps.MainButton.isActive"]},{"name":"val isActive: Boolean? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.isActive","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/is-active.html","searchKeys":["isActive","val isActive: Boolean? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.isActive"]},{"name":"val isAnimated: Boolean = false","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.isAnimated","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-animated.html","searchKeys":["isAnimated","val isAnimated: Boolean = false","dev.inmo.tgbotapi.types.stickers.StickerSet.isAnimated"]},{"name":"val isClosed: Boolean = false","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.isClosed","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/is-closed.html","searchKeys":["isClosed","val isClosed: Boolean = false","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.isClosed"]},{"name":"val isExpanded: Boolean","description":"dev.inmo.tgbotapi.webapps.WebApp.isExpanded","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/is-expanded.html","searchKeys":["isExpanded","val isExpanded: Boolean","dev.inmo.tgbotapi.webapps.WebApp.isExpanded"]},{"name":"val isMember: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.isMember","location":"docs/dev.inmo.tgbotapi.types.chat.member/-restricted-chat-member/is-member.html","searchKeys":["isMember","val isMember: Boolean = false","dev.inmo.tgbotapi.types.chat.member.RestrictedChatMember.isMember"]},{"name":"val isNotUseWebhook: Boolean","description":"dev.inmo.tgbotapi.types.WebhookInfo.isNotUseWebhook","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/is-not-use-webhook.html","searchKeys":["isNotUseWebhook","val isNotUseWebhook: Boolean","dev.inmo.tgbotapi.types.WebhookInfo.isNotUseWebhook"]},{"name":"val isPersonal: Boolean? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.isPersonal","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/is-personal.html","searchKeys":["isPersonal","val isPersonal: Boolean? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.isPersonal"]},{"name":"val isProgressVisible: Boolean","description":"dev.inmo.tgbotapi.webapps.MainButton.isProgressVisible","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/is-progress-visible.html","searchKeys":["isProgressVisible","val isProgressVisible: Boolean","dev.inmo.tgbotapi.webapps.MainButton.isProgressVisible"]},{"name":"val isVideo: Boolean = false","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.isVideo","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/is-video.html","searchKeys":["isVideo","val isVideo: Boolean = false","dev.inmo.tgbotapi.types.stickers.StickerSet.isVideo"]},{"name":"val isVisible: Boolean","description":"dev.inmo.tgbotapi.webapps.MainButton.isVisible","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/is-visible.html","searchKeys":["isVisible","val isVisible: Boolean","dev.inmo.tgbotapi.webapps.MainButton.isVisible"]},{"name":"val isVisible: Boolean? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.isVisible","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/is-visible.html","searchKeys":["isVisible","val isVisible: Boolean? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.isVisible"]},{"name":"val is_animated: Boolean? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.is_animated","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_animated.html","searchKeys":["is_animated","val is_animated: Boolean? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.is_animated"]},{"name":"val is_video: Boolean? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.is_video","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/is_video.html","searchKeys":["is_video","val is_video: Boolean? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.is_video"]},{"name":"val jsMimeType: MimeType?","description":"dev.inmo.tgbotapi.utils.MimeType.jsMimeType","location":"docs/dev.inmo.tgbotapi.utils/-mime-type/js-mime-type.html","searchKeys":["jsMimeType","val jsMimeType: MimeType?","dev.inmo.tgbotapi.utils.MimeType.jsMimeType"]},{"name":"val keyStore: KeyStore","description":"dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStore","location":"docs/dev.inmo.tgbotapi.updateshandlers.webhook/-webhook-private-key-config/key-store.html","searchKeys":["keyStore","val keyStore: KeyStore","dev.inmo.tgbotapi.updateshandlers.webhook.WebhookPrivateKeyConfig.keyStore"]},{"name":"val keyboard: Matrix","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.keyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-inline-keyboard-markup/keyboard.html","searchKeys":["keyboard","val keyboard: Matrix","dev.inmo.tgbotapi.types.buttons.InlineKeyboardMarkup.keyboard"]},{"name":"val keyboard: Matrix","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.keyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/keyboard.html","searchKeys":["keyboard","val keyboard: Matrix","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.keyboard"]},{"name":"val label: String","description":"dev.inmo.tgbotapi.types.payments.LabeledPrice.label","location":"docs/dev.inmo.tgbotapi.types.payments/-labeled-price/label.html","searchKeys":["label","val label: String","dev.inmo.tgbotapi.types.payments.LabeledPrice.label"]},{"name":"val language: String? = null","description":"dev.inmo.tgbotapi.types.message.textsources.PreTextSource.language","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-pre-text-source/language.html","searchKeys":["language","val language: String? = null","dev.inmo.tgbotapi.types.message.textsources.PreTextSource.language"]},{"name":"val lastErrorDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.WebhookInfo.lastErrorDate","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/last-error-date.html","searchKeys":["lastErrorDate","val lastErrorDate: TelegramDate? = null","dev.inmo.tgbotapi.types.WebhookInfo.lastErrorDate"]},{"name":"val lastErrorMessage: String? = null","description":"dev.inmo.tgbotapi.types.WebhookInfo.lastErrorMessage","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/last-error-message.html","searchKeys":["lastErrorMessage","val lastErrorMessage: String? = null","dev.inmo.tgbotapi.types.WebhookInfo.lastErrorMessage"]},{"name":"val lastLocation: LiveLocation","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.lastLocation","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/last-location.html","searchKeys":["lastLocation","val lastLocation: LiveLocation","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.lastLocation"]},{"name":"val lastName: String? = null","description":"dev.inmo.tgbotapi.requests.send.SendContact.lastName","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/last-name.html","searchKeys":["lastName","val lastName: String? = null","dev.inmo.tgbotapi.requests.send.SendContact.lastName"]},{"name":"val lastSynchronizationErrorDate: TelegramDate? = null","description":"dev.inmo.tgbotapi.types.WebhookInfo.lastSynchronizationErrorDate","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/last-synchronization-error-date.html","searchKeys":["lastSynchronizationErrorDate","val lastSynchronizationErrorDate: TelegramDate? = null","dev.inmo.tgbotapi.types.WebhookInfo.lastSynchronizationErrorDate"]},{"name":"val left: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.left","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left.html","searchKeys":["left","val left: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.left"]},{"name":"val leftReel: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.leftReel","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/left-reel.html","searchKeys":["leftReel","val leftReel: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.leftReel"]},{"name":"val leftToRetry: Long","description":"dev.inmo.tgbotapi.types.RetryAfterError.leftToRetry","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/left-to-retry.html","searchKeys":["leftToRetry","val leftToRetry: Long","dev.inmo.tgbotapi.types.RetryAfterError.leftToRetry"]},{"name":"val leftToReview: Int = 0","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.leftToReview","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-join-request/left-to-review.html","searchKeys":["leftToReview","val leftToReview: Int = 0","dev.inmo.tgbotapi.types.ChatInviteLinkWithJoinRequest.leftToReview"]},{"name":"val leftUntilCloseMillis: TimeSpan","description":"dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.leftUntilCloseMillis","location":"docs/dev.inmo.tgbotapi.extensions.api/-live-location-provider/left-until-close-millis.html","searchKeys":["leftUntilCloseMillis","val leftUntilCloseMillis: TimeSpan","dev.inmo.tgbotapi.extensions.api.LiveLocationProvider.leftUntilCloseMillis"]},{"name":"val limit: Int","description":"dev.inmo.tgbotapi.requests.GetUpdates.limit","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/limit.html","searchKeys":["limit","val limit: Int","dev.inmo.tgbotapi.requests.GetUpdates.limit"]},{"name":"val limit: Int? = null","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.limit","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/limit.html","searchKeys":["limit","val limit: Int? = null","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.limit"]},{"name":"val livePeriodLimit: IntRange","description":"dev.inmo.tgbotapi.types.livePeriodLimit","location":"docs/dev.inmo.tgbotapi.types/live-period-limit.html","searchKeys":["livePeriodLimit","val livePeriodLimit: IntRange","dev.inmo.tgbotapi.types.livePeriodLimit"]},{"name":"val location: Location","description":"dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.location","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.query/-location-inline-query/location.html","searchKeys":["location","val location: Location","dev.inmo.tgbotapi.types.InlineQueries.query.LocationInlineQuery.location"]},{"name":"val location: StaticLocation","description":"dev.inmo.tgbotapi.types.ChatLocation.location","location":"docs/dev.inmo.tgbotapi.types/-chat-location/location.html","searchKeys":["location","val location: StaticLocation","dev.inmo.tgbotapi.types.ChatLocation.location"]},{"name":"val location: StaticLocation","description":"dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.location","location":"docs/dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult/-location-chosen-inline-result/location.html","searchKeys":["location","val location: StaticLocation","dev.inmo.tgbotapi.types.InlineQueries.ChosenInlineResult.LocationChosenInlineResult.location"]},{"name":"val location: StaticLocation","description":"dev.inmo.tgbotapi.types.venue.Venue.location","location":"docs/dev.inmo.tgbotapi.types.venue/-venue/location.html","searchKeys":["location","val location: StaticLocation","dev.inmo.tgbotapi.types.venue.Venue.location"]},{"name":"val loginUrl: LoginURL","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.loginUrl","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-login-u-r-l-inline-keyboard-button/login-url.html","searchKeys":["loginUrl","val loginUrl: LoginURL","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.LoginURLInlineKeyboardButton.loginUrl"]},{"name":"val mainButton: MainButton","description":"dev.inmo.tgbotapi.webapps.WebApp.mainButton","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/main-button.html","searchKeys":["mainButton","val mainButton: MainButton","dev.inmo.tgbotapi.webapps.WebApp.mainButton"]},{"name":"val mask_position: MaskPosition? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.mask_position","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/mask_position.html","searchKeys":["mask_position","val mask_position: MaskPosition? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.mask_position"]},{"name":"val matrix: Matrix","description":"dev.inmo.tgbotapi.utils.MatrixBuilder.matrix","location":"docs/dev.inmo.tgbotapi.utils/-matrix-builder/matrix.html","searchKeys":["matrix","val matrix: Matrix","dev.inmo.tgbotapi.utils.MatrixBuilder.matrix"]},{"name":"val maxAllowedConnections: Int? = null","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.maxAllowedConnections","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/max-allowed-connections.html","searchKeys":["maxAllowedConnections","val maxAllowedConnections: Int? = null","dev.inmo.tgbotapi.requests.webhook.SetWebhook.maxAllowedConnections"]},{"name":"val maxConnections: Int = 40","description":"dev.inmo.tgbotapi.types.WebhookInfo.maxConnections","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/max-connections.html","searchKeys":["maxConnections","val maxConnections: Int = 40","dev.inmo.tgbotapi.types.WebhookInfo.maxConnections"]},{"name":"val media: List","description":"dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.media","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-media-group-data/media.html","searchKeys":["media","val media: List","dev.inmo.tgbotapi.requests.send.media.SendMediaGroupData.media"]},{"name":"val mediaCountInMediaGroup: IntRange","description":"dev.inmo.tgbotapi.types.mediaCountInMediaGroup","location":"docs/dev.inmo.tgbotapi.types/media-count-in-media-group.html","searchKeys":["mediaCountInMediaGroup","val mediaCountInMediaGroup: IntRange","dev.inmo.tgbotapi.types.mediaCountInMediaGroup"]},{"name":"val members: List","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.members","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-members/members.html","searchKeys":["members","val members: List","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatMembers.members"]},{"name":"val membersLimit: IntRange","description":"dev.inmo.tgbotapi.types.membersLimit","location":"docs/dev.inmo.tgbotapi.types/members-limit.html","searchKeys":["membersLimit","val membersLimit: IntRange","dev.inmo.tgbotapi.types.membersLimit"]},{"name":"val membersLimit: MembersLimit","description":"dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.membersLimit","location":"docs/dev.inmo.tgbotapi.types/-chat-invite-link-with-limited-members/members-limit.html","searchKeys":["membersLimit","val membersLimit: MembersLimit","dev.inmo.tgbotapi.types.ChatInviteLinkWithLimitedMembers.membersLimit"]},{"name":"val menuButton: MenuButton","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.menuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-menu-button/menu-button.html","searchKeys":["menuButton","val menuButton: MenuButton","dev.inmo.tgbotapi.requests.chat.modify.SetChatMenuButton.menuButton"]},{"name":"val menuButton: MenuButton","description":"dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.menuButton","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-default-chat-menu-button/menu-button.html","searchKeys":["menuButton","val menuButton: MenuButton","dev.inmo.tgbotapi.requests.chat.modify.SetDefaultChatMenuButton.menuButton"]},{"name":"val message: Message","description":"dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.message","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-pinned-message/message.html","searchKeys":["message","val message: Message","dev.inmo.tgbotapi.types.message.ChatEvents.PinnedMessage.message"]},{"name":"val message: String","description":"dev.inmo.tgbotapi.utils.RiskFeature.message","location":"docs/dev.inmo.tgbotapi.utils/-risk-feature/message.html","searchKeys":["message","val message: String","dev.inmo.tgbotapi.utils.RiskFeature.message"]},{"name":"val messageId: MessageIdentifier","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.messageId","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/message-id.html","searchKeys":["messageId","val messageId: MessageIdentifier","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.messageId"]},{"name":"val messageId: MessageIdentifier? = null","description":"dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.messageId","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-unpin-chat-message/message-id.html","searchKeys":["messageId","val messageId: MessageIdentifier? = null","dev.inmo.tgbotapi.requests.chat.modify.UnpinChatMessage.messageId"]},{"name":"val migratedFrom: ChatId","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.migratedFrom","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-migrated-to-supergroup/migrated-from.html","searchKeys":["migratedFrom","val migratedFrom: ChatId","dev.inmo.tgbotapi.types.message.ChatEvents.MigratedToSupergroup.migratedFrom"]},{"name":"val migratedFrom: ChatId?","description":"dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.migratedFrom","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-supergroup-chat-created/migrated-from.html","searchKeys":["migratedFrom","val migratedFrom: ChatId?","dev.inmo.tgbotapi.types.message.ChatEvents.SupergroupChatCreated.migratedFrom"]},{"name":"val migratedTo: ChatId?","description":"dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.migratedTo","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-group-chat-created/migrated-to.html","searchKeys":["migratedTo","val migratedTo: ChatId?","dev.inmo.tgbotapi.types.message.ChatEvents.GroupChatCreated.migratedTo"]},{"name":"val name: String","description":"dev.inmo.tgbotapi.requests.get.GetStickerSet.name","location":"docs/dev.inmo.tgbotapi.requests.get/-get-sticker-set/name.html","searchKeys":["name","val name: String","dev.inmo.tgbotapi.requests.get.GetStickerSet.name"]},{"name":"val name: String","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.name","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/name.html","searchKeys":["name","val name: String","dev.inmo.tgbotapi.types.payments.OrderInfo.name"]},{"name":"val name: String","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.name","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/name.html","searchKeys":["name","val name: String","dev.inmo.tgbotapi.types.stickers.StickerSet.name"]},{"name":"val newAutoDeleteTime: Seconds","description":"dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.newAutoDeleteTime","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-message-auto-delete-timer-changed/new-auto-delete-time.html","searchKeys":["newAutoDeleteTime","val newAutoDeleteTime: Seconds","dev.inmo.tgbotapi.types.message.ChatEvents.MessageAutoDeleteTimerChanged.newAutoDeleteTime"]},{"name":"val newChatId: ChatId","description":"dev.inmo.tgbotapi.types.MigrateChatId.newChatId","location":"docs/dev.inmo.tgbotapi.types/-migrate-chat-id/new-chat-id.html","searchKeys":["newChatId","val newChatId: ChatId","dev.inmo.tgbotapi.types.MigrateChatId.newChatId"]},{"name":"val newChatMemberState: ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.newChatMemberState","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/new-chat-member-state.html","searchKeys":["newChatMemberState","val newChatMemberState: ChatMember","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.newChatMemberState"]},{"name":"val newLine: RegularTextSource","description":"dev.inmo.tgbotapi.extensions.utils.formatting.newLine","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/new-line.html","searchKeys":["newLine","val newLine: RegularTextSource","dev.inmo.tgbotapi.extensions.utils.formatting.newLine"]},{"name":"val nextOffset: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.nextOffset","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/next-offset.html","searchKeys":["nextOffset","val nextOffset: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.nextOffset"]},{"name":"val nonce: String","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.nonce","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/nonce.html","searchKeys":["nonce","val nonce: String","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.nonce"]},{"name":"val number: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.number","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/number.html","searchKeys":["number","val number: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.number"]},{"name":"val offset: Int? = null","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.offset","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/offset.html","searchKeys":["offset","val offset: Int? = null","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.offset"]},{"name":"val offset: UpdateIdentifier? = null","description":"dev.inmo.tgbotapi.requests.GetUpdates.offset","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/offset.html","searchKeys":["offset","val offset: UpdateIdentifier? = null","dev.inmo.tgbotapi.requests.GetUpdates.offset"]},{"name":"val ok: Boolean = false","description":"dev.inmo.tgbotapi.types.Response.ok","location":"docs/dev.inmo.tgbotapi.types/-response/ok.html","searchKeys":["ok","val ok: Boolean = false","dev.inmo.tgbotapi.types.Response.ok"]},{"name":"val oldChatMemberState: ChatMember","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.oldChatMemberState","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/old-chat-member-state.html","searchKeys":["oldChatMemberState","val oldChatMemberState: ChatMember","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.oldChatMemberState"]},{"name":"val oneTimeKeyboard: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.oneTimeKeyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/one-time-keyboard.html","searchKeys":["oneTimeKeyboard","val oneTimeKeyboard: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.oneTimeKeyboard"]},{"name":"val onlyIfBanned: Boolean? = null","description":"dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.onlyIfBanned","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-unban-chat-member/only-if-banned.html","searchKeys":["onlyIfBanned","val onlyIfBanned: Boolean? = null","dev.inmo.tgbotapi.requests.chat.members.UnbanChatMember.onlyIfBanned"]},{"name":"val openDuration: TimeSpan","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.openDuration","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/open-duration.html","searchKeys":["openDuration","val openDuration: TimeSpan","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.openDuration"]},{"name":"val openPeriodPollSecondsLimit: IntRange","description":"dev.inmo.tgbotapi.types.openPeriodPollSecondsLimit","location":"docs/dev.inmo.tgbotapi.types/open-period-poll-seconds-limit.html","searchKeys":["openPeriodPollSecondsLimit","val openPeriodPollSecondsLimit: IntRange","dev.inmo.tgbotapi.types.openPeriodPollSecondsLimit"]},{"name":"val orderInfo: OrderInfo? = null","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.orderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/order-info.html","searchKeys":["orderInfo","val orderInfo: OrderInfo? = null","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.orderInfo"]},{"name":"val orderInfo: OrderInfo? = null","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.orderInfo","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/order-info.html","searchKeys":["orderInfo","val orderInfo: OrderInfo? = null","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.orderInfo"]},{"name":"val parameters: ResponseParametersRaw? = null","description":"dev.inmo.tgbotapi.types.Response.parameters","location":"docs/dev.inmo.tgbotapi.types/-response/parameters.html","searchKeys":["parameters","val parameters: ResponseParametersRaw? = null","dev.inmo.tgbotapi.types.Response.parameters"]},{"name":"val passport: CommonPassportSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passport","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport.html","searchKeys":["passport","val passport: CommonPassportSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passport"]},{"name":"val passportData: PassportData","description":"dev.inmo.tgbotapi.types.message.PassportMessage.passportData","location":"docs/dev.inmo.tgbotapi.types.message/-passport-message/passport-data.html","searchKeys":["passportData","val passportData: PassportData","dev.inmo.tgbotapi.types.message.PassportMessage.passportData"]},{"name":"val passportRegistration: PassportRegistrationSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passportRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/passport-registration.html","searchKeys":["passportRegistration","val passportRegistration: PassportRegistrationSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.passportRegistration"]},{"name":"val password: String? = null","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.password","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/password.html","searchKeys":["password","val password: String? = null","dev.inmo.tgbotapi.bot.settings.ProxySettings.password"]},{"name":"val payment: SuccessfulPayment","description":"dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.payment","location":"docs/dev.inmo.tgbotapi.types.message.payments/-successful-payment-event/payment.html","searchKeys":["payment","val payment: SuccessfulPayment","dev.inmo.tgbotapi.types.message.payments.SuccessfulPaymentEvent.payment"]},{"name":"val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.permissions","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-restrict-chat-member/permissions.html","searchKeys":["permissions","val permissions: ChatPermissions","dev.inmo.tgbotapi.requests.chat.members.RestrictChatMember.permissions"]},{"name":"val permissions: ChatPermissions","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.permissions","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-permissions/permissions.html","searchKeys":["permissions","val permissions: ChatPermissions","dev.inmo.tgbotapi.requests.chat.modify.SetChatPermissions.permissions"]},{"name":"val personalDetails: PersonalDetailsSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.personalDetails","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/personal-details.html","searchKeys":["personalDetails","val personalDetails: PersonalDetailsSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.personalDetails"]},{"name":"val phoneNumber: String","description":"dev.inmo.tgbotapi.requests.send.SendContact.phoneNumber","location":"docs/dev.inmo.tgbotapi.requests.send/-send-contact/phone-number.html","searchKeys":["phoneNumber","val phoneNumber: String","dev.inmo.tgbotapi.requests.send.SendContact.phoneNumber"]},{"name":"val phoneNumber: String","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.phoneNumber","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/phone-number.html","searchKeys":["phoneNumber","val phoneNumber: String","dev.inmo.tgbotapi.types.payments.OrderInfo.phoneNumber"]},{"name":"val photo: MultipartFile","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.photo","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-photo/photo.html","searchKeys":["photo","val photo: MultipartFile","dev.inmo.tgbotapi.requests.chat.modify.SetChatPhoto.photo"]},{"name":"val photo: MultipartFile","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles.photo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-files/photo.html","searchKeys":["photo","val photo: MultipartFile","dev.inmo.tgbotapi.requests.send.media.SendPhotoFiles.photo"]},{"name":"val photo: Photo","description":"dev.inmo.tgbotapi.types.games.Game.photo","location":"docs/dev.inmo.tgbotapi.types.games/-game/photo.html","searchKeys":["photo","val photo: Photo","dev.inmo.tgbotapi.types.games.Game.photo"]},{"name":"val photo: Photo","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.photo","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-photo/photo.html","searchKeys":["photo","val photo: Photo","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatPhoto.photo"]},{"name":"val photo: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendPhotoData.photo","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-photo-data/photo.html","searchKeys":["photo","val photo: String? = null","dev.inmo.tgbotapi.requests.send.media.SendPhotoData.photo"]},{"name":"val photos: List","description":"dev.inmo.tgbotapi.types.UserProfilePhotos.photos","location":"docs/dev.inmo.tgbotapi.types/-user-profile-photos/photos.html","searchKeys":["photos","val photos: List","dev.inmo.tgbotapi.types.UserProfilePhotos.photos"]},{"name":"val plainAnswer: String","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException.plainAnswer","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/plain-answer.html","searchKeys":["plainAnswer","val plainAnswer: String","dev.inmo.tgbotapi.bot.exceptions.RequestException.plainAnswer"]},{"name":"val point: String","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.point","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/point.html","searchKeys":["point","val point: String","dev.inmo.tgbotapi.types.stickers.MaskPosition.point"]},{"name":"val poll: Poll","description":"dev.inmo.tgbotapi.types.message.content.PollContent.poll","location":"docs/dev.inmo.tgbotapi.types.message.content/-poll-content/poll.html","searchKeys":["poll","val poll: Poll","dev.inmo.tgbotapi.types.message.content.PollContent.poll"]},{"name":"val pollId: PollIdentifier","description":"dev.inmo.tgbotapi.types.polls.PollAnswer.pollId","location":"docs/dev.inmo.tgbotapi.types.polls/-poll-answer/poll-id.html","searchKeys":["pollId","val pollId: PollIdentifier","dev.inmo.tgbotapi.types.polls.PollAnswer.pollId"]},{"name":"val pollOptionTextLength: IntRange","description":"dev.inmo.tgbotapi.types.pollOptionTextLength","location":"docs/dev.inmo.tgbotapi.types/poll-option-text-length.html","searchKeys":["pollOptionTextLength","val pollOptionTextLength: IntRange","dev.inmo.tgbotapi.types.pollOptionTextLength"]},{"name":"val pollOptionsLimit: IntRange","description":"dev.inmo.tgbotapi.types.pollOptionsLimit","location":"docs/dev.inmo.tgbotapi.types/poll-options-limit.html","searchKeys":["pollOptionsLimit","val pollOptionsLimit: IntRange","dev.inmo.tgbotapi.types.pollOptionsLimit"]},{"name":"val pollQuestionTextLength: IntRange","description":"dev.inmo.tgbotapi.types.pollQuestionTextLength","location":"docs/dev.inmo.tgbotapi.types/poll-question-text-length.html","searchKeys":["pollQuestionTextLength","val pollQuestionTextLength: IntRange","dev.inmo.tgbotapi.types.pollQuestionTextLength"]},{"name":"val port: Int = 1080","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.port","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/port.html","searchKeys":["port","val port: Int = 1080","dev.inmo.tgbotapi.bot.settings.ProxySettings.port"]},{"name":"val position: Int","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.position","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/position.html","searchKeys":["position","val position: Int","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.position"]},{"name":"val position: Long","description":"dev.inmo.tgbotapi.types.games.GameHighScore.position","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/position.html","searchKeys":["position","val position: Long","dev.inmo.tgbotapi.types.games.GameHighScore.position"]},{"name":"val postCode: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.postCode","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/post-code.html","searchKeys":["postCode","val postCode: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.postCode"]},{"name":"val providerPaymentChargeId: String","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.providerPaymentChargeId","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/provider-payment-charge-id.html","searchKeys":["providerPaymentChargeId","val providerPaymentChargeId: String","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.providerPaymentChargeId"]},{"name":"val raw: JsonObject","description":"dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.raw","location":"docs/dev.inmo.tgbotapi.types.passport/-unknown-passport-element-error/raw.html","searchKeys":["raw","val raw: JsonObject","dev.inmo.tgbotapi.types.passport.UnknownPassportElementError.raw"]},{"name":"val raw: JsonObject","description":"dev.inmo.tgbotapi.types.polls.UnknownPollType.raw","location":"docs/dev.inmo.tgbotapi.types.polls/-unknown-poll-type/raw.html","searchKeys":["raw","val raw: JsonObject","dev.inmo.tgbotapi.types.polls.UnknownPollType.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.raw","location":"docs/dev.inmo.tgbotapi.types.buttons/-unknown-keyboard-button/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.buttons.UnknownKeyboardButton.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.chat.UnknownChatType.raw","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-chat-type/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.chat.UnknownChatType.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.raw","location":"docs/dev.inmo.tgbotapi.types.chat/-unknown-extended-chat/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.chat.UnknownExtendedChat.raw"]},{"name":"val raw: String","description":"dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.raw","location":"docs/dev.inmo.tgbotapi.types.queries.callback/-unknown-callback-query-type/raw.html","searchKeys":["raw","val raw: String","dev.inmo.tgbotapi.types.queries.callback.UnknownCallbackQueryType.raw"]},{"name":"val rawData: JsonElement","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.rawData","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-unknown-inline-keyboard-button/raw-data.html","searchKeys":["rawData","val rawData: JsonElement","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.UnknownInlineKeyboardButton.rawData"]},{"name":"val rawJson: JsonElement","description":"dev.inmo.tgbotapi.types.MenuButton.Unknown.rawJson","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-unknown/raw-json.html","searchKeys":["rawJson","val rawJson: JsonElement","dev.inmo.tgbotapi.types.MenuButton.Unknown.rawJson"]},{"name":"val rawJson: JsonElement","description":"dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.rawJson","location":"docs/dev.inmo.tgbotapi.types.update.abstracts/-unknown-update/raw-json.html","searchKeys":["rawJson","val rawJson: JsonElement","dev.inmo.tgbotapi.types.update.abstracts.UnknownUpdate.rawJson"]},{"name":"val rawJson: JsonObject","description":"dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.rawJson","location":"docs/dev.inmo.tgbotapi.types.passport.encrypted.abstracts/-unknown-encrypted-passport-element/raw-json.html","searchKeys":["rawJson","val rawJson: JsonObject","dev.inmo.tgbotapi.types.passport.encrypted.abstracts.UnknownEncryptedPassportElement.rawJson"]},{"name":"val rawValue: DiceResult","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rawValue","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/raw-value.html","searchKeys":["rawValue","val rawValue: DiceResult","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rawValue"]},{"name":"val recordVideo: RecordVideoAction","description":"dev.inmo.tgbotapi.types.actions.recordVideo","location":"docs/dev.inmo.tgbotapi.types.actions/record-video.html","searchKeys":["recordVideo","val recordVideo: RecordVideoAction","dev.inmo.tgbotapi.types.actions.recordVideo"]},{"name":"val recordVideoNote: RecordVideoNoteAction","description":"dev.inmo.tgbotapi.types.actions.recordVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/record-video-note.html","searchKeys":["recordVideoNote","val recordVideoNote: RecordVideoNoteAction","dev.inmo.tgbotapi.types.actions.recordVideoNote"]},{"name":"val recordVoice: RecordVoiceAction","description":"dev.inmo.tgbotapi.types.actions.recordVoice","location":"docs/dev.inmo.tgbotapi.types.actions/record-voice.html","searchKeys":["recordVoice","val recordVoice: RecordVoiceAction","dev.inmo.tgbotapi.types.actions.recordVoice"]},{"name":"val removeKeyboard: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.removeKeyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/remove-keyboard.html","searchKeys":["removeKeyboard","val removeKeyboard: Boolean = true","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.removeKeyboard"]},{"name":"val rentalAgreement: RentalAgreementSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.rentalAgreement","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/rental-agreement.html","searchKeys":["rentalAgreement","val rentalAgreement: RentalAgreementSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.rentalAgreement"]},{"name":"val requestContact: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.requestContact","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-contact-keyboard-button/request-contact.html","searchKeys":["requestContact","val requestContact: Boolean = true","dev.inmo.tgbotapi.types.buttons.RequestContactKeyboardButton.requestContact"]},{"name":"val requestLocation: Boolean = true","description":"dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.requestLocation","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-location-keyboard-button/request-location.html","searchKeys":["requestLocation","val requestLocation: Boolean = true","dev.inmo.tgbotapi.types.buttons.RequestLocationKeyboardButton.requestLocation"]},{"name":"val requestPoll: KeyboardButtonPollType","description":"dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.requestPoll","location":"docs/dev.inmo.tgbotapi.types.buttons/-request-poll-keyboard-button/request-poll.html","searchKeys":["requestPoll","val requestPoll: KeyboardButtonPollType","dev.inmo.tgbotapi.types.buttons.RequestPollKeyboardButton.requestPoll"]},{"name":"val requestWriteAccess: Boolean? = null","description":"dev.inmo.tgbotapi.types.LoginURL.requestWriteAccess","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/request-write-access.html","searchKeys":["requestWriteAccess","val requestWriteAccess: Boolean? = null","dev.inmo.tgbotapi.types.LoginURL.requestWriteAccess"]},{"name":"val resizeKeyboard: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.resizeKeyboard","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/resize-keyboard.html","searchKeys":["resizeKeyboard","val resizeKeyboard: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.resizeKeyboard"]},{"name":"val resolution: Long","description":"dev.inmo.tgbotapi.types.files.PhotoSize.resolution","location":"docs/dev.inmo.tgbotapi.types.files/-photo-size/resolution.html","searchKeys":["resolution","val resolution: Long","dev.inmo.tgbotapi.types.files.PhotoSize.resolution"]},{"name":"val response: Response","description":"dev.inmo.tgbotapi.bot.exceptions.RequestException.response","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-request-exception/response.html","searchKeys":["response","val response: Response","dev.inmo.tgbotapi.bot.exceptions.RequestException.response"]},{"name":"val result: InlineQueryResult","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.result","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/result.html","searchKeys":["result","val result: InlineQueryResult","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.result"]},{"name":"val result: JsonElement? = null","description":"dev.inmo.tgbotapi.types.Response.result","location":"docs/dev.inmo.tgbotapi.types/-response/result.html","searchKeys":["result","val result: JsonElement? = null","dev.inmo.tgbotapi.types.Response.result"]},{"name":"val results: List","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.results","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/results.html","searchKeys":["results","val results: List","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.results"]},{"name":"val retryAfter: RetryAfterError","description":"dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.retryAfter","location":"docs/dev.inmo.tgbotapi.bot.exceptions/-too-much-requests-exception/retry-after.html","searchKeys":["retryAfter","val retryAfter: RetryAfterError","dev.inmo.tgbotapi.bot.exceptions.TooMuchRequestsException.retryAfter"]},{"name":"val revokeMessages: Boolean? = null","description":"dev.inmo.tgbotapi.requests.chat.members.BanChatMember.revokeMessages","location":"docs/dev.inmo.tgbotapi.requests.chat.members/-ban-chat-member/revoke-messages.html","searchKeys":["revokeMessages","val revokeMessages: Boolean? = null","dev.inmo.tgbotapi.requests.chat.members.BanChatMember.revokeMessages"]},{"name":"val right: Int","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.right","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right.html","searchKeys":["right","val right: Int","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.right"]},{"name":"val rightReel: SlotMachineReelImage","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rightReel","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-result/right-reel.html","searchKeys":["rightReel","val rightReel: SlotMachineReelImage","dev.inmo.tgbotapi.extensions.utils.SlotMachineResult.rightReel"]},{"name":"val rights: ChatAdministratorRightsImpl","description":"dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.rights","location":"docs/dev.inmo.tgbotapi.requests.bot/-set-my-default-administrator-rights/rights.html","searchKeys":["rights","val rights: ChatAdministratorRightsImpl","dev.inmo.tgbotapi.requests.bot.SetMyDefaultAdministratorRights.rights"]},{"name":"val row: List","description":"dev.inmo.tgbotapi.utils.RowBuilder.row","location":"docs/dev.inmo.tgbotapi.utils/-row-builder/row.html","searchKeys":["row","val row: List","dev.inmo.tgbotapi.utils.RowBuilder.row"]},{"name":"val scale: Float","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.scale","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/scale.html","searchKeys":["scale","val scale: Float","dev.inmo.tgbotapi.types.stickers.MaskPosition.scale"]},{"name":"val score: Long","description":"dev.inmo.tgbotapi.types.games.GameHighScore.score","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/score.html","searchKeys":["score","val score: Long","dev.inmo.tgbotapi.types.games.GameHighScore.score"]},{"name":"val secondStreetLine: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.secondStreetLine","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/second-street-line.html","searchKeys":["secondStreetLine","val secondStreetLine: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.secondStreetLine"]},{"name":"val seconds: Seconds","description":"dev.inmo.tgbotapi.types.RetryAfterError.seconds","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/seconds.html","searchKeys":["seconds","val seconds: Seconds","dev.inmo.tgbotapi.types.RetryAfterError.seconds"]},{"name":"val secret: EncryptedByBotPublicKeyData","description":"dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.secret","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-encrypted-credentials/secret.html","searchKeys":["secret","val secret: EncryptedByBotPublicKeyData","dev.inmo.tgbotapi.types.passport.credentials.EncryptedCredentials.secret"]},{"name":"val secureData: SecureData","description":"dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.secureData","location":"docs/dev.inmo.tgbotapi.types.passport.credentials/-decrypted-credentials/secure-data.html","searchKeys":["secureData","val secureData: SecureData","dev.inmo.tgbotapi.types.passport.credentials.DecryptedCredentials.secureData"]},{"name":"val selective: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyForce.selective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-force/selective.html","searchKeys":["selective","val selective: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyForce.selective"]},{"name":"val selective: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.selective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-markup/selective.html","searchKeys":["selective","val selective: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardMarkup.selective"]},{"name":"val selective: Boolean? = null","description":"dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.selective","location":"docs/dev.inmo.tgbotapi.types.buttons/-reply-keyboard-remove/selective.html","searchKeys":["selective","val selective: Boolean? = null","dev.inmo.tgbotapi.types.buttons.ReplyKeyboardRemove.selective"]},{"name":"val senderName: String","description":"dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.senderName","location":"docs/dev.inmo.tgbotapi.types.message/-anonymous-forward-info/sender-name.html","searchKeys":["senderName","val senderName: String","dev.inmo.tgbotapi.types.message.AnonymousForwardInfo.senderName"]},{"name":"val separator: TextSource? = null","description":"dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.separator","location":"docs/dev.inmo.tgbotapi.extensions.utils.formatting/-entities-builder/separator.html","searchKeys":["separator","val separator: TextSource? = null","dev.inmo.tgbotapi.extensions.utils.formatting.EntitiesBuilder.separator"]},{"name":"val set_name: StickerSetName? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.set_name","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/set_name.html","searchKeys":["set_name","val set_name: StickerSetName? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.set_name"]},{"name":"val shippingAddress: ShippingAddress","description":"dev.inmo.tgbotapi.types.payments.OrderInfo.shippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-order-info/shipping-address.html","searchKeys":["shippingAddress","val shippingAddress: ShippingAddress","dev.inmo.tgbotapi.types.payments.OrderInfo.shippingAddress"]},{"name":"val shippingAddress: ShippingAddress","description":"dev.inmo.tgbotapi.types.payments.ShippingQuery.shippingAddress","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-query/shipping-address.html","searchKeys":["shippingAddress","val shippingAddress: ShippingAddress","dev.inmo.tgbotapi.types.payments.ShippingQuery.shippingAddress"]},{"name":"val shippingOptionId: ShippingOptionIdentifier? = null","description":"dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.shippingOptionId","location":"docs/dev.inmo.tgbotapi.types.payments/-pre-checkout-query/shipping-option-id.html","searchKeys":["shippingOptionId","val shippingOptionId: ShippingOptionIdentifier? = null","dev.inmo.tgbotapi.types.payments.PreCheckoutQuery.shippingOptionId"]},{"name":"val shippingOptionId: String? = null","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.shippingOptionId","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/shipping-option-id.html","searchKeys":["shippingOptionId","val shippingOptionId: String? = null","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.shippingOptionId"]},{"name":"val shippingOptions: List","description":"dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingOptions","location":"docs/dev.inmo.tgbotapi.requests.answers.payments/-answer-shipping-query-ok/shipping-options.html","searchKeys":["shippingOptions","val shippingOptions: List","dev.inmo.tgbotapi.requests.answers.payments.AnswerShippingQueryOk.shippingOptions"]},{"name":"val showAlert: Boolean? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.showAlert","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/show-alert.html","searchKeys":["showAlert","val showAlert: Boolean? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.showAlert"]},{"name":"val signature: String? = null","description":"dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.signature","location":"docs/dev.inmo.tgbotapi.types.message/-forward-from-channel-info/signature.html","searchKeys":["signature","val signature: String? = null","dev.inmo.tgbotapi.types.message.ForwardFromChannelInfo.signature"]},{"name":"val slotMachineDiceResultLimit: IntRange","description":"dev.inmo.tgbotapi.types.slotMachineDiceResultLimit","location":"docs/dev.inmo.tgbotapi.types/slot-machine-dice-result-limit.html","searchKeys":["slotMachineDiceResultLimit","val slotMachineDiceResultLimit: IntRange","dev.inmo.tgbotapi.types.slotMachineDiceResultLimit"]},{"name":"val smallFileId: String","description":"dev.inmo.tgbotapi.types.ChatPhoto.smallFileId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/small-file-id.html","searchKeys":["smallFileId","val smallFileId: String","dev.inmo.tgbotapi.types.ChatPhoto.smallFileId"]},{"name":"val smallFileUniqueId: FileUniqueId","description":"dev.inmo.tgbotapi.types.ChatPhoto.smallFileUniqueId","location":"docs/dev.inmo.tgbotapi.types/-chat-photo/small-file-unique-id.html","searchKeys":["smallFileUniqueId","val smallFileUniqueId: FileUniqueId","dev.inmo.tgbotapi.types.ChatPhoto.smallFileUniqueId"]},{"name":"val startCountingMillis: Long","description":"dev.inmo.tgbotapi.types.RetryAfterError.startCountingMillis","location":"docs/dev.inmo.tgbotapi.types/-retry-after-error/start-counting-millis.html","searchKeys":["startCountingMillis","val startCountingMillis: Long","dev.inmo.tgbotapi.types.RetryAfterError.startCountingMillis"]},{"name":"val startDate: TelegramDate","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.startDate","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-scheduled/start-date.html","searchKeys":["startDate","val startDate: TelegramDate","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatScheduled.startDate"]},{"name":"val startParameter: StartParameter","description":"dev.inmo.tgbotapi.types.payments.Invoice.startParameter","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/start-parameter.html","searchKeys":["startParameter","val startParameter: StartParameter","dev.inmo.tgbotapi.types.payments.Invoice.startParameter"]},{"name":"val startParameter: StartParameter? = null","description":"dev.inmo.tgbotapi.requests.send.payments.SendInvoice.startParameter","location":"docs/dev.inmo.tgbotapi.requests.send.payments/-send-invoice/start-parameter.html","searchKeys":["startParameter","val startParameter: StartParameter? = null","dev.inmo.tgbotapi.requests.send.payments.SendInvoice.startParameter"]},{"name":"val startPoint: DateTime","description":"dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.startPoint","location":"docs/dev.inmo.tgbotapi.types.polls/-approximate-scheduled-close-info/start-point.html","searchKeys":["startPoint","val startPoint: DateTime","dev.inmo.tgbotapi.types.polls.ApproximateScheduledCloseInfo.startPoint"]},{"name":"val state: String","description":"dev.inmo.tgbotapi.types.payments.ShippingAddress.state","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-address/state.html","searchKeys":["state","val state: String","dev.inmo.tgbotapi.types.payments.ShippingAddress.state"]},{"name":"val sticker: FileId","description":"dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-delete-sticker-from-set/sticker.html","searchKeys":["sticker","val sticker: FileId","dev.inmo.tgbotapi.requests.stickers.DeleteStickerFromSet.sticker"]},{"name":"val sticker: FileId","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-position-in-set/sticker.html","searchKeys":["sticker","val sticker: FileId","dev.inmo.tgbotapi.requests.stickers.SetStickerPositionInSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.sticker","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file-id/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.send.media.SendStickerByFileId.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-animated-sticker-to-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.AddAnimatedStickerToSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-static-sticker-to-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.AddStaticStickerToSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-add-video-sticker-to-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.AddVideoStickerToSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-animated-sticker-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewAnimatedStickerSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-static-sticker-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewStaticStickerSet.sticker"]},{"name":"val sticker: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-create-new-video-sticker-set/sticker.html","searchKeys":["sticker","val sticker: FileId? = null","dev.inmo.tgbotapi.requests.stickers.CreateNewVideoStickerSet.sticker"]},{"name":"val sticker: MultipartFile","description":"dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.sticker","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-sticker-by-file/sticker.html","searchKeys":["sticker","val sticker: MultipartFile","dev.inmo.tgbotapi.requests.send.media.SendStickerByFile.sticker"]},{"name":"val sticker: MultipartFile","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.sticker","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/sticker.html","searchKeys":["sticker","val sticker: MultipartFile","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.sticker"]},{"name":"val stickerSetName: StickerSetName","description":"dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.stickerSetName","location":"docs/dev.inmo.tgbotapi.requests.chat.stickers/-set-chat-sticker-set/sticker-set-name.html","searchKeys":["stickerSetName","val stickerSetName: StickerSetName","dev.inmo.tgbotapi.requests.chat.stickers.SetChatStickerSet.stickerSetName"]},{"name":"val stickers: List","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.stickers","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/stickers.html","searchKeys":["stickers","val stickers: List","dev.inmo.tgbotapi.types.stickers.StickerSet.stickers"]},{"name":"val suggestedTipAmountsLimit: IntRange","description":"dev.inmo.tgbotapi.types.suggestedTipAmountsLimit","location":"docs/dev.inmo.tgbotapi.types/suggested-tip-amounts-limit.html","searchKeys":["suggestedTipAmountsLimit","val suggestedTipAmountsLimit: IntRange","dev.inmo.tgbotapi.types.suggestedTipAmountsLimit"]},{"name":"val supportStreaming: Boolean? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.supportStreaming","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/support-streaming.html","searchKeys":["supportStreaming","val supportStreaming: Boolean? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.supportStreaming"]},{"name":"val supportsInlineQueries: Boolean = false","description":"dev.inmo.tgbotapi.types.chat.ExtendedBot.supportsInlineQueries","location":"docs/dev.inmo.tgbotapi.types.chat/-extended-bot/supports-inline-queries.html","searchKeys":["supportsInlineQueries","val supportsInlineQueries: Boolean = false","dev.inmo.tgbotapi.types.chat.ExtendedBot.supportsInlineQueries"]},{"name":"val switchInlineQuery: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.switchInlineQuery","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-inline-keyboard-button/switch-inline-query.html","searchKeys":["switchInlineQuery","val switchInlineQuery: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryInlineKeyboardButton.switchInlineQuery"]},{"name":"val switchInlineQueryCurrentChat: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.switchInlineQueryCurrentChat","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-switch-inline-query-current-chat-inline-keyboard-button/switch-inline-query-current-chat.html","searchKeys":["switchInlineQueryCurrentChat","val switchInlineQueryCurrentChat: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.SwitchInlineQueryCurrentChatInlineKeyboardButton.switchInlineQueryCurrentChat"]},{"name":"val switchPmParameter: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmParameter","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/switch-pm-parameter.html","searchKeys":["switchPmParameter","val switchPmParameter: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmParameter"]},{"name":"val switchPmText: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmText","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-inline-query/switch-pm-text.html","searchKeys":["switchPmText","val switchPmText: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerInlineQuery.switchPmText"]},{"name":"val telegram: Telegram","description":"dev.inmo.tgbotapi.webapps.telegram","location":"docs/dev.inmo.tgbotapi.webapps/telegram.html","searchKeys":["telegram","val telegram: Telegram","dev.inmo.tgbotapi.webapps.telegram"]},{"name":"val telegramInlineModeGifPermittedMimeTypes: List","description":"dev.inmo.tgbotapi.types.telegramInlineModeGifPermittedMimeTypes","location":"docs/dev.inmo.tgbotapi.types/telegram-inline-mode-gif-permitted-mime-types.html","searchKeys":["telegramInlineModeGifPermittedMimeTypes","val telegramInlineModeGifPermittedMimeTypes: List","dev.inmo.tgbotapi.types.telegramInlineModeGifPermittedMimeTypes"]},{"name":"val telegramPaymentChargeId: String","description":"dev.inmo.tgbotapi.types.payments.SuccessfulPayment.telegramPaymentChargeId","location":"docs/dev.inmo.tgbotapi.types.payments/-successful-payment/telegram-payment-charge-id.html","searchKeys":["telegramPaymentChargeId","val telegramPaymentChargeId: String","dev.inmo.tgbotapi.types.payments.SuccessfulPayment.telegramPaymentChargeId"]},{"name":"val temporaryRegistration: TemporalRegistrationSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.temporaryRegistration","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/temporary-registration.html","searchKeys":["temporaryRegistration","val temporaryRegistration: TemporalRegistrationSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.temporaryRegistration"]},{"name":"val text: String","description":"dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.text","location":"docs/dev.inmo.tgbotapi.extensions.utils/-slot-machine-reel-image/text.html","searchKeys":["text","val text: String","dev.inmo.tgbotapi.extensions.utils.SlotMachineReelImage.text"]},{"name":"val text: String","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.text","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/text.html","searchKeys":["text","val text: String","dev.inmo.tgbotapi.types.MenuButton.WebApp.text"]},{"name":"val text: String","description":"dev.inmo.tgbotapi.webapps.MainButton.text","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/text.html","searchKeys":["text","val text: String","dev.inmo.tgbotapi.webapps.MainButton.text"]},{"name":"val text: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.text","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/text.html","searchKeys":["text","val text: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.text"]},{"name":"val text: String? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.text","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/text.html","searchKeys":["text","val text: String? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.text"]},{"name":"val textColor: String? = null","description":"dev.inmo.tgbotapi.webapps.MainButtonParams.textColor","location":"docs/dev.inmo.tgbotapi.webapps/-main-button-params/text-color.html","searchKeys":["textColor","val textColor: String? = null","dev.inmo.tgbotapi.webapps.MainButtonParams.textColor"]},{"name":"val textLength: IntRange","description":"dev.inmo.tgbotapi.types.textLength","location":"docs/dev.inmo.tgbotapi.types/text-length.html","searchKeys":["textLength","val textLength: IntRange","dev.inmo.tgbotapi.types.textLength"]},{"name":"val themeParams: ThemeParams","description":"dev.inmo.tgbotapi.webapps.WebApp.themeParams","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/theme-params.html","searchKeys":["themeParams","val themeParams: ThemeParams","dev.inmo.tgbotapi.webapps.WebApp.themeParams"]},{"name":"val thumb: FileId? = null","description":"dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.thumb","location":"docs/dev.inmo.tgbotapi.requests.stickers/-set-sticker-set-thumb/thumb.html","searchKeys":["thumb","val thumb: FileId? = null","dev.inmo.tgbotapi.requests.stickers.SetStickerSetThumb.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-animation-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAnimationFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-audio-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendAudioFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-document-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendDocumentFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.thumb"]},{"name":"val thumb: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.thumb","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/thumb.html","searchKeys":["thumb","val thumb: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.thumb"]},{"name":"val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.thumb","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/thumb.html","searchKeys":["thumb","val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.files.StickerSurrogate.thumb"]},{"name":"val thumb: PhotoSize? = null","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.thumb","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/thumb.html","searchKeys":["thumb","val thumb: PhotoSize? = null","dev.inmo.tgbotapi.types.stickers.StickerSet.thumb"]},{"name":"val timeSpan: TimeSpan","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.timeSpan","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-ended/time-span.html","searchKeys":["timeSpan","val timeSpan: TimeSpan","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatEnded.timeSpan"]},{"name":"val timeout: Seconds? = null","description":"dev.inmo.tgbotapi.requests.GetUpdates.timeout","location":"docs/dev.inmo.tgbotapi.requests/-get-updates/timeout.html","searchKeys":["timeout","val timeout: Seconds? = null","dev.inmo.tgbotapi.requests.GetUpdates.timeout"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.title","location":"docs/dev.inmo.tgbotapi.requests.chat.modify/-set-chat-title/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.requests.chat.modify.SetChatTitle.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.title","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-new-chat-title/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.message.ChatEvents.NewChatTitle.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.payments.Invoice.title","location":"docs/dev.inmo.tgbotapi.types.payments/-invoice/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.payments.Invoice.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.payments.ShippingOption.title","location":"docs/dev.inmo.tgbotapi.types.payments/-shipping-option/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.payments.ShippingOption.title"]},{"name":"val title: String","description":"dev.inmo.tgbotapi.types.stickers.StickerSet.title","location":"docs/dev.inmo.tgbotapi.types.stickers/-sticker-set/title.html","searchKeys":["title","val title: String","dev.inmo.tgbotapi.types.stickers.StickerSet.title"]},{"name":"val toChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.ForwardMessage.toChatId","location":"docs/dev.inmo.tgbotapi.requests/-forward-message/to-chat-id.html","searchKeys":["toChatId","val toChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.ForwardMessage.toChatId"]},{"name":"val toChatId: ChatIdentifier","description":"dev.inmo.tgbotapi.requests.send.CopyMessage.toChatId","location":"docs/dev.inmo.tgbotapi.requests.send/-copy-message/to-chat-id.html","searchKeys":["toChatId","val toChatId: ChatIdentifier","dev.inmo.tgbotapi.requests.send.CopyMessage.toChatId"]},{"name":"val traveler: User","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.traveler","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/traveler.html","searchKeys":["traveler","val traveler: User","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.traveler"]},{"name":"val type: FoursquareType? = null","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-foursquare/type.html","searchKeys":["type","val type: FoursquareType? = null","dev.inmo.tgbotapi.extensions.utils.extensions.venue.Foursquare.type"]},{"name":"val type: GooglePlaceType? = null","description":"dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.type","location":"docs/dev.inmo.tgbotapi.extensions.utils.extensions.venue/-google-place/type.html","searchKeys":["type","val type: GooglePlaceType? = null","dev.inmo.tgbotapi.extensions.utils.extensions.venue.GooglePlace.type"]},{"name":"val type: String","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion.type","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/-companion/type.html","searchKeys":["type","val type: String","dev.inmo.tgbotapi.types.MenuButton.WebApp.Companion.type"]},{"name":"val typeName: String","description":"dev.inmo.tgbotapi.webapps.EventType.typeName","location":"docs/dev.inmo.tgbotapi.webapps/-event-type/type-name.html","searchKeys":["typeName","val typeName: String","dev.inmo.tgbotapi.webapps.EventType.typeName"]},{"name":"val typing: TypingAction","description":"dev.inmo.tgbotapi.types.actions.typing","location":"docs/dev.inmo.tgbotapi.types.actions/typing.html","searchKeys":["typing","val typing: TypingAction","dev.inmo.tgbotapi.types.actions.typing"]},{"name":"val uploadDocument: UploadDocumentAction","description":"dev.inmo.tgbotapi.types.actions.uploadDocument","location":"docs/dev.inmo.tgbotapi.types.actions/upload-document.html","searchKeys":["uploadDocument","val uploadDocument: UploadDocumentAction","dev.inmo.tgbotapi.types.actions.uploadDocument"]},{"name":"val uploadPhoto: UploadPhotoAction","description":"dev.inmo.tgbotapi.types.actions.uploadPhoto","location":"docs/dev.inmo.tgbotapi.types.actions/upload-photo.html","searchKeys":["uploadPhoto","val uploadPhoto: UploadPhotoAction","dev.inmo.tgbotapi.types.actions.uploadPhoto"]},{"name":"val uploadVideo: UploadVideoAction","description":"dev.inmo.tgbotapi.types.actions.uploadVideo","location":"docs/dev.inmo.tgbotapi.types.actions/upload-video.html","searchKeys":["uploadVideo","val uploadVideo: UploadVideoAction","dev.inmo.tgbotapi.types.actions.uploadVideo"]},{"name":"val uploadVideoNote: UploadVideoNoteAction","description":"dev.inmo.tgbotapi.types.actions.uploadVideoNote","location":"docs/dev.inmo.tgbotapi.types.actions/upload-video-note.html","searchKeys":["uploadVideoNote","val uploadVideoNote: UploadVideoNoteAction","dev.inmo.tgbotapi.types.actions.uploadVideoNote"]},{"name":"val uploadVoice: UploadVoiceAction","description":"dev.inmo.tgbotapi.types.actions.uploadVoice","location":"docs/dev.inmo.tgbotapi.types.actions/upload-voice.html","searchKeys":["uploadVoice","val uploadVoice: UploadVoiceAction","dev.inmo.tgbotapi.types.actions.uploadVoice"]},{"name":"val uploadingDate: TelegramDate","description":"dev.inmo.tgbotapi.types.files.PassportFile.uploadingDate","location":"docs/dev.inmo.tgbotapi.types.files/-passport-file/uploading-date.html","searchKeys":["uploadingDate","val uploadingDate: TelegramDate","dev.inmo.tgbotapi.types.files.PassportFile.uploadingDate"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.requests.webhook.SetWebhook.url","location":"docs/dev.inmo.tgbotapi.requests.webhook/-set-webhook/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.requests.webhook.SetWebhook.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.LoginURL.url","location":"docs/dev.inmo.tgbotapi.types/-login-u-r-l/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.LoginURL.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.WebhookInfo.url","location":"docs/dev.inmo.tgbotapi.types/-webhook-info/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.WebhookInfo.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.url","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-u-r-l-inline-keyboard-button/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.URLInlineKeyboardButton.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.url","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-link-text-source/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.message.textsources.TextLinkTextSource.url"]},{"name":"val url: String","description":"dev.inmo.tgbotapi.types.webapps.WebAppInfo.url","location":"docs/dev.inmo.tgbotapi.types.webapps/-web-app-info/url.html","searchKeys":["url","val url: String","dev.inmo.tgbotapi.types.webapps.WebAppInfo.url"]},{"name":"val url: String? = null","description":"dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.url","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-callback-query/url.html","searchKeys":["url","val url: String? = null","dev.inmo.tgbotapi.requests.answers.AnswerCallbackQuery.url"]},{"name":"val user: User","description":"dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.user","location":"docs/dev.inmo.tgbotapi.types.chat.member/-chat-member-updated/user.html","searchKeys":["user","val user: User","dev.inmo.tgbotapi.types.chat.member.ChatMemberUpdated.user"]},{"name":"val user: User","description":"dev.inmo.tgbotapi.types.games.GameHighScore.user","location":"docs/dev.inmo.tgbotapi.types.games/-game-high-score/user.html","searchKeys":["user","val user: User","dev.inmo.tgbotapi.types.games.GameHighScore.user"]},{"name":"val user: User","description":"dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.user","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-text-mention-text-source/user.html","searchKeys":["user","val user: User","dev.inmo.tgbotapi.types.message.textsources.TextMentionTextSource.user"]},{"name":"val user: UserId","description":"dev.inmo.tgbotapi.requests.SetPassportDataErrors.user","location":"docs/dev.inmo.tgbotapi.requests/-set-passport-data-errors/user.html","searchKeys":["user","val user: UserId","dev.inmo.tgbotapi.requests.SetPassportDataErrors.user"]},{"name":"val userId: UserId","description":"dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.userId","location":"docs/dev.inmo.tgbotapi.requests.get/-get-user-profile-photos/user-id.html","searchKeys":["userId","val userId: UserId","dev.inmo.tgbotapi.requests.get.GetUserProfilePhotos.userId"]},{"name":"val userId: UserId","description":"dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.userId","location":"docs/dev.inmo.tgbotapi.requests.stickers/-upload-sticker-file/user-id.html","searchKeys":["userId","val userId: UserId","dev.inmo.tgbotapi.requests.stickers.UploadStickerFile.userId"]},{"name":"val userId: UserId","description":"dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.userId","location":"docs/dev.inmo.tgbotapi.types.commands/-bot-command-scope-chat-member/user-id.html","searchKeys":["userId","val userId: UserId","dev.inmo.tgbotapi.types.commands.BotCommandScopeChatMember.userId"]},{"name":"val userId: UserId? = null","description":"dev.inmo.tgbotapi.types.Contact.userId","location":"docs/dev.inmo.tgbotapi.types/-contact/user-id.html","searchKeys":["userId","val userId: UserId? = null","dev.inmo.tgbotapi.types.Contact.userId"]},{"name":"val userProfilePhotosRequestLimit: IntRange","description":"dev.inmo.tgbotapi.types.userProfilePhotosRequestLimit","location":"docs/dev.inmo.tgbotapi.types/user-profile-photos-request-limit.html","searchKeys":["userProfilePhotosRequestLimit","val userProfilePhotosRequestLimit: IntRange","dev.inmo.tgbotapi.types.userProfilePhotosRequestLimit"]},{"name":"val username: String","description":"dev.inmo.tgbotapi.types.Username.username","location":"docs/dev.inmo.tgbotapi.types/-username/username.html","searchKeys":["username","val username: String","dev.inmo.tgbotapi.types.Username.username"]},{"name":"val username: String? = null","description":"dev.inmo.tgbotapi.bot.settings.ProxySettings.username","location":"docs/dev.inmo.tgbotapi.bot.settings/-proxy-settings/username.html","searchKeys":["username","val username: String? = null","dev.inmo.tgbotapi.bot.settings.ProxySettings.username"]},{"name":"val username: Username","description":"dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.username","location":"docs/dev.inmo.tgbotapi.types.message.textsources/-mention-text-source/username.html","searchKeys":["username","val username: Username","dev.inmo.tgbotapi.types.message.textsources.MentionTextSource.username"]},{"name":"val usernameWithoutAt: String","description":"dev.inmo.tgbotapi.types.Username.usernameWithoutAt","location":"docs/dev.inmo.tgbotapi.types/-username/username-without-at.html","searchKeys":["usernameWithoutAt","val usernameWithoutAt: String","dev.inmo.tgbotapi.types.Username.usernameWithoutAt"]},{"name":"val users: List","description":"dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.users","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents.voice/-video-chat-participants-invited/users.html","searchKeys":["users","val users: List","dev.inmo.tgbotapi.types.message.ChatEvents.voice.VideoChatParticipantsInvited.users"]},{"name":"val utilityBill: UtilityBillSecureValue? = null","description":"dev.inmo.tgbotapi.types.passport.decrypted.SecureData.utilityBill","location":"docs/dev.inmo.tgbotapi.types.passport.decrypted/-secure-data/utility-bill.html","searchKeys":["utilityBill","val utilityBill: UtilityBillSecureValue? = null","dev.inmo.tgbotapi.types.passport.decrypted.SecureData.utilityBill"]},{"name":"val value: DiceResult","description":"dev.inmo.tgbotapi.types.dice.Dice.value","location":"docs/dev.inmo.tgbotapi.types.dice/-dice/value.html","searchKeys":["value","val value: DiceResult","dev.inmo.tgbotapi.types.dice.Dice.value"]},{"name":"val venue: Venue","description":"dev.inmo.tgbotapi.types.message.content.VenueContent.venue","location":"docs/dev.inmo.tgbotapi.types.message.content/-venue-content/venue.html","searchKeys":["venue","val venue: Venue","dev.inmo.tgbotapi.types.message.content.VenueContent.venue"]},{"name":"val video: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.video","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-files/video.html","searchKeys":["video","val video: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoFiles.video"]},{"name":"val video: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoData.video","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-data/video.html","searchKeys":["video","val video: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoData.video"]},{"name":"val videoNote: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.videoNote","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-files/video-note.html","searchKeys":["videoNote","val videoNote: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteFiles.videoNote"]},{"name":"val videoNote: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.videoNote","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-video-note-data/video-note.html","searchKeys":["videoNote","val videoNote: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVideoNoteData.videoNote"]},{"name":"val viewportHeight: Float","description":"dev.inmo.tgbotapi.webapps.WebApp.viewportHeight","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/viewport-height.html","searchKeys":["viewportHeight","val viewportHeight: Float","dev.inmo.tgbotapi.webapps.WebApp.viewportHeight"]},{"name":"val viewportStableHeight: Float","description":"dev.inmo.tgbotapi.webapps.WebApp.viewportStableHeight","location":"docs/dev.inmo.tgbotapi.webapps/-web-app/viewport-stable-height.html","searchKeys":["viewportStableHeight","val viewportStableHeight: Float","dev.inmo.tgbotapi.webapps.WebApp.viewportStableHeight"]},{"name":"val voice: MultipartFile? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.voice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-files/voice.html","searchKeys":["voice","val voice: MultipartFile? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceFiles.voice"]},{"name":"val voice: String? = null","description":"dev.inmo.tgbotapi.requests.send.media.SendVoiceData.voice","location":"docs/dev.inmo.tgbotapi.requests.send.media/-send-voice-data/voice.html","searchKeys":["voice","val voice: String? = null","dev.inmo.tgbotapi.requests.send.media.SendVoiceData.voice"]},{"name":"val watcher: User","description":"dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.watcher","location":"docs/dev.inmo.tgbotapi.types.message.ChatEvents/-proximity-alert-triggered/watcher.html","searchKeys":["watcher","val watcher: User","dev.inmo.tgbotapi.types.message.ChatEvents.ProximityAlertTriggered.watcher"]},{"name":"val webApp: WebApp","description":"dev.inmo.tgbotapi.webapps.webApp","location":"docs/dev.inmo.tgbotapi.webapps/web-app.html","searchKeys":["webApp","val webApp: WebApp","dev.inmo.tgbotapi.webapps.webApp"]},{"name":"val webApp: WebAppInfo","description":"dev.inmo.tgbotapi.types.MenuButton.WebApp.webApp","location":"docs/dev.inmo.tgbotapi.types/-menu-button/-web-app/web-app.html","searchKeys":["webApp","val webApp: WebAppInfo","dev.inmo.tgbotapi.types.MenuButton.WebApp.webApp"]},{"name":"val webApp: WebAppInfo","description":"dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.webApp","location":"docs/dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons/-web-app-inline-keyboard-button/web-app.html","searchKeys":["webApp","val webApp: WebAppInfo","dev.inmo.tgbotapi.types.buttons.InlineKeyboardButtons.WebAppInlineKeyboardButton.webApp"]},{"name":"val webApp: WebAppInfo","description":"dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.webApp","location":"docs/dev.inmo.tgbotapi.types.buttons/-web-app-keyboard-button/web-app.html","searchKeys":["webApp","val webApp: WebAppInfo","dev.inmo.tgbotapi.types.buttons.WebAppKeyboardButton.webApp"]},{"name":"val webAppDataSecretKey: String","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.webAppDataSecretKey","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key.html","searchKeys":["webAppDataSecretKey","val webAppDataSecretKey: String","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.webAppDataSecretKey"]},{"name":"val webAppDataSecretKeyHash: Hash","description":"dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.webAppDataSecretKeyHash","location":"docs/dev.inmo.tgbotapi.utils/-telegram-a-p-i-urls-keeper/web-app-data-secret-key-hash.html","searchKeys":["webAppDataSecretKeyHash","val webAppDataSecretKeyHash: Hash","dev.inmo.tgbotapi.utils.TelegramAPIUrlsKeeper.webAppDataSecretKeyHash"]},{"name":"val webAppQueryId: WebAppQueryId","description":"dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.webAppQueryId","location":"docs/dev.inmo.tgbotapi.requests.answers/-answer-web-app-query/web-app-query-id.html","searchKeys":["webAppQueryId","val webAppQueryId: WebAppQueryId","dev.inmo.tgbotapi.requests.answers.AnswerWebAppQuery.webAppQueryId"]},{"name":"val width: Int","description":"dev.inmo.tgbotapi.types.files.StickerSurrogate.width","location":"docs/dev.inmo.tgbotapi.types.files/-sticker-surrogate/width.html","searchKeys":["width","val width: Int","dev.inmo.tgbotapi.types.files.StickerSurrogate.width"]},{"name":"val xShift: Float","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.xShift","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/x-shift.html","searchKeys":["xShift","val xShift: Float","dev.inmo.tgbotapi.types.stickers.MaskPosition.xShift"]},{"name":"val yShift: Float","description":"dev.inmo.tgbotapi.types.stickers.MaskPosition.yShift","location":"docs/dev.inmo.tgbotapi.types.stickers/-mask-position/y-shift.html","searchKeys":["yShift","val yShift: Float","dev.inmo.tgbotapi.types.stickers.MaskPosition.yShift"]},{"name":"var callsFactories: List","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.callsFactories","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/calls-factories.html","searchKeys":["callsFactories","var callsFactories: List","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.callsFactories"]},{"name":"var client: HttpClient","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.client","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/client.html","searchKeys":["client","var client: HttpClient","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.client"]},{"name":"var color: String","description":"dev.inmo.tgbotapi.webapps.MainButton.color","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/color.html","searchKeys":["color","var color: String","dev.inmo.tgbotapi.webapps.MainButton.color"]},{"name":"var defaultParseMode: ParseMode","description":"dev.inmo.tgbotapi.types.message.defaultParseMode","location":"docs/dev.inmo.tgbotapi.types.message/default-parse-mode.html","searchKeys":["defaultParseMode","var defaultParseMode: ParseMode","dev.inmo.tgbotapi.types.message.defaultParseMode"]},{"name":"var defaultUpdateTimeoutForZeroDelay: Long","description":"dev.inmo.tgbotapi.bot.Ktor.base.defaultUpdateTimeoutForZeroDelay","location":"docs/dev.inmo.tgbotapi.bot.Ktor.base/default-update-timeout-for-zero-delay.html","searchKeys":["defaultUpdateTimeoutForZeroDelay","var defaultUpdateTimeoutForZeroDelay: Long","dev.inmo.tgbotapi.bot.Ktor.base.defaultUpdateTimeoutForZeroDelay"]},{"name":"var defaultUpdateTimeoutForZeroDelay: Long = 1000","description":"dev.inmo.tgbotapi.bot.ktor.base.defaultUpdateTimeoutForZeroDelay","location":"docs/dev.inmo.tgbotapi.bot.ktor.base/default-update-timeout-for-zero-delay.html","searchKeys":["defaultUpdateTimeoutForZeroDelay","var defaultUpdateTimeoutForZeroDelay: Long = 1000","dev.inmo.tgbotapi.bot.ktor.base.defaultUpdateTimeoutForZeroDelay"]},{"name":"var excludeDefaultFactories: Boolean = false","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.excludeDefaultFactories","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/exclude-default-factories.html","searchKeys":["excludeDefaultFactories","var excludeDefaultFactories: Boolean = false","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.excludeDefaultFactories"]},{"name":"var jsonFormatter: Json","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.jsonFormatter","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/json-formatter.html","searchKeys":["jsonFormatter","var jsonFormatter: Json","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.jsonFormatter"]},{"name":"var ktorClientConfig: HttpClientConfig<*>.() -> Unit? = null","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientConfig","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-config.html","searchKeys":["ktorClientConfig","var ktorClientConfig: HttpClientConfig<*>.() -> Unit? = null","dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientConfig"]},{"name":"var ktorClientEngineFactory: HttpClientEngineFactory? = null","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientEngineFactory","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/ktor-client-engine-factory.html","searchKeys":["ktorClientEngineFactory","var ktorClientEngineFactory: HttpClientEngineFactory? = null","dev.inmo.tgbotapi.extensions.api.BotBuilder.ktorClientEngineFactory"]},{"name":"var proxy: ProxyConfig? = null","description":"dev.inmo.tgbotapi.extensions.api.BotBuilder.proxy","location":"docs/dev.inmo.tgbotapi.extensions.api/-bot-builder/proxy.html","searchKeys":["proxy","var proxy: ProxyConfig? = null","dev.inmo.tgbotapi.extensions.api.BotBuilder.proxy"]},{"name":"var requestsLimiter: RequestLimiter","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.requestsLimiter","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/requests-limiter.html","searchKeys":["requestsLimiter","var requestsLimiter: RequestLimiter","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.requestsLimiter"]},{"name":"var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper","description":"dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.telegramAPIUrlsKeeper","location":"docs/dev.inmo.tgbotapi.bot.ktor/-ktor-requests-executor-builder/telegram-a-p-i-urls-keeper.html","searchKeys":["telegramAPIUrlsKeeper","var telegramAPIUrlsKeeper: TelegramAPIUrlsKeeper","dev.inmo.tgbotapi.bot.ktor.KtorRequestsExecutorBuilder.telegramAPIUrlsKeeper"]},{"name":"var textColor: String","description":"dev.inmo.tgbotapi.webapps.MainButton.textColor","location":"docs/dev.inmo.tgbotapi.webapps/-main-button/text-color.html","searchKeys":["textColor","var textColor: String","dev.inmo.tgbotapi.webapps.MainButton.textColor"]}]